@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;
}

.home-top-sec .home-top-sec-inner .image-wrap {
  padding-top: 0;
  position: relative;
  margin-bottom: 60px;
}
.home-top-sec .home-top-sec-inner .image-wrap::after {
  position: absolute;
  content: "";
  background: #1D1D1E;
  top: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  right: 0;
  z-index: -1;
}
.home-top-sec .home-top-sec-inner .image-wrap .section-title {
  text-align: right;
  padding-right: 30px;
  position: relative;
  top: 46px;
}
.home-top-sec .home-top-sec-inner .image-wrap .section-title .heading-main {
  line-height: 40px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 65px;
}
.home-top-sec .home-top-sec-inner .image-wrap .section-title .heading-sub {
  font-size: 30px;
  line-height: 30px;
  font-family: "Source Sans 3", sans-serif;
}
.home-top-sec .home-top-sec-inner .image-wrap .image-item {
  padding-top: 0;
  padding-left: 70px;
}
.home-top-sec .home-top-sec-inner .image-wrap .image-item img {
  width: 332px;
}
.home-top-sec .home-top-sec-inner .image-wrap .creative-title {
  position: absolute;
  bottom: -6px;
  z-index: 11;
}
.home-top-sec .home-top-sec-inner .image-wrap .creative-title .heading-main {
  font-size: 105px;
  line-height: 100px;
  background: linear-gradient(0deg, #FFF 21.6%, #015156 146.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -17px;
  padding-right: 22px;
  padding-left: 3px;
}
.home-top-sec .home-top-sec-inner .image-wrap:before {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 85.8%, #FFF 100%);
  left: 0;
  bottom: 0;
  height: 140px;
  width: 94px;
  z-index: 1;
}
.home-top-sec .home-top-sec-inner .content-wrap {
  padding: 0 40px;
}
.home-top-sec .home-top-sec-inner .content-wrap .heading {
  font-size: 50px;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 50px;
}
.home-top-sec .home-top-sec-inner .content-wrap .para-wrap {
  margin-bottom: 30px;
}
.home-top-sec .home-top-sec-inner .content-wrap .primary-btn {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .home-top-sec .home-top-sec-inner .image-wrap .section-title {
    top: 80px;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .section-title .heading-main {
    font-size: 100px;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .section-title .heading-sub {
    font-size: 60px;
    position: relative;
    top: 31px;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .image-item img {
    width: 100%;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .creative-title {
    bottom: 0;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .creative-title .heading-main {
    font-size: 150px;
    padding: 16px 56px;
    margin-bottom: -16px;
  }
  .home-top-sec .home-top-sec-inner .image-wrap:before {
    bottom: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-top-sec {
    margin-bottom: -1.875vw !important;
  }
  .home-top-sec .home-top-sec-inner {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
  }
  .home-top-sec .home-top-sec-inner .image-wrap {
    width: 50%;
    background: #1D1D1E;
    padding-top: 2.6041666667vw;
    margin-bottom: 3.125vw;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .section-title {
    position: relative;
    z-index: 11;
    padding-right: 7.6041666667vw;
    top: 5.4166666667vw;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .section-title .heading-main {
    font-size: 9.375vw;
    line-height: 2.0833333333vw;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .section-title .heading-sub {
    font-size: 4.1666666667vw;
    top: 3.3333333333vw;
    line-height: 1.5625vw;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .image-item {
    position: relative;
    right: 0;
    padding-left: 0;
  }
  .home-top-sec .home-top-sec-inner .image-wrap .image-item img {
    height: 47.9166666667vw;
  }
  .home-top-sec .home-top-sec-inner .content-wrap {
    width: 50%;
    padding-top: 8.3333333333vw;
    padding-left: 6.25vw;
  }
  .home-top-sec .home-top-sec-inner .content-wrap .heading {
    font-size: 5.2083333333vw;
    line-height: 3.90625vw;
    letter-spacing: -0.1041666667vw;
    text-align: left;
    max-width: 72%;
    margin-bottom: 4.1666666667vw;
  }
  .home-top-sec .home-top-sec-inner .content-wrap .para-wrap {
    max-width: 75%;
    margin-bottom: 3.125vw;
  }
  .home-top-sec .home-top-sec-inner .content-wrap .para-wrap .bottom-para {
    padding-top: 16px;
    padding-right: 10.4166666667vw;
  }
  .home-top-sec .home-top-sec-inner .content-wrap .primary-btn {
    margin: inherit;
  }
  .home-top-sec .home-top-sec-inner .creative-title {
    position: absolute;
    bottom: -0.8854166667vw;
    z-index: 11;
  }
  .home-top-sec .home-top-sec-inner .creative-title .heading-main {
    font-size: 20.8333333333vw !important;
    line-height: 21.875vw !important;
    background: linear-gradient(0deg, #FFF 21.6%, #015156 146.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 4.6875vw;
    padding-left: 8px;
  }
}

.home-main-card-sec {
  position: relative;
}
.home-main-card-sec .home-main-card-inner .card-wrap {
  padding: 0 10px;
}
.home-main-card-sec .home-main-card-inner .card-wrap .card-item {
  position: relative;
  margin: 10px 0;
}
.home-main-card-sec .home-main-card-inner .card-wrap .card-item:after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #000 0.18%, rgba(0, 0, 0, 0.62) 65.65%, rgba(0, 0, 0, 0) 94.58%);
  width: 100%;
  height: 320px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home-main-card-sec .home-main-card-inner .card-wrap .card-item .image-wrap img {
  width: 100%;
}
.home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  width: 100%;
}
.home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap .textarea {
  font-size: 16px;
  letter-spacing: 3.2px;
  text-shadow: 2px 2px 5px rgb(0, 0, 0);
}
.home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap .--heading {
  font-size: 60px;
  letter-spacing: -1.2px;
}
.home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap .paragraph {
  margin-bottom: 28px;
  padding: 0 24px;
}
.home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap .btn-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.home-main-card-sec:after {
  position: absolute;
  content: "";
  background: rgba(255, 250, 225, 0.7);
  width: 191px;
  height: 545px;
  flex-shrink: 0;
  left: 0;
  top: 0;
  bottom: -1150px;
  margin: auto;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home-main-card-sec:after {
    position: absolute;
    content: "";
    background: rgba(255, 250, 225, 0.7);
    width: 324px;
    height: 825px;
    flex-shrink: 0;
    left: 0;
    top: 0;
    bottom: -1110px;
    margin: auto;
    z-index: -1;
  }
  .home-main-card-sec .home-main-card-inner .common-section-head {
    margin-bottom: 36px;
  }
  .home-main-card-sec .home-main-card-inner .card-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .home-main-card-sec .home-main-card-inner .card-wrap .card-item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-main-card-sec {
    margin-bottom: 15.625vw !important;
    position: relative;
    margin-top: 7.8125vw;
  }
  .home-main-card-sec .home-main-card-inner .section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 6.25vw;
  }
  .home-main-card-sec .home-main-card-inner .common-section-head {
    text-align: left;
    padding: 0 6.25vw;
  }
  .home-main-card-sec .home-main-card-inner .common-section-head .tagline {
    font-size: 1.5625vw;
    letter-spacing: 0.46875vw;
  }
  .home-main-card-sec .home-main-card-inner .common-section-head .--heading {
    font-size: 9.375vw;
    line-height: 7.8125vw;
  }
  .home-main-card-sec .home-main-card-inner .card-wrap .card-item:after {
    height: 25.5208333333vw;
  }
  .home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap {
    bottom: 3.125vw;
  }
  .home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap .textarea {
    display: none;
  }
  .home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap .--heading {
    font-size: 7.8125vw;
    letter-spacing: -0.15625vw;
  }
  .home-main-card-sec .home-main-card-inner .card-wrap .card-item .content-wrap .paragraph {
    margin-bottom: 2.6041666667vw;
    padding: 0 9.6354166667vw;
  }
  .home-main-card-sec:after {
    position: absolute;
    content: "";
    background: rgba(255, 250, 225, 0.7);
    width: 36.09375vw;
    height: 84.7395833333vw;
    flex-shrink: 0;
    left: 0;
    top: 0;
    bottom: -56.25vw;
    margin: auto;
    z-index: -1;
  }
}

.home-block-section .home-block-section-inner .common-section-head {
  position: relative;
  margin-bottom: 47px;
}
.home-block-section .home-block-section-inner .common-section-head .--heading {
  text-transform: uppercase;
}
.home-block-section .home-block-section-inner .common-section-head .tagline {
  position: absolute;
  right: 11%;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item {
  position: relative;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item .image-wrap img {
  width: 100%;
  height: 100%;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item .content-wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: 35px;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item .content-wrap .--heading {
  text-align: left;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 42px;
  letter-spacing: -2px;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item .content-wrap .paragraph {
  display: none;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(1) {
  text-align: right;
  margin-left: 40px;
  margin-bottom: 10px;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(1)::after {
  background: linear-gradient(90deg, #000 -37.76%, rgba(0, 0, 0, 0.57) 48.54%, rgba(0, 0, 0, 0) 99.96%);
  height: 100%;
  width: 90%;
}
.home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(2)::after {
  background: linear-gradient(0deg, #000 -40.28%, rgba(0, 0, 0, 0.63) 55.58%, rgba(0, 0, 0, 0) 99.95%);
  width: 100%;
  height: 90%;
}
@media only screen and (min-width: 768px) {
  .home-block-section .home-block-section-inner .common-section-head .tagline {
    right: 40%;
  }
  .home-block-section .home-block-section-inner .block-card-wrap {
    display: flex;
    padding: 0 5px;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(1) {
    margin-left: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-block-section {
    margin-bottom: 7.8125vw;
  }
  .home-block-section .home-block-section-inner {
    position: relative;
  }
  .home-block-section .home-block-section-inner .common-section-head .tagline {
    white-space: nowrap;
  }
  .home-block-section .home-block-section-inner .common-section-head.sub-title {
    position: absolute;
    right: 16.9270833333vw;
    margin-top: -3.4%;
  }
  .home-block-section .home-block-section-inner .common-section-head.main-title {
    position: absolute;
    max-width: 60%;
    right: 11.9791666667vw;
    margin-top: -6%;
  }
  .home-block-section .home-block-section-inner .block-card-wrap {
    align-items: flex-end;
    flex-direction: row-reverse;
    padding-left: 6.25vw;
    padding-right: 0;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item .image-wrap img {
    height: auto;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item .content-wrap {
    padding-bottom: 3.125vw;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item .content-wrap .--heading {
    font-size: 4.1666666667vw;
    line-height: 3.6458333333vw;
    letter-spacing: -0.1666666667vw;
    margin-bottom: 3.0208333333vw;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item .content-wrap .btn-wrap {
    margin: 0 auto;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(1) {
    margin-right: 0;
    height: 41.9270833333vw;
    width: 30.2604166667vw;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(1)::after {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.53) 56.7%, rgba(0, 0, 0, 0) 100%);
    height: 21.7708333333vw;
    width: 100%;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(1) img {
    height: 100%;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(1) .--heading {
    text-align: center;
    width: 99%;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(1) .btn-wrap {
    display: flex;
    justify-content: center;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(2) {
    width: 67%;
    margin-right: 1.3020833333vw;
    margin-left: 0;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(2):after {
    background: linear-gradient(180deg, #000 -17.07%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    bottom: inherit;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(2):before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, #000 -27.37%, rgba(0, 0, 0, 0.57) 52.44%, rgba(0, 0, 0, 0) 99.99%);
    width: 27.0833333333vw;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(2) .image-wrap img {
    height: 33.28125vw;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(2) .content-wrap {
    padding-left: 6.25vw;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(2) .content-wrap .--heading {
    color: #FFE8A2;
    max-width: 48%;
    margin-bottom: 2.5vw;
  }
  .home-block-section .home-block-section-inner .block-card-wrap .card-item:nth-child(2) .content-wrap .paragraph {
    display: block;
    margin-bottom: 2.6041666667vw;
    width: 39%;
  }
}

.home-slider-filter-section {
  position: relative;
  margin-bottom: 80px;
}
.home-slider-filter-section::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.89) 30.78%, rgba(255, 255, 255, 0.2) 80.18%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 403.41px;
  flex-shrink: 0;
  top: 0;
  left: 0;
  right: 0;
}
.home-slider-filter-section .section-head {
  position: absolute;
  top: 0;
  z-index: 11;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-slider-filter-section .section-head .taxonomy-list {
  position: absolute;
  top: 500px;
  width: 100%;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  text-align: center;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list .slick-list {
  padding: 0 !important;
  width: 100%;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list .slick-dots {
  display: none !important;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item {
  font-size: 20px;
  padding: 0 6px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 8px;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item::before {
  position: absolute;
  content: "";
  background: white;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  left: 16%;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.active, .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.slick-current {
  color: #FFE8A2;
  font-size: 30px;
  width: 160px !important;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.active::before, .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.slick-current::before {
  position: absolute;
  content: "";
  left: 3%;
}
.home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item:hover {
  color: #FFE8A2;
  cursor: pointer;
}
.home-slider-filter-section .section-head .--heading {
  font-size: 48px;
  line-height: 48px;
  padding-top: 80px;
}
.home-slider-filter-section .service_slider-wrap .service_slider .service-slider-inner .slick-dots {
  display: none;
}
.home-slider-filter-section .service_slider-wrap .services-item-wrap {
  position: relative;
}
.home-slider-filter-section .service_slider-wrap .services-item-wrap:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #000 -11.12%, rgba(0, 0, 0, 0.81) 26.5%, rgba(0, 0, 0, 0.73) 40.97%, rgba(0, 0, 0, 0) 68.06%);
  width: 100%;
  height: 403.41px;
  flex-shrink: 0;
  left: 0;
  right: 0;
  z-index: 11;
  bottom: 0;
}
.home-slider-filter-section .service_slider-wrap .services-item-wrap img {
  height: 570px;
  object-fit: cover;
}
.home-slider-filter-section .service_slider-wrap .services-item-wrap .content-wrap {
  position: absolute;
  bottom: 0;
  z-index: 111;
  padding: 0 36px 54px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.home-slider-filter-section .service_slider-wrap .services-item-wrap .content-wrap .sub-title {
  text-align: center;
  line-height: 18.56px;
  letter-spacing: 7.52px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-slider-filter-section .service_slider-wrap .slick-arrow {
  display: none !important;
}
.home-slider-filter-section .slider-dots {
  display: flex;
  margin-top: 2.0833333333vw;
}
@media only screen and (min-width: 768px) {
  .home-slider-filter-section .section-head .taxonomy-list {
    top: 500px;
  }
  .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.active, .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.slick-current, .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.hover {
    font-size: 30px;
    line-height: 80px;
    width: 360px;
  }
  .home-slider-filter-section .service_slider-wrap .services-item-wrap img {
    height: 540px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider-filter-section {
    margin-bottom: 8.8541666667vw;
  }
  .home-slider-filter-section:after {
    height: 27.0833333333vw;
  }
  .home-slider-filter-section .section-head .common-section-head {
    max-width: 90%;
  }
  .home-slider-filter-section .section-head .common-section-head .--common-section-head {
    font-size: 7.8125vw;
    line-height: 7.7083333333vw;
  }
  .home-slider-filter-section .section-head .common-section-head .--heading {
    padding-top: 0;
  }
  .home-slider-filter-section .section-head .taxonomy-list {
    top: 35.4166666667vw;
    width: 50%;
  }
  .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item {
    font-size: 1.5625vw;
    padding: 0 2.0833333333vw;
  }
  .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.active, .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.slick-current, .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item.hover {
    font-size: 4.1666666667vw;
    line-height: 4.1666666667vw;
    width: 18.75vw !important;
  }
  .home-slider-filter-section .section-head .taxonomy-list .services-category-list .filter-item::before {
    position: absolute;
    content: "";
    background: white;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
  .home-slider-filter-section .service_slider-wrap {
    height: 51.40625vw;
    position: relative;
  }
  .home-slider-filter-section .service_slider-wrap .nav-prev-btn {
    position: absolute;
    bottom: 10%;
    left: 26%;
    z-index: 11111;
    display: block;
    cursor: pointer;
  }
  .home-slider-filter-section .service_slider-wrap .nav-prev-btn img {
    width: 1.875vw;
    height: auto;
  }
  .home-slider-filter-section .service_slider-wrap .nav-next-btn {
    position: absolute;
    bottom: 10%;
    right: 26%;
    z-index: 11111;
    display: block;
    cursor: pointer;
  }
  .home-slider-filter-section .service_slider-wrap .nav-next-btn img {
    width: 1.875vw;
    height: auto;
  }
  .home-slider-filter-section .service_slider-wrap .services-item-wrap .content-wrap {
    padding: 0 34.375vw 2.8125vw 34.375vw;
  }
  .home-slider-filter-section .service_slider-wrap .services-item-wrap .content-wrap .sub-title {
    letter-spacing: 0.440625vw;
    font-size: 0.9895833333vw;
  }
  .home-slider-filter-section .service_slider-wrap .services-item-wrap img {
    height: 51.40625vw;
  }
}

.home-slider-filter-section {
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}
.home-slider-filter-section::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.89) 30.78%, rgba(255, 255, 255, 0.2) 80.18%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 403.41px;
  flex-shrink: 0;
  top: 0;
  left: 0;
  right: 0;
}
.home-slider-filter-section .hm-slider-img-filters {
  position: relative;
}
.home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list {
  width: 80%;
}
.home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab .service-title {
  font-family: "The Estory", sans-serif;
  font-size: 20px;
  padding: 0 6px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 8px;
}
.home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab .service-title::before {
  position: absolute;
  content: "";
  background: white;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  left: 16%;
}
.home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab.active .service-title {
  color: #FFE8A2;
  font-size: 30px;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap {
  position: relative;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #000 -11.12%, rgba(0, 0, 0, 0.81) 26.5%, rgba(0, 0, 0, 0.73) 40.97%, rgba(0, 0, 0, 0) 68.06%);
  width: 100%;
  height: 210px;
  flex-shrink: 0;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .main-service-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: opacity 0.9s ease;
  position: relative;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .main-service-image::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #000 -11.12%, rgba(0, 0, 0, 0.81) 26.5%, rgba(0, 0, 0, 0.73) 40.97%, rgba(0, 0, 0, 0) 68.06%);
  width: 100%;
  height: 403.41px;
  flex-shrink: 0;
  left: 0;
  right: 0;
  z-index: 10;
  bottom: 0;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content {
  position: absolute;
  bottom: 2px;
  transition: opacity 0.9s ease;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .inner-repeater-slider {
  text-align: center;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .inner-repeater-slider .slick-list {
  padding: 0 !important;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .inner-repeater-slider .slick-list .slick-track .slider-item {
  color: #FFF;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 7.52px;
  text-transform: uppercase;
}
.home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .desktop-arrows-h {
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab.active .service-title {
    font-size: 30px;
    line-height: 29px;
    position: relative;
  }
  .home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab.active .service-title::before {
    position: absolute;
    content: "";
    background: white;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider-filter-section {
    margin-bottom: 5.9895833333vw;
  }
  .home-slider-filter-section:after {
    height: 27.0833333333vw;
    top: -0.1041666667vw;
  }
  .home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list {
    width: 60%;
  }
  .home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab .service-title {
    font-size: 1.5625vw;
    padding: 0 0.3125vw;
    gap: 0.4166666667vw;
  }
  .home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab .service-title::before {
    position: absolute;
    content: "";
    background: white;
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    border-radius: 50%;
    display: inline-block;
    left: 16%;
  }
  .home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab.active .service-title {
    font-size: 3.125vw;
    line-height: 2.5vw;
    padding-bottom: 1.0416666667vw;
  }
  .home-slider-filter-section .hm-slider-img-filters .section-head .taxonomy-list .services-titles-tabs .service-tab.active .service-title::before {
    position: absolute;
    content: "";
    left: 3%;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap {
    position: relative;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap::before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #000 -11.12%, rgba(0, 0, 0, 0.81) 26.5%, rgba(0, 0, 0, 0.73) 40.97%, rgba(0, 0, 0, 0) 68.06%);
    width: 100%;
    height: 20.9895833333vw;
    flex-shrink: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 4.4270833333vw;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .main-service-image {
    width: 100%;
    height: 46.875vw;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content {
    position: absolute;
    bottom: 6.25vw;
    transition: opacity 0.9s ease;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .inner-repeater-slider {
    text-align: center;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .inner-repeater-slider .slick-list {
    padding: 0 !important;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .inner-repeater-slider .slick-list .slick-track .slider-item {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 7.52px;
    text-transform: uppercase;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .desktop-arrows-h {
    display: flex;
    justify-content: space-around;
    top: -5.2083333333vw;
    position: relative;
    padding: 0 16.6666666667vw;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .desktop-arrows-h .f-left-arrow-h {
    position: absolute;
    left: 30%;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .desktop-arrows-h .f-right-arrow-h {
    position: absolute;
    right: 30%;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .desktop-arrows-h .slider-arrows-h {
    opacity: 1;
    transition: all 0.3s ease;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .desktop-arrows-h .slider-arrows-h img {
    transition: all 0.3s ease;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .desktop-arrows-h .slider-arrows-h:hover img {
    opacity: 0.5;
    pointer-events: none;
    width: 1.0416666667vw;
  }
  .home-slider-filter-section .hm-slider-img-filters .service_slider-wrap .repeater-content .desktop-arrows-h .slider-arrows-h img {
    filter: invert(1);
    width: 1.5625vw;
  }
}

.image-block-slider {
  padding-bottom: 42px;
}
.image-block-slider .common-section-head .--heading {
  text-transform: uppercase;
}
.image-block-slider .mobile-heading {
  padding: 0 24px;
  margin-bottom: 22px;
  position: relative;
}
.image-block-slider .mobile-heading::before {
  position: absolute;
  content: "";
  background: #FFFBEA;
  width: 212px;
  height: 240%;
  bottom: -31px;
  right: 0;
  z-index: -1;
}
.image-block-slider .block_image_slider_wrap {
  position: relative;
}
.image-block-slider .block_image_slider_wrap .slick-arrow {
  display: none !important;
}
.image-block-slider .block_image_slider_wrap .slider-item .image-wrap {
  position: relative;
}
.image-block-slider .block_image_slider_wrap .slider-item .image-wrap img {
  height: 317px;
  width: 100%;
}
.image-block-slider .block_image_slider_wrap .slider-item .image-wrap .main-image img {
  width: 100%;
}
.image-block-slider .block_image_slider_wrap .slider-item .image-wrap .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.image-block-slider .block_image_slider_wrap .slider-item .content-wrap {
  position: relative;
  top: -60px;
  padding: 0 40px;
}
.image-block-slider .block_image_slider_wrap .slider-item .content-wrap .--heading {
  font-size: 50px;
  text-align: center;
}
.image-block-slider .block_image_slider_wrap .slider-item .content-wrap .--heading span {
  color: #FFE8A2;
}
.image-block-slider .block_image_slider_wrap .slider-numbers {
  position: absolute;
  top: -25px;
  right: 20px;
}
.image-block-slider .block_image_slider_wrap .desktop-arrows {
  display: flex;
  top: 40px;
  z-index: 1;
}
.image-block-slider .block_image_slider_wrap .desktop-arrows .slider-arrows::after {
  width: 112%;
}
.image-block-slider .block_image_slider_wrap .desktop-arrows .slider-arrows:hover img {
  width: 100%;
  opacity: 1;
}
.image-block-slider .block_image_slider_wrap .slider-dots {
  position: absolute;
  top: 73px;
  right: 50px;
}
@media only screen and (min-width: 768px) {
  .image-block-slider .mobile-heading::before {
    position: absolute;
    content: "";
    background: #FFFBEA;
    width: 32%;
    height: 240%;
    bottom: -31px;
    right: 0;
    z-index: -1;
  }
  .image-block-slider .block_image_slider_wrap .slider-item .image-wrap img {
    height: auto;
  }
  .image-block-slider .block_image_slider_wrap .slider-item .content-wrap {
    top: -85px;
  }
  .image-block-slider .block_image_slider_wrap .slider-item .content-wrap .--heading {
    font-size: 80px;
  }
  .image-block-slider .block_image_slider_wrap .slider-numbers {
    right: 72px;
  }
  .image-block-slider .block_image_slider_wrap .slider-dots {
    right: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-block-slider {
    position: relative;
  }
  .image-block-slider .mobile-heading::before {
    display: none;
  }
  .image-block-slider:after {
    position: absolute;
    content: "";
    background: #FFFBEA;
    top: -11.9791666667vw;
    right: 0;
    width: 50.5208333333vw;
    height: 48.5416666667vw;
    z-index: -1;
  }
  .image-block-slider .full-width-wrap {
    position: relative;
  }
  .image-block-slider .full-width-wrap .mobile-heading {
    position: absolute;
    top: 0;
    z-index: 111;
    padding-left: 50.9375vw;
    padding-top: 4.0625vw;
    margin-bottom: 1.0416666667vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .slider-item .image-wrap .main-image {
    height: 45.0520833333vw;
    width: 72.0833333333vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .slider-item .image-wrap img {
    height: 45.0520833333vw;
    width: 72.0833333333vw;
    object-fit: cover;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .slider-item .content-wrap {
    top: -7.8125vw;
    display: flex;
    align-items: end;
    padding: 0 20% 0 30.3645833333vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .slider-item .content-wrap .--heading {
    font-size: 7.8125vw;
    line-height: 7.8125vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .slider-item .content-wrap .--heading span {
    position: relative;
    margin-left: -14.5833333333vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .slider-item .content-wrap .paragraph {
    padding-left: 2.7083333333vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .desktop-arrows {
    position: absolute;
    bottom: 0;
    right: 10.4166666667vw;
    display: flex;
    flex-direction: column;
    z-index: 1111111;
    top: 40.1041666667vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .desktop-arrows .f-left-arrow {
    position: relative;
    margin-bottom: 1.0416666667vw;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .desktop-arrows .f-left-arrow img {
    transition: all 0.3s ease;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .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;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .desktop-arrows .f-left-arrow.disabled img {
    opacity: 0.5;
    pointer-events: none;
    width: 1.0416666667vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .desktop-arrows .f-right-arrow {
    margin-top: 1.0416666667vw;
    opacity: 1;
    transition: all 0.3s ease;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .desktop-arrows .f-right-arrow img {
    transition: all 0.3s ease;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .desktop-arrows .f-right-arrow.disabled img {
    opacity: 0.5;
    pointer-events: none;
    width: 1.0416666667vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .desktop-arrows .slider-arrows:hover img {
    width: 20px;
    opacity: 0.5;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .slider-numbers {
    top: inherit;
    bottom: 25%;
    right: 17.03125vw;
  }
  .image-block-slider .full-width-wrap .block_image_slider_wrap .slider-dots {
    position: absolute;
    top: 44.2708333333vw;
    right: 19.2708333333vw;
  }
  .image-block-slider .full-width-wrap .block-section-logo {
    position: absolute;
    right: 4.8958333333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: -16.6666666667vw;
  }
  .image-block-slider .full-width-wrap .block-section-logo img {
    width: 20.1041666667vw;
  }
}

.heading-title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
.heading-title span {
  font-weight: 300;
}

.event_calender {
  background: #0A1C39;
}
.event_calender .calender-sec {
  padding: 6.6145833333vw 7.2916666667vw 7.2916666667vw 7.2916666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  flex-direction: column;
}
.event_calender .calender-sec .calender {
  flex: 1;
}
.event_calender .calender-sec .education-banner {
  background-color: #0a1c39;
  padding: 40px 20px;
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
  height: 500px;
  position: relative;
  width: 100%;
}
.event_calender .calender-sec .education-banner .education-overlay {
  background: linear-gradient(180deg, #F3F3F6 0%, #F3F3F6 47.07%, rgba(243, 243, 246, 0) 100%);
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 290px;
  border-radius: 20px;
}
.event_calender .calender-sec .education-banner .education-content {
  text-align: center;
  z-index: 9999;
  position: relative;
}
.event_calender .calender-sec .education-banner .education-content h2 {
  color: #24323B;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 51.154px;
  letter-spacing: -1.2px;
}
.event_calender .calender-sec .education-banner .education-content h2 .gradient-green {
  background: linear-gradient(90deg, #86C367 0.02%, #27A2DB 92.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}
.event_calender .calender-sec .education-banner .education-content h2 .gradient-blue {
  background: linear-gradient(90deg, #17AD03 -13.81%, #B2DD57 99.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.024px;
  letter-spacing: -0.84px;
}
.event_calender .calender-sec .education-banner .education-content h2 .text-black {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 51.183px;
  letter-spacing: -0.64px;
}
.event_calender .calender-sec .education-banner .education-content .education-image img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.message-section {
  padding: 2.6041666667vw 6.7708333333vw 7.8125vw;
}
.message-section .message-card-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.message-section .heading-title {
  font-size: 30px;
}
.message-section .message-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #eef7ff 0%, #c5ebff 100%);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  align-items: center;
  text-align: center;
}
.message-section .message-image img {
  width: 130px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.message-section .message-content {
  position: relative;
  margin-top: 15px;
  width: 54%;
  margin-left: auto;
  text-align: left;
}
.message-section .message-content .quote-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.message-section .message-content .quote-icon img {
  width: 26px;
}
.message-section .message-content .youtube-icon {
  margin: 10px auto;
}
.message-section .message-content .youtube-icon img {
  width: 55px;
}
.message-section .message-content .title {
  font-family: "Poppins", sans-serif;
  margin: 10px 0;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}
.message-section .message-content .title .bold {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.message-section .message-content .name {
  font-family: "Poppins", sans-serif;
  color: #6BC9F6;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .message-section .message-card-sec {
    flex-direction: row;
  }
  .message-section .message-card {
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .event_calender .calender-sec {
    padding: 6.6145833333vw 0vw 7.2916666667vw 7.2916666667vw;
    align-items: flex-start;
    gap: 100px;
    flex-direction: row;
  }
  .event_calender .calender-sec .education-banner {
    flex: 1;
    max-width: 600px;
  }
}
.main-banner {
  position: relative;
}
.main-banner:after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, #000 -34.67%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 296px;
  top: 0;
  left: 0;
  right: 0;
}
.main-banner:before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0.43%, rgba(0, 0, 0, 0.8) 18.28%, rgba(0, 0, 0, 0.8) 38.78%, rgba(0, 0, 0, 0) 99.57%);
  width: 100%;
  height: 296px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.main-banner .main-slider .slider-item {
  position: relative;
}
.main-banner .main-slider .slider-item picture img {
  height: 100vh;
  object-fit: cover;
}
.main-banner .main-slider .slider-item .slider-content {
  position: absolute;
  bottom: 60px;
  z-index: 1;
  padding-left: 30px;
}
.main-banner .main-slider .slider-item .slider-content .common-section-head .tagline {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
}
.main-banner .main-slider .slider-item .slider-content .common-section-head .tagline {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 8px;
}
.main-banner .main-slider .slider-item .slider-content .common-section-head .--heading {
  color: #FFFFFF;
  text-align: left;
}
.main-banner .main-slider .slider-item .slider-content .common-section-head .--heading span {
  color: #FFE8A2;
}
.main-banner .main-slider .slider-item .slider-content .common-section-head .tagline-wrap {
  text-align: left;
  margin-bottom: 9px;
  line-height: 16px;
}
@media only screen and (min-width: 1200px) {
  .main-banner .main-slider .slider-item .slider-content .common-section-head {
    text-align: left;
    padding-left: 6.25vw;
  }
  .main-banner .main-slider .slider-item .slider-content .common-section-head .tagline-wrap {
    margin-bottom: 1.5625vw;
    line-height: normal;
  }
  .main-banner .main-slider .slider-item .slider-content .common-section-head .tagline-wrap .tagline {
    font-size: 1.5625vw;
    line-height: normal;
    letter-spacing: 0.390625vw;
    font-weight: 400;
  }
  .main-banner .main-slider .slider-item .slider-content .common-section-head .tagline-wrap .tagline br {
    display: none;
  }
  .main-banner .main-slider .slider-item .slider-content .common-section-head .tagline-wrap .tagline b {
    font-weight: 700;
  }
  .main-banner .main-slider .slider-item .slider-content .common-section-head .tagline {
    letter-spacing: 0.390625vw;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5625vw;
  }
  .main-banner .main-slider .slider-item .slider-content .common-section-head .--heading {
    max-width: 60%;
  }
}

/*# sourceMappingURL=front-page.css.map */
