@import url(bootstrap.css);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Bold.woff2") format("woff2"), url("../fonts/SFProText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-SemiboldItalic.woff2") format("woff2"), url("../fonts/SFProText-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Ultralight.woff2") format("woff2"), url("../fonts/SFProText-Ultralight.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Thin.woff2") format("woff2"), url("../fonts/SFProText-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-MediumItalic.woff2") format("woff2"), url("../fonts/SFProText-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-RegularItalic.woff2") format("woff2"), url("../fonts/SFProText-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Heavy.woff2") format("woff2"), url("../fonts/SFProText-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-BlackItalic.woff2") format("woff2"), url("../fonts/SFProText-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-ThinItalic.woff2") format("woff2"), url("../fonts/SFProText-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-UltralightItalic.woff2") format("woff2"), url("../fonts/SFProText-UltralightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-BoldItalic.woff2") format("woff2"), url("../fonts/SFProText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-LightItalic.woff2") format("woff2"), url("../fonts/SFProText-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-HeavyItalic.woff2") format("woff2"), url("../fonts/SFProText-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Black.woff2") format("woff2"), url("../fonts/SFProText-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("../fonts/SFProText-Light.woff2") format("woff2"), url("../fonts/SFProText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@-webkit-keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-moz-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@-ms-keyframes jelly {
  25% {
    -ms-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -ms-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -ms-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-o-keyframes jelly {
  25% {
    transform: scale(0.9, 1.1); }
  50% {
    transform: scale(1.1, 0.9); }
  75% {
    transform: scale(0.95, 1.05); } }

@keyframes jelly {
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1); }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9); }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05); } }

@-webkit-keyframes pulse-border {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); } }

@keyframes pulse-border {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); } }

* {
  outline: 0 !important;
  scroll-behavior: smooth; }

html, body {
  height: 100%;
  direction: ltr; }

.container-fluid {
  width: calc(100% - 15%); }

@media (max-width: 1199px) {
  .container {
    width: calc(100% - 250px); } }

@media (max-width: 991px) {
  .container, .container-fluid {
    width: calc(100% - 5%); } }

@media (max-width: 767px) {
  .container, .container-fluid {
    width: calc(100% - 15px); } }

.wrap {
  height: 100%; }

.form-row {
  margin: 0 -7.5px; }
  .form-row [class*="col-"] {
    padding: 0 7.5px; }

a, h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: bold; }

.bold, b, strong, .strong, label, th {
  font-weight: bold; }

.text-underline {
  text-decoration: underline; }

a {
  color: #4554ff;
  word-break: break-word;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #4554ff;
    outline: none;
    text-decoration: none; }

.text-uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

._m-0 {
  margin: 0 !important; }

._mt-0 {
  margin-top: 0 !important; }

._mb-0 {
  margin-bottom: 0 !important; }

._mr-0 {
  margin-right: 0 !important; }

._ml-0 {
  margin-left: 0 !important; }

._p-0 {
  padding: 0 !important; }

._pt-0 {
  padding-top: 0 !important; }

._pb-0 {
  padding-bottom: 0 !important; }

._pr-0 {
  padding-right: 0 !important; }

._pl-0 {
  padding-left: 0 !important; }

ul, ol {
  padding: 0;
  margin: 0; }
  ul li, ol li {
    list-style: none;
    word-break: break-word;
    position: relative; }

textarea {
  resize: none; }

.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.embed-container {
  position: relative;
  padding-bottom: 30%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .embed-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.btn {
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
    color: white; }
  .btn:hover {
    color: white; }

.section-testimonials .testimonials .box .caption .detail span::before {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free'; }

.oneLine {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

/*IMAGE RTL - FOR SLIDER*/
.section-banner .img-block {
  /* IE
	-ms-filter: flipH;
	filter: flipH; */
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1); }

/*SECTIONS*/
main {
  width: 100%;
  height: auto;
  position: relative;
  /*.SECTION*/ }
  main .section {
    /*&.bg-1:before {
			background: url('../images/bg1.png') center/cover no-repeat;
		}*/ }
    main .section::before, main .section::after {
      content: '';
      position: absolute;
      width: 100%; }
    main .section::before {
      height: 100%;
      background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    main .section:last-child::after {
      display: none; }
    main .section.grey-bg {
      background: #f5f7fa; }
  main .section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center; }
    main .section .content-box {
      z-index: 9;
      padding: 7em 0;
      position: relative;
      width: 100%;
      -webkit-align-self: center;
      -moz-align-self: center;
      -ms-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
      @media (max-width: 767px) {
        main .section .content-box {
          padding: 5em 0; } }
      @media (max-width: 575px) {
        main .section .content-box {
          padding: 3em 0; } }

@media (max-width: 991px) {
  .col-reverse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; } }

html, body {
  color: #0e1428; }

body {
  font-weight: 400;
  font-size: 1.3rem; }

.arb {
  direction: rtl; }

.pri-text {
  color: #010035 !important; }

.sec-text {
  color: #0e1428 !important; }

.red-text {
  color: #F44336 !important; }

.white-text {
  color: white !important; }

.bgc-primary {
  background: #4554ff; }

.bgc-secondary {
  background: #010015; }

.bgc-grey {
  background: #f5f7fa; }

.bgc-pri-light {
  background: rgba(69, 84, 255, 0.3); }

.bgc-sec-light {
  background: rgba(1, 0, 21, 0.3); }

.bgc-primary-grd, .pagination-list li:hover a, .pagination-list li:focus a, .pagination-list li:active a, .pagination-list li.active a, .login-form .header {
  background: #4554ff;
  background: -webkit-linear-gradient(left, #232fb8, #4554ff);
  background: -moz-linear-gradient(left, #232fb8, #4554ff);
  background: -o-linear-gradient(left, #232fb8, #4554ff);
  background: -webkit-gradient(linear, right top, left top, from(#232fb8), to(#4554ff));
  background: -webkit-linear-gradient(right, #232fb8, #4554ff);
  background: -o-linear-gradient(right, #232fb8, #4554ff);
  background: linear-gradient(to left, #232fb8, #4554ff); }

.figure {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.hero-image-bg {
  -webkit-animation-name: jelly;
  -webkit-animation-duration: 30s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: jelly;
  -moz-animation-duration: 30s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: jelly;
  -o-animation-duration: 30s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: jelly;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */ }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select.form-control, .select-picker .select2-container select.select2-selection, select.btn {
    width: 100%;
    display: block;
    position: relative;
    line-height: normal; }

/*BOOK PAGE*/
.section {
  overflow: visible; }
  .section.bg-1::before {
    opacity: 0.1;
    filter: alpha(opacity=10);
    background: url("../images/banners/3.png") center/cover no-repeat fixed; }
  .section .spacer {
    margin: 30px auto; }

main.full-banner, main.full-banner .row, main.full-banner .col-xs-12 {
  height: 100vh; }

main.full-banner .section-heading, main.full-banner .section-banner .info-block .hero-text h1, .section-banner .info-block .hero-text main.full-banner h1 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 0; }
  main.full-banner .section-heading, main.full-banner .section-banner .info-block .hero-text h1, .section-banner .info-block .hero-text main.full-banner h1, main.full-banner .section-heading .subheading, main.full-banner .section-banner .info-block .hero-text h1 .subheading, .section-banner .info-block .hero-text main.full-banner h1 .subheading {
    color: white; }

.single-page {
  margin-top: 130px;
  min-height: 100%; }
  .single-page .row {
    margin: 0 -15px; }
    .single-page .row [class*="col-"] {
      padding: 0 15px; }
  .single-page .section, .single-page .content-box {
    display: block !important; }
  .single-page .tel-no i {
    color: #010035; }
  .single-page.fixed-height {
    margin-top: 0 !important;
    height: 100% !important; }
    .single-page.fixed-height .section, .single-page.fixed-height .content-box {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0.3;
  filter: alpha(opacity=30); }
  #scroll-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  #scroll-to-top img {
    max-width: 25px;
    width: 100%;
    margin: auto;
    display: block; }

.big-logo {
  max-width: 200px;
  position: relative; }
  .big-logo img {
    width: 100%; }
  @media (max-width: 550px) {
    .big-logo {
      max-width: 150px; } }

/*VIDEO FRAME*/
.video-box {
  margin: 30px auto;
  text-align: center; }
  .video-box .section-heading, .video-box .section-banner .info-block .hero-text h1, .section-banner .info-block .hero-text .video-box h1 {
    word-break: break-word;
    color: #010035; }
    .video-box .section-heading span, .video-box .section-banner .info-block .hero-text h1 span, .section-banner .info-block .hero-text .video-box h1 span {
      display: block; }
  .video-box .video-frame {
    display: block;
    position: relative;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
    .video-box .video-frame:hover {
      -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
    .video-box .video-frame .video-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      z-index: 9; }
      .video-box .video-frame .video-icon span {
        display: none; }
      .video-box .video-frame .video-icon a {
        text-align: center;
        display: inline-block;
        position: relative;
        z-index: 99;
        cursor: pointer; }
        .video-box .video-frame .video-icon a::before {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: -1;
          width: 100px;
          height: 100px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-animation-name: pulse-border;
          -webkit-animation-duration: 1500ms;
          -webkit-animation-timing-function: ease-out;
          -webkit-animation-iteration-count: infinite;
          -webkit-animation-fill-mode: forwards;
          /* this prevents the animation from restarting! */
          -moz-animation-name: pulse-border;
          -moz-animation-duration: 1500ms;
          -moz-animation-timing-function: ease-out;
          -moz-animation-iteration-count: infinite;
          -moz-animation-fill-mode: forwards;
          /* this prevents the animation from restarting! */
          -o-animation-name: pulse-border;
          -o-animation-duration: 1500ms;
          -o-animation-timing-function: ease-out;
          -o-animation-iteration-count: infinite;
          -o-animation-fill-mode: forwards;
          /* this prevents the animation from restarting! */
          animation-name: pulse-border;
          animation-duration: 1500ms;
          animation-timing-function: ease-out;
          animation-iteration-count: infinite;
          animation-fill-mode: forwards;
          /* this prevents the animation from restarting! */ }
        .video-box .video-frame .video-icon a::before {
          background: #4554ff;
          background: -webkit-linear-gradient(left, #232fb8, #4554ff);
          background: -moz-linear-gradient(left, #232fb8, #4554ff);
          background: -o-linear-gradient(left, #232fb8, #4554ff);
          background: -webkit-gradient(linear, right top, left top, from(#232fb8), to(#4554ff));
          background: -webkit-linear-gradient(right, #232fb8, #4554ff);
          background: -o-linear-gradient(right, #232fb8, #4554ff);
          background: linear-gradient(to left, #232fb8, #4554ff); }
        .video-box .video-frame .video-icon a i {
          background: #4554ff;
          background: -webkit-linear-gradient(left, #232fb8, #4554ff);
          background: -moz-linear-gradient(left, #232fb8, #4554ff);
          background: -o-linear-gradient(left, #232fb8, #4554ff);
          background: -webkit-gradient(linear, right top, left top, from(#232fb8), to(#4554ff));
          background: -webkit-linear-gradient(right, #232fb8, #4554ff);
          background: -o-linear-gradient(right, #232fb8, #4554ff);
          background: linear-gradient(to left, #232fb8, #4554ff); }
        .video-box .video-frame .video-icon a i {
          top: 50%;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center;
          color: white;
          position: relative;
          line-height: 70px;
          font-size: 2rem;
          width: 70px;
          height: 70px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
          .video-box .video-frame .video-icon a i::before {
            position: relative;
            left: 3px; }
    .video-box .video-frame .frame-holder {
      position: relative;
      max-width: 100%;
      height: 0;
      overflow: hidden;
      display: block;
      padding-bottom: 56.25%; }
      .video-box .video-frame .frame-holder iframe, .video-box .video-frame .frame-holder img {
        border: 0;
        margin: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .video-box .video-frame .frame-holder img {
        cursor: pointer; }
  @media (max-width: 550px) {
    .video-box {
      margin: 30px 0; }
      .video-box .video-frame .video-icon a i {
        line-height: 50px;
        font-size: 1.3rem;
        width: 50px;
        height: 50px; }
        .video-box .video-frame .video-icon a i::before {
          left: 2px; }
      .video-box .video-frame .video-icon a::before {
        width: 60px;
        height: 60px; } }

/*LIST STYLES*/
._list.image-list-1 {
  margin-top: 30px; }
  ._list.image-list-1 > li {
    display: block;
    margin: 20px 0;
    padding-left: 40px;
    position: relative;
    font-weight: 500 !important; }
    ._list.image-list-1 > li i {
      width: 30px;
      top: 5px;
      left: 0;
      position: absolute; }
  @media (max-width: 550px) {
    ._list.image-list-1 > li {
      padding-left: 30px; } }

._list.image-list-2 {
  margin-top: 20px; }
  ._list.image-list-2 > li {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    background: url(../images/icons/list-arrow-2.png) no-repeat left center;
    background-size: 10px; }
    ._list.image-list-2 > li.cross {
      background: url(../images/icons/list-arrow-3.png) no-repeat left center;
      background-size: 10px;
      text-decoration: line-through; }

._list.decimal-list > li {
  list-style-type: decimal;
  margin: 10px 0; }
  ._list.decimal-list > li ul {
    margin: 10px 0; }
    ._list.decimal-list > li ul > li {
      margin-left: 15px;
      list-style: circle;
      padding: 3px 0; }

/*BUTTONS*/
.btn, button {
  border-width: 2px;
  padding: 0 25px;
  height: 60px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 56px;
  font-size: 1.3rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); }
  .btn:hover, button:hover {
    -webkit-box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px 1px rgba(0, 0, 0, 0.3); }
  @media (max-width: 575px) {
    .btn, button {
      padding: 0 15px;
      height: 45px;
      line-height: 42px;
      font-size: 1.3rem; } }
  .btn-action, button-action {
    margin-top: 40px; }
  .btn-sm, .section-packages .packages .box-footer .btn, button-sm {
    padding: 0 15px;
    height: 45px;
    line-height: 42px;
    font-size: 1.3rem; }
  .btn-upload, button-upload {
    overflow: hidden;
    position: relative; }
    .btn-upload input[type=file], button-upload input[type=file] {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      opacity: 0;
      font-size: 0;
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .btn-default, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, button-default {
    background: white;
    border-color: #4554ff;
    color: #4554ff; }
    .btn-default:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .btn-default:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .btn-default.focus, .owl-carousel .owl-nav button.focus.owl-prev, .owl-carousel .owl-nav button.focus.owl-next, .btn-default:active:focus, .owl-carousel .owl-nav button.owl-prev:active:focus, .owl-carousel .owl-nav button.owl-next:active:focus, .btn-default.focus:active, .owl-carousel .owl-nav button.focus.owl-prev:active, .owl-carousel .owl-nav button.focus.owl-next:active, .btn-default.active:focus, .owl-carousel .owl-nav button.active.owl-prev:focus, .owl-carousel .owl-nav button.active.owl-next:focus, .btn-default.active.focus, .owl-carousel .owl-nav button.active.focus.owl-prev, .owl-carousel .owl-nav button.active.focus.owl-next, button-default:hover, button-default:focus, button-default.focus, button-default:active:focus, button-default.focus:active, button-default.active:focus, button-default.active.focus {
      background: #4554ff;
      border-color: white;
      color: white; }
  .btn-primary, button-primary {
    background: #4554ff;
    border-color: white;
    color: white !important; }
    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:focus, .btn-primary.active.focus, button-primary:hover, button-primary:focus, button-primary.focus, button-primary:active:focus, button-primary.focus:active, button-primary.active:focus, button-primary.active.focus {
      background: white !important;
      border-color: #4554ff !important;
      color: #4554ff !important; }
  .btn-secondary, .section-packages .packages .box.premium .box-footer .btn, button-secondary {
    background: #010015;
    border-color: white;
    color: white; }
    .btn-secondary:hover, .section-packages .packages .box.premium .box-footer .btn:hover, .btn-secondary:focus, .section-packages .packages .box.premium .box-footer .btn:focus, .btn-secondary.focus, .section-packages .packages .box.premium .box-footer .focus.btn, .btn-secondary:active:focus, .section-packages .packages .box.premium .box-footer .btn:active:focus, .btn-secondary.focus:active, .section-packages .packages .box.premium .box-footer .focus.btn:active, .btn-secondary.active:focus, .section-packages .packages .box.premium .box-footer .active.btn:focus, .btn-secondary.active.focus, .section-packages .packages .box.premium .box-footer .active.focus.btn, button-secondary:hover, button-secondary:focus, button-secondary.focus, button-secondary:active:focus, button-secondary.focus:active, button-secondary.active:focus, button-secondary.active.focus {
      background: white;
      border-color: #010015;
      color: #010015; }
  .btn-success, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:focus, .btn-success.active.focus, button-success, button-success:hover, button-success:focus, button-success.focus, button-success:active:focus, button-success.focus:active, button-success.active:focus, button-success.active.focus {
    background: #2bd731;
    background: -webkit-linear-gradient(right, #2bd731, #09790d);
    background: -moz-linear-gradient(right, #2bd731, #09790d);
    background: -o-linear-gradient(right, #2bd731, #09790d);
    background: -webkit-gradient(linear, left top, right top, from(#2bd731), to(#09790d));
    background: -webkit-linear-gradient(left, #2bd731, #09790d);
    background: -o-linear-gradient(left, #2bd731, #09790d);
    background: linear-gradient(to right, #2bd731, #09790d);
    border-color: #2bd731;
    color: white; }
  .btn-info, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:focus, .btn-info.active.focus, button-info, button-info:hover, button-info:focus, button-info.focus, button-info:active:focus, button-info.focus:active, button-info.active:focus, button-info.active.focus {
    background: #39C2D8;
    border-color: #39C2D8;
    color: white; }
  .btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:focus, .btn-warning.active.focus, button-warning, button-warning:hover, button-warning:focus, button-warning.focus, button-warning:active:focus, button-warning.focus:active, button-warning.active:focus, button-warning.active.focus {
    border-color: #ffd000;
    color: white;
    background: #ffd000;
    background: -webkit-linear-gradient(right, #ffd000, #ff5e00);
    background: -moz-linear-gradient(right, #ffd000, #ff5e00);
    background: -o-linear-gradient(right, #ffd000, #ff5e00);
    background: -webkit-gradient(linear, left top, right top, from(#ffd000), to(#ff5e00));
    background: -webkit-linear-gradient(left, #ffd000, #ff5e00);
    background: -o-linear-gradient(left, #ffd000, #ff5e00);
    background: linear-gradient(to right, #ffd000, #ff5e00); }
  .btn-sky, .btn-sky:hover, .btn-sky:focus, .btn-sky.focus, .btn-sky:active:focus, .btn-sky.focus:active, .btn-sky.active:focus, .btn-sky.active.focus, button-sky, button-sky:hover, button-sky:focus, button-sky.focus, button-sky:active:focus, button-sky.focus:active, button-sky.active:focus, button-sky.active.focus {
    background: #7CE0C3;
    border-color: #7CE0C3;
    color: white; }
  .btn-white, button-white {
    background: transparent;
    border-color: white;
    color: white; }
    .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active:focus, .btn-white.focus:active, .btn-white.active:focus, .btn-white.active.focus, button-white:hover, button-white:focus, button-white.focus, button-white:active:focus, button-white.focus:active, button-white.active:focus, button-white.active.focus {
      background: white;
      color: #010035; }
  .btn-disabled, .btn-disabled:hover, .btn-disabled:focus, .btn-disabled.focus, .btn-disabled:active:focus, .btn-disabled.focus:active, .btn-disabled.active:focus, .btn-disabled.active.focus, button-disabled, button-disabled:hover, button-disabled:focus, button-disabled.focus, button-disabled:active:focus, button-disabled.focus:active, button-disabled.active:focus, button-disabled.active.focus {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: white;
    cursor: no-drop; }

.form-control, .select-picker .select2-container .select2-selection, input {
  border-width: 1px;
  border-color: #dbdbdb;
  padding: 0 25px;
  height: 60px;
  line-height: normal;
  font-weight: bold;
  font-size: 1.3rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
  .form-control::-webkit-input-placeholder, .select-picker .select2-container .select2-selection::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: rgba(1, 0, 53, 0.3); }
  .form-control::-moz-placeholder, .select-picker .select2-container .select2-selection::-moz-placeholder, input::-moz-placeholder {
    color: rgba(1, 0, 53, 0.3); }
  .form-control:-moz-placeholder, .select-picker .select2-container .select2-selection:-moz-placeholder, input:-moz-placeholder {
    color: rgba(1, 0, 53, 0.3); }
  .form-control:-ms-input-placeholder, .select-picker .select2-container .select2-selection:-ms-input-placeholder, input:-ms-input-placeholder {
    color: rgba(1, 0, 53, 0.3); }
  .form-control::-ms-input-placeholder, .select-picker .select2-container .select2-selection::-ms-input-placeholder, input::-ms-input-placeholder {
    color: rgba(1, 0, 53, 0.3); }
  .form-control::placeholder, .select-picker .select2-container .select2-selection::placeholder, input::placeholder {
    color: rgba(1, 0, 53, 0.3); }
  .form-control:hover, .select-picker .select2-container .select2-selection:hover, input:hover {
    border-color: rgba(69, 84, 255, 0.8); }
  @media (max-width: 550px) {
    .form-control, .select-picker .select2-container .select2-selection, input {
      padding: 0 15px;
      height: 45px;
      line-height: normal;
      font-size: 1.3rem; }
      .form-control[type='file'], .select-picker .select2-container .select2-selection[type='file'], input[type='file'] {
        line-height: normal;
        padding: 0 5px; } }
  .form-control.input-sm, .select-picker .select2-container .input-sm.select2-selection, input.input-sm {
    padding: 0 15px;
    height: 45px;
    line-height: normal;
    font-size: 1.3rem; }

/*SELECT PICKER*/
.select-picker, .select-picker .select2-container {
  width: 100%;
  display: block;
  position: relative; }
  .select-picker .select2-selection ul, .select-picker .select2-container .select2-selection ul {
    padding: 0; }
  .select-picker .select2-selection span, .select-picker .select2-container .select2-selection span {
    margin: 0; }
  .select-picker .select2-selection.select2-selection--multiple .select2-selection__choice, .select-picker .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
    border: 0;
    float: none;
    padding: .3em .5em;
    border-radius: 3px;
    display: inline-block;
    margin: 6px 5px 6px 0; }
    .select-picker .select2-selection.select2-selection--multiple .select2-selection__choice:hover, .select-picker .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .select-picker .select2-selection.select2-selection--multiple .select2-selection__choice__remove, .select-picker .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
    color: #0e1428;
    float: right;
    margin-left: .5em;
    font: 14px serif;
    top: 2px;
    line-height: 14px;
    text-align: center;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    width: 14px;
    height: 14px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
  .select-picker .select2-selection.select2-selection--multiple .select2-selection__rendered, .select-picker .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: block; }

.select-picker .select2-container .select2-selection {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
  min-height: 60px; }

.select-picker .select2-container .select2-selection--multiple {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 60px; }

.select-picker .select2-container .select2-selection--single, .select-picker .select2-container .select2-selection--single .select2-selection__arrow {
  height: 60px; }

@media (max-width: 550px) {
  .select-picker .select2-container .select2-selection {
    padding: 0 15px;
    min-height: 45px;
    line-height: 43px;
    font-size: 1.3rem; }
  .select-picker .select2-container .select2-selection--multiple {
    min-height: 45px; }
  .select-picker .select2-container .select2-selection--single, .select-picker .select2-container .select2-selection--single .select2-selection__arrow {
    height: 45px; } }

.select2-container.select2-container--default .select2-results__option {
  font-weight: 500; }

.select2-container.select2-container--default .select2-results__option[aria-selected=true], .select2-container.select2-container--default .select2-results__option[aria-selected=true]:hover, .select2-container.select2-container--default .select2-results__option[aria-selected=true]:focus {
  background: #4554ff;
  color: white; }

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container.select2-container--default .select2-selection__choice {
  background: #f5f7fa;
  color: #0e1428;
  font-weight: bold; }

.section-heading, .section-banner .info-block .hero-text h1 {
  position: relative;
  font-weight: 900;
  color: #010035;
  margin-bottom: 50px;
  font-size: 5.6rem; }
  .section-heading span, .section-banner .info-block .hero-text h1 span {
    color: #4554ff; }
  .section-heading .subheading, .section-banner .info-block .hero-text h1 .subheading {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.3rem; }
  .section-heading.sm, .section-banner .info-block .hero-text h1.sm {
    color: #010035;
    font-size: 2.8rem; }

.heading-1 {
  position: relative;
  font-weight: bold;
  color: #0e1428;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 1.3rem; }
  .heading-1:hover {
    color: #010035; }

.heading-2 {
  position: relative;
  font-weight: bold;
  color: #0e1428;
  line-height: normal;
  margin-bottom: 5px;
  font-size: 1.8rem; }
  .heading-2:hover {
    color: #010035; }

@media (max-width: 1366px) {
  .section-heading, .section-banner .info-block .hero-text h1 {
    font-size: 4.2rem; }
    .section-heading .subheading, .section-banner .info-block .hero-text h1 .subheading {
      font-size: 1.8rem; }
    .section-heading.sm, .section-banner .info-block .hero-text h1.sm {
      font-size: 2rem; }
  .heading-1 {
    font-size: 1.5rem; } }

@media (max-width: 991px) {
  .section-heading, .section-banner .info-block .hero-text h1 {
    font-size: 3.6rem; }
    .section-heading .subheading, .section-banner .info-block .hero-text h1 .subheading {
      font-size: 1.3rem; }
    .section-heading.sm, .section-banner .info-block .hero-text h1.sm {
      font-size: 1.8rem; }
  .heading-1 {
    font-size: 1.3rem; } }

@media (max-width: 767px) {
  .section-heading, .section-banner .info-block .hero-text h1 {
    font-size: 2.8rem; }
    .section-heading .subheading, .section-banner .info-block .hero-text h1 .subheading {
      font-size: 1.3rem; }
    .section-heading.sm, .section-banner .info-block .hero-text h1.sm {
      font-size: 1.3rem; }
  .heading-1 {
    font-size: 1.3rem; } }

.pagination-list {
  margin: auto;
  text-align: center; }
  .pagination-list li {
    margin: 5px 7.5px;
    display: inline-block; }
    .pagination-list li a {
      width: 50px;
      height: 6px;
      display: block;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      background: #efe6ff;
      background: -webkit-linear-gradient(left, #efe6ff, #decbff);
      background: -moz-linear-gradient(left, #efe6ff, #decbff);
      background: -o-linear-gradient(left, #efe6ff, #decbff);
      background: -webkit-gradient(linear, right top, left top, from(#efe6ff), to(#decbff));
      background: -webkit-linear-gradient(right, #efe6ff, #decbff);
      background: -o-linear-gradient(right, #efe6ff, #decbff);
      background: linear-gradient(to left, #efe6ff, #decbff); }
    .pagination-list li:hover a, .pagination-list li:focus a, .pagination-list li:active a, .pagination-list li.active a {
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
  @media (max-width: 767px) {
    .pagination-list li {
      margin: 5px; }
      .pagination-list li a {
        width: 50px;
        height: 5px; } }
  @media (max-width: 550px) {
    .pagination-list li {
      margin: 5px; }
      .pagination-list li a {
        width: 35px;
        height: 4px; } }

.img-holder {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #f5f7fa;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(10%, #f3f7fb), color-stop(50%, white));
  background-image: -webkit-linear-gradient(top left, #f3f7fb 10%, white 50%);
  background-image: -o-linear-gradient(top left, #f3f7fb 10%, white 50%);
  background-image: linear-gradient(to bottom right, #f3f7fb 10%, white 50%); }
  .img-holder.one {
    padding-bottom: 60%; }
    .img-holder.one img, .img-holder.one iframe {
      width: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .img-holder.one iframe {
      height: 100%; }
  .img-holder.two img, .section-blogs .brands .img-holder img, .img-holder.two iframe, .section-blogs .brands .img-holder iframe {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .img-holder.two iframe, .section-blogs .brands .img-holder iframe {
    height: 100%; }
  .img-holder.three {
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    position: relative; }
    .img-holder.three .image {
      height: 100%;
      width: auto;
      max-width: initial;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      -webkit-flex: none; }

/*OWL CAROUSEL*/
.owl-carousel .owl-stage-outer .owl-item {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center; }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: relative;
    margin-left: 10px;
    border: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
      line-height: 24px;
      font-size: 2.8rem; }
    .owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
      opacity: .2;
      cursor: no-drop; }

.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  bottom: -15px; }
  .owl-carousel .owl-dots button {
    margin: 5px 7.5px;
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .owl-carousel .owl-dots button span {
      background: rgba(0, 0, 0, 0.1);
      display: block;
      width: 30px;
      height: 5px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px; }
    .owl-carousel .owl-dots button:hover span, .owl-carousel .owl-dots button:focus span, .owl-carousel .owl-dots button:active span {
      background: rgba(69, 84, 255, 0.2); }
    .owl-carousel .owl-dots button.active span {
      background: #4554ff; }

.owl-carousel.owl-separate .owl-nav, .section-blogs .owl-carousel.brands .owl-nav, .section-testimonials .owl-carousel .owl-nav {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  left: -30px; }
  .owl-carousel.owl-separate .owl-nav .owl-prev, .section-blogs .owl-carousel.brands .owl-nav .owl-prev, .section-testimonials .owl-carousel .owl-nav .owl-prev, .owl-carousel.owl-separate .owl-nav .owl-next, .section-blogs .owl-carousel.brands .owl-nav .owl-next, .section-testimonials .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .owl-carousel.owl-separate .owl-nav button.owl-prev, .section-blogs .owl-carousel.brands .owl-nav button.owl-prev, .section-testimonials .owl-carousel .owl-nav button.owl-prev {
    left: 0; }
  .owl-carousel.owl-separate .owl-nav button.owl-next, .section-blogs .owl-carousel.brands .owl-nav button.owl-next, .section-testimonials .owl-carousel .owl-nav button.owl-next {
    right: 0; }

.owl-carousel.owl-icons .owl-nav button span, .section-blogs .owl-carousel.brands .owl-nav button span, .section-testimonials .owl-carousel .owl-nav button span {
  display: none; }

.owl-carousel.owl-icons .owl-nav button::before, .section-blogs .owl-carousel.brands .owl-nav button::before, .section-testimonials .owl-carousel .owl-nav button::before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  width: 20px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.owl-carousel.owl-icons .owl-nav button.owl-prev, .section-blogs .owl-carousel.brands .owl-nav button.owl-prev, .section-testimonials .owl-carousel .owl-nav button.owl-prev, .owl-carousel.owl-icons .owl-nav button.owl-next, .section-blogs .owl-carousel.brands .owl-nav button.owl-next, .section-testimonials .owl-carousel .owl-nav button.owl-next {
  background: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.owl-carousel.owl-icons .owl-nav button.owl-prev::before, .section-blogs .owl-carousel.brands .owl-nav button.owl-prev::before, .section-testimonials .owl-carousel .owl-nav button.owl-prev::before {
  background-image: url("../images/icons/arrow-left.png"); }

.owl-carousel.owl-icons .owl-nav button.owl-next::before, .section-blogs .owl-carousel.brands .owl-nav button.owl-next::before, .section-testimonials .owl-carousel .owl-nav button.owl-next::before {
  background-image: url("../images/icons/arrow-right.png"); }

.owl-carousel.owl-icons .owl-nav button:hover.owl-prev::before, .section-blogs .owl-carousel.brands .owl-nav button:hover.owl-prev::before, .section-testimonials .owl-carousel .owl-nav button:hover.owl-prev::before, .owl-carousel.owl-icons .owl-nav button.active.owl-prev::before, .section-blogs .owl-carousel.brands .owl-nav button.active.owl-prev::before, .section-testimonials .owl-carousel .owl-nav button.active.owl-prev::before {
  background-image: url("../images/icons/arrow-left-active.png"); }

.owl-carousel.owl-icons .owl-nav button:hover.owl-next::before, .section-blogs .owl-carousel.brands .owl-nav button:hover.owl-next::before, .section-testimonials .owl-carousel .owl-nav button:hover.owl-next::before, .owl-carousel.owl-icons .owl-nav button.active.owl-next::before, .section-blogs .owl-carousel.brands .owl-nav button.active.owl-next::before, .section-testimonials .owl-carousel .owl-nav button.active.owl-next::before {
  background-image: url("../images/icons/arrow-right-active.png"); }

/*MODAL*/
.modal-open {
  padding: 0 !important; }
  .modal-open .modal {
    padding: 0 15px; }
    .modal-open .modal .modal-dialog {
      margin: auto;
      -webkit-transition: 0.3s ease-out;
      -moz-transition: 0.3s ease-out;
      -ms-transition: 0.3s ease-out;
      -o-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      -webkit-transform: translate(0, 50vh) translate(0, -50%);
      -moz-transform: translate(0, 50vh) translate(0, -50%);
      -ms-transform: translate(0, 50vh) translate(0, -50%);
      -o-transform: translate(0, 50vh) translate(0, -50%);
      transform: translate(0, 50vh) translate(0, -50%); }
    .modal-open .modal button.close {
      z-index: 99;
      opacity: .6;
      color: black;
      font-size: 2.4rem;
      position: absolute;
      top: 15px;
      right: 20px;
      bottom: auto;
      left: auto; }
      .modal-open .modal button.close:hover {
        opacity: 1; }
    .modal-open .modal .modal-content {
      border: 0;
      overflow: hidden;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      border-radius: 15px;
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }

.modal-backdrop.in {
  background: white;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.lang_switcher {
  float: left;
  position: relative;
  top: 23px;
  margin-right: 15px; }
  .lang_switcher select {
    height: 25px;
    font-weight: bold;
    font-size: 1rem;
    color: white; }
    .lang_switcher select.form-control, .lang_switcher .select-picker .select2-container select.select2-selection, .select-picker .select2-container .lang_switcher select.select2-selection, .lang_switcher select.btn {
      border: 1px solid white;
      background: url("../images/icons/arrow-2.png") center right 8px no-repeat; }
    .lang_switcher select option {
      color: #0e1428; }
    .lang_switcher select.form-control, .lang_switcher .select-picker .select2-container select.select2-selection, .select-picker .select2-container .lang_switcher select.select2-selection, .lang_switcher select.btn {
      padding-left: 10px !important;
      padding-right: 25px !important;
      background-size: 12px !important; }
  @media (max-width: 991px) {
    .lang_switcher {
      top: 15px; } }

.hero-image-bg {
  display: block;
  background-color: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: 0;
  right: -15%;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 960px;
  height: 960px; }

/*HEADER*/
header .header {
  width: 100%;
  padding: 15px 0;
  display: block;
  z-index: 999;
  background: #4554ff;
  background: -webkit-linear-gradient(left, #232fb8, #4554ff);
  background: -moz-linear-gradient(left, #232fb8, #4554ff);
  background: -o-linear-gradient(left, #232fb8, #4554ff);
  background: -webkit-gradient(linear, right top, left top, from(#232fb8), to(#4554ff));
  background: -webkit-linear-gradient(right, #232fb8, #4554ff);
  background: -o-linear-gradient(right, #232fb8, #4554ff);
  background: linear-gradient(to left, #232fb8, #4554ff); }
  header .header.header-transparent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    bottom: auto;
    background: transparent;
    padding: 30px 0 0; }
  header .header .navbar-divider {
    margin: 6px 20px;
    display: inline;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  header .header .logo {
    position: relative;
    float: left;
    max-width: 100px;
    top: 12px;
    margin-right: 20px; }
    header .header .logo a {
      display: block; }
      header .header .logo a img {
        width: 100%; }
  header .header .btn {
    line-height: normal;
    height: auto;
    min-width: 100px; }
  header .header nav {
    line-height: 70px; }
  header .header .menu {
    display: inline-block;
    position: relative; }
    header .header .menu-left {
      float: left; }
    header .header .menu ul li {
      margin: 0 10px; }
      header .header .menu ul li a {
        cursor: pointer;
        display: block;
        padding: 12px 0;
        color: rgba(255, 255, 255, 0.9);
        text-transform: uppercase;
        font-weight: bold; }
        header .header .menu ul li a.active, header .header .menu ul li a:hover, header .header .menu ul li a:focus, header .header .menu ul li a:active {
          color: white; }
    header .header .menu-right {
      float: right; }
      header .header .menu-right ul li a, header .header .menu-right ul li a.active, header .header .menu-right ul li a:hover, header .header .menu-right ul li a:focus, header .header .menu-right ul li a:active {
        color: white; }
  header .header .nav-toggle {
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

header.fixed .header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  bottom: auto;
  padding: 0;
  background: #4554ff;
  background: -webkit-linear-gradient(left, #232fb8, #4554ff);
  background: -moz-linear-gradient(left, #232fb8, #4554ff);
  background: -o-linear-gradient(left, #232fb8, #4554ff);
  background: -webkit-gradient(linear, right top, left top, from(#232fb8), to(#4554ff));
  background: -webkit-linear-gradient(right, #232fb8, #4554ff);
  background: -o-linear-gradient(right, #232fb8, #4554ff);
  background: linear-gradient(to left, #232fb8, #4554ff);
  -webkit-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  -o-transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s; }
  header.fixed .header .logo {
    top: 12px; }
  @media (max-width: 991px) {
    header.fixed .header .lang_switcher {
      top: 8px; } }

@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@media (min-width: 992px) {
  header nav {
    display: block !important; } }

@media (max-width: 991px) {
  header.fixed .header {
    padding: 8px 0; }
    header.fixed .header .logo {
      top: 5px; }
  header .header {
    padding: 8px 0; }
    header .header .logo {
      top: 3px;
      max-width: 75px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    header .header .lang_switcher {
      top: 8px; } }

@media (max-width: 991px) {
    header .header ul li.active a::after, header .header ul li a:hover::after, header .header ul li a:focus::after, header .header ul li a:active::after {
      width: 100%;
      left: 0; }
    header .header nav {
      line-height: normal;
      display: none;
      z-index: 999;
      max-width: 200px;
      width: 100%;
      text-align: left;
      background: white;
      position: absolute;
      top: 50px;
      right: 5px;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
      header .header nav div {
        width: 100%;
        float: none; }
      header .header nav .menu ul {
        margin: 0;
        padding: 5px; }
        header .header nav .menu ul li {
          margin: 0;
          padding: 0;
          width: 100%; }
        header .header nav .menu ul a {
          color: #4554ff;
          padding: 15px;
          display: block;
          border-bottom: 1px solid rgba(69, 84, 255, 0.05); }
          header .header nav .menu ul a:hover, header .header nav .menu ul a:focus {
            background: #f5f7fa;
            color: #010035; }
          header .header nav .menu ul a.active {
            color: white;
            background: #4554ff;
            border-color: #4554ff; }
    header .header .nav-toggle {
      width: 30px;
      height: 40px;
      padding: 0;
      border: 0;
      float: right;
      background: none;
      display: block;
      cursor: pointer;
      top: 11px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      header .header .nav-toggle span {
        display: block;
        height: 2px;
        width: 100%;
        opacity: 1;
        left: 0;
        position: absolute;
        background: white;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        header .header .nav-toggle span:nth-child(1) {
          top: 0px; }
        header .header .nav-toggle span:nth-child(2) {
          top: 8px; }
        header .header .nav-toggle span:nth-child(3) {
          top: 8px; }
        header .header .nav-toggle span:nth-child(4) {
          top: 16px; }
      header .header .nav-toggle.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%; }
      header .header .nav-toggle.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header .header .nav-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      header .header .nav-toggle.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%; } }

@media (max-width: 575px) {
  header .header .logo {
    max-width: 75px; } }

.section-page {
  border-radius: 0 0 50px 0;
  background: #4554ff;
  background: -webkit-linear-gradient(left, #232fb8, #4554ff);
  background: -moz-linear-gradient(left, #232fb8, #4554ff);
  background: -o-linear-gradient(left, #232fb8, #4554ff);
  background: -webkit-gradient(linear, right top, left top, from(#232fb8), to(#4554ff));
  background: -webkit-linear-gradient(right, #232fb8, #4554ff);
  background: -o-linear-gradient(right, #232fb8, #4554ff);
  background: linear-gradient(to left, #232fb8, #4554ff); }
  .section-page .section-heading, .section-page .section-banner .info-block .hero-text h1, .section-banner .info-block .hero-text .section-page h1 {
    margin: 0; }
  .section-page .section-heading, .section-page .section-banner .info-block .hero-text h1, .section-banner .info-block .hero-text .section-page h1 {
    color: white;
    margin-bottom: 0; }
    .section-page .section-heading span, .section-page .section-banner .info-block .hero-text h1 span, .section-banner .info-block .hero-text .section-page h1 span {
      color: white; }
    .section-page .section-heading .subheading, .section-page .section-banner .info-block .hero-text h1 .subheading, .section-banner .info-block .hero-text .section-page h1 .subheading {
      color: white; }

/*BANNER*/
.section-banner .btn-action .btn {
  margin-right: 10px; }

.section-banner .info-block, .section-banner .th-form {
  padding-right: 5%; }
  .section-banner .info-block .btn, .section-banner .th-form .btn {
    min-width: 200px; }

.section-banner .info-block {
  z-index: 9;
  position: relative; }
  .section-banner .info-block .hero-text {
    margin-top: 100px; }
    .section-banner .info-block .hero-text h1 {
      position: relative;
      margin-top: 0;
      text-align: left;
      font-weight: 900;
      text-transform: uppercase; }
      .section-banner .info-block .hero-text h1 span {
        color: #4554ff; }

.section-banner .th-form {
  position: relative; }
  .section-banner .th-form .right::before {
    content: '';
    background: rgba(69, 84, 255, 0.3);
    width: 1px;
    height: 100px;
    position: absolute;
    top: 30px;
    right: auto;
    bottom: 0;
    left: 0; }
  .section-banner .th-form > .row {
    margin: 0 -25px; }
    .section-banner .th-form > .row > [class*="col-"] {
      padding: 0 25px; }
  .section-banner .th-form .heading {
    color: #010035;
    margin: 20px 0 5px; }
  .section-banner .th-form .help-text {
    font-size: 90%; }

.section-banner .img-block {
  z-index: 0;
  display: block;
  overflow: hidden;
  max-height: 900px;
  margin: auto;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }
  .section-banner .img-block img {
    height: 100%;
    float: right; }
  .section-banner .img-block.img-bg-1 {
    background: url("../images/banners/1.png") center/cover no-repeat scroll;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }

@media (max-width: 1600px) {
  .section-banner .img-block {
    max-height: 700px; } }

@media (max-width: 1199px) {
  .section-banner .th-form .left {
    width: 100%; }
  .section-banner .th-form .right {
    display: none; } }

@media (min-width: 992px) {
  .section-banner .content-box {
    max-width: 1920px; }
    .section-banner .content-box, .section-banner .content-box .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

@media (max-width: 991px) {
  .section-banner .btn {
    min-width: 160px; }
  .section-banner .img-block {
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .section-banner .figure {
    margin: auto;
    max-width: 600px; }
  .section-banner .info-block .hero-text {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .section-banner {
    display: block !important; }
    .section-banner .info-block, .section-banner .th-form {
      width: 100%;
      padding: 0; }
    .section-banner .th-form .right {
      display: none; }
    .section-banner .figure {
      margin: 70px auto 0;
      max-width: 600px; } }

@media (max-width: 550px) {
  .section-banner .th-form {
    width: 100%;
    padding-right: 0; }
  .section-banner .info-block .btn, .section-banner .th-form .btn {
    min-width: 100px; } }

/*REQUEST FORM*/
.section-banner-2 .content-box {
  padding: 0 !important; }

.section-banner-2 .right-side-box {
  width: 35%;
  float: right; }
  .section-banner-2 .right-side-box .form-box {
    padding: 30px 50px;
    background: white; }
    .section-banner-2 .right-side-box .form-box .title {
      color: #010035;
      text-align: center;
      margin-bottom: 10px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: normal;
      font-size: 2.4rem; }
      .section-banner-2 .right-side-box .form-box .title span {
        color: #4554ff; }
    .section-banner-2 .right-side-box .form-box .description {
      text-align: center;
      font-size: 1.2rem; }
    @media (max-width: 991px) {
      .section-banner-2 .right-side-box .form-box {
        float: none;
        margin: auto; }
        .section-banner-2 .right-side-box .form-box .title {
          font-size: 1.8rem; } }

.section-banner-2 .left-side-bg {
  width: 65%;
  padding-left: 10%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  background: black; }
  .section-banner-2 .left-side-bg::before {
    content: '';
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../images/banners/10.png") center/cover no-repeat; }
  .section-banner-2 .left-side-bg .big-logo-text {
    width: 100%;
    position: relative;
    padding: 0 !important; }
    .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
      position: relative;
      margin-top: 0;
      text-align: left;
      font-weight: bold;
      color: #010035;
      line-height: 1;
      font-size: 4.2rem; }
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 span {
        color: #4554ff; }
    @media (max-width: 1366px) {
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
        font-size: 2.4rem; } }
    @media (max-width: 767px) {
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
        font-size: 2.2rem; } }
    @media (max-width: 550px) {
      .section-banner-2 .left-side-bg .big-logo-text.info-block .hero-text h1 {
        font-size: 1.8rem; } }

@media (max-width: 991px) {
  .section-banner-2 .left-side-bg {
    width: 60%; }
  .section-banner-2 .right-side-box {
    width: 40%; } }

@media (max-width: 767px) {
  .section-banner-2 {
    display: block !important; }
    .section-banner-2 .content-box {
      padding: 0 15px !important; }
    .section-banner-2 .left-side-bg, .section-banner-2 .right-side-box {
      width: 100%;
      padding: 0; }
    .section-banner-2 .left-side-bg .big-logo {
      margin: 100px auto 30px; }
    .section-banner-2 .left-side-bg .big-logo-text h1 {
      color: white !important;
      text-align: center !important; }
    .section-banner-2 .right-side-box {
      position: relative;
      max-width: 400px;
      margin: 300px auto 15px;
      float: none; }
      .section-banner-2 .right-side-box .form-box {
        padding: 30px;
        background: rgba(255, 255, 255, 0.8); } }

/*REQUEST*/
.section-request {
  text-align: center; }
  .section-request .section-heading, .section-request .section-banner .info-block .hero-text h1, .section-banner .info-block .hero-text .section-request h1 {
    color: white; }
    @media (min-width: 992px) {
      .section-request .section-heading, .section-request .section-banner .info-block .hero-text h1, .section-banner .info-block .hero-text .section-request h1 {
        font-size: 3.6rem; } }

/*ABOUT*/
.section-about .boxes-justify {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .section-about .boxes-justify .list-inline {
    font-size: 0; }
    .section-about .boxes-justify .list-inline li {
      width: 33.33%;
      vertical-align: middle;
      border-right: 2px solid #dbdbdb; }
      .section-about .boxes-justify .list-inline li:last-child {
        border: 0; }
      .section-about .boxes-justify .list-inline li .box {
        padding: 15px;
        text-align: center; }
        .section-about .boxes-justify .list-inline li .box .icon, .section-about .boxes-justify .list-inline li .box .meta-info {
          display: inline-block;
          vertical-align: middle; }
        .section-about .boxes-justify .list-inline li .box .icon {
          width: 30%;
          max-width: 30px;
          color: #010035;
          margin-right: 15px;
          font-size: 2.4rem; }
        .section-about .boxes-justify .list-inline li .box .meta-info {
          text-align: left;
          width: 70%; }
          .section-about .boxes-justify .list-inline li .box .meta-info .title {
            color: #010035;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1.3rem; }
          .section-about .boxes-justify .list-inline li .box .meta-info .description {
            color: #0e1428;
            font-weight: 500;
            font-size: 1.2rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-about .boxes-justify .list-inline li .box {
      padding: 15px 7.5px; }
      .section-about .boxes-justify .list-inline li .box .icon {
        font-size: 1.8rem; }
      .section-about .boxes-justify .list-inline li .box .meta-info .title {
        font-size: 1.2rem; }
      .section-about .boxes-justify .list-inline li .box .meta-info .description {
        font-size: 1rem; } }
  @media (max-width: 767px) {
    .section-about .boxes-justify .list-inline li .box {
      text-align: center; }
      .section-about .boxes-justify .list-inline li .box .icon, .section-about .boxes-justify .list-inline li .box .meta-info {
        width: 100%;
        display: block; }
      .section-about .boxes-justify .list-inline li .box .icon {
        margin: 0 auto 15px !important; }
      .section-about .boxes-justify .list-inline li .box .meta-info {
        text-align: center; } }
  @media (max-width: 550px) {
    .section-about .boxes-justify .list-inline li {
      width: 100%;
      border-right: 0;
      border-bottom: 2px solid #dbdbdb; }
      .section-about .boxes-justify .list-inline li .box .icon {
        font-size: 1.8rem; }
      .section-about .boxes-justify .list-inline li .box .meta-info .title {
        font-size: 1.2rem; }
      .section-about .boxes-justify .list-inline li .box .meta-info .description {
        font-size: 1rem; } }

.section-about .about-box .box {
  position: relative;
  margin: 15px auto;
  background: #fff;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .section-about .about-box .box .icon {
    max-width: 160px;
    height: 160px;
    position: relative;
    margin: 0 auto 30px;
    display: block;
    position: relative; }
    .section-about .about-box .box .icon img {
      width: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .section-about .about-box .box .caption {
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .section-about .about-box .box .caption .heading {
      color: #010035;
      margin-bottom: 5px; }
    .section-about .about-box .box .caption p {
      color: #0e1428; }
  .section-about .about-box .box:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
    .section-about .about-box .box:hover .caption .heading {
      color: #4554ff; }

/*DASHBOARD*/
.section-dashboard .left-side-box {
  width: 50%;
  padding-right: 10%; }
  .section-dashboard .left-side-box ul li {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    .section-dashboard .left-side-box ul li p {
      margin-bottom: 0; }
    .section-dashboard .left-side-box ul li:last-child {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

.section-dashboard .right-side-bg {
  width: 50%;
  background: url("../images/banners/2.png") center right/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto; }

@media (max-width: 991px) {
  .section-dashboard .left-side-box, .section-dashboard .right-side-bg {
    width: 50%; } }

@media (max-width: 767px) {
  .section-dashboard {
    display: block !important; }
    .section-dashboard .left-side-box, .section-dashboard .right-side-bg {
      width: 100%;
      padding: 0; }
    .section-dashboard .right-side-bg {
      height: 100vw;
      position: relative; } }

/*FORM*/
.section-demo .heading {
  margin-bottom: 30px; }

.section-demo .description {
  margin-top: 10px; }

@media (max-width: 991px) {
  .section-demo form {
    max-width: 500px;
    margin: auto; }
    .section-demo form .help-text {
      text-align: center; } }

/*FORM*/
.section-form .section-heading, .section-form .section-banner .info-block .hero-text h1, .section-banner .info-block .hero-text .section-form h1 {
  text-align: center; }

.section-form .heading {
  margin-bottom: 15px; }

.section-form .btn {
  min-width: 200px; }

@media (max-width: 991px) {
  .section-form form {
    max-width: 500px;
    margin: auto; }
    .section-form form .help-text {
      text-align: center; } }

/*BLOGS*/
.section-blogs .blogs-box .box {
  position: relative;
  margin: 0 auto 50px;
  background: white;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  .section-blogs .blogs-box .box:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
    .section-blogs .blogs-box .box:hover .caption .heading {
      color: #010035; }
  .section-blogs .blogs-box .box figure {
    background: white;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }
    .section-blogs .blogs-box .box figure img {
      width: 100%;
      margin: auto;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .section-blogs .blogs-box .box .caption {
    width: 100%;
    padding: 30px 30px 60px;
    display: inline-block;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .section-blogs .blogs-box .box .caption .date {
      color: #bdbdc6;
      font-style: italic;
      font-weight: 500;
      margin-bottom: 5px;
      font-size: 1.1rem; }
    .section-blogs .blogs-box .box .caption .heading {
      margin-bottom: 10px; }
    .section-blogs .blogs-box .box .caption p {
      margin-bottom: 0;
      color: #0e1428;
      font-weight: 400; }
    .section-blogs .blogs-box .box .caption .readmore {
      position: absolute;
      left: 30px;
      bottom: 30px;
      color: #010035;
      font-weight: 500; }
      .section-blogs .blogs-box .box .caption .readmore:hover {
        color: #4554ff; }

@media (max-width: 767px) {
  .section-blogs .blogs-box .box {
    margin-bottom: 30px;
    max-width: 500px; } }

.section-blogs .news-room {
  position: relative; }
  .section-blogs .news-room .left-side-box {
    width: 40%;
    padding: 30px;
    background: white; }
    .section-blogs .news-room .left-side-box .heading {
      font-weight: 500;
      margin: 10px 0; }
      .section-blogs .news-room .left-side-box .heading a {
        color: #010035; }
        .section-blogs .news-room .left-side-box .heading a:hover {
          color: #4554ff; }
  .section-blogs .news-room .right-side-bg {
    width: 60%;
    background: url("../images/banners/3.png") center/cover no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto; }

.section-blogs .brands .img-holder {
  background: transparent;
  width: 110px;
  height: 70px; }
  .section-blogs .brands .img-holder img {
    width: 80%; }

.section-blogs .brands.owl-carousel .owl-stage-outer {
  margin: auto;
  max-width: calc(100% - 80px); }

.section-blogs .brands.owl-carousel.owl-separate .owl-nav button.owl-prev, .section-blogs .brands.owl-carousel .owl-nav button.owl-prev, .section-blogs .section-testimonials .brands.owl-carousel .owl-nav button.owl-prev, .section-testimonials .section-blogs .brands.owl-carousel .owl-nav button.owl-prev {
  left: 30px; }

.section-blogs .brands.owl-carousel.owl-separate .owl-nav button.owl-next, .section-blogs .brands.owl-carousel .owl-nav button.owl-next, .section-blogs .section-testimonials .brands.owl-carousel .owl-nav button.owl-next, .section-testimonials .section-blogs .brands.owl-carousel .owl-nav button.owl-next {
  right: 30px; }

.section-blogs.detail .blogs-box .box {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
  .section-blogs.detail .blogs-box .box figure {
    padding-bottom: 50%; }
    .section-blogs.detail .blogs-box .box figure img {
      bottom: auto; }
  .section-blogs.detail .blogs-box .box .caption {
    padding: 50px; }

@media (max-width: 767px) {
  .section-blogs.detail .blogs-box .box .caption {
    padding: 30px; } }

@media (max-width: 1199px) {
  .section-blogs .news-room .left-side-box, .section-blogs .news-room .right-side-bg {
    width: 50%; } }

@media (max-width: 991px) {
  .section-blogs .news-room .left-side-box, .section-blogs .news-room .right-side-bg {
    width: 100%;
    position: relative; }
  .section-blogs .news-room .right-side-bg {
    height: 170px; } }

@media (max-width: 767px) {
  .section-blogs .news-room .right-side-bg {
    height: 110px; }
  .section-blogs .brands .img-holder {
    width: 60px;
    height: 35px; } }

@media (max-width: 550px) {
  .section-blogs .news-room .left-side-box {
    padding: 20px; }
  .section-blogs .news-room .right-side-bg {
    height: 60px; } }

/*VIDEO*/
.section-video {
  /*VIDEO FRAME*/ }
  .section-video .video-box {
    margin: 50px 0; }

/*TESTIMONIALS*/
.section-testimonials .testimonials .box {
  padding: 40px;
  margin: 20px 30px;
  min-height: 330px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
  .section-testimonials .testimonials .box:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
  .section-testimonials .testimonials .box figure {
    margin-bottom: 30px; }
    .section-testimonials .testimonials .box figure img {
      width: auto !important;
      max-width: 110px; }
  .section-testimonials .testimonials .box .caption .detail {
    font-size: 1.8rem;
    margin-bottom: 30px; }
    .section-testimonials .testimonials .box .caption .detail span {
      color: rgba(189, 189, 198, 0.3); }
      .section-testimonials .testimonials .box .caption .detail span.left {
        margin-right: 10px; }
        .section-testimonials .testimonials .box .caption .detail span.left::before {
          content: '\f10d'; }
      .section-testimonials .testimonials .box .caption .detail span.right {
        margin-left: 10px; }
        .section-testimonials .testimonials .box .caption .detail span.right::before {
          content: '\f10e'; }
  .section-testimonials .testimonials .box .caption .heading, .section-testimonials .testimonials .box .caption .info {
    text-transform: uppercase; }
  .section-testimonials .testimonials .box .caption .heading {
    color: #010035; }
  .section-testimonials .testimonials .box .caption .info {
    color: #bdbdc6; }

@media (max-width: 1366px) {
  .section-testimonials .testimonials .box {
    padding: 30px;
    min-height: 280px; }
    .section-testimonials .testimonials .box .caption .detail {
      font-size: 1.3rem; } }

@media (max-width: 1199px) {
  .section-testimonials .testimonials .box {
    padding: 30px;
    margin: 20px;
    min-height: 300px; }
    .section-testimonials .testimonials .box .caption .detail {
      font-size: 1.3rem; }
  .section-testimonials .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px; } }

/*ACTIVATION*/
.section-activation .box {
  padding: 50px 30px;
  margin-bottom: 30px;
  background: #f5f7fa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .section-activation .box:hover .icon img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .section-activation .box .media {
    min-height: 130px; }
    .section-activation .box .media .step {
      line-height: 1;
      color: #4554ff;
      font-weight: bold;
      position: absolute;
      top: -7%;
      left: 5%;
      font-size: 7rem; }
    .section-activation .box .media .heading {
      margin-bottom: 10px; }
  .section-activation .box .icon {
    max-width: 80%;
    height: 110px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .section-activation .box .icon img {
      width: 100%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

@media (max-width: 1366px) {
  .section-activation .box {
    padding: 25px; }
    .section-activation .box .media {
      min-height: 120px; }
      .section-activation .box .media .step {
        font-size: 4rem; }
    .section-activation .box .icon {
      max-width: 80px;
      height: 90px; } }

@media (max-width: 1199px) {
  .section-activation .box {
    padding: 30px; }
    .section-activation .box .media {
      min-height: 100px; }
      .section-activation .box .media .step {
        font-size: 6rem; } }

@media (max-width: 550px) {
  .section-activation .box {
    padding: 25px; }
    .section-activation .box .media {
      min-height: auto; }
      .section-activation .box .media .step {
        font-size: 4rem; } }

/*PACKAGES*/
.section-packages .packages .box {
  padding: 30px;
  margin: 15px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
  .section-packages .packages .box.light .meta-info, .section-packages .packages .box.light ul li {
    color: #010035; }
  .section-packages .packages .box.dark .meta-info, .section-packages .packages .box.dark ul li {
    color: white; }
  .section-packages .packages .box:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
  .section-packages .packages .box-header {
    overflow: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #39C2D8; }
    .section-packages .packages .box-header .logo {
      max-width: 60px;
      padding-bottom: 15px;
      float: left; }
      .section-packages .packages .box-header .logo img {
        width: 100%; }
    .section-packages .packages .box-header .meta-info {
      font-weight: 500;
      float: right; }
      .section-packages .packages .box-header .meta-info div {
        display: inline-block; }
      .section-packages .packages .box-header .meta-info .currency {
        position: relative;
        top: -10px;
        font-size: 1.3rem;
        text-transform: uppercase; }
      .section-packages .packages .box-header .meta-info .price {
        font-weight: bold;
        font-size: 2.4rem; }
      .section-packages .packages .box-header .meta-info .time {
        font-size: 1.8rem; }
  .section-packages .packages .box-body ul li span {
    display: block; }
  .section-packages .packages .box-footer {
    text-align: center; }
    .section-packages .packages .box-footer .btn {
      text-transform: uppercase;
      margin-top: 15px; }
  .section-packages .packages .box.premium {
    background: #010015; }

@media (max-width: 767px) {
  .section-packages .packages {
    max-width: 400px;
    margin: auto; } }

@media (max-width: 550px) {
  .section-packages .packages .box {
    padding: 20px; }
    .section-packages .packages .box-header .logo {
      max-width: 85px;
      height: 50px; }
      .section-packages .packages .box-header .logo img {
        width: 100%; }
    .section-packages .packages .box-header .meta-info .currency {
      font-size: 1rem; }
    .section-packages .packages .box-header .meta-info .price {
      font-size: 1.8rem; }
    .section-packages .packages .box-header .meta-info .time {
      font-size: 1.3rem; } }

/*THANKYOU*/
.section-description {
  background: #f5f7fa; }
  .section-description .box {
    background: white;
    padding: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px; }
  @media (max-width: 767px) {
    .section-description .box {
      padding: 30px; } }
  @media (max-width: 550px) {
    .section-description .box {
      padding: 20px; } }

/*FAQ's*/
.section-faqs .faqs {
  max-width: 800px;
  margin: auto;
  /*COLLAPSE & EXPAND*/ }
  .section-faqs .faqs .accordion .holder {
    position: relative;
    margin-bottom: 1.5em; }
    .section-faqs .faqs .accordion .holder .heading a {
      display: block;
      color: #0e1428;
      font-weight: bold;
      cursor: pointer;
      padding: 25px 15px;
      padding-left: 50px;
      position: relative;
      -webkit-border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -ms-border-radius: 10px 10px 0 0;
      -o-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0; }
      .section-faqs .faqs .accordion .holder .heading a::before {
        content: "\f078";
        position: absolute;
        left: 15px;
        top: 20px;
        font-family: "Font Awesome 5 Free";
        text-align: center;
        margin-right: 15px;
        line-height: 25px;
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        font-size: 1.1rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .section-faqs .faqs .accordion .holder .heading a.collapse {
        display: block; }
      .section-faqs .faqs .accordion .holder .heading a.collapse::before {
        content: "\f078"; }
      .section-faqs .faqs .accordion .holder .heading a.collapsed {
        background: white;
        border-color: rgba(69, 84, 255, 0.1);
        color: #010035;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
        .section-faqs .faqs .accordion .holder .heading a.collapsed::before {
          content: "\f077";
          color: #4554ff;
          border-color: #4554ff; }
        .section-faqs .faqs .accordion .holder .heading a.collapsed:hover {
          background: #4554ff;
          border-color: #4554ff;
          color: white; }
          .section-faqs .faqs .accordion .holder .heading a.collapsed:hover::before {
            color: white;
            border-color: white; }
    .section-faqs .faqs .accordion .holder .heading a, .section-faqs .faqs .accordion .holder .heading:hover a {
      background: #4554ff;
      border-color: #4554ff;
      color: white;
      border-width: 2px;
      border-style: solid; }
      .section-faqs .faqs .accordion .holder .heading a::before, .section-faqs .faqs .accordion .holder .heading:hover a::before {
        color: white;
        border-color: white; }
    .section-faqs .faqs .accordion .holder .body {
      background: white;
      padding: 20px;
      -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
      -webkit-border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      -ms-border-radius: 0 0 10px 10px;
      -o-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px; }

/*FORM*/
.login-form {
  padding: 0;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); }
  .login-form:hover {
    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.1); }
  .login-form .header {
    padding: 50px 20px; }
    .login-form .header .logo img {
      max-width: 100px; }
  .login-form .body {
    padding: 50px; }

.media-mention-list {
  font-size: 0; }
  .media-mention-list li {
    width: 20%;
    margin-bottom: 60px;
    display: inline-block; }
    .media-mention-list li .brand-box {
      padding: 0 20px; }
      .media-mention-list li .brand-box .brand {
        margin-bottom: 15px; }
      .media-mention-list li .brand-box .meta-info {
        text-align: left;
        color: #010035;
        font-size: 1rem; }
  @media (max-width: 991px) {
    .media-mention-list li {
      width: 25%; } }
  @media (max-width: 767px) {
    .media-mention-list li {
      width: 33.33%; } }
  @media (max-width: 550px) {
    .media-mention-list li {
      width: 50%; }
      .media-mention-list li .brand-box {
        padding: 0 15px; }
        .media-mention-list li .brand-box .brand {
          margin-bottom: 10px; }
        .media-mention-list li .brand-box .meta-info {
          font-size: 0.8rem; } }

/*FOOTER*/
footer .footer {
  background: #010015;
  color: white;
  position: relative;
  padding: 50px 15px; }
  footer .footer .menu-list {
    margin-bottom: 15px; }
    footer .footer .menu-list li {
      display: block;
      margin-bottom: 5px;
      position: relative; }
      footer .footer .menu-list li i {
        position: absolute;
        left: 0;
        top: 3px; }
      footer .footer .menu-list li .meta-info {
        padding-left: 25px;
        position: relative; }
      footer .footer .menu-list li:last-child {
        margin-bottom: 0; }
      footer .footer .menu-list li a {
        color: white;
        font-weight: 400; }
        footer .footer .menu-list li a:hover {
          color: #4554ff; }
  footer .footer .social-icons li a {
    display: block;
    background: white;
    color: #0e1428;
    text-align: center;
    line-height: 32px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    footer .footer .social-icons li a:hover, footer .footer .social-icons li a:focus, footer .footer .social-icons li a:active {
      background: #4554ff;
      color: white; }
  footer .footer .footer-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    footer .footer .footer-top .heading {
      color: white;
      margin-bottom: 15px; }
    footer .footer .footer-top .social-image {
      max-width: 300px;
      margin: auto; }
  footer .footer .footer-bottom ul {
    float: right; }
  footer .footer .footer-bottom .leftside {
    float: left;
    position: relative;
    top: 7px; }
  footer .footer.landing-footer .footer-bottom .leftside {
    top: 20px; }

@media (max-width: 767px) {
  footer .footer {
    padding: 20px 15px; }
    footer .footer.landing-footer {
      text-align: center; }
      footer .footer.landing-footer .menu-list li .meta-info {
        padding: 0; }
      footer .footer.landing-footer .menu-list li i {
        position: static;
        display: block;
        margin-top: 15px;
        margin-bottom: 5px; }
      footer .footer.landing-footer .footer-bottom .leftside {
        top: 0; }
    footer .footer .footer-bottom {
      text-align: center; }
      footer .footer .footer-bottom ul, footer .footer .footer-bottom .leftside {
        float: none;
        width: 100%;
        top: 0; }
      footer .footer .footer-bottom ul {
        margin-bottom: 15px; } }

@media (max-width: 575px) {
  footer .footer {
    text-align: center; }
    footer .footer .menu-list li .meta-info {
      padding: 0; }
    footer .footer .menu-list li i {
      position: static;
      display: block;
      margin-top: 15px;
      margin-bottom: 5px; }
    footer .footer .footer-links [class*="col-"], footer .footer form [class*="col-"] {
      width: 100%; }
    footer .footer .menu-list {
      margin-bottom: 30px; } }

@media (min-width: 992px) {
  main.fixed-height {
    height: 100%;
    max-height: 900px; } }

@media (max-width: 1199px) {
  .container {
    width: calc(100% - 250px); } }

@media (max-width: 991px) {
  .container, .container-fluid {
    width: calc(100% - 5%); }
  .single-page {
    margin-top: 60px; }
  main .section .spacer {
    margin: 20px auto; } }

@media (max-width: 767px) {
  .container, .container-fluid {
    width: calc(100% - 15px); } }

@media (max-width: 575px) {
  main .section .spacer {
    margin: 15px auto; } }

html, body {
  font-family: "Open Sans", sans-serif; }
