/*-----------------------------------------------------------------------------------------------------------------------*/
/* FONTS */
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/* CUSTOM PRELOAD */
/*-----------------------------------------------------------------------------------------------------------------------*/
#loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #FFFBF8;
  -webkit-animation: loader 0.8s linear;
  animation: loader 0.8s linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loader {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
  }
}
@keyframes loader {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    visibility: hidden;
    z-index: -10;
    opacity: 0;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------*/
/* BOOTSTRAP GRID */
/*-----------------------------------------------------------------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-20pc {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-20pc {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-20pc {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-20pc {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-20pc {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.w-100 {
  width: 100% !important;
}

.w-unset {
  width: auto !important;
  width: initial !important;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/*-----------------------------------------------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: #e1e1e1;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: #0B539D;
}

:focus,
:active,
:visited {
  outline: none;
}

font {
  margin: 0 !important;
  padding: 0 !important;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-----------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  /* overflow: hidden; */
}

body.bg-black {
  background: #1B1B1B;
}

#content-block {
  /* overflow: hidden; */
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

html.overflow-hidden body {
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .overflow-hidden-menu {
    overflow: hidden;
  }
  html.overflow-hidden-menu body {
    overflow: hidden;
  }
}
.swiper-slide:not(:first-child) {
  display: none;
}

.container {
  max-width: 1690px;
  padding: 0 15px;
}

/*spacers*/
.spacer {
  clear: both;
}

.spacer-xxl {
  height: 130px;
}

.spacer-xl {
  height: 110px;
}

.spacer-lg {
  height: 90px;
}

.spacer-md {
  height: 70px;
}

.spacer-sm {
  height: 50px;
}

.spacer-xs {
  height: 30px;
}

.spacer-ss {
  height: 10px;
}

/*media*/
@media (max-width: 1500px) {
  .spacer-xxl,
  .spacer-xl,
  .spacer-lg {
    height: 80px;
  }
  .spacer-md {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .spacer-xxl,
  .spacer-xl,
  .spacer-lg {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .spacer-xxl,
  .spacer-xl,
  .spacer-lg,
  .spacer-md,
  .spacer-sm {
    height: 40px;
  }
  .xs-hide {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-----------------------------------------------------------------------------------------------------------------------*/
body * {
  font-family: "Poppins", sans-serif;
}

b,
strong {
  font-weight: 700;
  color: #002E5F;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

iframe {
  border: none;
  outline: none;
}

ul,
ol {
  list-style: none;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.simple-item {
  position: relative;
  z-index: 1;
}

.text {
  font-size: 18px;
  line-height: 1.45em;
  color: #002E5F;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

.text-sm {
  font-size: 16px;
}

.text.color2 {
  color: #ffffff;
}

.text.color2 a {
  color: #ffffff;
}

.text.color2 li {
  color: #ffffff;
}

.text.color2 li:before {
  color: #ffffff;
}

.text.color2 ul li:before {
  background: #ffffff;
}

.text.color2 span {
  color: #ffffff;
}

.text.color2 strong {
  color: #ffffff;
}

.text.color3 {
  color: #677388;
}

.text.color4 {
  color: #002E5F;
}

.text-barlow {
  font-family: "Barlow", sans-serif;
}

.text.medium h5 {
  font-weight: 600;
}

/*.text.text-barlow p, li, a, span{font-family: 'Barlow', sans-serif;}*/
.text * {
  margin-bottom: 15px;
}

.text *:last-child {
  margin-bottom: 0;
}

.text img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.text ul li,
.text ol li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
  color: #002E5F;
}

.text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #002E5F;
}

.text ol {
  counter-reset: number;
}

.text ol li {
  padding-left: 30px;
}

.text ol li:before {
  color: #1E3C56;
  font-weight: 700;
  counter-increment: number;
  content: "0" counter(number) ".";
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
}

.text ul li:last-child,
.text ol li:last-child {
  margin-bottom: 0;
}

.text ul li span,
.text ol li span {
  color: #002E5F;
  font-weight: 700;
}

.text a {
  position: relative;
  color: #002E5F;
  cursor: pointer;
  white-space: nowrap;
}

.text h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.text .btn {
  white-space: inherit;
}

.text span {
  color: #002E5F;
}

.text em {
  font-style: italic;
}

.text p a {
  text-decoration: underline;
}

.ul-two-column ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.li-style2 ul li:before {
  background: #054555;
}

.text.color2 ul li {
  color: #ffffff;
}

blockquote {
  position: relative;
  display: block;
  width: 100%;
  color: #0B539D;
  text-align: left;
  font-size: 20px;
  padding-left: 220px;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 150px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #0B539D;
}

h1,
.h1 {
  font-size: 54px;
  line-height: 1.25em;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 1.15em;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 1.18em;
}

h4,
.h4 {
  font-size: 25px;
  line-height: 1.28em;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 1.36em;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1.5em;
}

.section-title {
  position: relative;
  font-size: 10vw;
  font-weight: 700;
  color: #F4F7F9;
  line-height: 0.75;
}

.title {
  color: #002E5F;
  font-weight: 700;
}

.title.color2 {
  color: #ffffff;
}

.title.color3 {
  color: #0B539D;
}

.title.color4 {
  color: #489DCA;
}

.title.color5 {
  color: #6AB8D4;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600 !important;
}

.w-900 {
  font-weight: 900;
}

.title.style2 {
  font-family: "Barlow", sans-serif;
}

.title.h3 {
  font-weight: 600;
}

.sub-title {
  font-size: 20px;
  line-height: 1.6em;
  color: #555;
}

.sub-title.size2 {
  font-size: 25px;
}

.sub-title.color2 {
  color: #FDA748;
}

.motto-text {
  text-transform: uppercase;
  color: #489DCA;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.65px;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}

.motto-text.color2 {
  color: #FB6E2E;
}

.motto-text.color3 {
  color: #FFB82B;
}

.motto-text.color4 {
  color: #002E5F;
}

.motto-text.color5 {
  color: #8E5CA5;
}

.motto-text.color6 {
  color: #E7D4E9;
}

.motto-text.white {
  color: #ffffff;
}

.motto-text.fz18 {
  font-size: 18px;
}

.motto-text.fz16 {
  font-size: 16px;
}

.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.only-mob {
  display: none;
}

.title-shortcode {
  position: relative;
}

.title-shortcode.center {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}

.title-shortcode.mb-50 {
  margin-bottom: 50px;
}

.title-shortcode.no-max {
  max-width: 100%;
}

.title-shortcode > * {
  margin-bottom: 10px;
}

.title-shortcode > *:last-child {
  margin-bottom: 0;
}

.img-cover,
.img-contain {
  position: relative;
}

.img-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*media*/
@media (min-width: 1200px) {
  .container {
    max-width: 1690px;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text a:hover {
    color: #0B539D;
    text-decoration: underline;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .container {
    padding-left: 60px;
    padding-right: 30px;
  }
}
@media (max-width: 1500px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media (max-width: 1470px) {
  blockquote {
    padding-left: 70px;
  }
  blockquote:before {
    left: 0;
  }
}
@media (max-width: 991px) {
  .sub-title {
    font-size: 18px;
  }
  h1,
  .h1 {
    font-size: 44px;
  }
  h2,
  .h2 {
    font-size: 38px;
  }
  .title-shortcode,
  .title-shortcode.mb-50 {
    margin-bottom: 30px;
  }
  .title-shortcode.center {
    text-align: left;
    max-width: 100%;
  }
  .sm-hide {
    display: none !important;
  }
  blockquote {
    padding-left: 30px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 37.5px;
  }
  h2,
  .h2 {
    font-size: 27px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
  blockquote {
    margin: 20px 0;
  }
  .xs-hide,
  .title br {
    display: none;
  }
  .text * {
    margin-bottom: 10px;
  }
  .text,
  .text-sm {
    font-size: 15px;
  }
  .text.text-lg {
    font-size: 16.67px;
  }
  .text ul li:before {
    top: 8px;
  }
  .only-mob {
    display: block;
  }
  .text-center.mob-left {
    text-align: left;
  }
  .sub-title {
    font-size: 16px;
  }
  .ul-two-column ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .title-shortcode,
  .title-shortcode2 {
    margin-bottom: 20px;
  }
  .motto-text {
    font-size: 15px;
    line-height: 1.15;
  }
  .motto-text.fz18 {
    font-size: 15px;
    line-height: 1.15;
  }
  .motto-text.fz16 {
    font-size: 15px;
    line-height: 1.15;
  }
}
/*-----------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*-----------------------------------------------------------------------------------------------------------------------*/
.btn {
  font-family: "Barlow", sans-serif;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  background: #002E5F;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 16px;
  min-width: 120px;
  padding: 14px 25px;
  border: 2px solid #002E5F;
  border-radius: 50px;
}
.btn.type2 {
  background: #ffffff;
  color: #002E5F;
}
.btn.type3 {
  background: #ffffff;
  color: #002E5F;
  border-color: #ffffff;
}
.btn.type4 {
  background: #FB6E2E;
  border-color: #FB6E2E;
}
.btn.type5 {
  background: #489DCA;
  border-color: #489DCA;
}
.btn.type-homepage {
  background: #489DCA;
  border-color: #489DCA;
}
.btn.size2 {
  padding: 10px 30px;
}
.btn.size3 {
  padding: 9px 25px;
}
.btn.size3.contact-us {
  padding: 6px 25px 9px;
  top: 1px;
}
.btn.size4 {
  padding: 20px;
  font-size: 20px;
}
.btn.fz20 {
  font-size: 20px;
}
.btn.btn-icon {
  padding-right: 64px;
}
.btn.btn-icon i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 34px;
  height: 34px;
}
.btn.btn-icon i img {
  max-height: 100%;
}
.btn.btn-icon i svg {
  fill: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn.btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 180px;
  padding: 5px 15px;
}
.btn.btn-back span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn.width-260 {
  min-width: 260px;
}
.btn.width-290 {
  min-width: 290px;
}
.btn.width-306 {
  min-width: 305px;
}
.btn.disabled-btn {
  pointer-events: none;
  cursor: inherit;
  background: #ccc;
}

.btn-block {
  display: block;
  width: 100%;
}

.back-btn {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 2em;
  font-weight: 400;
  color: #898A9F;
}

.full-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.btn-link {
  font-family: "Barlow", sans-serif;
  position: relative;
  font-weight: 700;
  color: #2b69aa;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0;
  padding-right: 32px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-link:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #2b69aa;
  border-right: 2px solid #2b69aa;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-link:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 21px;
  height: 2px;
  background: #2b69aa;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-link.type2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.27px;
  line-height: 38px;
  text-transform: inherit;
}
.btn-link.type2:before {
  top: 50%;
  margin-top: -5px;
}
.btn-link.type2:after {
  top: 50%;
  margin-top: -1px;
}
.btn-link.color2 {
  color: #002E5F;
}
.btn-link.color2:before {
  border-color: #202020;
}
.btn-link.color2:after {
  background: #202020;
}
.btn-link.color3 {
  color: #ffffff;
}
.btn-link.color3:before {
  border-color: #ffffff;
}
.btn-link.color3:after {
  background: #ffffff;
}
.btn-link.read-more {
  cursor: pointer;
}
.btn-link.read-more:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 6px;
}
.more-text.open .btn-link.read-more:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}

.btn-wrapp {
  font-size: 0;
}
.btn-wrapp > * {
  margin-right: 30px;
}
.btn-wrapp > *:last-child {
  margin: 0;
}

/* media */
@media (min-width: 1200px) {
  .btn:hover {
    background: transparent;
  }
  .btn.type1:hover {
    background: #ffffff;
    color: #002E5F;
  }
  .btn.type2:hover {
    background: #002E5F;
    color: #ffffff;
  }
  .btn.type4:hover {
    background: #ffffff;
    color: #FB6E2E;
  }
  .btn.type4:hover i svg {
    fill: #FB6E2E;
  }
  .btn.type-homepage:hover {
    background: #ffffff;
    color: #489DCA !important;
  }
  .btn.type-homepage:hover i svg {
    fill: #489DCA;
  }
  .btn.type3:hover {
    background: #002E5F;
    color: #ffffff;
    border-color: #002E5F;
  }
  .btn.style2:hover {
    color: #002E5F;
  }
  .btn.type5:hover {
    color: #489DCA;
  }
  .back-btn:hover {
    color: #FDA748;
  }
  .btn-link:hover {
    color: #FB6E2E;
  }
  .btn-link:hover:before {
    border-color: #FB6E2E;
  }
  .btn-link:hover:after {
    background: #FB6E2E;
  }
}
@media (max-width: 1199px) {
  .btn.size4 {
    padding: 14px 25px;
  }
  .btn.btn-icon {
    padding: 14px 15px;
    padding-left: 50px;
  }
  .btn.btn-icon i {
    left: 10px;
  }
  .btn-link.type2 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .btn,
  .btn.size2,
  .btn.size3,
  .btn.size4 {
    padding: 11px 20px;
    font-size: 14px;
  }
  .btn.btn-icon {
    padding-left: 50px;
  }
  .btn-link.type2 {
    font-size: 14px;
    padding-right: 25px;
    letter-spacing: 0;
  }
  .btn-link {
    font-size: 16px;
  }
  .btn.btn-icon i {
    top: 47%;
    left: 10px;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 20;
  padding: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #ffffff;
}
header + * {
  margin-top: 90px;
}
header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  header .header-inner {
    position: relative;
  }
}
header .header-brand {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 1rem;
  width: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 0;
}
header .header-brand .logo-image {
  display: block;
  width: 100%;
  height: auto;
}
header .header-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
header .header-content .top-menu {
  width: 100%;
}
header .header-content .top-menu .top-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .header-content .top-menu .top-menu-inner > div {
  margin-left: 1.25rem;
}
header .header-content .main-menu {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
header .header-content .main-menu .toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header .header-content .main-menu .toggle-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
header .header-content .main-menu .nav-menu-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  header .header-content .main-menu .nav-menu-content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
header .header-content .main-menu .nav-menu-end {
  height: 54px;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  header .header-content .main-menu .nav-menu-end {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
  }
}
header .mobile-only {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 1199px) {
  .hide-mobile {
    visibility: hidden !important;
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .toggle-block {
    display: block;
    width: 100%;
    left: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: fixed;
    top: 80px;
    height: 100%;
    max-height: 100%;
    background: #ffffff;
    text-align: left;
    padding: 30px 20px 100px 30px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 101;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden !important;
  }
  header.open-menu .toggle-block {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible !important;
  }
}
header.scrolled {
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.25);
}

.mobile-button {
  will-change: transform;
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  z-index: 101;
  margin-right: 1rem;
}
@media (max-width: 1199px) {
  .mobile-button {
    display: block;
  }
}
.mobile-button span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1px;
  background: #002E5F;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mobile-button:after, .mobile-button:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #002E5F;
  margin-top: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mobile-button:before {
  margin-top: -10px;
}
.mobile-button.active:before {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-button.active:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.mobile-button.active span {
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
}

header .search-btn {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #002E5F;
}
@media (max-width: 1500px) {
  header .search-btn {
    font-size: 14px;
  }
}
header .search-btn svg {
  width: 16px;
  height: 16px;
  fill: #002E5F;
  margin-left: 3px;
  top: 4px;
  position: relative;
}
header .main-menu .search-btn span {
  font-family: "Barlow", sans-serif;
  font-size: 17px;
}
@media (max-width: 1500px) {
  header .main-menu .search-btn span {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  header .main-menu .search-btn span {
    font-size: 20px;
  }
  header .main-menu .search-btn svg {
    height: 24px;
    width: 24px;
    top: 5px;
    margin-left: 6px;
  }
}

nav {
  text-align: center;
  font-size: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.select-country {
  display: inline-block;
  height: 20px;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
  color: #002E5F;
  cursor: pointer;
  margin-bottom: 0;
  text-align: right;
  font-weight: 600;
}
.select-country .label-container {
  position: relative;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .select-country {
    position: relative;
  }
}
.select-country .select-country-arr {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.select-country .select-country-arr i {
  width: 20px;
  height: 20px;
  background-image: none;
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.select-country .select-country-arr i:before {
  content: "";
  position: absolute;
  top: 6px;
  left: auto;
  right: 2px;
  width: 8px;
  height: 8px;
  border: none;
  border-top: 1px solid #002E5F;
  border-right: 1px solid #002E5F;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.select-country.active .select-country-arr i:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

@media (max-width: 1199px) {
  nav {
    margin: 0;
  }
}
nav ul {
  font-size: 0;
  text-align: center;
}

@media (max-width: 1199px) {
  nav ul {
    text-align: left;
  }
}
nav ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
@media (max-width: 1299px) {
  nav ul li {
    margin-left: 12px;
  }
}
nav ul li:first-child {
  margin-left: 0;
}

@media (max-width: 1199px) {
  nav ul li {
    display: block;
    margin-left: 0;
  }
}
nav ul li:last-child {
  margin-right: 0;
}

nav ul li.contains-links .drop-menu-item {
  line-height: 20px;
  font-size: 17px;
  color: #002E5F;
  font-weight: 600;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 9px 35px 10px 12px;
  border-radius: 15px;
  font-family: Barlow, sans-serif;
  cursor: pointer;
}

@media (max-width: 1500px) {
  nav ul li.contains-links .drop-menu-item {
    padding-right: 23px;
    padding-left: 8px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  nav ul li.contains-links .drop-menu-item {
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .drop-menu-item {
    font-size: 16px;
  }
}
nav ul li.contains-links .drop-menu-item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  margin-top: -2px;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #002E5F;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 1500px) {
  nav ul li.contains-links .drop-menu-item:before {
    right: 8px;
  }
}
@media (max-width: 1199px) {
  nav ul li.contains-links .drop-menu-item:before {
    border: solid #002E5F;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (min-width: 1200px) {
  nav ul li.contains-links:hover .drop-menu-item {
    background: #e8eef9;
  }
}
@media (min-width: 1200px) {
  nav ul li.contains-links.current-menu-ancestor .drop-menu-item {
    background: #e8eef9;
  }
}
nav ul li.contains-links.active .drop-menu-item {
  background: #e8eef9;
}

nav ul li.contains-links.active .drop-menu-item:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 1199px) {
  nav ul li.contains-links.active .drop-menu-item:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
nav ul li.contains-links.active .sub-menu-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

nav ul li.contains-links a.no-drop-menu-item {
  line-height: 20px;
  font-size: 16px;
  color: #002E5F;
  font-weight: 600;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 9px 7px 10px 7px;
  text-transform: uppercase;
  border-radius: 15px;
  font-family: Barlow, sans-serif;
  cursor: pointer;
}

@media (max-width: 1500px) {
  nav ul li.contains-links a.no-drop-menu-item {
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  nav ul li.contains-links a.no-drop-menu-item {
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
nav ul li.contains-links .sub-menu-wrap {
  width: 100%;
  height: calc(100vh - 90px);
  overflow-y: auto;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 90px;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 18;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap {
    top: 0;
  }
}
nav ul li.contains-links .sub-menu-wrap.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

nav ul li.contains-links .sub-menu-wrap .pc-menu-button {
  will-change: transform;
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30px;
  height: 20px;
  margin-top: -10px;
  cursor: pointer;
  z-index: 101;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .pc-menu-button {
    display: none;
  }
}
nav ul li.contains-links .sub-menu-wrap .pc-menu-button:after,
nav ul li.contains-links .sub-menu-wrap .pc-menu-button:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #002E5F;
  margin-top: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

nav ul li.contains-links .sub-menu-wrap .pc-menu-button:before {
  margin-top: -10px;
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

nav ul li.contains-links .sub-menu-wrap .pc-menu-button:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container {
  width: 800px;
  margin-left: 160px;
  margin-top: 40px;
  text-align: left;
}

@media (max-width: 1720px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container {
    margin-left: 60px;
  }
}
@media (max-width: 1640px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    overflow-x: hidden;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container.small {
  width: 1250px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container.small {
    width: 100%;
    overflow-x: hidden;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container.small .group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container.small .group-list {
    display: block;
    margin-top: 20px;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container.small .group-list ul {
  width: 560px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container.small .group-list ul {
    width: 100%;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container.small ul {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container.small ul {
    margin-top: 0;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul {
  margin-top: 20px;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li {
  height: 90px;
  border-bottom: 1px solid #d0dbe1;
  display: block;
  padding: 20px 15px 20px;
  margin-bottom: 10px;
  margin-left: 0;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li {
    height: 70px;
    padding: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li {
    height: auto;
    padding: 10px 0;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.small {
  min-height: 50px;
  height: auto;
  padding: 10px 15px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.small {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.small {
    padding: 10px 0;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.small a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}

@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.small a {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.small a:after {
  height: 40px;
  width: 40px;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li a {
  color: #002E5F;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.27px;
  line-height: 38px;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li a {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li a {
    font-size: 18px;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li a:after {
  content: "";
  background-image: url(../img/header/arr2.png);
  background-size: contain;
  height: 45px;
  width: 45px;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li a:after {
    display: none;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li a:hover:after {
  opacity: 1;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion {
  min-height: 90px;
  height: auto;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion {
    height: auto;
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion {
    min-height: 42px;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.small {
  min-height: 50px;
  padding: 10px 15px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.small {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.small {
    padding: 10px 0;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.small .menu-accordion-top {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}

@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.small .menu-accordion-top {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 600;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.small .menu-accordion-top i {
  height: 40px;
  width: 40px;
}

@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.small .menu-accordion-top i {
    height: 35px;
    width: 35px;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-top {
  color: #002E5F;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.27px;
  line-height: 38px;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-top {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-top {
    font-size: 18px;
    line-height: 1.1;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-top i {
  height: 48px;
  width: 48px;
  background: #F4F7F9;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-top i {
    height: 35px;
    width: 35px;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-top i:before {
  content: "";
  height: 20px;
  width: 2px;
  background: #202020;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-top i:after {
  content: "";
  height: 2px;
  width: 20px;
  background: #202020;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom {
  display: none;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 0;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link {
  width: 50%;
  padding: 0 15px;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link {
    width: 100%;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link.w100 {
  width: 100%;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link:after {
  display: none;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link .bottom-link-title {
  color: #0B539D;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link .bottom-link-title {
    margin-bottom: 0;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link .bottom-link-desc {
  color: #002E5F;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link .bottom-link-desc {
    font-size: 14px;
    line-height: 1.1;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .menu-accordion-bottom .menu-accordion-bottom-list .menu-accordion-bottom-link:hover .bottom-link-title {
  text-decoration: underline;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .sub-menu-more {
  color: #0B539D;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: -10px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .sub-menu-more {
    font-size: 18px;
    line-height: 1.1;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion .sub-menu-more:hover:after {
  display: none;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.active {
  background: #F4F7F9;
  position: relative;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.active:before {
    content: "";
    background: #F4F7F9;
    position: absolute;
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.active .menu-accordion-top {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.active .menu-accordion-top {
    margin-bottom: 15px;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container ul li.menu-accordion.active .menu-accordion-top i:before {
  height: 0;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container .sub-menu-more {
  color: #0B539D;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container .sub-menu-more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container .sub-menu-more {
    font-size: 18px;
    line-height: 1.1;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container .sub-menu-more img {
  height: 45px;
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 3px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

nav ul li.contains-links .sub-menu-wrap .sub-menu-container .sub-menu-more:hover img {
  margin-left: 7px;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container .header-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container .header-label {
    margin-left: 40px;
    text-align: left;
  }
}
nav ul li.contains-links .sub-menu-wrap .sub-menu-container .beck-to-category {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 25px;
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  display: none;
}

@media (max-width: 1199px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container .beck-to-category {
    display: block;
  }
}
@media (max-width: 767px) {
  nav ul li.contains-links .sub-menu-wrap .sub-menu-container .beck-to-category {
    top: 22px;
  }
}
.header-search {
  height: 95px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 15px 29px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 29px 0 rgba(0, 0, 0, 0.07);
  padding: 10px 40px 10px 25px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
@media (max-width: 1199px) {
  .header-search {
    padding: 10px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .header-search {
    padding: 10px;
    top: 0;
  }
}
.header-search .header-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-search .header-search-container .search-label {
  color: #677388;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .header-search .header-search-container .search-label {
    line-height: 1.2;
    font-size: 14px;
    background: #FB6E2E;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    border: 2px solid #FB6E2E;
    border-radius: 50px;
    padding: 10px;
  }
}
.header-search .header-search-container .input {
  color: #002E5F;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 27px;
  background: #ffffff;
  border-bottom: 0;
}
@media (max-width: 1199px) {
  .header-search .header-search-container .input {
    font-size: 18px;
    line-height: 1.2;
  }
}
.header-search .header-search-container .close-header-search {
  height: 48px;
  width: 48px;
  background-color: #F4F7F9;
  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;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.header-search .header-search-container .close-header-search .clear-input {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.header-search.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.scrolled .header-search {
  top: 0;
}

.country-wrap {
  overflow-y: auto;
  background: #ffffff;
  position: absolute;
  top: 30px;
  right: -2px;
  -webkit-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
  z-index: 102;
  border: 1px solid #ebeff9;
  max-height: calc(100vh - 30px);
  max-height: calc(100dvh - 30px);
  overflow-y: auto;
  width: 20rem;
  display: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .country-wrap {
    width: 100vw;
    right: 0;
  }
}
.country-wrap.active {
  display: block;
  opacity: 1;
  -webkit-box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.1);
}
.country-wrap .country-container {
  padding: 0 15px;
  margin: 15px auto;
}
@media (max-width: 1640px) {
  .country-wrap .country-container {
    margin: 20px auto;
  }
}
.country-wrap li.country-menu-item {
  width: 100%;
  margin-left: 15px !important;
  margin-right: 15px !important;
  display: block;
  text-align: left;
}
.country-wrap .country-item {
  padding: 8px 0;
  color: #002E5F;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-block;
}
.country-wrap .country-item:hover {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*-----------------------------------------------------------------------------------------------------------------------*/
.bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bg.bg-color {
  background-color: #44A594;
}

.bg.mobile {
  display: none;
}

.opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.opacity.color2:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(77.03%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 77.03%);
}

.banner {
  position: relative;
}

/*.banner-align{display: table-cell;vertical-align: middle;position: relative;width: 10000px;padding:30px 0;height:350px;z-index:1;}*/
.banner-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  padding: 30px 0;
  height: 350px;
  z-index: 1;
}

/*.banner-align.full-h{height:calc(100vh - 90px);min-height:350px;padding:60px 0 40px;}*/
.banner-align.full-h {
  min-height: 700px;
  height: auto;
  padding: 60px 0 40px;
}

.banner-align.size2 {
  height: 660px;
}

.banner-align.align-top {
  vertical-align: top;
}

.banner.home-banner {
  background-color: #4C8ED6;
  margin-bottom: 80px;
}

.enghouse-cloud-logo {
  width: 370px;
  height: 66px;
}

.cloud-decor {
  position: absolute;
  bottom: -16%;
  left: 0;
  right: -10px;
  padding-bottom: 12%;
}

.cloud-decor img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .enghouse-cloud-logo {
    width: auto;
    height: 60px;
    max-width: 100%;
  }
}
.banner.banner-detail {
  margin-bottom: 80px;
}

.banner-detail .banner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 0 0 250px;
  overflow: hidden;
}

.banner-detail .banner-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-detail.type2 .banner-img {
  position: relative;
  top: auto;
  right: auto;
  width: 50%;
  height: auto;
  border-bottom-left-radius: 0;
  overflow: inherit;
  padding-bottom: 66%;
}

.banner-detail.type2 .banner-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.banner-detail.type2 .banner-img:before {
  content: "";
  position: absolute;
  top: -10%;
  left: 28%;
  width: 123%;
  height: 87%;
  border-radius: 100px 100px 100px 0;
  background-color: #6AB8D4;
  z-index: -1;
}

.banner-detail.type2 .second-img {
  position: absolute;
  left: 60%;
  top: -17%;
  width: 195px;
}

.banner-detail.type2 .banner-align.full-h {
  padding-bottom: 0;
}

.banner-content .contact-center-img {
  width: 196px;
  max-height: 66px;
  font-size: 0;
}

.powered-by .caption {
  color: #002E5F;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Barlow", sans-serif;
  margin-bottom: 10px;
}

.powered-by img {
  width: 174px;
  -o-object-fit: contain;
     object-fit: contain;
}

.powered-by > * {
  margin-bottom: 10px;
}

.powered-by > :last-child {
  margin-bottom: 0;
}

.banner-content {
  position: relative;
  max-width: 700px;
}

.banner-content > * {
  margin-bottom: 10px;
}

.banner-content .btn {
  margin-top: 15px;
}

.banner-content .btn-wrapp {
  margin: 30px 0 60px;
}

.banner-content .btn-wrapp .btn {
  margin-top: 0;
}

.banner-content .powered-by {
  margin-top: 15px;
}

.banner-content > *:last-child {
  margin-bottom: 0;
}

.banner.home-banner .banner-content .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip: rect(auto, auto, auto, auto);
  display: none;
}

.video video {
  position: fixed;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-present .video {
  display: block;
  overflow: hidden;
}

/*breadcrumbs*/
.breadcrumbs {
  display: inline-block;
  font-size: 0;
  z-index: 2;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.breadcrumbs li:last-child {
  padding-right: 0;
  pointer-events: none;
}

.breadcrumbs li a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #0B539D;
  text-decoration: underline;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
}

.breadcrumbs li a:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 4px;
  width: 1px;
  height: 13px;
  background: #0B539D;
  cursor: inherit;
  pointer-events: none;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.breadcrumbs li:last-child a {
  font-weight: 500;
  text-decoration: none;
}

.breadcrumbs li:last-child a:after {
  content: none;
}

.breadcrumbs.white li a {
  color: #ffffff;
}

.breadcrumbs.white li a:after {
  background: #ffffff;
}

.banner .breadcrumbs {
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  padding: 15px 15px 0;
  margin: 0 auto;
}

@media (max-width: 1690px) {
  .banner .breadcrumbs {
    left: 0;
  }
}
/*media*/
@media (min-width: 1200px) {
  .breadcrumbs li a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1200px) and (max-width: 1690px) {
  .banner .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1500px) {
  .banner-content .contact-center-img {
    width: 150px;
    max-height: 35px;
  }
  .banner-content .powered-by {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-align.full-h {
    height: calc(100vh - 60px);
  }
  .banner-content .btn-wrapp {
    margin: 30px 0;
  }
  .row.tablet-rotate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .banner.banner-detail {
    margin-bottom: 60px;
  }
  .banner .breadcrumbs {
    display: none;
  }
  .banner-align.full-h {
    height: auto;
    padding: 30px 0;
    min-height: auto;
  }
  /*.banner-align.full-h{height:auto;padding: 0 0 30px;}*/
  .banner-detail .banner-img,
  .banner-detail.type2 .second-img {
    width: auto;
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    left: 0;
    top: 0;
    border-bottom-left-radius: 106px;
  }
  .banner-detail .banner-img,
  .banner-detail.type2 .second-img img {
    position: relative;
    max-width: 100%;
    height: 100%;
    max-height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-detail .banner-img img {
    position: relative;
    max-width: 100%;
    height: 100%;
    max-height: 470px;
  }
  .row.mob-rotate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-detail.type2 .banner-img {
    display: none;
  }
}
@media (max-width: 767px) {
  /*.banner-align.full-h{padding-top:20px;}*/
  .banner-align.full-h {
    padding-top: 0;
  }
  .banner.banner-detail {
    margin-bottom: 40px;
  }
  .banner-content .powered-by {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner-content .btn-wrapp {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-content .btn-wrapp .btn {
    max-width: 290px;
  }
  .btn-wrapp > * {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/*HOME BANNER*/
.main-slider .swiper-entry .progress-line-container {
  position: absolute;
  right: 0;
  bottom: 20px;
  height: 3px;
  width: 490px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 4;
}

@media (max-width: 1199px) {
  .main-slider .swiper-entry .progress-line-container {
    width: 100%;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-slider .swiper-entry .progress-line-container {
    bottom: 8px;
    height: 2px;
  }
}
.main-slider .swiper-entry .progress-line-container:before {
  content: "";
  background: #FB6E2E;
  opacity: 1;
  height: 3px;
  position: absolute;
}

@media (max-width: 767px) {
  .main-slider .swiper-entry .progress-line-container:before {
    height: 2px;
  }
}
.main-slider .swiper-entry .progress-line-container.haveAnimation:before {
  -webkit-animation: progres 10.2s infinite linear;
          animation: progres 10.2s infinite linear;
  width: 0;
}

.main-slider .swiper-entry .progress-line-container .swiper-scrollbar-drag {
  position: absolute;
  background: #FB6E2E;
  opacity: 0;
  height: 3px;
}

@-webkit-keyframes progres {
  0% {
    width: 0;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 52%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progres {
  0% {
    width: 0;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 52%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}
.main-slider .swiper-entry .main-swiper-pagination {
  z-index: 2;
  height: 75px;
  width: 490px;
  background-color: #002E5F;
  position: absolute;
  right: 0;
  left: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .main-slider .swiper-entry .main-swiper-pagination {
    width: 100%;
    height: 64px;
    padding: 0 100px;
  }
}
@media (max-width: 1199px) {
  .main-slider .swiper-entry .main-swiper-pagination {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .main-slider .swiper-entry .main-swiper-pagination {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .main-slider .swiper-entry .main-swiper-pagination {
    height: 55px;
    padding: 0 40px;
  }
}
@media (max-width: 380px) {
  .main-slider .swiper-entry .main-swiper-pagination {
    padding: 0 15px;
  }
}
.main-slider .swiper-entry .main-swiper-pagination .swiper-pagination-bullet {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: 0 0;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 15px 10px !important;
}

@media (max-width: 1199px) {
  .main-slider .swiper-entry .main-swiper-pagination .swiper-pagination-bullet {
    margin: 0 15px 0 !important;
  }
}
@media (max-width: 767px) {
  .main-slider .swiper-entry .main-swiper-pagination .swiper-pagination-bullet {
    font-size: 18px;
  }
}
.main-slider .swiper-entry .main-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #FB6E2E;
}

.home-page-banner {
  position: relative;
}

.home-page-banner .banner-align-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 745px;
  height: 100vh;
  padding: 60px 0 40px;
}

@media (max-width: 1640px) {
  .home-page-banner .banner-align-main {
    max-height: 675px;
  }
}
@media (max-width: 1199px) {
  .home-page-banner .banner-align-main {
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  .home-page-banner .banner-align-main {
    max-height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .home-page-banner .banner-align-main .container {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .home-page-banner .banner-align-main .container {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .home-page-banner .banner-align-main .container {
    padding: 0 40px;
  }
}
@media (max-width: 380px) {
  .home-page-banner .banner-align-main .container {
    padding: 0 15px;
  }
}
.home-page-banner .banner-align-main .banner-content {
  max-width: 540px;
  margin-bottom: 135px;
  z-index: 3;
}

@media (max-width: 1199px) {
  .home-page-banner .banner-align-main .banner-content {
    max-width: 370px;
  }
}
@media (max-width: 991px) {
  .home-page-banner .banner-align-main .banner-content {
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
    padding: 40px 0 60px;
  }
}
@media (max-width: 767px) {
  .home-page-banner .banner-align-main .banner-content {
    padding: 30px 0 50px;
  }
}
.home-page-banner .banner-align-main .banner-content .content-block .h3 {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .home-page-banner .banner-align-main .banner-content .content-block .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home-page-banner .banner-align-main .banner-content .content-block .h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .home-page-banner .banner-align-main .banner-content .content-block .h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .home-page-banner .banner-align-main .banner-content .content-block .h2 {
    font-size: 27px;
    margin-top: 10px;
  }
}
.home-page-banner .banner-align-main .banner-content .content-block .btn {
  margin-top: 0;
  min-width: 200px;
}

@media (max-width: 767px) {
  .home-page-banner .banner-align-main .banner-content .content-block .btn {
    width: 100%;
  }
}
.home-page-banner .decor-banner-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .home-page-banner .decor-banner-top {
    position: relative;
    height: 340px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .home-page-banner .decor-banner-top {
    height: 215px;
  }
}
.home-page-banner .home-page-banner-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.home-page-banner .decor-img-main {
  height: 550px;
  max-width: 940px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 60px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .home-page-banner .decor-img-main {
    height: 345px;
  }
}
@media (max-width: 991px) {
  .home-page-banner .decor-img-main {
    height: 300px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .home-page-banner .decor-img-main {
    height: 170px;
  }
}
@media (max-width: 767px) {
  .home-page-banner .decor-img-main.decor-img-main-desktop {
    display: none;
  }
}
.home-page-banner .decor-img-main.decor-img-main-mob {
  display: none;
}

@media (max-width: 767px) {
  .home-page-banner .decor-img-main.decor-img-main-mob {
    display: block;
  }
}
.home-page-banner .decor-text-main {
  word-break: break-word;
  max-height: 515px;
  max-width: 835px;
  width: 100%;
  color: rgba(223, 231, 234, 0.55);
  font-family: Poppins, sans-serif;
  font-size: 200px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (max-width: 1470px) {
  .home-page-banner .decor-text-main {
    font-size: 140px;
  }
}
@media (max-width: 1199px) {
  .home-page-banner .decor-text-main {
    font-size: 125px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .home-page-banner .decor-text-main {
    font-size: 63px;
  }
}
