@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: "The Estory";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/the-estory/The-Estory.woff2") format("woff2"), url("../fonts/the-estory/The-Estory.woff") format("woff");
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.primaryf {
  font-family: "Source Sans 3", sans-serif;
}

.--secondary-font {
  font-family: "The Estory", sans-serif;
}

.--odibee-font {
  font-family: "Odibee Sans", sans-serif;
}

.--common-title {
  font-family: "The Estory", sans-serif;
  font-size: 60px;
  font-weight: 400;
}

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

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

::-webkit-scrollbar-thumb {
  background: #000;
  transition: 0.7s;
}

::-webkit-scrollbar-thumb:hover {
  background: #014D53;
}

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

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

.primary-btn {
  background: #014D53;
  display: flex;
  align-items: center;
  padding: 24px 44px;
  width: max-content;
  height: 62px;
  text-transform: uppercase;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}
.primary-btn .icon svg {
  width: 24px;
  height: 24px;
}
.primary-btn .btn-text {
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 3.6px;
  font-size: 15px;
  padding-left: 10px;
}
.primary-btn.transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.7s ease-in-out;
}
.primary-btn:hover {
  background-color: #1D1D1E;
}
@media only screen and (min-width: 1200px) {
  .primary-btn {
    height: 4.2708333333vw;
  }
  .primary-btn .icon svg {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .primary-btn .btn-text {
    font-size: 1.0416666667vw;
    letter-spacing: 6px;
  }
}

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

.common-section-head .common-tagline {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #242424;
}
.common-section-head .--common-section-head {
  font-size: 70px;
  line-height: 60px;
  font-family: "The Estory", sans-serif;
  color: #014D53;
}
@media only screen and (min-width: 1200px) {
  .common-section-head .common-tagline {
    font-size: 1.5625vw;
  }
  .common-section-head .--common-section-head {
    font-size: 9.375vw;
    line-height: 6.7708333333vw;
    margin-top: 0.1041666667vw;
  }
}

.--common-para {
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (min-width: 1200px) {
  .--common-para {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
}

.--primary-color {
  color: #014D53;
}

.--yellow-color {
  color: #FFE8A2;
}

.--white-color {
  color: #FFFFFF;
}

.--text-black {
  color: #1D1D1E;
}

.--black-color {
  color: #242424;
}

.--text-black {
  color: #242424;
}

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

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

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

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

.--bg-black {
  background-color: #231F20;
}

.--bg-white {
  background-color: #FFFFFF;
}

.white {
  color: #FFFFFF;
}

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

.text-ash {
  color: rgba(255, 255, 255, 0.37);
}

.text-dark-purple {
  color: #662D91;
}

.text-purple {
  color: #87699E;
}

.text-green {
  color: #8DC63F;
}

.bg-dark-purple {
  background-color: #662D91;
}

.bg-purple {
  background-color: #87699E;
}

.bg-ash {
  background-color: rgba(255, 255, 255, 0.37);
}

.bg-green {
  background-color: #8DC63F;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.mainTitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.92px;
}

.mainInnerTitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.2px;
  letter-spacing: -1.6px;
}

.primaryf.common-para {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.72px;
}
.primaryf.common-parap {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.72px;
}

.secondaryf.common-para {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.88px;
}
.secondaryf.common-parap {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.88px;
}

.btn-purple {
  background-color: #662D91;
}
.btn-purple:hover {
  background-color: #8DC63F;
  transition: 0.9s all;
}
.btn-purple.btn-text {
  text-align: center;
  font-family: "The Estory", sans-serif;
  font-size: 12px;
  line-height: 17.04px;
  letter-spacing: 5.4px;
}

@media only screen and (min-width: 768px) {
  .mainTitle {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.92px;
  }
  .mainInnerTitle {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1.6px;
  }
  .primaryf.common-para {
    font-size: 18px;
  }
  .primaryf.common-parap {
    font-size: 18px;
  }
  .secondaryf.common-para {
    font-size: 16px;
  }
  .secondaryf.common-parap {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .mainTitle {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -1.92px;
  }
  .mainInnerTitle {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1.6px;
  }
  .primaryf.common-para {
    font-size: 18px;
  }
  .primaryf.common-parap {
    font-size: 18px;
  }
  .secondaryf.common-para {
    font-size: 16px;
  }
  .secondaryf.common-parap {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .mainTitle {
    font-size: 5vw;
    line-height: 4.9vw;
    letter-spacing: -0.2vw;
  }
  .mainInnerTitle {
    font-size: 3.3333333333vw;
    line-height: 3.2666666667vw;
    letter-spacing: -0.1333333333vw;
  }
  .primaryf.common-para {
    font-size: 1.25vw;
    line-height: 1.775vw;
  }
  .primaryf.common-parap {
    font-size: 1.25vw;
    line-height: 1.775vw;
  }
  .secondaryf.common-para {
    font-size: 0.8333333333vw;
    line-height: 1.6vw;
  }
  .secondaryf.common-parap {
    font-size: 0.8333333333vw;
    line-height: 1.6vw;
  }
  .btn-transparent {
    background-color: transparent;
  }
  .btn-transparent:hover {
    transition: 0.9s all;
  }
  .btn-transparent.btn-text {
    text-align: center;
    font-family: "The Estory", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4791666667vw;
    letter-spacing: 0.46875vw;
  }
}
button {
  background: none;
  border: none;
}

.hamburger .line {
  width: 40px;
  height: 3px;
  background-color: #FFFFFF;
  display: block;
  margin: 9px 0 9px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.hamburger .line:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .hamburger .line {
    width: 2.0833333333vw;
    height: 0.15625vw;
    margin: 0.46875vw 0 0.46875vw auto;
    border-radius: 1.0416666667vw;
  }
}

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

#hamburger-1 {
  height: 100%;
  text-align: center;
  margin-bottom: -4px;
}
@media only screen and (min-width: 1200px) {
  #hamburger-1 {
    margin-bottom: -0.2083333333vw;
  }
}

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

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

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

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

.mobile-nav .mobile-btn {
  flex-direction: column-reverse;
  position: relative;
  z-index: 111111;
}
.mobile-nav .mobile-btn:hover {
  transform: scale(0.95);
}
.mobile-nav .mobile-btn .menu-text {
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
.mobile-nav .mobile-btn .hamburger .line:nth-child(2) {
  width: 35px;
}
.mobile-nav .mobile-btn .hamburger.is-active .line:nth-child(2) {
  width: 40px;
}
@media only screen and (min-width: 1200px) {
  .mobile-nav .mobile-btn .menu-text {
    font-size: 0.8333333333vw;
    margin-bottom: -0.2083333333vw;
  }
  .mobile-nav .mobile-btn .hamburger .line:nth-child(2) {
    width: 1.8229166667vw;
  }
  .mobile-nav .mobile-btn .hamburger.is-active .line:nth-child(2) {
    width: 2.0833333333vw;
  }
}

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

.para {
  text-align: justify;
  font-weight: 400;
  color: #1D1D1E;
  font-size: 15px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .para {
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 1.5625vw;
    text-align: center;
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
  }
}

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

.image-rotate-animation {
  display: inline-block;
  overflow: hidden;
}
.image-rotate-animation img {
  animation: spin 65s linear infinite;
  transform-origin: center center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* CSS for Animations */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

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

.fade-left-active {
  opacity: 1;
  transform: translateX(0);
}

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

.fade-right-active {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.zoom-in-active {
  opacity: 1;
  transform: scale(1);
}

.desktop-arrows {
  position: absolute;
  bottom: 26%;
  right: 10.4166666667vw;
  display: flex;
  flex-direction: column;
  z-index: 1111111;
}
.desktop-arrows .f-left-arrow {
  position: relative;
  margin-bottom: 1.0416666667vw;
  opacity: 1;
  transition: opacity 0.3s;
}
.desktop-arrows .f-left-arrow img {
  transition: all 0.3s ease;
}
.desktop-arrows .f-left-arrow::after {
  content: "";
  position: absolute;
  bottom: -1.1979166667vw;
  left: -0.46875vw;
  width: 143%;
  height: 0.1041666667vw;
  background-color: #010101;
  transition: background-color 0.3s;
  transition: all 0.3s ease;
}
.desktop-arrows .f-left-arrow:hover img {
  opacity: 0.5;
  pointer-events: none;
  width: 1.0416666667vw;
}
.desktop-arrows .f-right-arrow {
  margin-top: 1.0416666667vw;
  opacity: 1;
  transition: all 0.3s ease;
}
.desktop-arrows .f-right-arrow img {
  transition: all 0.3s ease;
}
.desktop-arrows .f-right-arrow:hover img {
  opacity: 0.5;
  pointer-events: none;
  width: 1.0416666667vw;
}

.slider-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
.slider-dots .custom-dot {
  width: 5px;
  height: 2.1px;
  border-radius: 21px;
  transition: background-color 0.3s, opacity 0.3s;
  background: rgba(104, 104, 104, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.slider-dots .custom-dot.active {
  background-color: #015156;
  width: 15px;
}
.slider-dots .custom-dot:nth-of-type(n + 7) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .slider-dots .custom-dot {
    width: 8px;
    height: 3.1px;
    border-radius: 21px;
    transition: background-color 0.3s, opacity 0.3s;
    background: rgba(104, 104, 104, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .slider-dots .custom-dot.active {
    background-color: #015156;
    width: 20px;
  }
}

.rotatingImage {
  transition: transform 0.1s linear;
  transform-origin: center center;
  display: block;
}

.d-none {
  display: none;
}

.field, .field-n, .field-s {
  position: relative;
}

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

.m-show {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .m-show {
    display: none;
  }
}

.wpcf7-form-control option {
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .wpcf7-form-control option {
    font-size: 1.0416666667vw;
  }
}

.repeater-content {
  display: none;
}

.menu-open {
  position: relative;
  transition: opacity 0.3s ease;
}
.menu-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.697);
  z-index: 1111;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}

body.fancybox-active {
  overflow: hidden;
}

.sub-menu {
  display: none;
}

.sub-menu.active-sub {
  flex-direction: column;
  display: flex;
}

.header-section {
  position: fixed;
  border-top: 9px solid #014D53;
  width: 100%;
  padding: 0 12px;
  z-index: 1111;
  transition: 0.3s ease-in-out;
}
.header-section.hidden {
  background-color: #1D1D1E;
}
.header-section.scrolled-up {
  background-color: #1D1D1E;
}
.header-section .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.header-section .header-inner .main-logo {
  width: 108px;
  height: 60px;
}
.header-section .header-inner .mobile-header-btn .text-wrap {
  font-size: 14px;
  padding: 0 14px;
  border-bottom: 3px solid #FFE8A2;
  background: rgba(255, 255, 255, 0.11);
  height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: 1.4px;
  cursor: pointer;
}
.header-section .header-inner .mobile-header-btn .mobile-nav {
  background: #014D53;
  padding: 12px 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11111;
  position: relative;
}
.header-section .navigation-menu-right {
  display: none;
}
.header-section .navigation-menu-left {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-section {
    padding: 0 5.2083333333vw;
  }
  .header-section .navigation-menu-right {
    display: block;
  }
  .header-section .navigation-menu-left {
    display: block;
  }
  .header-section.hidden {
    transform: translateY(-100%);
    position: absolute;
    overflow: hidden;
    background: none;
  }
  .header-section.hidden .header-inner .navigation-main-logo .main-logo {
    width: 8.3333333333vw;
    height: auto;
  }
  .header-section.scrolled-up {
    background-color: #1D1D1E;
  }
  .header-section .header-inner .header-menu-and-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 15.625vw);
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-right {
    margin-right: 1.875vw;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-right li:last-child {
    padding-right: 0 !important;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu {
    display: flex;
    position: relative;
    padding-left: 0;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu:after, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu:after {
    position: absolute;
    content: "";
    bottom: -1.5625vw;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    height: 0.0520833333vw;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li {
    padding-right: 2.34375vw;
    margin-bottom: 0.2604166667vw;
    color: #FFFFFF;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li:last-child, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li:last-child {
    margin-bottom: 0;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li.menu-item-has-children a:after, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li.menu-item-has-children a:after {
    display: none !important;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li.current-menu-item a, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li.current-menu-item a {
    position: relative;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li.current-menu-item a:after, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li.current-menu-item a:after {
    position: absolute;
    content: "";
    bottom: -1.6145833333vw;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFE8A2;
    height: 0.15625vw;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li a, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li a {
    font-size: 0.9375vw;
    text-transform: uppercase;
    letter-spacing: 0.09375vw;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li.current_page_item a, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li.current_page_item a {
    color: #FFE8A2;
    font-weight: 700;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li.current-menu-parent, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li.current-menu-parent {
    color: #FFE8A2;
    font-weight: 700;
  }
  .header-section .header-inner .header-menu-and-logo .navigation-menu-left .menu li.current-menu-parent .ul.sub-menu li.menu-item a, .header-section .header-inner .header-menu-and-logo .navigation-menu-right .menu li.current-menu-parent .ul.sub-menu li.menu-item a {
    color: white;
    font-size: 0.8854166667vw;
  }
  .header-section .header-inner .header-menu-and-logo .main-logo {
    width: auto;
    height: auto;
  }
  .header-section .header-inner .mobile-header-btn .text-wrap {
    height: 4.375vw;
    width: 11.25vw;
    font-size: 1.0416666667vw;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .header-section .header-inner .mobile-header-btn .mobile-nav {
    height: 4.375vw;
    padding: 0.625vw 0.5208333333vw;
  }
}

.header-section li .sub-menu-toggle {
  position: absolute;
  background-image: url(../img/icons/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -0.2083333333vw;
  bottom: 0;
  right: -0.78125vw;
  margin: auto;
  height: 0.46875vw;
}
.header-section li a {
  transition: 0.7s;
  white-space: nowrap;
}
.header-section li a:hover {
  color: #FFE8A2 !important;
}
.header-section li .sub-menu {
  display: none;
  position: absolute;
  padding: 16px;
  transition: 0.7s;
  background: #000;
}
.header-section li .sub-menu span::after {
  opacity: 0;
}
.header-section li .sub-menu span::before {
  opacity: 0;
}
.header-section li .sub-menu li {
  margin-left: 0 !important;
}
.header-section li .sub-menu li.current-menu-item span::after {
  opacity: 1;
}
.header-section li .sub-menu li.current-menu-item span::before {
  opacity: 1;
}
.header-section li .sub-menu-toggle span {
  display: none;
}
.header-section li.menu-item-has-children {
  position: relative;
}
.header-section li.menu-item-has-children {
  position: relative;
}
.header-section li.menu-item-has-children:hover .sub-menu {
  display: block;
  transition: 0.7s;
  z-index: 10;
}
.header-section li.menu-item-has-children {
  position: relative;
}
.header-section li.menu-item-has-children::after {
  position: absolute;
  content: "";
  background-image: url(../../img/icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 1.09375vw;
  margin: auto;
  height: 0.8333333333vw;
  width: 0.8333333333vw;
  display: block !important;
  background-size: contain;
}
@media only screen and (min-width: 1200px) {
  .header-section li .sub-menu {
    display: none;
    position: absolute;
    padding: 0.8333333333vw;
  }
}

@media only screen and (min-width: 1200px) {
  .header-section.scrolled-up .header-menu-and-logo .main-logo {
    width: 8.3333333333vw;
  }
}

/*# sourceMappingURL=header.css.map */
