@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

.wpcf7-spinner {
  display: none !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  background-color: #F2F2F2;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  color: #211F20;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  margin: auto;
  position: relative;
  color: #211F20;
  text-align: right;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 20px 25px;
}
.btn.underline svg {
  width: 16px;
  height: 16px;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #211F20;
}
.btn.underline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #211F20;
}
.btn.underline input {
  background-color: transparent !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 0;
  border: none !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

footer .top-footer {
  background-color: #211F20;
  padding: 5px 20px;
}
footer .top-footer ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
footer .top-footer ul li {
  line-height: 16px;
  padding-right: 10px;
}
footer .top-footer ul li + li {
  padding-left: 10px;
  position: relative;
}
footer .top-footer ul li + li::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  left: 0;
  content: "";
}
footer .top-footer ul li a {
  font-family: "Akshar", sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
footer .footer-inner .footer-main {
  background-color: #E7EBE5;
  padding: 20px;
}
footer .footer-inner .footer-main .ft-logo {
  margin-bottom: 20px;
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item {
  margin-bottom: 15px;
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item .ftc-label {
  color: #211F20;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 27px */
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item .ftc-value {
  color: #211F20;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 27px */
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item.ft-address .ftc-label {
  font-weight: 700;
  font-size: 18px;
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item.ft-address .ftc-value {
  font-weight: 500;
  font-size: 16px;
}
footer .footer-inner .footer-sec {
  background: #41493B;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-inner .footer-sec .fts-heading-1 {
  color: #FCFCFC;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  text-transform: capitalize;
}
footer .footer-inner .footer-sec .fts-heading-2 {
  color: #FCFCFC;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  text-transform: capitalize;
  margin-bottom: 10px;
}
footer .footer-inner .footer-sec .fts-form input {
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  color: #fff;
  font-family: "Akshar", sans-serif;
}
footer .footer-inner .footer-sec .fts-form input::-moz-placeholder {
  color: rgba(252, 252, 252, 0.38);
  font-family: "Akshar", sans-serif;
  text-transform: capitalize;
}
footer .footer-inner .footer-sec .fts-form input:-ms-input-placeholder {
  color: rgba(252, 252, 252, 0.38);
  font-family: "Akshar", sans-serif;
  text-transform: capitalize;
}
footer .footer-inner .footer-sec .fts-form input::placeholder {
  color: rgba(252, 252, 252, 0.38);
  font-family: "Akshar", sans-serif;
  text-transform: capitalize;
}
footer .footer-inner .footer-sec .fts-form button {
  color: #FCFCFC;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 3.6px;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  margin-left: 15px;
}
footer .footer-inner .footer-menu .menu {
  list-style: none;
  padding-left: 0;
}

.footer-bottom {
  padding: 5px 20px;
  text-align: center;
}
.footer-bottom .privacy-policy {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  justify-content: center;
}
.footer-bottom .privacy-policy li {
  line-height: 15px;
  padding-right: 10px;
}
.footer-bottom .privacy-policy li a {
  text-decoration: none;
  color: #022327;
  font-family: "Akshar", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  text-transform: capitalize;
  text-decoration: none;
}
.footer-bottom .privacy-policy li + li {
  padding-left: 10px;
  position: relative;
}
.footer-bottom .privacy-policy li + li::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #022327;
  left: 0;
  content: "";
}
.footer-bottom .footer-socail-media .footer-social-media-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}
.footer-bottom .footer-socail-media .footer-social-media-list li {
  padding-right: 25px;
  padding-left: 0px;
  line-height: 1;
}
.footer-bottom .footer-socail-media .footer-social-media-list li a svg {
  width: 15px;
  height: 15px;
}
.footer-bottom .footer-socail-media .footer-social-media-list li + li {
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
.footer-bottom .footer-socail-media .footer-social-media-list li + li::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #022327;
  left: 0;
  content: "";
}
.footer-bottom .footer-bottom-2 .bottom-footer-2-inner-text {
  color: #211F20;
  text-align: center;
  font-family: "Akshar", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 30px */
  text-transform: capitalize;
}
.footer-bottom .footer-bottom-2 .bottom-footer-2-inner-text a {
  color: #E32227;
  text-decoration: none;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-main {
    width: 33.33%;
  }
  footer .footer-inner .footer-menu {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    padding: 0;
  }
  footer .top-footer {
    background-color: #211F20;
    padding: 1.9791666667vw 1.0416666667vw;
  }
  footer .top-footer ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  footer .top-footer ul li {
    line-height: 16px;
    padding-right: 10px;
  }
  footer .top-footer ul li + li {
    padding-left: 10px;
    position: relative;
  }
  footer .top-footer ul li + li::after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    left: 0;
    content: "";
  }
  footer .top-footer ul li a {
    font-family: "Akshar", sans-serif;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: 1.62px;
    text-transform: uppercase;
  }
  footer .footer-inner .footer-main {
    width: 50vw;
    padding: 1.8229166667vw 4.1145833333vw 1.8229166667vw 11.9791666667vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .footer-inner .footer-main .ft-logo {
    width: 8.8541666667vw;
  }
  footer .footer-inner .footer-main .ft-contact {
    width: calc(100% - 8.8541666667vw);
    padding-left: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item {
    margin-bottom: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item .ftc-label {
    color: #211F20;
    font-family: "Akshar", sans-serif;
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 135%; /* 27px */
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item .ftc-value {
    color: #211F20;
    font-family: "Akshar", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 135%; /* 27px */
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item.ft-address .ftc-label {
    font-weight: 700;
    font-size: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item.ft-address .ftc-value {
    font-weight: 500;
    font-size: 0.8333333333vw;
  }
  footer .footer-inner .footer-sec {
    width: calc(100% - 50vw);
    padding: 2.0833333333vw 4.1666666667vw;
  }
  footer .footer-inner .footer-sec .fts-heading-1 {
    color: #FCFCFC;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    text-transform: capitalize;
    margin-bottom: 1.0416666667vw;
  }
  footer .footer-inner .footer-sec .fts-heading-2 {
    color: #FFF;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 195%; /* 31.2px */
  }
  footer .footer-inner .footer-sec .fts-form {
    width: 32.8125vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  footer .footer-inner .footer-sec .fts-form input {
    width: 25.5208333333vw;
    height: 1.8229166667vw;
  }
  footer .footer-inner .footer-sec .fts-form input::-moz-placeholder {
    color: rgba(252, 252, 252, 0.38);
    font-family: "Akshar", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    text-transform: capitalize;
  }
  footer .footer-inner .footer-sec .fts-form input:-ms-input-placeholder {
    color: rgba(252, 252, 252, 0.38);
    font-family: "Akshar", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    text-transform: capitalize;
  }
  footer .footer-inner .footer-sec .fts-form input::placeholder {
    color: rgba(252, 252, 252, 0.38);
    font-family: "Akshar", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    text-transform: capitalize;
  }
  footer .footer-inner .footer-sec .fts-form button {
    width: calc(100% - 27.8645833333vw);
    margin-left: 2.34375vw;
    font-size: 0.9375vw;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li {
    margin-right: 1.0416666667vw;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li .footer-social-media-link svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .footer-des {
    font-size: 0.8333333333vw;
  }
  .footer-bottom {
    padding: 2.0833333333vw 12.7604166667vw;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .footer-bottom:after {
    background: linear-gradient(90deg, #8D278A -0.07%, #F88F24 100.05%);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.5208333333vw;
    left: 0;
  }
  .footer-bottom .footer-bottom-1 {
    width: 50%;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    justify-content: start;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy li {
    line-height: 15px;
    padding-right: 10px;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy li a {
    text-decoration: none;
    color: #022327;
    font-family: "Akshar", sans-serif;
    font-size: 0.78125vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
    text-transform: capitalize;
    text-decoration: none;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy li + li {
    padding-left: 10px;
    position: relative;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy li + li::after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #022327;
    left: 0;
    content: "";
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: start;
    padding-left: 0;
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list li {
    padding-right: 1.8229166667vw;
    padding-left: 0px;
    line-height: 1;
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list li a svg {
    width: 0.625vw;
    height: 0.625vw;
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list li + li {
    line-height: 1;
    padding-left: 1.8229166667vw;
    position: relative;
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list li + li::after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #022327;
    left: 0;
    content: "";
  }
  .footer-bottom .footer-bottom-2 {
    width: 50%;
  }
  .footer-bottom .footer-bottom-2 .bottom-footer-2-inner-text {
    color: #211F20;
    text-align: right;
    font-family: "Akshar", sans-serif;
    font-size: 0.78125vw;
    font-style: normal;
    font-weight: 300;
    line-height: 200%; /* 30px */
    text-transform: capitalize;
  }
  .footer-bottom .footer-bottom-2 .bottom-footer-2-inner-text a {
    color: #E32227;
    text-decoration: none;
    font-weight: 700;
  }
}
.main-banner.inner-banner {
  margin-bottom: 30px;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item {
  position: relative;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 20px;
  text-align: center;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .banner-title {
  font-family: "Akshar", sans-serif;
  font-size: 30px;
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
}
.main-banner.inner-banner .breadcrumb-wrapper {
  padding: 0 20px;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0px;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
  text-decoration: none;
  padding-right: 15px;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
  padding-left: 20px;
  position: relative;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.navigation-listing-mobile {
  max-height: 0;
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: ease all 0.6s;
  background-color: #171717;
  z-index: 99;
}
.navigation-listing-mobile.open {
  max-height: 100%;
}
.navigation-listing-mobile ul {
  padding: 30px 20px;
  list-style: none;
  text-align: right;
}
.navigation-listing-mobile ul li a {
  text-decoration: none;
  color: #fff;
}
.navigation-listing-mobile ul li a:hover {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .main-banner.inner-banner {
    margin-bottom: 5.2083333333vw;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item {
    position: relative;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .banner-title {
    font-family: "Akshar", sans-serif;
    font-size: 3.125vw;
  }
}
.navigation {
  display: none;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 66px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.6);
}
.hamburger-menu img {
  width: 180px;
  height: 75px;
  padding: 10px 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
  width: 25px;
  height: 3px;
}
.hamburger-menu .bar-bg {
  background: rgba(255, 255, 255, 0.21);
  width: 74px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hamburger-menu .bar-bg .bar {
  position: relative;
  transform: translateY(0);
  background: #7EC042;
  transition: all 0ms 300ms;
}
.hamburger-menu .bar-bg .bar.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu .bar-bg .bar:before, .hamburger-menu .bar-bg .bar:after {
  content: "";
  position: absolute;
  right: 0;
  background: #7EC042;
}
.hamburger-menu .bar-bg .bar:before {
  bottom: 10px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 13px;
}
.hamburger-menu .bar-bg .bar:after {
  top: 10px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 19px;
}
.hamburger-menu .bar-bg .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 25px;
}
.hamburger-menu .bar-bg .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 25px;
}
.hamburger-menu .search-icon {
  display: none;
}

.top-header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.top-header .navigation {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 70px;
}
.top-header .navigation .navbar-brand {
  margin: 0;
}
.top-header .navigation .navbar-brand .main-logo {
  width: 115px;
  height: auto;
}
.top-header .navigation .right-menu {
  display: flex;
}
.top-header .navigation .right-menu ul {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.top-header .navigation .right-menu ul li a {
  color: #FFF;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.top-header .navigation .right-menu ul li a:hover {
  color: #254336;
}
.top-header .navigation .right-menu .search-top {
  display: none;
  padding-left: 15px;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper {
  float: right;
  position: relative;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-main {
  display: block;
  cursor: pointer;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-main svg {
  width: 25px;
  height: 25px;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
  background: #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #254336;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #254336;
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-submit {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 10px 0;
  width: 25%;
  background: #254336;
  font-family: var(--schibsted-font-family);
  height: 35px;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 75%;
  border: 1px solid #254336;
  height: 35px;
  border-left: 0;
  font-family: var(--schibsted-font-family);
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
  border-top-color: #254336;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
  border-bottom-color: #254336;
}
.top-header .mob-menu {
  display: flex;
}

.mobile-menu {
  top: 0;
  max-width: 81%;
  right: -100%;
  width: 100%;
  background: #fff;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  transform: translate3d(0, 0, 205px);
  transition: all 500ms ease-in-out;
}
.mobile-menu.active {
  right: 0;
  transform: translate3d(0, 0, 0);
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
  font-family: "Akshar", sans-serif;
}
.mobile-menu li.current_page_item {
  background-color: #7EC042;
}
.mobile-menu li:first-child {
  margin-top: 96px;
}
.mobile-menu li:hover {
  background: #7EC042;
}
.mobile-menu li a {
  color: #211F20;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-menu li.has-children {
  cursor: pointer;
}
.mobile-menu li.has-children .children {
  display: none;
}
.mobile-menu li.has-children .icon-arrow {
  position: absolute;
  font-size: 0.7em;
  color: black;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  transition: 0.6s;
}
.mobile-menu li.has-children .icon-arrow:after {
  content: "▼";
}
.mobile-menu li.has-children .icon-arrow.open {
  transform: rotate(-180deg);
}

section.search-section {
  margin: 80px 0;
  padding: 0 25px;
}
section.search-section input#s {
  padding: 10px;
  width: 100%;
  border: 2px solid #254336;
}
section.search-section input#searchsubmit {
  width: 10%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 0.5208333333vw;
  width: 25%;
  background: #254336;
  font-family: "Akshar", sans-serif;
}
section.search-section form#search-form div {
  display: flex;
  margin: 15px 0;
}
section.search-section .alert.alert-info, section.search-section .font-24 {
  font-size: 13px;
  line-height: 23px;
  font-family: "Akshar", sans-serif;
  text-align: center;
}
section.search-section .font-35, section.search-section .main-title {
  color: rgba(35, 34, 40, 0.92);
  font-family: "Akshar", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .top-header {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 0 0 5.2083333333vw;
    background-color: #fff;
  }
  .top-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4166666667vw;
    background: linear-gradient(90deg, #8D278A -0.07%, #F88F24 100.05%);
  }
  .top-header .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: auto;
  }
  .top-header .navigation .navbar-brand {
    margin: 0;
    width: 9.1145833333vw;
    height: 5.2083333333vw;
  }
  .top-header .navigation .navbar-brand .main-logo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-header .navigation .right-menu {
    display: flex;
    align-items: center;
  }
  .top-header .navigation .right-menu ul {
    list-style: none;
    display: flex;
    gap: 4.1666666667vw;
    margin: 0;
    padding: 0;
  }
  .top-header .navigation .right-menu ul li a {
    color: #211F20;
    text-align: right;
    font-family: "Akshar", sans-serif;
    font-size: 1.0416666667vw;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .top-header .navigation .right-menu ul li a::after {
    content: "";
    height: 0.1041666667vw;
    width: 0%;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
  }
  .top-header .navigation .right-menu ul li a:hover::after {
    width: 100% !important;
    transition: all 0.5s;
    background: linear-gradient(270deg, #7EC042 0%, #12B26A 100%);
  }
  .top-header .navigation .right-menu .search-top {
    margin: 0 3.125vw;
    padding: 0;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper {
    float: right;
    position: relative;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-main {
    display: block;
    cursor: pointer;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-main svg {
    width: 2.5vw;
    height: 2.5vw;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
    background: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 0.1041666667vw solid #254336;
    padding: 0.2604166667vw;
    position: absolute;
    right: 0;
    top: 3.125vw;
    width: 20.8333333333vw;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
    border-left: 0.5208333333vw solid transparent;
    border-right: 0.5208333333vw solid transparent;
    border-bottom: 0.5208333333vw solid #254336;
    content: "";
    position: absolute;
    right: 0.78125vw;
    top: -0.5208333333vw;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-submit {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 0.5208333333vw 0;
    width: 25%;
    background: #254336;
    font-family: var(--schibsted-font-family);
    height: 1.8229166667vw;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 0.2083333333vw 0.5208333333vw;
    width: 75%;
    border: 1px solid #254336;
    height: 1.8229166667vw;
    border-left: 0;
    font-family: var(--schibsted-font-family);
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
    border-top-color: #254336;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
    border-bottom-color: #254336;
  }
  .top-header .navigation .right-menu .tel-num {
    width: 18.2291666667vw;
    /* height: 125px; */
    flex-shrink: 0;
    background: #7EC042;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.0833333333vw;
    margin-left: 8.75vw;
  }
  .top-header .navigation .right-menu .tel-num .tel--num, .top-header .navigation .right-menu .tel-num .tel--num a {
    color: #FFF;
    text-align: right;
    font-family: "Akshar", sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding-bottom: 0.5208333333vw;
  }
  .top-header .navigation .right-menu .tel-num .email {
    text-align: center;
  }
  .top-header .navigation .right-menu .tel-num .email a {
    color: #FFF;
    text-align: right;
    font-family: "Akshar", sans-serif;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
    text-decoration: none;
  }
  .top-header .mob-menu {
    display: none;
  }
}
button {
  background: none;
  border: none;
  outline: none;
}

a {
  border: none;
  outline: none;
}
a:focus {
  border: none;
}

.--link-item {
  transition: 0.7s;
}
.--link-item:hover {
  color: #E32227 !important;
  cursor: pointer;
}

.button-primary {
  color: #ffffff;
  white-space: nowrap;
  display: flex;
  padding: 14.744px 25.392px;
  justify-content: center;
  align-items: center;
  border: 1.638px solid #192E55;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2.8px;
  font-size: 14px;
  position: relative;
  overflow: hidden; /* Ensures the fill doesn't go outside */
  transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  /* Color Fill Animation */
  /* Button Content */
  /* On hover, animate the fill */
  /* Arrow movement */
}
.button-primary.dark-text {
  color: #2C2C2C;
}
.button-primary.white {
  border: 1.694px solid rgba(255, 255, 255, 0.4);
}
.button-primary .btn-arrow {
  width: 17px;
  height: 16px;
  margin-left: 16px;
  transition: transform 0.3s ease;
  position: relative;
}
.button-primary .btn-arrow svg {
  width: 100%;
  height: 100%;
}
.button-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E32227; /* Color fill background */
  transform: scaleX(0); /* Start with the fill collapsed */
  transform-origin: bottom right; /* Start from the right */
  transition: transform 0.5s ease; /* Smooth transition */
  z-index: 0; /* Ensure this is below the text */
}
.button-primary span {
  position: relative; /* Make sure the text stays on top of the fill */
  z-index: 1; /* Ensure text is above the fill */
}
.button-primary:hover {
  color: #ffffff; /* Ensure text color stays white */
  transform: translateY(-6px) scale(1.05); /* Optional transformation */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.button-primary:hover:before {
  transform: scaleX(1); /* Expand fill from left to right */
  transform-origin: bottom left; /* Origin shift to the left */
}
.button-primary:hover .btn-arrow {
  transform: translateX(6px); /* Move arrow on hover */
}
@media only screen and (min-width: 1200px) {
  .button-primary {
    padding: 0.6770833333vw 1.875vw;
    font-size: 0.9375vw;
  }
}

.button-secondary {
  border-bottom: 0.2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, #1C3563 -13.14%, #386BC9 150.86%);
  padding: 0.625vw 1.40625vw;
  text-transform: uppercase;
  letter-spacing: 3.78px;
  color: #ffffff;
}
.button-secondary .btn-arrow {
  width: 21px;
  height: 21px;
  margin-left: 16px;
  transition: 0.7s;
  position: relative;
}
.button-secondary .btn-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.button-secondary:hover {
  color: #ffffff;
  background: #E32227;
}

.button-link {
  color: #ffffff;
  font-size: 17px;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 31.48px;
  letter-spacing: 0.21em;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .button-link {
    font-size: 0.8854166667vw;
  }
}

.hamburger .line {
  width: 36px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  margin: 8px 0 8px auto;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.hamburger .line:nth-child(1) {
  width: 29px;
}
.hamburger .line:nth-child(3) {
  width: 23px;
}

#hamburger-1.is-active .line:nth-child(3) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  width: 36px;
}

#hamburger-1 {
  height: 100%;
  text-align: center;
}

#hamburger-1 span:last-child {
  margin-right: 0 !important;
}

#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  width: 36px;
}

.btn-close:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}

#hamburger-1.is-active .line:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  background: none;
}

.--f-button {
  width: 38px;
  height: 38px;
}
.--f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.wpcf7-spinner {
  display: none !important;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin: 0;
  background-color: #F2F2F2;
}

img {
  max-width: 100%;
  display: block;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  color: #211F20;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  margin: auto;
  position: relative;
  color: #211F20;
  text-align: right;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 20px 25px;
}
.btn.underline svg {
  width: 16px;
  height: 16px;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #211F20;
}
.btn.underline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #211F20;
}
.btn.underline input {
  background-color: transparent !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 0;
  border: none !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  z-index: 999;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 999;
}

footer .top-footer {
  background-color: #211F20;
  padding: 5px 20px;
}
footer .top-footer ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
footer .top-footer ul li {
  line-height: 16px;
  padding-right: 10px;
}
footer .top-footer ul li + li {
  padding-left: 10px;
  position: relative;
}
footer .top-footer ul li + li::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  left: 0;
  content: "";
}
footer .top-footer ul li a {
  font-family: "Akshar", sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
footer .footer-inner .footer-main {
  background-color: #E7EBE5;
  padding: 20px;
}
footer .footer-inner .footer-main .ft-logo {
  margin-bottom: 20px;
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item {
  margin-bottom: 15px;
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item .ftc-label {
  color: #211F20;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 27px */
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item .ftc-value {
  color: #211F20;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 27px */
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item.ft-address .ftc-label {
  font-weight: 700;
  font-size: 18px;
}
footer .footer-inner .footer-main .ft-contact .ft-contact-item.ft-address .ftc-value {
  font-weight: 500;
  font-size: 16px;
}
footer .footer-inner .footer-sec {
  background: #41493B;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-inner .footer-sec .fts-heading-1 {
  color: #FCFCFC;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  text-transform: capitalize;
}
footer .footer-inner .footer-sec .fts-heading-2 {
  color: #FCFCFC;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  text-transform: capitalize;
  margin-bottom: 10px;
}
footer .footer-inner .footer-sec .fts-form input {
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  color: #fff;
  font-family: "Akshar", sans-serif;
}
footer .footer-inner .footer-sec .fts-form input::-moz-placeholder {
  color: rgba(252, 252, 252, 0.38);
  font-family: "Akshar", sans-serif;
  text-transform: capitalize;
}
footer .footer-inner .footer-sec .fts-form input:-ms-input-placeholder {
  color: rgba(252, 252, 252, 0.38);
  font-family: "Akshar", sans-serif;
  text-transform: capitalize;
}
footer .footer-inner .footer-sec .fts-form input::placeholder {
  color: rgba(252, 252, 252, 0.38);
  font-family: "Akshar", sans-serif;
  text-transform: capitalize;
}
footer .footer-inner .footer-sec .fts-form button {
  color: #FCFCFC;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 3.6px;
  text-transform: capitalize;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #FFF;
  margin-left: 15px;
}
footer .footer-inner .footer-menu .menu {
  list-style: none;
  padding-left: 0;
}

.footer-bottom {
  padding: 5px 20px;
  text-align: center;
}
.footer-bottom .privacy-policy {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  justify-content: center;
}
.footer-bottom .privacy-policy li {
  line-height: 15px;
  padding-right: 10px;
}
.footer-bottom .privacy-policy li a {
  text-decoration: none;
  color: #022327;
  font-family: "Akshar", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  text-transform: capitalize;
  text-decoration: none;
}
.footer-bottom .privacy-policy li + li {
  padding-left: 10px;
  position: relative;
}
.footer-bottom .privacy-policy li + li::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #022327;
  left: 0;
  content: "";
}
.footer-bottom .footer-socail-media .footer-social-media-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}
.footer-bottom .footer-socail-media .footer-social-media-list li {
  padding-right: 25px;
  padding-left: 0px;
  line-height: 1;
}
.footer-bottom .footer-socail-media .footer-social-media-list li a svg {
  width: 15px;
  height: 15px;
}
.footer-bottom .footer-socail-media .footer-social-media-list li + li {
  line-height: 1;
  padding-left: 25px;
  position: relative;
}
.footer-bottom .footer-socail-media .footer-social-media-list li + li::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #022327;
  left: 0;
  content: "";
}
.footer-bottom .footer-bottom-2 .bottom-footer-2-inner-text {
  color: #211F20;
  text-align: center;
  font-family: "Akshar", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%; /* 30px */
  text-transform: capitalize;
}
.footer-bottom .footer-bottom-2 .bottom-footer-2-inner-text a {
  color: #E32227;
  text-decoration: none;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer-inner .footer-main {
    width: 33.33%;
  }
  footer .footer-inner .footer-menu {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  footer {
    padding: 0;
  }
  footer .top-footer {
    background-color: #211F20;
    padding: 1.9791666667vw 1.0416666667vw;
  }
  footer .top-footer ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  footer .top-footer ul li {
    line-height: 16px;
    padding-right: 10px;
  }
  footer .top-footer ul li + li {
    padding-left: 10px;
    position: relative;
  }
  footer .top-footer ul li + li::after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    left: 0;
    content: "";
  }
  footer .top-footer ul li a {
    font-family: "Akshar", sans-serif;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: 1.62px;
    text-transform: uppercase;
  }
  footer .footer-inner .footer-main {
    width: 50vw;
    padding: 1.8229166667vw 4.1145833333vw 1.8229166667vw 11.9791666667vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .footer-inner .footer-main .ft-logo {
    width: 8.8541666667vw;
  }
  footer .footer-inner .footer-main .ft-contact {
    width: calc(100% - 8.8541666667vw);
    padding-left: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item {
    margin-bottom: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item .ftc-label {
    color: #211F20;
    font-family: "Akshar", sans-serif;
    font-size: 0.7291666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 135%; /* 27px */
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item .ftc-value {
    color: #211F20;
    font-family: "Akshar", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 300;
    line-height: 135%; /* 27px */
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item.ft-address .ftc-label {
    font-weight: 700;
    font-size: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .ft-contact .ft-contact-item.ft-address .ftc-value {
    font-weight: 500;
    font-size: 0.8333333333vw;
  }
  footer .footer-inner .footer-sec {
    width: calc(100% - 50vw);
    padding: 2.0833333333vw 4.1666666667vw;
  }
  footer .footer-inner .footer-sec .fts-heading-1 {
    color: #FCFCFC;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    text-transform: capitalize;
    margin-bottom: 1.0416666667vw;
  }
  footer .footer-inner .footer-sec .fts-heading-2 {
    color: #FFF;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 195%; /* 31.2px */
  }
  footer .footer-inner .footer-sec .fts-form {
    width: 32.8125vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  footer .footer-inner .footer-sec .fts-form input {
    width: 25.5208333333vw;
    height: 1.8229166667vw;
  }
  footer .footer-inner .footer-sec .fts-form input::-moz-placeholder {
    color: rgba(252, 252, 252, 0.38);
    font-family: "Akshar", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    text-transform: capitalize;
  }
  footer .footer-inner .footer-sec .fts-form input:-ms-input-placeholder {
    color: rgba(252, 252, 252, 0.38);
    font-family: "Akshar", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    text-transform: capitalize;
  }
  footer .footer-inner .footer-sec .fts-form input::placeholder {
    color: rgba(252, 252, 252, 0.38);
    font-family: "Akshar", sans-serif;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 24px */
    text-transform: capitalize;
  }
  footer .footer-inner .footer-sec .fts-form button {
    width: calc(100% - 27.8645833333vw);
    margin-left: 2.34375vw;
    font-size: 0.9375vw;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li {
    margin-right: 1.0416666667vw;
  }
  footer .footer-inner .footer-socail-media .footer-social-media-list li .footer-social-media-link svg {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
  footer .footer-inner .footer-main .footer-des {
    font-size: 0.8333333333vw;
  }
  .footer-bottom {
    padding: 2.0833333333vw 12.7604166667vw;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .footer-bottom:after {
    background: linear-gradient(90deg, #8D278A -0.07%, #F88F24 100.05%);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.5208333333vw;
    left: 0;
  }
  .footer-bottom .footer-bottom-1 {
    width: 50%;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    justify-content: start;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy li {
    line-height: 15px;
    padding-right: 10px;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy li a {
    text-decoration: none;
    color: #022327;
    font-family: "Akshar", sans-serif;
    font-size: 0.78125vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
    text-transform: capitalize;
    text-decoration: none;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy li + li {
    padding-left: 10px;
    position: relative;
  }
  .footer-bottom .footer-bottom-1 .privacy-policy li + li::after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #022327;
    left: 0;
    content: "";
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: start;
    padding-left: 0;
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list li {
    padding-right: 1.8229166667vw;
    padding-left: 0px;
    line-height: 1;
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list li a svg {
    width: 0.625vw;
    height: 0.625vw;
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list li + li {
    line-height: 1;
    padding-left: 1.8229166667vw;
    position: relative;
  }
  .footer-bottom .footer-bottom-1 .footer-socail-media .footer-social-media-list li + li::after {
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #022327;
    left: 0;
    content: "";
  }
  .footer-bottom .footer-bottom-2 {
    width: 50%;
  }
  .footer-bottom .footer-bottom-2 .bottom-footer-2-inner-text {
    color: #211F20;
    text-align: right;
    font-family: "Akshar", sans-serif;
    font-size: 0.78125vw;
    font-style: normal;
    font-weight: 300;
    line-height: 200%; /* 30px */
    text-transform: capitalize;
  }
  .footer-bottom .footer-bottom-2 .bottom-footer-2-inner-text a {
    color: #E32227;
    text-decoration: none;
    font-weight: 700;
  }
}
.main-banner.inner-banner {
  margin-bottom: 30px;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item {
  position: relative;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 20px;
  text-align: center;
}
.main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .banner-title {
  font-family: "Akshar", sans-serif;
  font-size: 30px;
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 0;
}
.main-banner.inner-banner .breadcrumb-wrapper {
  padding: 0 20px;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0px;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li {
  text-decoration: none;
  padding-right: 15px;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li a {
  text-decoration: none;
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li {
  padding-left: 20px;
  position: relative;
}
.main-banner.inner-banner .breadcrumb-wrapper .bredcrumbswrap .bredcrumbs li + li::before {
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.navigation-listing-mobile {
  max-height: 0;
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  transition: ease all 0.6s;
  background-color: #171717;
  z-index: 99;
}
.navigation-listing-mobile.open {
  max-height: 100%;
}
.navigation-listing-mobile ul {
  padding: 30px 20px;
  list-style: none;
  text-align: right;
}
.navigation-listing-mobile ul li a {
  text-decoration: none;
  color: #fff;
}
.navigation-listing-mobile ul li a:hover {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .main-banner.inner-banner {
    margin-bottom: 5.2083333333vw;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item {
    position: relative;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
  }
  .main-banner.inner-banner .main-slider-wrapper .slider-item .slider-content .banner-title {
    font-family: "Akshar", sans-serif;
    font-size: 3.125vw;
  }
}
.navigation {
  display: none;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 66px;
  cursor: pointer;
  z-index: 9998;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.6);
}
.hamburger-menu img {
  width: 180px;
  height: 75px;
  padding: 10px 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
  width: 25px;
  height: 3px;
}
.hamburger-menu .bar-bg {
  background: rgba(255, 255, 255, 0.21);
  width: 74px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hamburger-menu .bar-bg .bar {
  position: relative;
  transform: translateY(0);
  background: #7EC042;
  transition: all 0ms 300ms;
}
.hamburger-menu .bar-bg .bar.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu .bar-bg .bar:before, .hamburger-menu .bar-bg .bar:after {
  content: "";
  position: absolute;
  right: 0;
  background: #7EC042;
}
.hamburger-menu .bar-bg .bar:before {
  bottom: 10px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 13px;
}
.hamburger-menu .bar-bg .bar:after {
  top: 10px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 19px;
}
.hamburger-menu .bar-bg .bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 25px;
}
.hamburger-menu .bar-bg .bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 25px;
}
.hamburger-menu .search-icon {
  display: none;
}

.top-header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.top-header .navigation {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 70px;
}
.top-header .navigation .navbar-brand {
  margin: 0;
}
.top-header .navigation .navbar-brand .main-logo {
  width: 115px;
  height: auto;
}
.top-header .navigation .right-menu {
  display: flex;
}
.top-header .navigation .right-menu ul {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.top-header .navigation .right-menu ul li a {
  color: #FFF;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: uppercase;
}
.top-header .navigation .right-menu ul li a:hover {
  color: #254336;
}
.top-header .navigation .right-menu .search-top {
  display: none;
  padding-left: 15px;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper {
  float: right;
  position: relative;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-main {
  display: block;
  cursor: pointer;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-main svg {
  width: 25px;
  height: 25px;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
  background: #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #254336;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #254336;
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-submit {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 10px 0;
  width: 25%;
  background: #254336;
  font-family: var(--schibsted-font-family);
  height: 35px;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 75%;
  border: 1px solid #254336;
  height: 35px;
  border-left: 0;
  font-family: var(--schibsted-font-family);
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
  border-top-color: #254336;
}
.top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
  border-bottom-color: #254336;
}
.top-header .mob-menu {
  display: flex;
}

.mobile-menu {
  top: 0;
  max-width: 81%;
  right: -100%;
  width: 100%;
  background: #fff;
  color: black;
  height: 100%;
  position: fixed;
  z-index: 9997;
  overflow-y: auto;
  transform: translate3d(0, 0, 205px);
  transition: all 500ms ease-in-out;
}
.mobile-menu.active {
  right: 0;
  transform: translate3d(0, 0, 0);
}
.mobile-menu ul {
  margin: 0;
  padding: 0;
}
.mobile-menu li {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
  font-family: "Akshar", sans-serif;
}
.mobile-menu li.current_page_item {
  background-color: #7EC042;
}
.mobile-menu li:first-child {
  margin-top: 96px;
}
.mobile-menu li:hover {
  background: #7EC042;
}
.mobile-menu li a {
  color: #211F20;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
.mobile-menu li.has-children {
  cursor: pointer;
}
.mobile-menu li.has-children .children {
  display: none;
}
.mobile-menu li.has-children .icon-arrow {
  position: absolute;
  font-size: 0.7em;
  color: black;
  top: 5px;
  right: 10px;
  transform: rotate(0deg);
  transition: 0.6s;
}
.mobile-menu li.has-children .icon-arrow:after {
  content: "▼";
}
.mobile-menu li.has-children .icon-arrow.open {
  transform: rotate(-180deg);
}

section.search-section {
  margin: 80px 0;
  padding: 0 25px;
}
section.search-section input#s {
  padding: 10px;
  width: 100%;
  border: 2px solid #254336;
}
section.search-section input#searchsubmit {
  width: 10%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 0.5208333333vw;
  width: 25%;
  background: #254336;
  font-family: "Akshar", sans-serif;
}
section.search-section form#search-form div {
  display: flex;
  margin: 15px 0;
}
section.search-section .alert.alert-info, section.search-section .font-24 {
  font-size: 13px;
  line-height: 23px;
  font-family: "Akshar", sans-serif;
  text-align: center;
}
section.search-section .font-35, section.search-section .main-title {
  color: rgba(35, 34, 40, 0.92);
  font-family: "Akshar", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .top-header {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0 0 0 5.2083333333vw;
    background-color: #fff;
  }
  .top-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4166666667vw;
    background: linear-gradient(90deg, #8D278A -0.07%, #F88F24 100.05%);
  }
  .top-header .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: auto;
  }
  .top-header .navigation .navbar-brand {
    margin: 0;
    width: 9.1145833333vw;
    height: 5.2083333333vw;
  }
  .top-header .navigation .navbar-brand .main-logo {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top-header .navigation .right-menu {
    display: flex;
    align-items: center;
  }
  .top-header .navigation .right-menu ul {
    list-style: none;
    display: flex;
    gap: 4.1666666667vw;
    margin: 0;
    padding: 0;
  }
  .top-header .navigation .right-menu ul li a {
    color: #211F20;
    text-align: right;
    font-family: "Akshar", sans-serif;
    font-size: 1.0416666667vw;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .top-header .navigation .right-menu ul li a::after {
    content: "";
    height: 0.1041666667vw;
    width: 0%;
    transition: all 0.5s;
    position: absolute;
    bottom: 0;
  }
  .top-header .navigation .right-menu ul li a:hover::after {
    width: 100% !important;
    transition: all 0.5s;
    background: linear-gradient(270deg, #7EC042 0%, #12B26A 100%);
  }
  .top-header .navigation .right-menu .search-top {
    margin: 0 3.125vw;
    padding: 0;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper {
    float: right;
    position: relative;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-main {
    display: block;
    cursor: pointer;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-main svg {
    width: 2.5vw;
    height: 2.5vw;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
    background: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 0.1041666667vw solid #254336;
    padding: 0.2604166667vw;
    position: absolute;
    right: 0;
    top: 3.125vw;
    width: 20.8333333333vw;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
    border-left: 0.5208333333vw solid transparent;
    border-right: 0.5208333333vw solid transparent;
    border-bottom: 0.5208333333vw solid #254336;
    content: "";
    position: absolute;
    right: 0.78125vw;
    top: -0.5208333333vw;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-submit {
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    padding: 0.5208333333vw 0;
    width: 25%;
    background: #254336;
    font-family: var(--schibsted-font-family);
    height: 1.8229166667vw;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main .search-field {
    border-radius: 0;
    padding: 0.2083333333vw 0.5208333333vw;
    width: 75%;
    border: 1px solid #254336;
    height: 1.8229166667vw;
    border-left: 0;
    font-family: var(--schibsted-font-family);
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main {
    border-top-color: #254336;
  }
  .top-header .navigation .right-menu .search-top .header-search-wrapper .search-form-main:before {
    border-bottom-color: #254336;
  }
  .top-header .navigation .right-menu .tel-num {
    width: 18.2291666667vw;
    /* height: 125px; */
    flex-shrink: 0;
    background: #7EC042;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.0833333333vw;
    margin-left: 8.75vw;
  }
  .top-header .navigation .right-menu .tel-num .tel--num, .top-header .navigation .right-menu .tel-num .tel--num a {
    color: #FFF;
    text-align: right;
    font-family: "Akshar", sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding-bottom: 0.5208333333vw;
  }
  .top-header .navigation .right-menu .tel-num .email {
    text-align: center;
  }
  .top-header .navigation .right-menu .tel-num .email a {
    color: #FFF;
    text-align: right;
    font-family: "Akshar", sans-serif;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
    text-align: center;
    text-decoration: none;
  }
  .top-header .mob-menu {
    display: none;
  }
}
button {
  background: none;
  border: none;
  outline: none;
}

a {
  border: none;
  outline: none;
}
a:focus {
  border: none;
}

.--link-item {
  transition: 0.7s;
}
.--link-item:hover {
  color: #E32227 !important;
  cursor: pointer;
}

.button-primary {
  color: #ffffff;
  white-space: nowrap;
  display: flex;
  padding: 14.744px 25.392px;
  justify-content: center;
  align-items: center;
  border: 1.638px solid #192E55;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 2.8px;
  font-size: 14px;
  position: relative;
  overflow: hidden; /* Ensures the fill doesn't go outside */
  transition: color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  /* Color Fill Animation */
  /* Button Content */
  /* On hover, animate the fill */
  /* Arrow movement */
}
.button-primary.dark-text {
  color: #2C2C2C;
}
.button-primary.white {
  border: 1.694px solid rgba(255, 255, 255, 0.4);
}
.button-primary .btn-arrow {
  width: 17px;
  height: 16px;
  margin-left: 16px;
  transition: transform 0.3s ease;
  position: relative;
}
.button-primary .btn-arrow svg {
  width: 100%;
  height: 100%;
}
.button-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E32227; /* Color fill background */
  transform: scaleX(0); /* Start with the fill collapsed */
  transform-origin: bottom right; /* Start from the right */
  transition: transform 0.5s ease; /* Smooth transition */
  z-index: 0; /* Ensure this is below the text */
}
.button-primary span {
  position: relative; /* Make sure the text stays on top of the fill */
  z-index: 1; /* Ensure text is above the fill */
}
.button-primary:hover {
  color: #ffffff; /* Ensure text color stays white */
  transform: translateY(-6px) scale(1.05); /* Optional transformation */
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.button-primary:hover:before {
  transform: scaleX(1); /* Expand fill from left to right */
  transform-origin: bottom left; /* Origin shift to the left */
}
.button-primary:hover .btn-arrow {
  transform: translateX(6px); /* Move arrow on hover */
}
@media only screen and (min-width: 1200px) {
  .button-primary {
    padding: 0.6770833333vw 1.875vw;
    font-size: 0.9375vw;
  }
}

.button-secondary {
  border-bottom: 0.2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, #1C3563 -13.14%, #386BC9 150.86%);
  padding: 0.625vw 1.40625vw;
  text-transform: uppercase;
  letter-spacing: 3.78px;
  color: #ffffff;
}
.button-secondary .btn-arrow {
  width: 21px;
  height: 21px;
  margin-left: 16px;
  transition: 0.7s;
  position: relative;
}
.button-secondary .btn-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.button-secondary:hover {
  color: #ffffff;
  background: #E32227;
}

.button-link {
  color: #ffffff;
  font-size: 17px;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 31.48px;
  letter-spacing: 0.21em;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) {
  .button-link {
    font-size: 0.8854166667vw;
  }
}

.hamburger .line {
  width: 36px;
  height: 4px;
  background-color: #ffffff;
  display: block;
  margin: 8px 0 8px auto;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.hamburger .line:nth-child(1) {
  width: 29px;
}
.hamburger .line:nth-child(3) {
  width: 23px;
}

#hamburger-1.is-active .line:nth-child(3) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  width: 36px;
}

#hamburger-1 {
  height: 100%;
  text-align: center;
}

#hamburger-1 span:last-child {
  margin-right: 0 !important;
}

#hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  width: 36px;
}

.btn-close:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}

#hamburger-1.is-active .line:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  background: none;
}

.--f-button {
  width: 38px;
  height: 38px;
}
.--f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
}

.main-banner {
  display: none;
}

.main-banner.inner-banner {
  display: block;
}

.hero-section img {
  width: 100%;
  height: 100%;
}

body.scroll-none {
  overflow: hidden;
}

a {
  transition: 0.7s;
}
@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none !important;
  }
}

.mobile-hide {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .mobile-hide {
    display: flex !important;
  }
}

.--common-title {
  margin-bottom: 2.1875vw;
}
.--common-title .heading-tag {
  font-size: 1.25vw;
  letter-spacing: 0.0125vw;
  line-height: 2.6041666667vw;
  color: #211F20;
}
.--common-title .heading-small {
  font-size: 20px;
  line-height: 40px;
}
.--common-title .heading-small span {
  color: #E32227;
}
.--common-title .heading-large {
  font-size: 4.1666666667vw;
  font-weight: 600;
  line-height: 3.6458333333vw;
  color: #211F20;
  text-transform: uppercase;
}
.--common-title .heading-large span {
  color: #E32227;
}
.--common-title .heading-main {
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 3.6458333333vw;
  color: #211F20;
  text-transform: uppercase;
}
.--common-title .heading-main span {
  color: #E32227;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0 !important;
}

input {
  border: none;
  background: none;
  outline: none;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  /* background: #2E2E2E; */
}

::-webkit-scrollbar-thumb {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

::-webkit-scrollbar-thumb:hover {
  background: #E32227;
}

/* End scrollbar */
a {
  text-decoration: none !important;
}

.--common-head {
  font-family: "Akshar", sans-serif !important;
}

img {
  max-width: 100%;
  display: block;
}

.custom_paging {
  display: flex;
  list-style: none;
  padding: 0;
}

.custom_paging li {
  display: none;
}

.custom_paging li.slick-active {
  display: block !important;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  color: #770000;
  text-decoration: none;
  font-weight: 500;
}
.btn.underline {
  position: relative;
}
.btn.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 1px solid;
}

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

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

.--margin-center {
  margin: 0 auto;
}

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

.--text-black {
  color: #211F20;
}

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fw-8 {
  font-weight: 800;
}

.fw-9 {
  font-weight: 900;
}

.fancybox__container, .fancybox__backdrop {
  background: rgba(0, 0, 0, 0.5) !important;
}

.element-mg-bt {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt {
    margin-bottom: 2.6041666667vw;
  }
}

.element-mg-bt-60 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .element-mg-bt-60 {
    margin-bottom: 3.125vw;
  }
}

.element-pd-bt {
  padding-bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt {
    padding-bottom: 3.75vw;
  }
}

.element-pd-bt-sm {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .element-pd-bt-sm {
    padding-bottom: 1.7708333333vw;
  }
}

.mobile-hide {
  display: none;
}

.display-none {
  display: none;
}

.textarea {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 20px;
}

.--mobile-justify {
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .--mobile-justify {
    text-align: inherit;
  }
}

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

.--section {
  margin-bottom: 70px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 7.8125vw;
  }
}

.--bg-blue-op {
  background: rgba(154, 215, 241, 0.4);
}

.--bg-blue {
  background: #B2E1F4;
}

.mobile-hide_tab {
  display: none;
}

@media only screen and (min-width: 600px) {
  .tab-hide {
    display: none;
  }
  .mobile-hide_tab {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .desktop-hide {
    display: none;
  }
  .mobile-hide {
    display: block;
  }
}
.--section-space-bottom {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .--section-space-bottom {
    padding-bottom: 7.8125vw;
  }
}

.--common-para, .--common-para p {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.5625vw;
  font-family: "Poppins", sans-serif;
}
.--common-para span, .--common-para p span {
  font-weight: 600;
  font-size: 0.9375vw;
}

.--common-para-medium, .--common-para-medium p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-medium, .--common-para-medium p {
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }
}

.--common-para-large, .--common-para-large, p {
  font-size: 13px;
  line-height: 23px;
}
@media only screen and (min-width: 1200px) {
  .--common-para-large, .--common-para-large, p {
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
  }
}

.--common-head {
  color: #E32227;
}
.main-wrapper {
  padding: 0 25px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding: 0 10.4166666667vw;
  }
}

.main-wrapper-medium {
  padding: 0 20px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper-medium {
    padding: 0 13.5416666667vw;
  }
}

a {
  text-decoration: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

@-webkit-keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 1280px) {
  .page-id-313 .inner-banner {
    margin-bottom: 0;
  }
}

.fancybox__content > .f-button.is-close-btn {
  top: 5px !important;
  right: 5px !important;
  color: #000;
}

.news-section-home .news-item {
  padding: 36px 24px;
  border-radius: 18px;
  height: 383px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: relative;
  transition: 0.7s;
}
.news-section-home .news-item::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 1.72%, rgba(10, 73, 96, 0.72) 61.33%, rgba(19, 72, 124, 0.9) 98.28%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 18px;
}
.news-section-home .news-item .post-top .post-meta .date.d {
  font-size: 60px;
  letter-spacing: -0.01em;
}
.news-section-home .news-item .post-top .post-meta .date-bottom {
  margin-top: 9px;
}
.news-section-home .news-item .post-top .post-meta .date-bottom .date {
  font-family: "Akshar", sans-serif;
  font-size: 13px;
  padding: 0 3px;
}
.news-section-home .news-item .post-top .post-title {
  padding-top: 12px;
}
.news-section-home .news-item .post-top .post-title .title {
  font-size: 20px;
  transition: 0.7s;
}
.news-section-home .news-item .btn-wrap .button-link {
  font-size: 16px;
}
.news-section-home .news-item .card-inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .news-section-home .news-item {
    height: 320px;
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-section-home .news-item {
    height: 28.59375vw;
    padding: 2.0833333333vw 3.125vw;
  }
  .news-section-home .news-item .post-top .post-meta {
    padding-top: 2.0833333333vw;
  }
  .news-section-home .news-item .post-top .post-meta .date.d {
    font-size: 5.2083333333vw;
    letter-spacing: -0.04em;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom {
    margin-top: 22px;
  }
  .news-section-home .news-item .post-top .post-meta .date-bottom .date {
    font-size: 0.9375vw;
    letter-spacing: 0.12em;
  }
  .news-section-home .news-item .post-top .post-title {
    padding-top: 1.875vw;
  }
  .news-section-home .news-item .post-top .post-title .title {
    font-size: 1.3020833333vw;
    line-height: 40px;
  }
  .news-section-home .news-item .btn-wrap .button-link {
    font-size: 0.9375vw;
  }
  .news-section-home .news-item:hover .post-top .post-title .title {
    font-size: 2.0833333333vw;
    line-height: 2.0833333333vw;
  }
}

.slick-dots li button {
  color: rgba(231, 231, 231, 0.6) !important;
  width: 22px !important;
  height: 4px !important;
  border-radius: 8px;
  background: rgba(231, 231, 231, 0.6) !important;
  padding: 0 !important;
  transition: 0.7s;
}
.slick-dots li button::before {
  display: none;
}
.slick-dots li.slick-active button {
  color: #E32227 !important;
  background: #E32227 !important;
}
.slick-dots li:hover button {
  color: #E32227 !important;
  background: #E32227 !important;
}

.main-banner.banner {
  display: none;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.fancybox__content {
  max-height: 70vh;
  overflow-y: auto;
}

.request-sec {
  position: relative;
  background: #F2F2F2;
}
.request-sec .request-bg {
  position: absolute;
  width: 26.09375vw;
  height: 25.2083333333vw;
  flex-shrink: 0;
  bottom: -0.46875vw;
  left: 9.375vw;
  z-index: 1;
}
.request-sec .full-wrap .request-wrap {
  padding-left: 23.9583333333vw;
  background: #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.request-sec .full-wrap .request-wrap .single-request {
  background: #E1EBD8;
  padding: 4.1666666667vw 7.8125vw;
  width: 37.2395833333vw;
}
.request-sec .full-wrap .request-wrap .single-request h3 {
  color: #211F20;
  font-family: "Akshar", sans-serif;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.125vw; /* 125% */
  text-transform: uppercase;
}
.scholarships-sec {
  background: #F2F2F2;
  position: relative;
  padding-top: 8.3333333333vw;
  overflow: hidden;
}
.scholarships-sec .scholarships-bg {
  position: absolute;
  top: -4.3229166667vw;
  right: 0;
  width: 26.0416666667vw;
  height: 36.6666666667vw;
}
.scholarships-sec .small-wrap {
  position: relative;
}
.scholarships-sec .small-wrap .scholarships-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 16.71875vw 0 18.5416666667vw;
}
.scholarships-sec .small-wrap .scholarships-wrap .scolarship-img {
  width: 31.1458333333vw;
  height: 36.3541666667vw;
}
.scholarships-sec .small-wrap .scholarships-wrap .scolarship-img img {
  width: 100%;
  height: 36.3541666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.scholarships-sec .small-wrap .scholarships-wrap .scolarship-content {
  width: calc(100% - 31.1458333333vw);
  padding-left: 7.1354166667vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.scholarships-sec .small-wrap .scholarships-wrap .scolarship-content h2 {
  text-shadow: 0px -0.5729166667vw 5.2083333333vw rgba(33, 31, 32, 0.25);
  font-family: "Akshar", sans-serif;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.6458333333vw; /* 116.667% */
  color: #211F20;
}
.scholarships-sec .small-wrap .scholarships-wrap .scolarship-content h2 span {
  color: #E32227;
  font-family: "Akshar", sans-serif;
}
.scholarships-sec .small-wrap .scholarships-wrap .scolarship-content p {
  color: #211F20;
  text-align: justify;
}
.scholarships-sec .small-wrap .scholarships-wrap .scolarship-content ul li {
  color: #211F20;
  font-family: #E1EBD8;
  font-size: 0.7291666667vw;
}
.scholarships-sec .small-wrap .scholarships-wrap .scolarship-content a.btn {
  font-family: "Akshar", sans-serif;
}

.key-features-sec {
  padding: 0 8.4895833333vw 0;
  background: #F2F2F2;
  position: relative;
}
.key-features-sec .keybg-img {
  position: absolute;
  top: 5.2083333333vw;
  right: 0;
  left: 0;
  width: 33.4375vw;
  height: 39.8958333333vw;
  z-index: 9;
}
.key-features-sec .main-wrap {
  background: #E8DEE7;
  box-shadow: -1.25vw 0.2083333333vw 3.4166666667vw 0px rgba(0, 0, 0, 0.09);
}
.key-features-sec .main-wrap .key-features-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5.2083333333vw;
}
.key-features-sec .main-wrap .key-features-wrap .key-features-content {
  width: 22.3958333333vw;
}
.key-features-sec .main-wrap .key-features-wrap .key-features-content h2 {
  color: #211F20;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.125vw;
  text-transform: uppercase;
  font-family: "Akshar", sans-serif;
}
.key-features-sec .main-wrap .key-features-wrap .key-features-list {
  width: calc(100% - 22.3958333333vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.key-features-sec .main-wrap .key-features-wrap .key-features-list .key-features-item .key-features-icon img {
  width: 2.7vw;
  height: 2.6041666667vw;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.key-features-sec .main-wrap .key-features-wrap .key-features-list .key-features-item .key-features-text h3 {
  font-family: "Akshar", sans-serif;
  color: #902A86;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 500;
  line-height: 98%; /* get-vw(17.64px) */
  letter-spacing: 0.46875vw;
  text-transform: uppercase;
  position: relative;
  padding: 2.0833333333vw 0;
}
.key-features-sec .main-wrap .key-features-wrap .key-features-list .key-features-item .key-features-text h3:before {
  content: "";
  position: absolute;
  bottom: 0.5208333333vw;
  left: 0;
  background: #E32227;
  opacity: 0.5;
  width: 0.9375vw;
  height: 0.1041666667vw;
  flex-shrink: 0;
}
.key-features-sec .main-wrap .key-features-wrap .key-features-list .key-features-item .key-features-text p {
  font-family: "Akshar", sans-serif;
  color: #211F20;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 500;
  line-height: 98%; /* get-vw(23.52px) */
}
.key-features-sec .story-values-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8.3854166667vw 7.8125vw;
}
.key-features-sec .story-values-wrap .story-values-content {
  width: 18.75vw;
}
.key-features-sec .story-values-wrap .story-values-content h2 {
  text-shadow: 0px -0.5729166667vw 5.2083333333vw rgba(33, 31, 32, 0.25);
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 600;
  line-height: 3.6458333333vw;
  text-transform: uppercase;
  font-family: "Akshar", sans-serif;
}
.key-features-sec .story-values-wrap .story-values-content h2 span {
  color: #E32227;
}
.key-features-sec .story-values-wrap .story-values-list {
  width: calc(100% - 18.75vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.key-features-sec .story-values-wrap .story-values-list .story-values-item {
  width: 13.0729166667vw;
  border-radius: 0px 0px 0 2.5520833333vw;
  background: linear-gradient(225deg, #F78E24 0%, #D36B47 30.04%, #B44D64 54.94%, #902A86 84.76%);
  box-shadow: -1.25vw 0.2083333333vw 3.4166666667vw 0px rgba(0, 0, 0, 0.09);
  padding: 2.0833333333vw;
}
.key-features-sec .story-values-wrap .story-values-list .story-values-item .value {
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #FFF;
}
.key-features-sec .story-values-wrap .story-values-list .story-values-item .value span {
  font-size: 3.125vw;
  font-weight: 700;
}
.key-features-sec .story-values-wrap .story-values-list .story-values-item .para {
  color: #FFF;
  font-size: 1.3541666667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 98%;
}

.hero-section {
  position: relative;
}
.hero-section .main-wrapper-full {
  padding-left: 8.3333333333vw;
}
.hero-section .main-wrapper-full .hero-left {
  width: 35%;
  padding-right: 3.125vw;
}
.hero-section .main-wrapper-full .hero-left .para-wrap {
  margin-bottom: 4.1666666667vw;
}
.hero-section .main-wrapper-full .hero-right {
  width: 65%;
}
.hero-section .element-image {
  position: absolute;
  top: -6.5104166667vw;
  left: 0;
  z-index: 1;
}

.home-intro-section {
  position: relative;
  padding-top: 7.2916666667vw;
}
.home-intro-section .main-wrapper-full .home-intro-left {
  width: 61%;
}
.home-intro-section .main-wrapper-full .home-intro-left .image-wrap {
  position: relative;
}
.home-intro-section .main-wrapper-full .home-intro-left .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 43.4375vw;
}
.home-intro-section .main-wrapper-full .home-intro-left .image-wrap img.overlay-image {
  z-index: 11;
}
.home-intro-section .main-wrapper-full .home-intro-left .image-wrap .text-wrap {
  position: absolute;
  max-width: 30%;
  text-transform: uppercase;
  top: 9.6875vw;
  padding-left: 8.3333333333vw;
}
.home-intro-section .main-wrapper-full .home-intro-left .image-wrap .text-wrap .heading-main {
  font-size: 3.6458333333vw;
  font-weight: 300;
}
.home-intro-section .main-wrapper-full .home-intro-left .image-wrap .text-wrap .heading-main span {
  font-size: 5.2083333333vw;
  line-height: 5.2083333333vw;
  font-weight: 600;
}
.home-intro-section .main-wrapper-full .home-intro-right {
  width: 39%;
  left: -9.0104166667vw;
  height: 100%;
  position: relative;
  height: 41.1458333333vw;
  bottom: -2.2916666667vw;
}
.home-intro-section .main-wrapper-full .home-intro-right .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  box-shadow: -24px 4px 65.6px 0px rgba(0, 0, 0, 0.09);
  padding-left: 9.0104166667vw;
  height: 100%;
  padding-right: 6.25vw;
  padding-top: 3.6458333333vw;
}
.home-intro-section .main-wrapper-full .home-intro-right .content-wrap .btn.underline {
  margin-left: 0;
}
.home-intro-section .main-wrapper-full .home-intro-right .logo-image {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1;
}
.home-intro-section .element-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.vision-mission-sec {
  margin-top: 2.2916666667vw;
}
.vision-mission-sec .vision-mission-inner {
  border-radius: 0px 0px 3.6458333333vw 3.6458333333vw;
  background: linear-gradient(182deg, rgba(65, 73, 59, 0) 81%, #41493B 119.98%);
  overflow: hidden;
  position: relative;
}
.vision-mission-sec .vision-mission-inner img {
  height: 31.25vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vision-mission-sec .vision-mission-inner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11111;
}
.vision-mission-sec .vision-mission-inner .content-wrap {
  top: 0;
  position: absolute;
  z-index: 1111111;
  padding: 5.2083333333vw 7.2916666667vw 5.3125vw;
  width: 100%;
}
.vision-mission-sec .vision-mission-inner .content-wrap .content-top .heading-main {
  font-size: 3.125vw;
  text-transform: uppercase;
  max-width: 50%;
}
.vision-mission-sec .vision-mission-inner .content-wrap .content-bottom {
  width: 100%;
  padding-top: 4.1666666667vw;
}
.vision-mission-sec .vision-mission-inner .content-wrap .content-bottom .bottom-item {
  width: 50%;
}
.vision-mission-sec .vision-mission-inner .content-wrap .content-bottom .bottom-item .heading-main {
  font-size: 2.5vw;
  padding-bottom: 1.0416666667vw;
  text-transform: uppercase;
}
.vision-mission-sec .vision-mission-inner .content-wrap .content-bottom .bottom-item:nth-child(1) {
  padding-right: 8.3333333333vw;
}

.home-image-with-slider .main-wrapper-full .left-wrap {
  width: 50%;
  padding-left: 8.3333333333vw;
  padding-top: 8.3333333333vw;
}
.home-image-with-slider .main-wrapper-full .left-wrap .image-wrap {
  background: #ffffff;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-image-with-slider .main-wrapper-full .right-wrap {
  width: 50%;
  padding-top: 8.3333333333vw;
  padding-left: 7.2916666667vw;
  padding-right: 8.3333333333vw;
  background: #E1EBD8;
}
.home-image-with-slider .main-wrapper-full .right-wrap .heading-main {
  text-transform: uppercase;
  max-width: 60%;
}
.home-image-with-slider .main-wrapper-full .right-wrap .slider-wrap {
  padding-top: 2.1875vw;
}
.home-image-with-slider .main-wrapper-full .right-wrap .slider-wrap .slider-item .content-wrap {
  padding: 1.875vw 0;
}
.home-image-with-slider .main-wrapper-full .right-wrap .slider-wrap .slider-item .content-wrap .icon {
  width: 60px;
  margin-top: 0.3645833333vw;
}
.home-image-with-slider .main-wrapper-full .right-wrap .slider-wrap .slider-item .content-wrap .paragraph {
  padding-left: 12px;
}

.testimonials-sec {
  background: #40493B;
  margin-bottom: 90px;
}
.testimonials-sec .testimonials-sec--inner {
  position: relative;
  bottom: -60px;
}
.testimonials-sec .testimonials-sec--inner .--common-title {
  margin: 0 auto;
  max-width: 60%;
  padding-bottom: 36px;
}
.testimonials-sec .testimonials-sec--inner .--common-title .heading-main {
  color: #ffffff !important;
  text-align: center;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .slick-list {
  padding: 50px 0 24px 0 !important;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner {
  background: #ffffff;
  padding: 0 20px 20px 20px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  margin: 0 16px;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .profile-pic {
  position: relative;
  top: -50px;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .profile-pic img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .content-wrap {
  position: relative;
  top: -18px;
  text-align: center;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .content-wrap .content-inner {
  border-bottom: 1px solid rgba(7, 52, 57, 0.27);
  margin-bottom: 60px;
  min-height: 11.4583333333vw;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .content-wrap .paragraph {
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .content-wrap .heading-main {
  margin-top: 22px;
  margin-bottom: 0;
  font-size: 18px;
}
.testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .content-wrap .heading-sub {
  font-size: 15px;
}
@media only screen and (min-width: 1024px) {
  .testimonials-sec .testimonials-sec--inner .slider-wrap {
    padding-right: 72px;
  }
  .testimonials-sec .testimonials-sec--inner .slider-wrap .slick-list {
    padding: 50px 0 24px 150px !important;
  }
  .testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner {
    margin: 0 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .testimonials-sec {
    margin-bottom: 10.4166666667vw;
  }
  .testimonials-sec .testimonials-sec--inner {
    bottom: -6.25vw;
  }
  .testimonials-sec .testimonials-sec--inner .slider-wrap {
    padding-right: 12.65625vw;
  }
  .testimonials-sec .testimonials-sec--inner .slider-wrap .slick-list {
    padding: 3.6458333333vw 0 1.875vw 12.7604166667vw !important;
  }
  .testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner {
    padding: 0 3.125vw 2.6041666667vw 3.125vw;
  }
  .testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .profile-pic img {
    width: 8.90625vw;
    height: 8.90625vw;
  }
  .testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .content-wrap .heading-main {
    font-size: 1.0416666667vw;
  }
  .testimonials-sec .testimonials-sec--inner .slider-wrap .testimonials-item-inner .content-wrap .heading-sub {
    font-size: 0.8333333333vw;
  }
}/*# sourceMappingURL=style.css.map */