@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
/*font-family: 'Montserrat', sans-serif; */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icon.woff2") format("woff2"); }
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

@font-face {
  font-family: 'AmbroiseRegular';
  src: url("../fonts/AmbroiseRegular.eot");
  src: url("../fonts/AmbroiseRegular.woff") format("woff"), url("../fonts/AmbroiseRegular.ttf") format("truetype"), url("../fonts/AmbroiseRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =============== Media Queries =============== */
.container {
  max-width: 1280px;
  padding: 0 30px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .container {
      max-width: 85.333vw;
      padding: 0 2vw; } }
  @media only screen and (max-width: 575px) {
    .container {
      padding: 0 15px; } }

/**/
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 700; }

.mb-0 {
  margin-bottom: 0px !important; }

.text-black {
  color: #000 !important; }

.mb-23 {
  margin-bottom: 23px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .mb-23 {
      margin-bottom: 1.533vw; } }

.slick-dots {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .slick-dots {
      padding-top: 3.333vw;
      padding-bottom: 3.333vw; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .slick-dots li {
        width: 0.667vw;
        height: 0.667vw;
        margin: 0 0.667vw; } }
    .slick-dots li.slick-active button:before {
      background: #1C1F5D;
      border: 0.6px solid transparent; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 0px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .slick-dots li button {
          width: 0.667vw;
          height: 0.667vw; } }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        border-radius: 50%;
        background: transparent;
        border: 0.6px solid #1C1F5D; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .slick-dots li button:before {
            font-size: 0.400vw;
            line-height: 1.333vw;
            width: 0.667vw;
            height: 0.667vw; } }

button:focus {
  outline: none; }

.prev-arrow, .next-arrow {
  background: #fff;
  color: #000;
  width: 31px;
  height: 31px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  border: 1px solid #fff;
  line-height: 1;
  position: absolute;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .prev-arrow, .next-arrow {
      width: 2.067vw;
      height: 2.067vw;
      font-size: 1.467vw; } }

.prev-arrow {
  left: -70px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .prev-arrow {
      left: -4.667vw; } }

.next-arrow {
  right: -70px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .next-arrow {
      right: -4.667vw; } }

.user-review {
  color: #fff; }
  .user-review .review-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-flow: column; }
    .user-review .review-content .rating-sec {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .user-review .review-content .rating-sec {
          margin-bottom: 1.333vw; } }
      @media only screen and (max-width: 767px) {
        .user-review .review-content .rating-sec {
          margin-bottom: 13px; } }
      .user-review .review-content .rating-sec span {
        color: #f89f31;
        padding: 0 1px; }
        @media only screen and (max-width: 767px) {
          .user-review .review-content .rating-sec span {
            font-size: 10px;
            line-height: 2.63; } }
    .user-review .review-content h3 {
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: normal;
      line-height: 1.3;
      padding-left: 10px;
      text-transform: uppercase; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .user-review .review-content h3 {
          font-size: 0.800vw;
          padding-left: 0.667vw; } }
      @media only screen and (max-width: 767px) {
        .user-review .review-content h3 {
          font-size: 10px;
          letter-spacing: 0.77px;
          line-height: 2.63;
          padding-left: 5px; } }
    .user-review .review-content p {
      font-size: 16px;
      margin-bottom: 20px;
      max-width: 636px;
      color: #ffffff;
      font-weight: 500;
      text-align: center;
      line-height: 1.2; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .user-review .review-content p {
          font-size: 1.067vw;
          margin-bottom: 1.333vw;
          max-width: 42.400vw; } }
      @media only screen and (max-width: 767px) {
        .user-review .review-content p {
          font-size: 12px;
          max-width: 280px;
          margin: 0 auto 20px; } }
    @media only screen and (max-width: 767px) {
      .user-review .review-content .user-detail {
        position: relative;
        width: 100%; } }
    .user-review .review-content .user-detail p {
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 0px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .user-review .review-content .user-detail p {
          font-size: 0.800vw; } }

.btn-section {
  text-align: center;
  position: relative;
  top: -30px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .btn-section {
      top: -2vw; } }
  @media only screen and (max-width: 767px) {
    .btn-section {
      top: 0px;
      padding-top: 20px; } }
  .btn-section.mt27 {
    top: 0px;
    margin-top: 27px; }
    .btn-section.mt40 {
    top: 0px;
    margin-top: 40px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .btn-section.mt27 {
        margin-top: 1.800vw; } }
    @media only screen and (max-width: 767px) {
      .btn-section.mt27 {
        margin-top: 15px; } }
  .btn-section .custom-btn {
    margin: 0 auto 18px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .btn-section .custom-btn {
        margin: 0 auto 1.200vw; } }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .btn-section .custom-btn {
        margin: 0 auto 15px; } }

/* .container {
	@include media1901-min {
		max-width: 1606px;
	}
	@include media1900 {
		max-width: 84.526vw;
		padding: 0 0.789vw;
	}
	@include media575 {
		padding: 0 21px;
	}

} */
a {
  text-decoration: none !important;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out; }
  a:hover {
    color: #000000; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .row {
      margin-left: -1vw;
      margin-right: -1vw; } }
  .row .items {
    padding: 0 15px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .row .items {
        padding: 0 1vw; } }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

.sticky-atc-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  font-size: 18px !important;
  padding: 12px 15px !important;
  max-width: unset;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (min-width: 768px) {
    .sticky-atc-button {
      display: none !important; } }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .sticky-atc-button {
      font-size: 1.200vw;
      padding: 0.800vw 1vw; } }

.custom-btn.sticky-atc-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: unset;
  height: unset;
  width: 100%; }

.custom-btn {
  display: block;
  color: #ffffff;
  background-color: #56a8ff;
  border: 2px solid #56a8ff;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  text-transform: uppercase;
  max-width: max-content;
  border-radius: 0px;
  padding: 19px 30px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 281px;
  max-width: 100%;
  height: 62px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .custom-btn {
      padding: 1.267vw 2vw;
      font-size: 1.067vw;
      width: 18.733vw;
      height: 4.133vw; } }
  @media only screen and (max-width: 991px) {
    .custom-btn {
      font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .custom-btn {
      padding: 12px 47px;
      margin: auto;
      text-align: center; } }
  .custom-btn span {
    margin-left: 12px;
    font-weight: 600; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .custom-btn span {
        margin-left: 0.800vw; } }
  .custom-btn:hover {
    color: #56a8ff;
    background: #fff;
    border: 2px solid #56a8ff; }

.section_title h3 {
  font-size: 85px;
  line-height: 0.929;
  color: #1c1f5d;
  font-weight: 300;
  font-family: "AmbroiseRegular";
  text-transform: uppercase;
  margin-bottom: 36px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .section_title h3 {
      font-size: 5.667vw;
      margin-bottom: 2.400vw; } }
  @media only screen and (max-width: 991px) {
    .section_title h3 {
      font-size: 50px;
      margin-bottom: 26px; } }
  @media only screen and (max-width: 767px) {
    .section_title h3 {
      font-size: 45px;
      line-height: 0.933;
      margin-bottom: 35px; } }
.section_title h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 50px;
  line-height: 60px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .section_title h2 {
      font-size: 3.333vw;
      line-height: 4vw; } }
  @media only screen and (max-width: 767px) {
    .section_title h2 {
      font-size: 29px;
      line-height: 38px; } }
  .section_title h2 span {
    font-weight: 500; }

html {
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #131313;
  line-height: 1.1;
  overflow-x: hidden;
  position: relative;
  display: block; }

header .topbar {
  background-color: #56a8ff;
  height: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    header .topbar {
      height: 2.333vw; } }
  header .topbar ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      header .topbar ul {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
    header .topbar ul li {
      margin-right: 58px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        header .topbar ul li {
          margin-right: 3.867vw; } }
      @media only screen and (max-width: 767px) {
        header .topbar ul li {
          margin-right: 0px; } }
      header .topbar ul li a {
        font-size: 11px;
        line-height: 1.2;
        color: #ffffff;
        font-weight: 700; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          header .topbar ul li a {
            font-size: 0.733vw; } }
        header .topbar ul li a span {
          margin-right: 15px;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          top: 2px;
          position: relative; }
          @media only screen and (max-width: 1500px) and (min-width: 992px) {
            header .topbar ul li a span {
              margin-right: 1vw; } }
          @media only screen and (max-width: 767px) {
            header .topbar ul li a span {
              margin-right: 5px; } }
  header .topbar .schedule_call {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    header .topbar .schedule_call a {
      font-size: 11px;
      line-height: 1.2;
      color: #ffffff;
      font-weight: 700;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        header .topbar .schedule_call a {
          font-size: 0.733vw; } }
      header .topbar .schedule_call a span {
        margin-left: 15px;
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: 0; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          header .topbar .schedule_call a span {
            margin-left: 1vw;
            font-size: 1.067vw; } }
header .header {
  background: #090909;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    header .header {
      height: 5.333vw; } }
  @media only screen and (max-width: 767px) {
    header .header {
      height: 70px; } }
  header .header .logo {
    width: 100%;
    max-width: 129px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 29px;
    z-index: 99; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      header .header .logo {
        max-width: 8.600vw;
        top: 1.933vw; } }
    header .header .logo a {
      display: block; }
      header .header .logo a img {
        width: 100%;
        display: block; }
        @media only screen and (max-width: 767px) {
          header .header .logo a img {
            width: 98px;
            margin: 0 auto; } }
  header .header .linkMenu {
    transition: 0.4s all; }
    @media only screen and (max-width: 991px) {
      header .header .linkMenu {
        position: fixed;
        z-index: 9;
        width: 100%;
        max-width: 320px;
        height: 100%;
        top: 0;
        left: -100%;
        opacity: 0;
        visibility: hidden;
        background-color: #ffffff;
        text-align: left;
        padding: 0 20px;
        z-index: 99999; } }
  @media only screen and (max-width: 991px) and (max-width: 1500px) and (min-width: 992px) {
    header .header .linkMenu {
      max-width: 21.333vw;
      padding: 0 1.333vw; } }

  @media only screen and (max-width: 991px) {
    header .header .menuItems {
      text-align: left; } }
  header .header .menuItems .sidebarHeader {
    padding: 20px 0;
    border-bottom: 1px solid #4b4b4b; }
    header .header .menuItems .sidebarHeader h2 {
      font-weight: 500;
      color: #56a8ff;
      text-transform: uppercase;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 1px; }
    header .header .menuItems .sidebarHeader .close-menu {
      color: #131313;
      font-size: 21px;
      line-height: 23px; }
  @media only screen and (max-width: 991px) {
    header .header .menuItems ul {
      padding-top: 30px;
      height: calc(100vh - 71px);
      overflow: auto; } }
  header .header .menuItems ul li {
    display: inline-block;
    margin: 0 15px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      header .header .menuItems ul li {
        margin: 0 1vw; } }
    @media only screen and (max-width: 991px) {
      header .header .menuItems ul li {
        display: block;
        margin: 15px 0; } }
    header .header .menuItems ul li a {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 1.2;
      color: #ffffff;
      font-weight: 400; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        header .header .menuItems ul li a {
          font-size: 0.800vw; } }
      @media only screen and (max-width: 991px) {
        header .header .menuItems ul li a {
          font-size: 16px;
          color: #000;
          font-weight: 500; } }
      header .header .menuItems ul li a:hover {
        color: #56a8ff; }
  header .header .headerRight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end; }
    header .header .headerRight a {
      display: inline-block; }
      header .header .headerRight a.compass-btn img {
        width: 102px; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          header .header .headerRight a.compass-btn img {
            width: 6.800vw; } }
      header .header .headerRight a.mls-btn img {
        width: 100px;
        margin-left: 30px; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          header .header .headerRight a.mls-btn img {
            width: 6.667vw;
            margin-left: 2vw; } }
  header .header .hamburg_menu {
    text-align: left;
    display: none; }
    @media only screen and (max-width: 991px) {
      header .header .hamburg_menu {
        display: block; } }
    header .header .hamburg_menu a {
      display: inline-block; }
      header .header .hamburg_menu a img {
        width: 24px;
        height: auto; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          header .header .hamburg_menu a img {
            width: 1.600vw; } }

.overlayBG {
  position: fixed;
  z-index: 8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all; }

body.open-menu,
body.cart-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  body.open-menu .overlayBG,
  body.cart-open .overlayBG {
    opacity: 1;
    visibility: visible; }

body.open-menu header .header .linkMenu {
  left: 0;
  opacity: 1;
  visibility: visible; }

.bannerSec {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  /* height: 822px; */
  height: 895px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .bannerSec {
      height: 59.667vw; } }
  @media only screen and (max-width: 767px) {
    .bannerSec {
      height: 100%;
      padding: 80px 0 30px; } }
  .bannerSec .bgImg {
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 822px; */
    top: 0px;
    height: 895px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .bannerSec .bgImg {
        height: 59.667vw; } }
    @media only screen and (max-width: 767px) {
      .bannerSec .bgImg {
        height: 100%;
        background-position: 21% 50%; } }
  .bannerSec .bannerDesc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-flow: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding-bottom: 128px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .bannerSec .bannerDesc {
        padding-bottom: 8.533vw; } }
    @media only screen and (max-width: 767px) {
      .bannerSec .bannerDesc {
        padding-bottom: 20px; } }
    .bannerSec .bannerDesc .bannerTitle {
      text-align: center;
      color: #fff; }
      .bannerSec .bannerDesc .bannerTitle h1 {
        font-size: 85px;
        line-height: 0.95;
        font-weight: 300;
        font-family: "AmbroiseRegular";
        margin-bottom: 32px;
        text-transform: uppercase; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .bannerSec .bannerDesc .bannerTitle h1 {
            font-size: 5.667vw;
            margin-bottom: 2.133vw; } }
        @media only screen and (max-width: 767px) {
          .bannerSec .bannerDesc .bannerTitle h1 {
            font-size: 54px;
            line-height: 0.944;
            max-width: 350px;
            margin: 0 auto 15px; } }
      .bannerSec .bannerDesc .bannerTitle p {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 33px;
        color: #fff; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .bannerSec .bannerDesc .bannerTitle p {
            font-size: 1.333vw;
            margin-bottom: 2.200vw; } }
        @media only screen and (max-width: 767px) {
          .bannerSec .bannerDesc .bannerTitle p {
            font-size: 18px;
            margin-bottom: 15px;
            max-width: 300px; } }
  .bannerSec .banner-logos {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .bannerSec .banner-logos {
        display: flex !important; } }
    @media only screen and (max-width: 374px) {
      .bannerSec .banner-logos {
        -webkit-justify-content: space-evenly;
        -moz-justify-content: space-evenly;
        -ms-justify-content: space-evenly;
        justify-content: space-evenly;
        -ms-flex-pack: space-evenly; } }
    .bannerSec .banner-logos img {
      max-width: 90%; }
      @media only screen and (max-width: 767px) {
        .bannerSec .banner-logos img {
          max-width: 115px;
          margin-right: 30px; } }

.videoSec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .videoSec .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 895px;
    background: url(../img/cw-banner.png) no-repeat center center/cover; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .videoSec .bg-video-wrap {
        height: 59.667vw; } }
    @media only screen and (max-width: 767px) {
      .videoSec .bg-video-wrap {
        height: 766px;
        background-position: 50% 50%; } }
    .videoSec .bg-video-wrap video {
      min-width: 100%;
      min-height: 895px;
      z-index: 1; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .videoSec .bg-video-wrap video {
          min-height: 59.667vw; } }
      @media only screen and (max-width: 767px) {
        .videoSec .bg-video-wrap video {
          min-height: 766px;
          background-position: 50% 50%; } }
    .videoSec .bg-video-wrap .overlay {
      width: 100%;
      height: 895px;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .videoSec .bg-video-wrap .overlay {
          height: 59.667vw; } }
      @media only screen and (max-width: 767px) {
        .videoSec .bg-video-wrap .overlay {
          height: 100%; } }
    .videoSec .bg-video-wrap .videoData {
      text-align: center;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 3;
      width: 100%;
      transform: translateY(-50%);
      height: fit-content; }
      @media only screen and (max-width: 767px) {
        .videoSec .bg-video-wrap .videoData {
          padding: 80px 0 30px; } }
      .videoSec .bg-video-wrap .videoData .videoDesc {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        flex-flow: column;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        padding-bottom: 128px; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .videoSec .bg-video-wrap .videoData .videoDesc {
            padding-bottom: 8.533vw; } }
        @media only screen and (max-width: 767px) {
          .videoSec .bg-video-wrap .videoData .videoDesc {
            padding-bottom: 20px; } }
        .videoSec .bg-video-wrap .videoData .videoDesc .bannerTitle {
          text-align: center;
          color: #fff; }
          .videoSec .bg-video-wrap .videoData .videoDesc .bannerTitle h1 {
            font-size: 85px;
            line-height: 0.95;
            font-weight: 300;
            font-family: "AmbroiseRegular";
            margin-bottom: 32px;
            text-transform: uppercase; }
            @media only screen and (max-width: 1500px) and (min-width: 992px) {
              .videoSec .bg-video-wrap .videoData .videoDesc .bannerTitle h1 {
                font-size: 5.667vw;
                margin-bottom: 2.133vw; } }
            @media only screen and (max-width: 767px) {
              .videoSec .bg-video-wrap .videoData .videoDesc .bannerTitle h1 {
                font-size: 30px;
                line-height: 0.944;
                max-width: 350px;
                margin: 0 auto 15px; } }
          .videoSec .bg-video-wrap .videoData .videoDesc .bannerTitle p {
            font-size: 20px;
            line-height: 1.3;
            margin-bottom: 33px;
            color: #fff; }
            @media only screen and (max-width: 1500px) and (min-width: 992px) {
              .videoSec .bg-video-wrap .videoData .videoDesc .bannerTitle p {
                font-size: 1.333vw;
                margin-bottom: 2.200vw; } }
            @media only screen and (max-width: 767px) {
              .videoSec .bg-video-wrap .videoData .videoDesc .bannerTitle p {
                font-size: 18px;
                margin-bottom: 15px;
                max-width: 300px; } }
      .videoSec .bg-video-wrap .videoData .banner-logos {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        margin-top: 25px; }
        @media only screen and (max-width: 767px) {
          .videoSec .bg-video-wrap .videoData .banner-logos {
            display: flex !important; } }
        @media only screen and (max-width: 374px) {
          .videoSec .bg-video-wrap .videoData .banner-logos {
            -webkit-justify-content: space-evenly;
            -moz-justify-content: space-evenly;
            -ms-justify-content: space-evenly;
            justify-content: space-evenly;
            -ms-flex-pack: space-evenly; } }
        .videoSec .bg-video-wrap .videoData .banner-logos img {
          max-width: 90%; }
          @media only screen and (max-width: 767px) {
            .videoSec .bg-video-wrap .videoData .banner-logos img {
              max-width: 115px;
              margin-right: 30px; } }

.finderSec {
  padding: 90px 0 100px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .finderSec {
      padding: 6vw 0 6.667vw; } }
  @media only screen and (max-width: 767px) {
    .finderSec {
      padding: 30px 0 60px;
      text-align: center; } }
  .finderSec .container {
    padding: 0; }
  .finderSec .finderImg {
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .finderSec .finderImg {
        height: auto; } }
    .finderSec .finderImg img {
      width: 482px;
      height: 653px;
      height: 100%;
      object-fit: cover; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .finderSec .finderImg img {
          width: 32.133vw;
          height: 32.133vw;
          height: 100%; } }
      @media only screen and (max-width: 767px) {
        .finderSec .finderImg img {
          height: auto;
          width: 100%;
          margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .finderSec .finderDesc .section_title h3 {
      margin-bottom: 30px; } }
  .finderSec .finderDesc p {
    font-size: 18px;
    line-height: 1.444;
    color: #000000;
    font-weight: 400;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .finderSec .finderDesc p {
        font-size: 1.200vw;
        margin-bottom: 1.600vw; } }
    @media only screen and (max-width: 991px) {
      .finderSec .finderDesc p {
        font-size: 15px;
        margin-bottom: 14px; } }
    @media only screen and (max-width: 767px) {
      .finderSec .finderDesc p {
        font-size: 18px;
        max-width: 330px;
        margin: 0 auto 29px;
        padding: 0 14px; } }

.lookingSec {
  padding: 86px 0 80px;
  background: #1C1F5D;
  color: #fff;
  position: relative; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .lookingSec {
      padding: 5.733vw 0 5.333vw; } }
  @media only screen and (max-width: 767px) {
    .lookingSec {
      padding: 45px 0 30px; } }
  @media only screen and (max-width: 767px) {
    .lookingSec .container {
      padding: 0px; } }
  .lookingSec .container p {
    font-size: 20px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 400; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .lookingSec .container p {
        font-size: 20px; } }
    @media only screen and (max-width: 991px) {
      .lookingSec .container p {
        font-size: 18px;
        line-height: 1.44; } }
    @media only screen and (max-width: 767px) {
      .lookingSec .container p {
        max-width: 285px;
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .lookingSec .container .section_title {
      padding: 0 25px; } }
  @media only screen and (max-width: 767px) {
    .lookingSec .container .section_title h3 {
      max-width: 300px;
      margin: 0 auto 21px; } }
  .lookingSec .container .lookingStep-slider .slick-dots {
    padding-top: 30px;
    padding-bottom: 30px; }
    .lookingSec .container .lookingStep-slider .slick-dots li button:before {
      border: 0.6px solid #fff; }
    .lookingSec .container .lookingStep-slider .slick-dots li.slick-active button:before {
      background: #fff; }
  .lookingSec .container .lookingStep-slider .slick-list {
    padding-left: 0px !important; }
    @media only screen and (max-width: 767px) {
      .lookingSec .container .lookingStep-slider .slick-list {
        padding-left: 90px !important; } }
    @media only screen and (max-width: 575px) {
      .lookingSec .container .lookingStep-slider .slick-list {
        padding-left: 0px !important; } }
  .lookingSec .container .lookingStep-slider .slick-slide {
    margin: 0 9px; }
  .lookingSec .container .lookingStep-slider .lookingDesc {
    padding-top: 86px;
    text-align: center; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .lookingSec .container .lookingStep-slider .lookingDesc {
        padding-top: 5.733vw; } }
    @media only screen and (max-width: 767px) {
      .lookingSec .container .lookingStep-slider .lookingDesc {
        padding-top: 30px; } }
    .lookingSec .container .lookingStep-slider .lookingDesc .lookingImg img {
      width: 272px;
      object-fit: cover;
      border-radius: 50%;
      margin: 0 auto; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .lookingSec .container .lookingStep-slider .lookingDesc .lookingImg img {
          width: 18.133vw; } }
      @media only screen and (max-width: 991px) {
        .lookingSec .container .lookingStep-slider .lookingDesc .lookingImg img {
          width: 200px; } }
      @media only screen and (max-width: 767px) {
        .lookingSec .container .lookingStep-slider .lookingDesc .lookingImg img {
          width: 272px; } }
    .lookingSec .container .lookingStep-slider .lookingDesc .lookingImg .step_count {
      width: 30px;
      height: 30px;
      top: -18px;
      background-color: #fff;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      border-radius: 50%;
      margin: 0 auto;
      color: #1c1f5d;
      font-size: 26px;
      line-height: 1.346;
      font-family: "AmbroiseRegular"; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .lookingSec .container .lookingStep-slider .lookingDesc .lookingImg .step_count {
          width: 2vw;
          height: 2vw;
          top: -1.200vw;
          font-size: 1.733vw; } }
    .lookingSec .container .lookingStep-slider .lookingDesc .lookingText {
      padding-top: 21px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .lookingSec .container .lookingStep-slider .lookingDesc .lookingText {
          padding-top: 1.400vw; } }
      @media only screen and (max-width: 767px) {
        .lookingSec .container .lookingStep-slider .lookingDesc .lookingText {
          padding-top: 0px; } }
      .lookingSec .container .lookingStep-slider .lookingDesc .lookingText h3 {
        font-size: 42px;
        line-height: 0.833;
        font-family: "AmbroiseRegular";
        margin-bottom: 34px;
        /*@include media991 {
            font-size: 30px;
        }*/ }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .lookingSec .container .lookingStep-slider .lookingDesc .lookingText h3 {
            font-size: 2.800vw;
            margin-bottom: 2.267vw; } }
        @media only screen and (max-width: 767px) {
          .lookingSec .container .lookingStep-slider .lookingDesc .lookingText h3 {
            margin: 0 auto 25px;
            max-width: 290px; } }
      .lookingSec .container .lookingStep-slider .lookingDesc .lookingText p {
        font-size: 16px;
        line-height: 1.25;
        max-width: 91%;
        margin: 0 auto; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .lookingSec .container .lookingStep-slider .lookingDesc .lookingText p {
            font-size: 1.067vw; } }
        @media only screen and (max-width: 991px) {
          .lookingSec .container .lookingStep-slider .lookingDesc .lookingText p {
            font-size: 14px;
            line-height: 1.429; } }
        @media only screen and (max-width: 767px) {
          .lookingSec .container .lookingStep-slider .lookingDesc .lookingText p {
            max-width: 300px; } }
      .lookingSec .container .lookingStep-slider .lookingDesc .lookingText a {
        color: #fff;
        display: block; }
  @media only screen and (max-width: 767px) {
    .lookingSec .container .btn-section {
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    .lookingSec .container .btn-section .user-review .review-content .rating-sec {
      margin-bottom: 0; } }

.whyChoose {
  padding: 94px 0 75px;
  position: relative; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .whyChoose {
      padding: 6.267vw 0 5vw; } }
  @media only screen and (max-width: 767px) {
    .whyChoose {
      display: none; } }
  .whyChoose .pad_hor {
    padding: 0 250px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .whyChoose .pad_hor {
        padding: 0 16.667vw; } }
    @media only screen and (max-width: 991px) {
      .whyChoose .pad_hor {
        padding: 0 50px; } }
  .whyChoose .section_title {
    padding-bottom: 65px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .whyChoose .section_title {
        padding-bottom: 4.333vw; } }
    @media only screen and (max-width: 991px) {
      .whyChoose .section_title {
        padding-bottom: 35px; } }
  .whyChoose .slick-dots {
    padding-top: 0; }
  .whyChoose .whyChooseSec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 78px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .whyChoose .whyChooseSec {
        margin-bottom: 5.200vw; } }
    @media only screen and (max-width: 991px) {
      .whyChoose .whyChooseSec {
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      .whyChoose .whyChooseSec {
        margin-bottom: 0px;
        display: block;
        margin: 0 3px; } }
    .whyChoose .whyChooseSec .whyChooseImg img {
      width: 509px;
      object-fit: cover; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .whyChoose .whyChooseSec .whyChooseImg img {
          width: 33.933vw; } }
      @media only screen and (max-width: 767px) {
        .whyChoose .whyChooseSec .whyChooseImg img {
          margin-bottom: 35px;
          width: 100%; } }
    .whyChoose .whyChooseSec .whyChooseText {
      padding-left: 126px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .whyChoose .whyChooseSec .whyChooseText {
          padding-left: 8.400vw; } }
      @media only screen and (max-width: 991px) {
        .whyChoose .whyChooseSec .whyChooseText {
          padding-left: 35px; } }
      @media only screen and (max-width: 767px) {
        .whyChoose .whyChooseSec .whyChooseText {
          text-align: center; } }
      .whyChoose .whyChooseSec .whyChooseText h3 {
        font-size: 46px;
        line-height: 36px;
        color: #1c1f5d;
        font-weight: 300;
        font-family: "AmbroiseRegular";
        margin-bottom: 40px; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .whyChoose .whyChooseSec .whyChooseText h3 {
            font-size: 3.067vw;
            line-height: 2.400vw;
            margin-bottom: 2.667vw; } }
        @media only screen and (max-width: 991px) {
          .whyChoose .whyChooseSec .whyChooseText h3 {
            font-size: 33px;
            line-height: 30px; } }
        @media only screen and (max-width: 767px) {
          .whyChoose .whyChooseSec .whyChooseText h3 {
            max-width: 330px;
            margin: 0 auto 30px; } }
      .whyChoose .whyChooseSec .whyChooseText p {
        font-size: 18px;
        line-height: 1.222;
        color: #000;
        font-weight: 400;
        max-width: 350px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .whyChoose .whyChooseSec .whyChooseText p {
            font-size: 1.200vw;
            max-width: 23.333vw;
            margin-bottom: 1vw; } }
        @media only screen and (max-width: 991px) {
          .whyChoose .whyChooseSec .whyChooseText p {
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .whyChoose .whyChooseSec .whyChooseText p {
            max-width: 280px;
            margin: 0 auto 12px; } }
  .whyChoose .whyChooseSec.chooseRight .whyChooseText {
    padding-left: 0px;
    padding-right: 126px;
    text-align: right; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .whyChoose .whyChooseSec.chooseRight .whyChooseText {
        padding-right: 8.400vw; } }
    @media only screen and (max-width: 991px) {
      .whyChoose .whyChooseSec.chooseRight .whyChooseText {
        padding-right: 35px; } }
  .whyChoose .secOther {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .whyChoose .secOther {
        padding: 0 38px;
        margin-bottom: 5px; } }
    .whyChoose .secOther p {
      font-size: 19px;
      line-height: 1.632;
      color: #1C1F5D;
      font-weight: 400; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .whyChoose .secOther p {
          font-size: 1.267vw; } }
      @media only screen and (max-width: 767px) {
        .whyChoose .secOther p {
          font-size: 22px;
          line-height: 1.2;
          margin-bottom: 7px;
          display: block;
          max-width: 250px;
          margin: 0 auto 7px; } }
    @media only screen and (max-width: 767px) {
      .whyChoose .secOther p + p {
        font-size: 17px;
        line-height: 1.2;
        margin-bottom: 0px;
        max-width: 260px; } }
  @media only screen and (max-width: 767px) {
    .whyChoose .btn-section.mt27 {
      margin-top: 0; } }

.whyChoose.whyMob {
  display: none; }
  @media only screen and (max-width: 767px) {
    .whyChoose.whyMob {
      display: block;
      padding: 40px 0 30px; }
      .whyChoose.whyMob .pad_hor {
        padding: 0 0px;
        padding-left: 15px; }
      .whyChoose.whyMob .section_title {
        padding-bottom: 0; }
        .whyChoose.whyMob .section_title h3 {
          font-size: 40px;
          line-height: 1.05;
          max-width: 320px;
          margin: 0 auto 35px; }
      .whyChoose.whyMob .slick-dots {
        padding-bottom: 40px; }
      .whyChoose.whyMob .slick-list {
        padding-left: 0px !important; }
      .whyChoose.whyMob .whyChooseSec .whyChooseText {
        padding-left: 0; }
        .whyChoose.whyMob .whyChooseSec .whyChooseText h3 {
          font-size: 42px;
          line-height: 0.773; }
        .whyChoose.whyMob .whyChooseSec .whyChooseText p {
          font-size: 15px;
          line-height: 1.125;
          max-width: 280px;
          margin: 0 auto 12px; }
      .whyChoose.whyMob .whyChooseSec .chooseRight .whyChooseText {
        padding-right: 0; } }

.areaCover {
  padding: 90px 0 70px;
  position: relative;
  background: #F6F6F6; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .areaCover {
      padding: 6vw 0 4.667vw; } }
  @media only screen and (max-width: 767px) {
    .areaCover {
      padding: 46px 0 22px; } }
  .areaCover .container {
    padding: 0 0px; }
  .areaCover .section_title {
    margin-bottom: 75px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .areaCover .section_title {
        margin-bottom: 5vw; } }
    @media only screen and (max-width: 767px) {
      .areaCover .section_title {
        margin-bottom: 36px; } }
    @media only screen and (max-width: 767px) {
      .areaCover .section_title h3 {
        max-width: 330px;
        margin: 0 auto 20px; } }
    .areaCover .section_title p {
      font-size: 20px;
      line-height: 1.3;
      color: #1C1F5D;
      font-weight: 400;
      max-width: 730px;
      margin: 0 auto; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .areaCover .section_title p {
          font-size: 1.333vw;
          max-width: 48.667vw; } }
      @media only screen and (max-width: 767px) {
        .areaCover .section_title p {
          font-size: 18px;
          line-height: 1.44;
          color: #000;
          max-width: 280px; } }
  .areaCover .areaCoverData {
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .areaCover .areaCoverData {
        padding: 0 5px; } }
    .areaCover .areaCoverData .bgImg {
      width: 227px;
      object-fit: cover;
      height: 227px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      margin: 0 14px;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      z-index: 5;
      transition: all 0.5s linear 0s;
      float: left;
      margin-bottom: 23px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .areaCover .areaCoverData .bgImg {
          width: 15.133vw;
          height: 15.133vw;
          margin: 0 0.933vw;
          border-radius: 0.667vw;
          margin-bottom: 1.533vw; } }
      @media only screen and (max-width: 991px) {
        .areaCover .areaCoverData .bgImg {
          float: left;
          width: 29.33%; } }
      @media only screen and (max-width: 767px) {
        .areaCover .areaCoverData .bgImg {
          width: 48%;
          margin: 0 3px 6px;
          border-radius: 5px;
          flex-flow: column;
          margin: 0 3px 7px; } }
      @media only screen and (max-width: 575px) {
        .areaCover .areaCoverData .bgImg {
          height: 159px; } }
      .areaCover .areaCoverData .bgImg:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, rgba(28, 31, 93, 0.41) 100%);
        z-index: -1; }
      .areaCover .areaCoverData .bgImg:hover:after {
        background: rgba(28, 31, 93, 0.85); }
        @media only screen and (max-width: 767px) {
          .areaCover .areaCoverData .bgImg:hover:after {
            background: linear-gradient(179deg, rgba(255, 255, 255, 0) 0%, rgba(28, 31, 93, 0.41) 100%); } }
      .areaCover .areaCoverData .bgImg:hover .areaCoverDesc h3 {
        transform: translateY(10px); }
        @media only screen and (max-width: 767px) {
          .areaCover .areaCoverData .bgImg:hover .areaCoverDesc h3 {
            transform: unset; } }
      .areaCover .areaCoverData .bgImg:hover .areaCoverDesc p {
        transform: translateY(0px);
        opacity: 1; }
      .areaCover .areaCoverData .bgImg .areaCoverDesc {
        color: #fff;
        text-align: center;
        padding: 0 16px; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .areaCover .areaCoverData .bgImg .areaCoverDesc {
            padding: 0 1.067vw; } }
        @media only screen and (max-width: 767px) {
          .areaCover .areaCoverData .bgImg .areaCoverDesc {
            padding: 0; } }
        .areaCover .areaCoverData .bgImg .areaCoverDesc h3 {
          font-size: 26px;
          line-height: 0.962;
          margin-bottom: 25px;
          color: #ffffff;
          font-family: "AmbroiseRegular";
          transform: translateY(70px);
          transition: all 0.5s linear 0s; }
          @media only screen and (max-width: 1500px) and (min-width: 992px) {
            .areaCover .areaCoverData .bgImg .areaCoverDesc h3 {
              font-size: 1.733vw;
              margin-bottom: 1.667vw;
              transform: translateY(4.667vw); } }
          @media only screen and (max-width: 767px) {
            .areaCover .areaCoverData .bgImg .areaCoverDesc h3 {
              transform: translateY(0px);
              margin-bottom: 10px; } }
        .areaCover .areaCoverData .bgImg .areaCoverDesc p {
          font-size: 12px;
          line-height: 1.25;
          font-weight: 400;
          transform: translateY(80px);
          opacity: 0;
          transition: all 0.5s linear 0s; }
          @media only screen and (max-width: 1500px) and (min-width: 992px) {
            .areaCover .areaCoverData .bgImg .areaCoverDesc p {
              font-size: 0.800vw;
              transform: translateY(5.333vw); } }
          @media only screen and (max-width: 767px) {
            .areaCover .areaCoverData .bgImg .areaCoverDesc p {
              display: none; } }
      .areaCover .areaCoverData .bgImg .readmore {
        margin-top: 10px;
        display: block; }
      @media only screen and (max-width: 767px) {
        .areaCover .areaCoverData .bgImg .findMore {
          color: #fff;
          font-size: 12px;
          font-weight: 400;
          width: 100%;
          text-align: center;
          line-height: 1.7; } }
  .areaCover .btn-section.mt-65 {
    margin-top: 65px;
    top: 0px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .areaCover .btn-section.mt-65 {
        margin-top: 4.333vw; } }
    @media only screen and (max-width: 991px) {
      .areaCover .btn-section.mt-65 {
        margin-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .areaCover .btn-section.mt-65 {
        margin-top: 24px;
        padding-top: 0;
        padding: 0 14px; } }
    .areaCover .btn-section.mt-65 p {
      font-size: 16px;
      line-height: 1.5;
      color: #000;
      font-weight: 400;
      max-width: 680px;
      margin: 0 auto 29px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .areaCover .btn-section.mt-65 p {
          font-size: 1.067vw;
          max-width: 45.333vw;
          margin: 0 auto 1.933vw; } }
      @media only screen and (max-width: 767px) {
        .areaCover .btn-section.mt-65 p {
          font-size: 13px;
          line-height: 1.231; } }

.testimonial {
  position: relative;
  padding: 88px 0 80px;
  background: #1C1F5D;
  color: #fff; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .testimonial {
      padding: 5.867vw 0 5.333vw; } }
  @media only screen and (max-width: 767px) {
    .testimonial {
      padding: 35px 0 50px; } }
  @media only screen and (max-width: 767px) {
    .testimonial .container {
      padding: 0 0px; } }
  @media only screen and (max-width: 767px) {
    .testimonial .section_title {
      padding: 0 12px; } }
  .testimonial .section_title h3 {
    margin-bottom: 120px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .testimonial .section_title h3 {
        margin-bottom: 8vw; } }
    @media only screen and (max-width: 767px) {
      .testimonial .section_title h3 {
        max-width: 325px;
        margin: 0 auto 50px; } }
  .testimonial .testimonial-slider {
    margin-bottom: 185px;
    /*  .slick-dots{        
         position: absolute;
         padding-top: 80px;
         padding-bottom: 85px;
         @include media1500 {
             padding-top: 5.333vw;
             padding-bottom: 5.667vw;
         }
         @include media767 {
             padding-top: 50px;
             padding-bottom: 45px;
         }
         li{
             @include media575 {
                 margin: 0px 5px;
             }
             @include media374 {
                 margin: 0px 3px;
             }
             button{
             &:before {     
                 border: 0.6px solid #fff;
             }
             }
             &.slick-active{
             button{
                 &:before {     
                     background: #fff;
                 }
                 }
             }        
         }        
     }  */ }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .testimonial .testimonial-slider {
        margin-bottom: 12.333vw; } }
    @media only screen and (max-width: 767px) {
      .testimonial .testimonial-slider {
        margin-bottom: 114px;
        padding: 0 12px; } }
    .testimonial .testimonial-slider .slick-container {
      margin: 0 auto; }
    .testimonial .testimonial-slider .slick-dots-container {
      width: 140px;
      overflow: hidden;
      display: block;
      padding: 0;
      margin: 0 auto;
      height: 0.875rem;
      position: absolute;
      padding-top: 80px;
      padding-bottom: 85px;
      left: 0;
      right: 0; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .testimonial .testimonial-slider .slick-dots-container {
          padding-top: 5.333vw;
          padding-bottom: 5.667vw; } }
      @media only screen and (max-width: 767px) {
        .testimonial .testimonial-slider .slick-dots-container {
          padding-top: 50px;
          padding-bottom: 45px; } }
      .testimonial .testimonial-slider .slick-dots-container ul {
        padding: 0;
        display: flex;
        transition: all 0.25s;
        position: relative;
        margin: 0;
        list-style: none;
        transform: translateX(0);
        align-items: center;
        bottom: unset;
        height: 100%; }
        .testimonial .testimonial-slider .slick-dots-container ul li {
          width: 10px;
          height: 10px;
          margin: 0 10px;
          border: none;
          border-radius: 50%; }
          .testimonial .testimonial-slider .slick-dots-container ul li.slick-active {
            background: #fff; }
          .testimonial .testimonial-slider .slick-dots-container ul li button {
            border-radius: 50%;
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            padding: 0px;
            color: transparent;
            outline: none;
            background: rgba(0, 0, 0, 0);
            border: 0.6px solid #fff; }
            .testimonial .testimonial-slider .slick-dots-container ul li button:before {
              display: none; }
    @media only screen and (max-width: 991px) {
      .testimonial .testimonial-slider .prev-arrow, .testimonial .testimonial-slider .next-arrow {
        display: none; } }
    .testimonial .testimonial-slider .testimonialSec {
      display: flex !important;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .testimonial .testimonial-slider .testimonialSec {
          display: block !important; } }
      .testimonial .testimonial-slider .testimonialSec .testimonialImg img {
        width: 637px;
        object-fit: cover; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .testimonial .testimonial-slider .testimonialSec .testimonialImg img {
            width: 42.467vw; } }
        @media only screen and (max-width: 767px) {
          .testimonial .testimonial-slider .testimonialSec .testimonialImg img {
            width: 100%; } }
        @media only screen and (max-width: 374px) {
          .testimonial .testimonial-slider .testimonialSec .testimonialImg img {
            height: 205px; } }
      .testimonial .testimonial-slider .testimonialSec .testimonialText {
        padding-right: 0;
        padding-left: 0;
        max-width: 80%; }
        @media only screen and (max-width: 767px) {
          .testimonial .testimonial-slider .testimonialSec .testimonialText {
            padding-left: 0;
            padding-top: 22px;
            padding-right: 0px;
            text-align: center;
            margin: 0 auto;
            max-width: 90%; } }
        .testimonial .testimonial-slider .testimonialSec .testimonialText .user-review {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          justify-content: flex-start; }
          @media only screen and (max-width: 767px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText .user-review .review-content {
              margin: 0 auto; } }
          @media only screen and (max-width: 767px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText .user-review .review-content .rating-sec {
              margin-bottom: 5px; } }
          @media only screen and (max-width: 767px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText .user-review .review-content .rating-sec span {
              font-size: 14px;
              line-height: 1.857; } }
        .testimonial .testimonial-slider .testimonialSec .testimonialText h3 {
          font-size: 61px;
          line-height: 0.82;
          font-family: "AmbroiseRegular";
          margin-bottom: 30px; }
          @media only screen and (max-width: 1500px) and (min-width: 992px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText h3 {
              font-size: 4.067vw;
              margin-bottom: 2vw; } }
          @media only screen and (max-width: 991px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText h3 {
              font-size: 35px; } }
          @media only screen and (max-width: 767px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText h3 {
              font-size: 29px;
              line-height: 1;
              margin: 0 auto 24px; } }
        .testimonial .testimonial-slider .testimonialSec .testimonialText p {
          font-size: 16px;
          line-height: 1.25;
          font-weight: 500;
          margin-bottom: 10px; }
          @media only screen and (max-width: 1500px) and (min-width: 992px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText p {
              font-size: 1.067vw;
              margin-bottom: 0.667vw; } }
          @media only screen and (max-width: 991px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText p {
              font-size: 14px; } }
          @media only screen and (max-width: 767px) {
            .testimonial .testimonial-slider .testimonialSec .testimonialText p {
              font-size: 13px;
              margin: 0 auto;
              font-weight: 400;
              line-height: 1.538; } }
          .testimonial .testimonial-slider .testimonialSec .testimonialText p span {
            display: block;
            font-weight: 300;
            margin-top: 30px;
            text-transform: uppercase;
            font-size: 10px;
            line-height: 1.2;
            letter-spacing: 0.63px; }
            @media only screen and (max-width: 1500px) and (min-width: 992px) {
              .testimonial .testimonial-slider .testimonialSec .testimonialText p span {
                margin-top: 2vw;
                font-size: 0.667vw; } }
            @media only screen and (max-width: 767px) {
              .testimonial .testimonial-slider .testimonialSec .testimonialText p span {
                margin-top: 30px; } }
  .testimonial .testimonial-gallery .slick-slide {
    margin: 0px; }
    .testimonial .testimonial-gallery .slick-slide img {
      width: 226px;
      object-fit: cover; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .testimonial .testimonial-gallery .slick-slide img {
          width: 15.067vw; } }
      @media only screen and (max-width: 991px) {
        .testimonial .testimonial-gallery .slick-slide img {
          padding: 0 6px; } }
      @media only screen and (max-width: 767px) {
        .testimonial .testimonial-gallery .slick-slide img {
          padding: 0 12px;
          object-fit: cover;
          width: unset;
          height: unset;
          width: 100%; } }
      @media only screen and (max-width: 374px) {
        .testimonial .testimonial-gallery .slick-slide img {
          height: 202px; } }

.faq {
  padding: 100px 0 120px;
  position: relative; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .faq {
      padding: 6.667vw 0 8vwx; } }
  @media only screen and (max-width: 991px) {
    .faq {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .faq {
      padding: 44px 0 25px; } }
  .faq .section_title h3 {
    margin-bottom: 25px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .faq .section_title h3 {
        margin-bottom: 1.667vw; } }
    @media only screen and (max-width: 767px) {
      .faq .section_title h3 {
        font-size: 85px;
        line-height: 0.929; } }
  .faq .section_title h5 {
    font-size: 18px;
    line-height: 1.44;
    color: #000;
    font-weight: 400;
    margin-bottom: 18px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .faq .section_title h5 {
        font-size: 1.200vw;
        margin-bottom: 1.200vw; } }
  .faq .section_title p {
    font-size: 14px;
    line-height: 1.426;
    color: #000;
    font-weight: 400;
    margin-bottom: 29px;
    max-width: 280px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .faq .section_title p {
        font-size: 0.933vw;
        margin-bottom: 1.933vw;
        max-width: 18.667vw; } }
    @media only screen and (max-width: 991px) {
      .faq .section_title p {
        max-width: 70%;
        margin: 0 auto 29px; } }
    @media only screen and (max-width: 767px) {
      .faq .section_title p {
        font-size: 14px;
        line-height: 1.429;
        max-width: 280px; } }
  @media only screen and (max-width: 991px) {
    .faq .faq__section {
      margin: 0 auto;
      width: 80%; } }
  @media only screen and (max-width: 767px) {
    .faq .faq__section {
      width: 95%;
      padding-bottom: 30px; } }
  .faq .faq__section ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .faq .faq__section ul li {
      position: relative;
      transition: 0.3s ease;
      border-radius: 0px;
      margin-bottom: 47px;
      padding-left: 70px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .faq .faq__section ul li {
          margin-bottom: 3.133vw;
          padding-left: 4.667vw; } }
      @media only screen and (max-width: 767px) {
        .faq .faq__section ul li {
          padding-left: 40px;
          margin-bottom: 20px; } }
      .faq .faq__section ul li:last-child {
        margin-bottom: 0px; }
      .faq .faq__section ul li .inner {
        overflow: hidden;
        display: none;
        padding-left: 0;
        font-weight: 400;
        padding-bottom: 0;
        color: #383838;
        font-size: 16px;
        line-height: 1.25; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .faq .faq__section ul li .inner {
            font-size: 1.067vw; } }
        .faq .faq__section ul li .inner p {
          margin-bottom: 0px;
          font-size: 16px;
          color: #000;
          font-weight: 400;
          line-height: 1.25;
          max-width: 540px; }
          @media only screen and (max-width: 1500px) and (min-width: 992px) {
            .faq .faq__section ul li .inner p {
              font-size: 1.067vw;
              max-width: 36vw; } }
          @media only screen and (max-width: 767px) {
            .faq .faq__section ul li .inner p {
              font-size: 13px;
              line-height: 1.385; } }
      .faq .faq__section ul li .toggle {
        display: block;
        margin-bottom: 20px;
        line-height: 1.44;
        padding-left: 0;
        font-size: 18px;
        color: #000;
        font-weight: 400; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .faq .faq__section ul li .toggle {
            margin-bottom: 1.333vw;
            font-size: 1.200vw; } }
        @media only screen and (max-width: 767px) {
          .faq .faq__section ul li .toggle {
            font-size: 15px; } }
        .faq .faq__section ul li .toggle:after {
          position: absolute;
          cursor: pointer;
          content: "\e145";
          font-family: "Material Icons";
          font-size: 19px;
          transition: all .5s linear 0s;
          left: 0px;
          color: #fff;
          width: 31px;
          height: 31px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          top: -6px;
          padding-top: 2px;
          margin-left: 0;
          background: #1c1f5d;
          border-radius: 50%;
          line-height: 1.38;
          font-weight: 400;
          text-align: center; }
          @media only screen and (max-width: 1500px) and (min-width: 992px) {
            .faq .faq__section ul li .toggle:after {
              font-size: 1.267vw;
              width: 2.067vw;
              height: 2.067vw;
              top: -0.400vw; } }
          @media only screen and (max-width: 767px) {
            .faq .faq__section ul li .toggle:after {
              width: 20px;
              height: 20px;
              font-size: 12px;
              top: 6px; } }
      .faq .faq__section ul li.active a:after {
        content: ""; }
  .faq .btn-section2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    @media only screen and (max-width: 991px) {
      .faq .btn-section2 {
        display: block; } }
    @media only screen and (max-width: 767px) {
      .faq .btn-section2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .faq .btn-section2 .custom-btn {
      margin-bottom: 22px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .faq .btn-section2 .custom-btn {
          margin-bottom: 1.467vw; } }
      @media only screen and (max-width: 991px) {
        .faq .btn-section2 .custom-btn {
          margin: 0 auto 22px; } }
      @media only screen and (max-width: 767px) {
        .faq .btn-section2 .custom-btn {
          font-size: 14px;
          max-width: 100%; } }
    .faq .btn-section2 .user-review {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start; }
      @media only screen and (max-width: 991px) {
        .faq .btn-section2 .user-review {
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center; } }
      .faq .btn-section2 .user-review .review-content .rating-sec {
        flex-flow: column;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; }
        @media only screen and (max-width: 991px) {
          .faq .btn-section2 .user-review .review-content .rating-sec {
            flex-flow: row;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center; } }
        .faq .btn-section2 .user-review .review-content .rating-sec h3 {
          padding-left: 0;
          padding-top: 6px; }
          @media only screen and (max-width: 1500px) and (min-width: 992px) {
            .faq .btn-section2 .user-review .review-content .rating-sec h3 {
              padding-top: 0.400vw; } }
          @media only screen and (max-width: 991px) {
            .faq .btn-section2 .user-review .review-content .rating-sec h3 {
              padding-left: 15px;
              padding-top: 0; } }

.newsletter {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .newsletter {
      height: 100%;
      padding: 70px 0 70px; } }
  .newsletter .bgImg {
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .newsletter .bgImg {
        height: 100%;
        background-position: 17% 50%; } }
    .newsletter .bgImg:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: 0.1; }
  .newsletter .container {
    padding: 80px 28px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .newsletter .container {
        padding: 5.334vw 1.8667vw; } }
  .newsletter .section_title h3 {
    margin-bottom: 21px; }
    @media only screen and (max-width: 767px) {
      .newsletter .section_title h3 {
        max-width: 295px;
        margin: 0 auto 21px; } }
  .newsletter p {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    max-width: 750px;
    margin: 0 auto 37px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .newsletter p {
        font-size: 1.333vw;
        max-width: 50vw;
        margin: 0 auto 2.467vw; } }
    @media only screen and (max-width: 991px) {
      .newsletter p {
        font-size: 14px;
        max-width: 60%; } }
    @media only screen and (max-width: 767px) {
      .newsletter p {
        font-size: 18px;
        line-height: 1.44;
        max-width: 295px;
        margin: 0 auto 27px; } }
  .newsletter .info_safe {
    font-size: 14px;
    line-height: 1.29;
    margin-bottom: 0px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .newsletter .info_safe {
        font-size: 0.933vw; } }
    @media only screen and (max-width: 767px) {
      .newsletter .info_safe {
        margin-bottom: 30px;
        margin-top: 15px; } }
  .newsletter .newsletter-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-flow: column; }
    .newsletter .newsletter-form .form-group {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .newsletter .newsletter-form .form-group {
          width: 85%;
          display: block; } }
    .newsletter .newsletter-form .form-control {
      width: 509px;
      max-width: 100%;
      height: 61px;
      border-radius: 0px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .newsletter .newsletter-form .form-control {
          width: 33.933vw;
          height: 4.067vw; } }
      @media only screen and (max-width: 991px) {
        .newsletter .newsletter-form .form-control {
          width: 320px; } }
      @media only screen and (max-width: 767px) {
        .newsletter .newsletter-form .form-control {
          width: 100%;
          margin-bottom: 10px;
          height: 61px;
          font-size: 14px;
          line-height: 1.429; } }
    .newsletter .newsletter-form p {
      font-size: 14px;
      line-height: 1.29;
      margin-bottom: 0px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .newsletter .newsletter-form p {
          font-size: 0.933vw; } }
      @media only screen and (max-width: 767px) {
        .newsletter .newsletter-form p {
          margin-bottom: 30px; } }
    .newsletter .newsletter-form .custom-btn {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media only screen and (max-width: 767px) {
        .newsletter .newsletter-form .custom-btn {
          width: 100%;
          max-width: unset; } }

footer {
  position: relative;
  background: #090909;
  text-align: center;
  padding: 41px 0; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    footer {
      padding: 2.733vw 0; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 41px 0 72px; } }
  footer .footer-logo {
    width: 169px;
    object-fit: cover;
    margin-bottom: 13px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      footer .footer-logo {
        width: 11.267vw;
        margin-bottom: 0.867vw; } }
    @media only screen and (max-width: 767px) {
      footer .footer-logo {
        position: absolute;
        top: -87px;
        left: 50%;
        transform: translateX(-50%);
        width: 96px; } }
  footer p {
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 4.583;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      footer p {
        font-size: 0.800vw;
        margin-bottom: 0.667vw; } }
    @media only screen and (max-width: 767px) {
      footer p {
        padding-top: 20px;
        font-size: 10px;
        line-height: 5.5;
        margin-bottom: 0px; } }
  footer .footer-logo-imgs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (max-width: 374px) {
      footer .footer-logo-imgs {
        justify-content: space-evenly; } }
    footer .footer-logo-imgs img {
      margin-right: 20px;
      object-fit: cover;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        footer .footer-logo-imgs img {
          margin-right: 1.333vw; } }
    @media only screen and (max-width: 767px) {
      footer .footer-logo-imgs img:nth-child(1) {
        width: 63px; } }
    footer .footer-logo-imgs img:nth-child(2) {
      width: 111px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        footer .footer-logo-imgs img:nth-child(2) {
          width: 7.400vw; } }
      @media only screen and (max-width: 767px) {
        footer .footer-logo-imgs img:nth-child(2) {
          width: 80px; } }
    footer .footer-logo-imgs img:nth-child(3) {
      width: 107px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        footer .footer-logo-imgs img:nth-child(3) {
          width: 7.133vw; } }
      @media only screen and (max-width: 767px) {
        footer .footer-logo-imgs img:nth-child(3) {
          width: 91px; } }

.download-popup h3 {
  font-size: 45px;
  line-height: 0.99;
  margin-bottom: 20px;
  color: #1C1F5D;
  font-family: "AmbroiseRegular";
  width: 100%; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .download-popup h3 {
      font-size: 3vw;
      margin-bottom: 1.333vw; } }
  @media only screen and (max-width: 767px) {
    .download-popup h3 {
      font-size: 31px; } }
.download-popup p {
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  font-weight: 400;
  max-width: 560px;
  margin: 0 auto 34px; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .download-popup p {
      font-size: 1.067vw;
      max-width: 37.333vw;
      margin: 0 auto 2.267vw; } }
  @media only screen and (max-width: 767px) {
    .download-popup p {
      max-width: 90%;
      margin: 20px auto 20px; } }
.download-popup .download-form-popup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-flow: column; }
  .download-popup .download-form-popup .form-group {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .download-popup .download-form-popup .form-group {
        margin-bottom: 1.867vw; } }
    @media only screen and (max-width: 767px) {
      .download-popup .download-form-popup .form-group {
        width: 90%;
        display: block; } }
  .download-popup .download-form-popup .form-control {
    width: 300px;
    height: 62px;
    border-radius: 0px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .download-popup .download-form-popup .form-control {
        width: 20vw;
        height: 4.133vw; } }
    @media only screen and (max-width: 767px) {
      .download-popup .download-form-popup .form-control {
        width: 100%;
        margin-bottom: 6px;
        font-size: 14px;
        line-height: 1.429; } }
  .download-popup .download-form-popup .custom-btn {
    padding: 19px 34px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .download-popup .download-form-popup .custom-btn {
        padding: 1.267vw 2.267vw; } }
    @media only screen and (max-width: 767px) {
      .download-popup .download-form-popup .custom-btn {
        width: 100%;
        max-width: unset;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
  .download-popup .download-form-popup p {
    font-size: 14px;
    line-height: 1.857;
    margin-bottom: 0px; }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .download-popup .download-form-popup p {
        font-size: 0.933vw; } }

.popup-trigger {
  display: block;
  width: 170px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  transition: 300ms all; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    .popup-trigger {
      width: 11.333vw;
      font-size: 1.200vw;
      padding: 1vw 1.333vw;
      border-radius: 3.333vw; } }
  .popup-trigger:hover {
    opacity: .8; }

.popup {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 500ms all; }
  .popup.is-visible {
    opacity: 1;
    visibility: visible;
    transition: 1s all; }
    .popup.is-visible .popup-container {
      transform: translateY(0);
      transition: 500ms all; }
  .popup .popup-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(94, 110, 141, 0.9);
    z-index: -1;
    content: ""; }
  .popup .popup-container {
    transform: translateY(-50%);
    transition: 500ms all;
    position: relative;
    width: 737px;
    margin: 2em auto;
    top: 30%;
    padding: 64px 0 73px;
    background: #FFF;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 1500px) and (min-width: 992px) {
      .popup .popup-container {
        width: 49.133vw;
        padding: 4.267vw 0 4.867vw; } }
    @media only screen and (max-width: 991px) {
      .popup .popup-container {
        width: 80%;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .popup .popup-container {
        width: 90%;
        padding: 50px 10px 40px; } }
    .popup .popup-container .popup-close {
      position: absolute;
      top: 8px;
      font-size: 0;
      right: 8px;
      width: 30px;
      height: 30px; }
      @media only screen and (max-width: 1500px) and (min-width: 992px) {
        .popup .popup-container .popup-close {
          top: 0.533vw;
          right: 0.533vw;
          width: 2vw;
          height: 2vw; } }
      .popup .popup-container .popup-close:hover::after, .popup .popup-container .popup-close:hover::before {
        background-color: #35a785;
        transition: 300ms all; }
      .popup .popup-container .popup-close::after, .popup .popup-container .popup-close::before {
        content: '';
        position: absolute;
        top: 12px;
        width: 14px;
        height: 3px;
        background-color: #8f9cb5; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .popup .popup-container .popup-close::after, .popup .popup-container .popup-close::before {
            top: 0.800vw;
            width: 0.933vw; } }
      .popup .popup-container .popup-close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 8px; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .popup .popup-container .popup-close::before {
            left: 0.533vw; } }
      .popup .popup-container .popup-close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 8px; }
        @media only screen and (max-width: 1500px) and (min-width: 992px) {
          .popup .popup-container .popup-close::after {
            right: 0.533vw; } }

.open-popup {
  overflow: hidden;
  /*width: 100%;
  height: 100%;
  bottom: 0px; */ }

.testimonial .testimonial-slider .testimonialSec .testimonialText::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03);
  background-color: #F5F5F5;
  border-radius: 10px; }

.testimonial .testimonial-slider .testimonialSec .testimonialText::-webkit-scrollbar {
  width: 4px;
  background-color: #F5F5F5;
  border-radius: 10px; }

.testimonial .testimonial-slider .testimonialSec .testimonialText::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f89f31; }

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px; }

.force-overflow {
  min-height: 450px; }

/*
 *  STYLE 3
 */
#style-3::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

#style-3::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000000; }

/**/
.areaPopup .modal-title {
  font-size: 26px;
  line-height: 0.962;
  color: #1c1f5d;
  font-family: "AmbroiseRegular";
  transition: all 0.5s linear 0s; }
.areaPopup .modal-body p {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 15px; }

/*mail chimp form subscribe css*/
#mc_embed_signup form {
  padding: 0px !important; }

#mc_embed_signup .button {
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  background: #56a8ff !important; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    #mc_embed_signup .button {
      font-size: 1.0667vw !important; } }

@media only screen and (max-width: 767px) {
  #mc_embed_signup .foot {
    display: block !important;
    width: 100% !important; } }

div#mc_embed_signup_scroll {
  display: flex; }
  @media only screen and (max-width: 767px) {
    div#mc_embed_signup_scroll {
      display: block;
      width: 90%; } }

#mc_embed_signup .mc-field-group input {
  display: block;
  padding-bottom: 6px;
  text-indent: 2%;
  width: 509px !important;
  max-width: 100%;
  height: 62px;
  border-radius: 0px;
  font-size: 16px !important; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    #mc_embed_signup .mc-field-group input {
      padding: 0.533vw 0;
      width: 33.933vw !important;
      height: 4.133vw;
      font-size: 1.0667vw !important; } }
  @media only screen and (max-width: 767px) {
    #mc_embed_signup .mc-field-group input {
      width: 100% !important; } }

#mc-embedded-subscribe-form {
  display: flex !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important; }

#mc_embed_signup .mc-field-group {
  width: 509px !important; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    #mc_embed_signup .mc-field-group {
      width: 33.933vw !important; } }
  @media only screen and (max-width: 767px) {
    #mc_embed_signup .mc-field-group {
      width: 100% !important; } }

input#mc-embedded-subscribe {
  border: none !important;
  margin: 0;
  display: flex;
  justify-content: center;
  width: 281px;
  border-radius: 0px !important; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    input#mc-embedded-subscribe {
      width: 18.733vw; } }
  @media only screen and (max-width: 767px) {
    input#mc-embedded-subscribe {
      width: 100% !important; } }

#mc_embed_signup div#mce-responses {
  display: none; }

* :focus-visible {
  outline: none !important; }

#mc_embed_signup .download-form-popup .mc-field-group {
  width: 300px !important; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    #mc_embed_signup .download-form-popup .mc-field-group {
      width: 20vw !important; } }
  @media only screen and (max-width: 767px) {
    #mc_embed_signup .download-form-popup .mc-field-group {
      width: 100% !important; } }

#mc_embed_signup .download-form-popup .mc-field-group input {
  width: 300px !important; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    #mc_embed_signup .download-form-popup .mc-field-group input {
      width: 20vw !important; } }
  @media only screen and (max-width: 767px) {
    #mc_embed_signup .download-form-popup .mc-field-group input {
      width: 100% !important; } }

#mc_embed_signup .download-form-popup .foot {
  width: 281px !important; }
  @media only screen and (max-width: 1500px) and (min-width: 992px) {
    #mc_embed_signup .download-form-popup .foot {
      width: 18.733vw !important; } }
  @media only screen and (max-width: 767px) {
    #mc_embed_signup .download-form-popup .foot {
      width: 100% !important;
      display: block; } }

input#mc-embedded-subscribe {
  border: 2px solid #56a8ff !important; }
  
  
  .lookingbuybtn{
      margin-top: 50px !important;
  }
