@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@font-face {
  font-family: "gobold";
  src: url(../fonts/gobold-lowplus.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

:root {
  --dark: #0A215A;
  --bg:#0A215A;
  --yellow: #F9A825;
  --gr: linear-gradient(180deg, var(--yellow) 0%, #FFC159 100%);
  --blue: #1700B7;
  --main-color: #36013F;
  --pale: #E7E4D1;
  --orange: #E88A26;
}

body {
  background: var(--bg) !important;
  color: white;
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.main-btn {
  position: relative;
  overflow: hidden;
  outline: none !important;
  display: inline-block;
  border: none !important;
  background: var(--orange);
  padding: 12px 30px !important;
  outline: none;
  overflow: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  align-items: center;
  border-radius: 0px;
  gap: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.main-btn.white {
  background: white !important;
}
.main-btn.white span {
  color: var(--orange) !important;
}
.main-btn.white-border-btn {
  background: transparent !important;
  border: 1px solid white !important;
}
.main-btn.white-border-btn span {
  color: white !important;
}
.main-btn.blue {
  background: #1700B7 !important;
}
.main-btn.blue span {
  color: white !important;
}
.main-btn.or-btn {
  background: #FF8500 !important;
}
.main-btn.or-btn span {
  color: white !important;
}
.main-btn.wide {
  padding: 18px 85px;
}
.main-btn:hover {
  transform: scale(0.95);
  box-shadow: none !important;
}
.main-btn:active {
  filter: brightness(105%);
}
.main-btn span {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
  font-weight: 600;
  color: white !important;
}
.main-btn span span {
  font-size: 1.3em;
  font-weight: 700;
}
.main-btn.block-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.main-btn.center {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.main-btn.white {
  background: white;
}
.main-btn.white span {
  color: black;
}

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #69B444 transparent;
}

.custom-scrollbar:-webkit-scrollbar {
  width: 11px;
}

.custom-scrollbar:-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar:-webkit-scrollbar-thumb {
  background-color: #69B444;
  border-radius: 6px;
  border: 3px solid transparent;
}

/* webkit browsers */
.custom-scrollbar::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar-thumb {
  height: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}

.sec {
  padding: 6em 0px;
}

.para {
  font-size: 16px;
  color: white;
}
.para.white {
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 600 !important;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "Playfair Display", serif;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.main-nav {
  padding: 0px 0px;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  background: var(--bg);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.main-nav .inner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0px;
}
.main-nav .inner-nav .main-btn {
  padding: 15px 20px;
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid white !important;
}
.main-nav .inner-nav .main-btn span {
  font-size: 14px;
  color: white;
  font-weight: 500;
}
.main-nav .inner-nav .l-part {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-nav .inner-nav .l-part .logo {
  position: relative;
  display: inline-block;
}
.main-nav .inner-nav .l-part .logo img {
  width: 160px;
}
.main-nav .inner-nav .m-part {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav .inner-nav .r-part {
  position: relative;
}
.main-nav .inner-nav .r-part .nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav .inner-nav .r-part .nav-list li a {
  color: black;
}
.main-nav .nav-list {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  gap: 30px;
}
.main-nav .nav-list li a {
  color: white;
}

.bt-nav {
  position: relative;
  background: #1A1A1A;
  padding: 18px 20px;
}

.bt-nav .nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.bt-nav .nav-list li {
  position: relative;
}
.bt-nav .nav-list li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
.bt-nav .nav-list li a.active::after, .bt-nav .nav-list li a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(10px) scale(1);
}
.bt-nav .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(10px) scale(0);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background: white;
}

.ot-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--orange);
  padding: 8px 3em;
}
.top-bar .con-l {
  display: flex;
  align-items: center;
}
.top-bar .con-l li a {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  font-family: "visbyMedium", sans-serif;
  font-size: 16px;
}
.top-bar .con-l li a img {
  width: 20px;
  margin-right: 10px;
}
.top-bar .con-l li a span {
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.top-bar .soc-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-nav {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--bg);
  padding: 0em 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.mobile-nav .menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1em;
  padding-right: 2em;
  margin-bottom: 0.5em;
  position: sticky;
  top: 0;
  z-index: 88;
  background: var(--bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-nav .menu-head .logo {
  display: block;
  width: 60px;
}
.mobile-nav .menu-head .logo img {
  width: 100%;
}
.mobile-nav.active {
  opacity: 1;
  transform: translateX(0px);
}
.mobile-nav .menu-close {
  z-index: 5;
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.mobile-nav .menu-close img {
  width: 15px;
  height: 15px;
}
.mobile-nav .nav-list .drop-mega {
  padding-top: 0.5em;
  padding-left: 1.2em;
}
.mobile-nav .nav-list .srv-link {
  padding: 12px 1.5em !important;
  display: block;
  color: white !important;
  font-size: 14px;
}
.mobile-nav .nav-list .srv-link .ic {
  display: none !important;
}
.mobile-nav .nav-list > li > a {
  padding: 15px 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav .nav-list > li > a span {
  color: white;
  font-size: 16px;
  font-family: "visbySemibold", sans-serif;
}
.menu-btn {
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  display: none;
}
.menu-btn img {
  width: 30px;
}

.has-drop-down {
  position: relative;
}
.has-drop-down:hover .drop-mega {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0px);
}
.has-drop-down .drop-mega {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.has-drop-down .drop-mega ul {
  padding: 1em 1.5em !important;
  background: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.has-drop-down .drop-mega ul:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.5em;
  width: 25px;
  height: 25px;
  background: url(../images/top-tip.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.has-drop-down .drop-mega ul a span {
  color: #1e1e1e;
  font-weight: 500;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.has-drop-down .drop-mega ul .srv-link {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 8px 0px;
  overflow: hidden;
  position: relative;
  min-width: -moz-max-content;
  min-width: max-content;
}
.has-drop-down .drop-mega ul .srv-link:hover:before {
  transform: translateY(-50%) translateX(0px);
}
.has-drop-down .drop-mega ul .srv-link:hover span {
  margin-left: 20px;
  color: var(--blue);
}
.has-drop-down .drop-mega ul .srv-link:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../images/blue-arrow.svg) center/cover no-repeat var(--blue);
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  border-radius: 50%;
}
.has-drop-down .drop-mega ul .srv-link .ic {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: rgba(1, 66, 147, 0.08);
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}
.has-drop-down .drop-mega ul .srv-link .ic img {
  width: 20px;
}

.main-header {
  overflow: hidden;
}
.main-header.inner-header .banner-con {
  min-height: 300px !important;
}

.banner-con {
  padding: 2em 0px;
  min-height: calc(100vh - 0px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-con h3 {
  font-size: 22px;
  color: white !important;
}
.banner-con h4 {
  color: white !important;
  font-size: 16px;
  font-weight: 600;
}
.banner-con h1 {
  color: white;
  font-weight: 600;
  line-height: 110%;
  font-size: 72px;
  margin-bottom: 0.5em;
}
.banner-con h1 span {
  color: var(--blue);
}
.banner-con p {
  color: white !important;
}

.hero-img {
  width: 100%;
}
@media (min-width: 991px) {
  .hero-img {
    transform-origin: right;
    transform: scale(1.05);
  }
}
.hero-img img {
  width: 100%;
}

.more-p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.more-p .det h3 {
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 0;
  font-weight: 700;
}
.more-p .det p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #8696A8;
}

.counter-wrap {
  display: flex;
  align-items: center;
}
.counter-wrap .counter {
  padding: 0px 1.5em;
}
.counter-wrap .counter h3 {
  color: var(--yellow);
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 0;
}
.counter-wrap .counter:nth-child(1) {
  padding-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.counter-wrap .counter:nth-child(2) {
  padding-right: 0;
}
.counter-wrap .counter p {
  font-size: 16px;
  font-weight: 500;
  color: #5E81A7;
  margin-bottom: 0;
}

.sc2 {
  background: #F8F8F7;
}

.ic-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.ic-grid > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.ic-grid .r:nth-child(2) {
  padding-top: 4em;
}

.row-gap-25 {
  row-gap: 25px;
}

.ic-card {
  background: white;
  border-radius: 20px;
  padding: 3em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.ic-card.style-2 {
  max-width: 270px;
  margin: 0 auto;
  border-radius: 32px;
  padding: 3em 1.5em;
  height: 100%;
}
.ic-card.style-2 .det {
  max-width: 100% !important;
}
.ic-card.style-2 h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
}
.ic-card.style-2 p {
  font-size: 16px !important;
  font-weight: 500 !important;
  max-width: 100% !important;
  line-height: 120% !important;
  width: 100%;
}
.ic-card:not(:last-child) {
  margin-bottom: 25px;
}
.ic-card:nth-child(3) {
  margin-top: 5em;
}
.ic-card .im {
  width: 90px;
  height: 90px;
  margin-bottom: 1.5em;
}
.ic-card .im img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ic-card .det {
  max-width: 180px;
}
.ic-card .det p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #556577;
  text-align: center;
}

.sec-head {
  position: relative;
  font-family: "Playfair Display", sans-serif;
  line-height: 110% !important;
  font-weight: 600 !important;
  font-size: 52px;
  color: white;
}
.sec-head.sm-head {
  font-size: 32px !important;
}
.sec-head span {
  color: var(--yellow);
}
.sec-head.style-2 h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
.sec-head.style-2 h3 .icon {
  font-size: 42px;
  line-height: 150%;
}
.sec-head.style-2 h3 .line2 {
  margin-top: 12px;
  display: inline-block;
  color: inherit;
}
.sec-head.style-3 h3 {
  color: var(--dark);
}
.sec-head.style-3 h3 span {
  color: white;
}
.sec-head h3 {
  font-size: 42px;
  font-weight: 700;
  color: var(--dark);
}
.sec-head h3 span {
  color: var(--yellow);
}
.sec-head h3 span.light-dark {
  color: #577CA5;
}
.sec-head.white h3 {
  color: white;
}
.sec-head.white h3 span {
  color: var(--dark) !important;
}

.sub-head {
  color: var(--dark);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}

.timer-container {
  border: 3px dashed #DB4646;
  margin-bottom: 40px;
  margin-top: 2.3em;
  padding: 2.5em 1.5em;
  padding-bottom: 0;
  border-radius: 20px;
}
.timer-container h3 {
  text-align: center;
  color: #DB4646;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.7em;
}
.timer-container .main-btn {
  margin-bottom: -30px;
}

.timer-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 1.5em;
}
.timer-wrapper .time {
  display: flex;
  align-items: center;
  gap: 8px;
}
.timer-wrapper .time span, .timer-wrapper .time h3 {
  font-weight: 700;
  font-size: 36px;
  color: var(--dark);
  margin-bottom: 0;
}
.timer-wrapper .time h3 {
  font-weight: 600;
  color: #556577;
}

.up-text {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 3.5em;
}
.up-text p {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--dark);
  font-weight: 500;
}
.up-text p span {
  font-size: 1.5em;
  color: #0AAF60;
  font-weight: 600;
}
.up-text.style-2 {
  margin-top: 0;
}
.up-text.style-2 img {
  filter: brightness(10000%);
}
.up-text.style-2.dark p {
  color: var(--dark);
}
.up-text.style-2 p {
  color: white;
  font-size: 20px;
}
.up-text.style-2 p span {
  font-size: 1em;
  display: inline-block;
  padding: 2px 5px;
  background: var(--yellow);
  color: var(--dark);
}

.para {
  font-size: 16px;
  font-weight: 500;
}
.para.light-para {
  color: #8F8F8F !important;
}
.para.big-para {
  font-size: 18px !important;
}
.para b {
  color: #12355B;
  font-weight: 600;
}

.img-full {
  width: 100%;
}

.im-sec {
  position: relative;
  overflow: unset;
}
.im-sec .container {
  position: relative;
  z-index: 5;
}
.im-sec > img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(40%);
  pointer-events: none;
}

.vid-sec {
  position: relative;
  overflow: unset;
  padding-top: 0;
}
.vid-sec .container {
  position: relative;
  z-index: 5;
}
.vid-sec > img {
  position: absolute;
  left: 0;
  bottom: 0%;
  pointer-events: none;
}

.vid-wrap {
  width: 100%;
  padding-top: 56.24%;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.vid-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.vid-wrap button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 100px;
  background: white;
  outline: none;
  border: noen;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.vid-wrap button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.vid-wrap button:hover img {
  transform: scale(0.85);
}
.vid-wrap button img {
  margin-left: 5px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.tick-sec {
  overflow: unset;
  position: relative;
}
.tick-sec .container {
  position: relative;
  z-index: 5;
}
.tick-sec > img {
  position: absolute;
  pointer-events: none;
}
.tick-sec .border1 {
  top: 0;
  transform: translateY(-60%);
  right: 0;
}
.tick-sec .border2 {
  bottom: 0;
  transform: translateY(0%);
  left: 0;
}

.pale-sec {
  background: #9DB5B2;
  position: relative;
}
.pale-sec > img {
  position: absolute;
  width: 100%;
  top: 65%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.pale-sec .container {
  position: relative;
  z-index: 5;
}

.icc-card {
  position: relative;
  border-radius: 15px;
  background: white;
  padding: 2.5em 1.5em;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.icc-card .ic {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 auto;
  background: var(--gr);
  margin-bottom: 20px;
}
.icc-card .ic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.icc-card p {
  color: #757575;
  font-size: 16px;
  margin-bottom: 0;
}
.icc-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 15px;
}
.icc-card .det {
  position: relative;
}
.icc-card .det h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--dark);
}
.icc-card .det p {
  margin-bottom: 0;
  text-align: center;
  color: #556577;
}

.icc-sec {
  position: relative;
}
.icc-sec .container {
  position: relative;
  z-index: 5;
}
.icc-sec > img {
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 1100px;
  left: 50%;
}

.ben-sec {
  position: relative;
  padding: 5em 0px !important;
  background: #E4959E !important;
}

.txt-wrap {
  display: flex;
  gap: 10px;
}
.txt-wrap .det {
  position: relative;
}
.txt-wrap .det h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.txt-wrap .det p {
  font-size: 16px;
  color: white;
  font-weight: 400;
  margin-bottom: 0;
}

.test-swiper-container {
  margin-top: 3em;
  position: relative;
}
.test-swiper-container > * {
  position: relative;
  z-index: 5;
}
.test-swiper-container > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.test-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 1.5em;
}
.test-nav button {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.test-nav button:active {
  transform: scale(0.9);
}
.test-nav button img {
  width: 60px;
}

.th-text {
  font-size: 22px;
  line-height: 140%;
  color: rgba(18, 53, 91, 0.74);
  margin-top: 1.7em;
}

.th-con {
  padding: 2em 0px;
}

.pr-sec {
  position: relative;
  overflow: unset;
  padding-bottom: 0px !important;
}
.pr-sec > img {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-15%);
  left: 0;
  pointer-events: none;
}
.pr-sec .container {
  position: relative;
  z-index: 5;
}

.con-sec {
  position: relative;
  z-index: 8;
}

.con-wrapper {
  padding: 5em 5em;
  padding-bottom: 0;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background: #9DB5B2;
}

.form-group {
  width: 100%;
  position: relative;
}
.form-group .inp-grp {
  position: relative;
  width: 100%;
}
.form-group .inp-grp > img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
}
.form-group .inp-grp input, .form-group .inp-grp textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: black;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px 0px;
  color: white;
  border-radius: 0px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.iti {
  width: 100%;
}

.iti__selected-flag {
  background-color: transparent !important;
  padding: 0px 20px !important;
}

.iti__flag.iti__in {
  transform: scale(1.35);
  transform-origin: left;
}

.iti__selected-dial-code {
  padding-left: 10px !important;
  font-weight: 600;
  font-size: 20px;
}

#phone {
  padding-left: 120px !important;
}

.iti__arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #555;
}

.label-text {
  font-size: 20px;
  color: white;
  font-weight: 500;
}

.cus-radio {
  position: relative;
  height: 100%;
}
.cus-radio input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cus-radio input:checked ~ label {
  opacity: 1;
}
.cus-radio input:checked ~ label img {
  transform: scale(1);
}
.cus-radio label {
  background: white;
  border-radius: 32px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  cursor: pointer;
  padding: 3em 2em;
  height: 100%;
  opacity: 0.75;
  transition: 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.cus-radio label:active {
  transform: scale(0.95);
}
.cus-radio label img {
  position: absolute;
  transform: scale(0);
  top: 1em;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  right: 1em;
}
.cus-radio label p {
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--dark);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 250px;
}

.ft-bottom {
  position: relative;
  margin-top: 3em;
  text-align: left;
  padding-bottom: 2.5em;
}
.ft-bottom p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.main-header {
  position: relative;
}
.main-header .container {
  position: relative;
  z-index: 5;
}
.main-header > img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}

.search-bar {
  width: 100%;
  position: relative;
  margin-top: 5em;
}
.search-bar input {
  position: relative;
  width: 100%;
  outline: none;
  border: 1px solid #B0B0B0;
  background: white;
  padding: 20px 25px;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
}
.search-bar input:focus {
  box-shadow: 0px 0px 0px 5px rgba(255, 182, 0, 0.15);
  border: 1px solid var(--yellow);
}
.search-bar button {
  background: var(--yellow);
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  outline: none;
  border: none;
  right: 5px;
  top: 5px;
  z-index: 5;
  padding: 15px 25px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.banner-swiper {
  position: relative;
  padding-bottom: 3em;
}
.banner-swiper .swiper-pagination {
  bottom: 0;
}

.swiper-pagination span {
  opacity: 1 !important;
  background: #8D8D8D !important;
  transition: 0.2s ease-in-out;
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--yellow) !important;
  transform: scale(1.3) !important;
}

.tr-ic {
  background: var(--yellow);
  padding: 1.3em;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 7px;
  margin-bottom: 12px;
  align-items: center;
}
.tr-ic h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 3px;
}
.tr-ic p {
  margin-bottom: 0 !important;
  font-size: 20px;
  line-height: 100%;
}

.tr-sec {
  position: relative;
  background: url(../images/tr-doodle.jpg) center/cover no-repeat;
}

.f-icons {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}
.f-icons .f-icon {
  position: relative;
  border-left: 5px solid var(--yellow);
  background: #F5F5F5;
  padding: 1em 1em;
  display: flex;
  align-items: center;
  gap: 15px;
}
.f-icons .f-icon span {
  font-size: 18px;
  font-weight: 600;
}

.fut-sec {
  padding-bottom: 0;
}

.sc-card {
  position: relative;
  border: 1px solid var(--yellow);
  padding: 2em 2.5em;
  height: 100%;
}
.sc-card img {
  margin-bottom: 20px;
}
.sc-card h3 {
  font-weight: 600;
  font-size: 24px;
}
.sc-card p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.sc-sec {
  position: relative;
}
.sc-sec .container {
  position: relative;
  z-index: 5;
}
.sc-sec:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/sc-bg.jpg) center/cover no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.1;
}

.sw-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sw-nav button {
  background: transparent;
  outline: none;
  border: none;
}
.sw-nav button img {
  width: 70px;
}

.container-left {
  padding-left: 8%;
}

.t-card {
  position: relative;
  background: transparent;
  padding-left: 50px;
}
.t-card:after {
  content: attr(data-num);
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transform: translateY(-50%);
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.t-card .t-img {
  position: relative;
  width: 100%;
  padding-top: 54%;
}
.t-card .t-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.t-card .t-det {
  position: relative;
}
.t-card .t-det h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.8em;
}
.t-card .t-det p {
  margin-bottom: 0;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.t-swiper {
  margin-top: 5em;
  padding-top: 40px;
}

.d-card {
  position: relative;
  padding: 1.5em;
  background: white;
  box-shadow: 9px 15px 36px 1px rgba(0, 0, 0, 0.15);
}
.d-card img {
  width: 100%;
  margin-top: -80px;
}
.d-card h3 {
  font-size: 20px;
  font-weight: 600;
}
.d-card ul {
  padding-left: 15px !important;
  margin-bottom: 20px !important;
  margin-top: 10px;
}
.d-card ul li {
  list-style: disc !important;
  font-size: 14px;
}
.d-card .main-btn {
  padding: 0 !important;
  background: transparent !important;
}
.d-card .main-btn span {
  color: var(--yellow) !important;
}

.card-sec {
  position: relative;
}
.card-sec > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.06;
  mix-blend-mode: luminosity;
}

.card-grid-row {
  margin-top: 8em;
}

.lg-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex: 3;
  justify-content: center;
  row-gap: 50px;
  margin-top: 40px;
}
.lg-grid .lg {
  position: relative;
  width: 33.33%;
  height: 50px;
}
.lg-grid .lg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.test-img {
  position: relative;
  padding-top: 60%;
}
.test-img button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 85px;
  background: rgba(255, 182, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  transform: translate(-50%, -50%);
}
.test-img button img {
  width: 25px;
  transform: translateX(5px);
}
.test-img > img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  left: 0;
  width: 100%;
  height: 100%;
}

p.para {
  font-weight: 400;
}

.test-card {
  position: relative;
}
.test-card .test-det {
  position: relative;
  z-index: 5;
  padding: 1.8em;
  background: #EFEFEF;
}
.test-card .test-det h3 {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.test-card .test-det p:not(.para) {
  font-size: 16px;
}
.test-card .test-det p {
  margin-bottom: 0;
  font-size: 14px;
}
.test-card .test-det > img:nth-child(1) {
  position: absolute;
  top: 0;
  right: 1.5em;
  transform: translateY(-50%);
}
.test-card .test-det > img:not(:first-child) {
  display: block;
  margin-bottom: 15px !important;
  margin-top: 10px;
}

.test-swiper {
  margin-top: 4em;
}

.test-swiper {
  padding-bottom: 3em;
}
.test-swiper .swiper-pagination {
  bottom: 0 !important;
}

.dec-card {
  position: relative;
  padding-top: 3em;
}
.dec-card .dec-img {
  position: relative;
  padding-left: 3em;
  margin-bottom: 2em;
}
.dec-card .dec-img:after {
  content: attr(data-num);
  position: absolute;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 42px;
  color: black;
  font-family: "gobold";
  top: 0;
  left: 0;
  transform: translateY(-30%);
}
.dec-card .dec-img .in-img {
  position: relative;
  width: 100%;
  padding-top: 65%;
}
.dec-card .dec-img .in-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dec-card h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
}
.dec-card p {
  margin-bottom: 25px;
}
.dec-card .main-btn {
  background: #F2F2F2;
  display: flex;
  align-items: center;
  gap: 12px;
  align-items: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
}

.soc-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ft-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.ft-logo img {
  display: inline-block;
  width: 170px !important;
}

.ot-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ot-list li .ic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ot-list li .ic img {
  width: 25px;
  height: 25px;
}
.ot-list li div {
  display: flex;
  flex-direction: column;
}
.ot-list li div span {
  color: #757783;
  font-size: 16px;
  font-weight: 600;
}
.ot-list li div a {
  margin-bottom: 0;
  color: #35404E;
  font-weight: 600;
}

.bt-nav {
  position: sticky;
  top: 0;
  z-index: 99;
}

.yel-card {
  background: transparent;
  border: 1px solid #F6BE15;
  padding: 3em 2em;
  height: 100%;
  text-align: center;
}
.yel-card img {
  margin: 0 auto;
  display: block;
  width: 80px;
}
.yel-card h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 30px;
}
.yel-card p {
  margin-bottom: 0;
}

.ab-sec-2 {
  position: relative;
  background: url(../images/ab-doodle.png) top/contain repeat;
}

.vs-img {
  max-width: 500px;
  margin: 0 auto;
}
.vs-img img {
  width: 100%;
}

.team-card {
  position: relative;
}
.team-card:hover .team-img:after {
  background: #333333;
}
.team-card:hover .team-det {
  background: #252525;
}
.team-card:hover .team-det h3 {
  color: var(--yellow);
}
.team-card:hover .team-det p {
  color: white;
}
.team-card .team-img {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.team-card .team-img:after {
  background: #EFEFEF;
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 95%;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card .team-img > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.team-card .team-det {
  background: var(--yellow);
  text-align: center;
  padding: 1.2em 1.5em;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card .team-det p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.team-card .team-det h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.sub-sm-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
}

.p-card {
  position: relative;
  border: 1px solid var(--yellow);
  padding: 1.2em 1.5em;
  margin-bottom: 20px;
  padding-left: 5em;
}
.p-card:after {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: var(--yellow);
  display: flex;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "gobold", sans-serif;
  font-size: 28px;
}
.p-card p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.p-card img {
  width: 50px;
  margin-bottom: 12px;
}

.part-sec {
  position: relative;
  background: url(../images/part-bg.jpg) center/cover no-repeat;
}

.cons-img {
  max-width: 350px;
  width: 100%;
  margin-top: 4em;
}
.cons-img img {
  width: 100%;
}
.cons-img.style-2 {
  max-width: 100%;
}

.cons-sec {
  position: relative;
  padding-bottom: 0;
  background: linear-gradient(to bottom, #FFF3D0 1%, #fff 25%);
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group.style-2 .label-text {
  font-size: 18px;
  margin-bottom: 8px;
  color: black;
}
.form-group.style-2 .inp-grp input, .form-group.style-2 .inp-grp textarea, .form-group.style-2 .inp-grp select {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid #7C7C7C !important;
  background: transparent;
  padding: 18px 0px;
  font-size: 16px;
}
.form-group.style-2 .inp-grp input:focus, .form-group.style-2 .inp-grp textarea:focus, .form-group.style-2 .inp-grp select:focus {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid black !important;
}
.form-group.style-2 .inp-grp input::-moz-placeholder, .form-group.style-2 .inp-grp textarea::-moz-placeholder, .form-group.style-2 .inp-grp select::-moz-placeholder {
  color: #7C7C7C;
  font-weight: 400;
  opacity: 1;
}
.form-group.style-2 .inp-grp input::placeholder, .form-group.style-2 .inp-grp textarea::placeholder, .form-group.style-2 .inp-grp select::placeholder {
  color: #7C7C7C;
  font-weight: 400;
  opacity: 1;
}

.main-footer {
  position: relative;
  padding: 0em 0px;
  padding-top: 12em;
  padding-bottom: 0;
  background: #081A45;
}
.main-footer > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.main-footer .container {
  position: relative;
  z-index: 5;
}
.main-footer:after {
  content: "";
  background: url(../images/ft-bg.jpg) center/cover no-repeat;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  mix-blend-mode: luminosity;
  opacity: 0.06;
  top: 0;
}

.main-footer .sm-head {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Philosopher", sans-serif !important;
  text-transform: uppercase;
  color: #3B2062;
  margin-bottom: 1em;
}

.main-footer ul li {
  padding: 5px 0px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.subs-form {
  position: relative;
  background: var(--yellow);
  margin-top: -3em;
}
.subs-form .subs-img {
  width: 100%;
}
.subs-form .subs-img img {
  width: 100%;
}
.subs-form .subs-det {
  padding: 2em 2em;
}
.subs-form .subs-det h3 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.subs-form .subs-det p {
  font-size: 16px;
  font-weight: 500;
}
.subs-form input {
  width: 100%;
  background: transparent;
  padding: 1em 1em;
  border-radius: 4px;
  border: 1px solid black;
  outline: none;
  font-weight: 600;
}
.subs-form input::-moz-placeholder {
  font-weight: 600;
}
.subs-form input::placeholder {
  font-weight: 600;
}
.subs-form button {
  margin-top: 15px;
  border-radius: 4px;
  background: white;
  width: 100%;
  padding: 1em 1em;
  outline: none;
  border: none;
}
.subs-form button span {
  color: black;
  font-weight: 500;
}

.ft-bt {
  padding: 2em 0px;
  border-top: 1px solid black;
  margin-top: 2em;
}
.ft-bt p {
  text-align: center;
  margin-bottom: 0;
}

.ft-inner {
  padding-top: 5em;
  padding-bottom: 2em;
}

.ca-sec {
  padding-bottom: 0;
}

.ca-d-sec {
  position: relative;
  background: url(../images/ca-doodle.png) center/cover no-repeat;
}
.ca-d-sec .ca-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ca-d-sec .ca-top img {
  width: 400px;
}

.yel-w-card {
  position: relative;
  background: white;
  border: 1px solid #FFB600;
  border-radius: 7px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5em 1.5em;
}
.yel-w-card h3 {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.yel-w-card p {
  margin-bottom: 0;
  font-weight: 400;
  color: #2D2D2D;
}

.up-wrap {
  position: relative;
  padding: 15px 0px;
}
.up-wrap input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.up-wrap label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.up-wrap label span {
  font-size: 18px;
  font-weight: 600;
}

.ca-col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ca-col-right {
  padding-bottom: 8em;
}
.ca-col-right .form-group {
  margin-bottom: 20px;
}

.con-d-sec {
  position: relative;
  background: url(../images/con-doodle.jpg) center/cover no-repeat;
}
.con-d-sec > * {
  background: transparent !important;
}

.con-map {
  position: relative;
  padding-top: 50%;
  margin-top: 3em;
  margin-bottom: 3em;
}
.con-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl-header {
  padding: 5em 0px;
}

.blog-card {
  position: relative;
  border: 1px solid #FFB600;
  display: block;
}
.blog-card:hover {
  position: relative;
}
.blog-card:hover .blog-img img {
  transform: scale(1.2);
}
.blog-card .blog-img {
  width: 100%;
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}
.blog-card .blog-img img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.blog-card .blog-det {
  padding: 2em 2.5em;
}
.blog-card .blog-det h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: black;
}
.blog-card .blog-det ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
}
.blog-card .blog-det ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card .blog-det ul li span {
  color: black;
}

.bl-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.bl-pagi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4em;
}
.bl-pagi button {
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 18px 15px;
}
.bl-pagi button img {
  height: 20spx;
}
.bl-pagi button span {
  font-size: 18px;
  font-weight: 400;
}

.blog-inner-header {
  position: relative;
  background: linear-gradient(to top, #FFF3D0 1%, #fff 25%);
}
.blog-inner-header ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
}
.blog-inner-header ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-inner-header ul li span {
  color: black;
}
.blog-inner-header .bl-head {
  width: 100%;
}
.blog-inner-header .bl-head img {
  width: 100%;
  height: 100%;
}

.blog-inner-header {
  overflow: hidden;
}

.testi-card {
  position: relative;
  display: grid;
  grid-template-columns: 550px 1fr;
  align-items: center;
  background: #3C3C3C;
  margin-bottom: 55px;
}
.testi-card:nth-child(even) {
  grid-template-columns: 1fr 550px;
}
.testi-card:nth-child(even) .testi-img {
  grid-column: 2/3;
  grid-row: 1;
}
.testi-card:nth-child(even) .testi-det {
  grid-column: 1/2;
  grid-row: 1;
}
.testi-card .testi-det {
  padding: 3em 5em;
  position: relative;
}
.testi-card .testi-det:after {
  content: "";
  position: absolute;
  top: 0;
  right: 8em;
  width: 70px;
  height: 70px;
  background: url(../images/quote.svg) center/contain no-repeat;
  transform: translateY(-50%);
}
.testi-card h3 {
  color: var(--yellow);
  font-family: "Poppins", sans-serif;
}
.testi-card p {
  color: white;
  margin-top: 15px;
}
.testi-card span {
  color: white;
  display: block;
  margin-bottom: 15px;
}
.testi-card .testi-img {
  position: relative;
  padding-top: 60%;
  height: 100%;
}
.testi-card .testi-img button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  border: none;
  background: rgba(255, 182, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.testi-card .testi-img button img {
  transform: translateX(5px);
}
.testi-card .testi-img > img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
}

.testi-sec {
  overflow: unset;
}

.main-banner-slide {
  position: relative;
  overflow: hidden;
}
.main-banner-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-banner-slide .row {
  position: relative;
  z-index: 5;
}

.ft-top {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3em;
}
.ft-top h3 {
  font-size: 42px;
  color: black;
}

.circ-btn {
  position: relative;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 150px;
  height: 150px;
  padding: 30px;
}
.circ-btn:hover:after {
  width: 120%;
  height: 120%;
  background: #ffffff;
  box-shadow: inset 0 0 30px 0px rgba(255, 133, 0, 0.5);
}
.circ-btn:hover img {
  transform: translateY(-5px) translateX(5px);
}
.circ-btn:after {
  content: "";
  border: 1px solid #FF8500;
  background: #F9E3CC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.circ-btn img {
  position: relative;
  z-index: 5;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.circ-btn span {
  font-size: 18px;
  color: #FF8500;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 5;
  line-height: 100%;
}

.soc-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.soc-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.soc-list li a img {
  width: 100%;
  height: 100%;
}

.studio-swiper {
  padding-bottom: 34px;
}

.studio-pagination {
  bottom: 0 !important;
}

.studio-card {
  position: relative;
  padding-top: 110% !important;
  overflow: hidden;
  border-radius: 24px;
}
.studio-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 4;
  background: linear-gradient(to top, #ff8500 40%, rgba(255, 133, 0, 0));
}
.studio-card h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: white;
  padding: 1em 2em;
  width: 100%;
  text-align: center;
}
.studio-card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
}

.ic-card {
  padding: 3em 2em;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  height: 100%;
}
.ic-card .para {
  margin: 0 auto;
  max-width: 250px;
}
.ic-card h4 {
  margin-top: 20px !important;
}

.ic-container {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 1100px) {
  .ic-container .col-lg-4:nth-child(1) .ic-card {
    position: relative;
  }
  .ic-container .col-lg-4:nth-child(1) .ic-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%) translateX(50%);
    width: 200px;
    height: 100px;
    background: url(../images/ar1.svg) center/contain no-repeat;
  }
  .ic-container .col-lg-4:nth-child(2) .ic-card {
    position: relative;
  }
  .ic-container .col-lg-4:nth-child(2) .ic-card:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%) translateX(50%);
    width: 200px;
    height: 100px;
    background: url(../images/ar2.svg) center/contain no-repeat;
  }
}

.white {
  color: white !important;
}

.top-head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4em;
  gap: 50px;
}
.top-head .sec-head {
  border-right: 1px solid white;
  margin-bottom: 0;
  padding-right: 30px;
}
.top-head p {
  margin-bottom: 0;
}

.blue-sec {
  border-radius: 32px;
  background: #1700B7;
  padding: 5em 0em;
}

.image-swiper {
  position: relative;
  padding-bottom: 35px;
  overflow: hidden;
}
.image-swiper .image-card {
  position: relative;
  padding-top: 120%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
.image-swiper .image-card:hover .ovr-text {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.image-swiper .image-card .ovr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  border-radius: 16px;
  background: rgba(255, 133, 0, 0.7);
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  justify-content: center;
  padding: 2em;
  opacity: 0;
  z-index: 5;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate(-50%, -50%) scale(0.1);
}
.image-swiper .image-card .ovr-text h3 {
  margin-bottom: 0;
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.image-swiper .image-card > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cr-card {
  position: relative;
}
.cr-card .cr-img {
  position: relative;
  padding-top: 105%;
  overflow: hidden;
  border-radius: 24px;
}
.cr-card .cr-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cr-card .cr-text {
  padding: 1em 0px;
}
.cr-card .cr-text h3 {
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
}

.cr-swiper {
  padding-bottom: 35px;
  margin-top: 3em;
}

.con-form {
  background: white;
  border-radius: 24px;
  padding: 3em 2em;
}
.con-form button {
  margin-top: 25px !important;
}
.con-form h3 {
  text-align: center;
  margin-bottom: 25px !important;
  font-size: 32px;
}

.or-bg {
  background: #FF8500;
  padding: 4em 0em;
  border-radius: 32px;
}

.ab-icons {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ab-icons .ab-icon {
  position: relative;
  padding: 1.2em;
  border-radius: 20px;
  background: #F9E3CC;
}
.ab-icons .ab-icon img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.ab-icons .ab-icon h3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.iccv-card {
  position: relative;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  border-radius: 24px;
  padding: 3em 1.5em;
  height: 100%;
}
.iccv-card:hover {
  background: white;
}
.iccv-card:hover img {
  filter: invert(1) saturate(0) brightness(0);
}
.iccv-card:hover h3 {
  color: black;
}
.iccv-card img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.iccv-card h3 {
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-top: 23px;
}

.or-bg {
  background: #FF8500;
}

.pale-bg {
  background: #FFFAF4;
}

.has-decor {
  position: relative;
  padding: 10em 0px;
}
.has-decor > img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
}
.has-decor > img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
}

.ms-card {
  position: relative;
  padding: 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
}
.ms-card h3 {
  color: var(--main-color);
  margin-top: 15px;
}
.ms-card p {
  color: #474A49;
}

.cta-container {
  position: relative;
  padding: 4em 1.5em;
}
.cta-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-container .row {
  position: relative;
  z-index: 5;
}

.email-sub-row {
  position: relative;
  padding: 8em 0px;
}

.email-sub {
  position: relative;
  margin-top: 25px;
  overflow: hidden;
}
.email-sub input {
  padding: 15px 20px;
  height: 100%;
  width: 100%;
  background: #fff;
  color: black;
  border: none;
  outline: none;
}
.email-sub input::-moz-placeholder {
  color: #474A49 !important;
}
.email-sub input::placeholder {
  color: #474A49 !important;
}
.email-sub button {
  background: var(--orange);
  padding: 15px 35px;
  outline: none;
  height: 100%;
  display: block;
  outline: none;
  border: none;
  margin-top: 15px;
}
.email-sub button span {
  color: white;
}

.footer-area {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ft-list li, .ft-list a, .ft-list span {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.ft-head {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.con-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.con-list li a, .con-list li span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.ft-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}
.ft-bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
.ft-bottom .ft-bottom-links {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.ft-bottom .ft-bottom-links li a {
  color: rgba(255, 255, 255, 0.7);
}

.bn-imgs-container {
  height: calc(110vh - 80px);
  overflow: hidden;
  position: relative;
}

.bn-imgs {
  position: absolute;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 600px;
  height: 120%;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.bn-imgs .bn-col {
  position: relative;
  height: 100%;
}
.bn-imgs .bn-col:nth-child(2) .bn-col-inner {
  animation: bn-img-anim2 5s linear infinite;
}
.bn-imgs .bn-col .bn-col-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-height: -moz-max-content;
  min-height: max-content;
  animation: bn-img-anim 5s linear infinite;
}
.bn-imgs .bn-col .bn-img {
  position: relative;
  padding-top: 120%;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  overflow: hidden;
}

@keyframes bn-img-anim {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes bn-img-anim2 {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.main-banner-header {
  overflow: hidden;
  position: relative;
}
.main-banner-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-banner-header > div {
  position: relative;
  z-index: 5;
}
.main-banner-header .bn-con {
  position: relative;
  z-index: 5;
}
.main-banner-header .bn-con h1 {
  color: white;
  font-size: 62px;
  line-height: 100%;
}
.main-banner-header .bn-con h2 {
  color: white;
  margin-bottom: 30px;
}
.main-banner-header .btn-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.container-left {
  padding-left: 13%;
  height: 100%;
}

.counter-sec {
  position: relative;
}
.counter-sec .counter-container {
  position: relative;
  background: url(../images/counter-bg.png) center/cover no-repeat;
  border-radius: 20px;
  padding: 2em 0px;
}
.counter-sec .counter-container > div {
  position: relative;
  z-index: 5;
}
.counter-sec .counter-item {
  text-align: center;
  padding: 2em 1.5em;
}
.counter-sec .counter-item h3 {
  font-size: 62px;
  color: white;
  margin-bottom: 10px;
  font-family: "DM Serif Text", serif;
  font-weight: 400 !important;
}
.counter-sec .counter-item p {
  margin-bottom: 0;
  text-align: center;
  color: white;
  font-weight: 500;
}

.logo-slider-container {
  padding: 2em 0px;
  box-shadow: 0px 0px 4px 0px #E88C28;
}

.logo-main-container .sec-head {
  min-width: -moz-max-content;
  min-width: max-content;
  margin-bottom: 0;
}
.logo-main-container .logos-slider {
  flex: 1 1 auto;
}

.news-card {
  position: relative;
  background-color: white;
  border-radius: 15px;
  padding: 1em;
}
.news-card .news-img {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  border-radius: 15px;
}
.news-card .news-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-card .news-det {
  padding: 1em 0em;
}
.news-card .news-det > span {
  color: #FF8500;
  font-weight: 500;
  margin-bottom: 15px;
}
.news-card .news-det h3 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600 !important;
}

.inn-header {
  position: relative;
  padding: 3em 0px;
}
.inn-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.inn-header .container {
  position: relative;
  z-index: 5;
}

.parallax-img {
  position: relative;
}
.parallax-img .anim-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1);
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  animation: floating 2s linear infinite alternate;
}
.parallax-img .state-img {
  width: 100%;
}

@keyframes floating {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.inn-ban-con h1 {
  color: white;
  font-weight: 900 !important;
  font-size: 72px;
}
.inn-ban-con p {
  font-size: 20px;
  color: white;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}
.form-group .inp-group {
  position: relative;
}
.form-group .inp-group input, .form-group .inp-group textarea {
  width: 100%;
  border: none !important;
  outline: none !important;
  border-bottom: 1px solid black !important;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 500;
}
.form-group .inp-group input::-moz-placeholder, .form-group .inp-group textarea::-moz-placeholder {
  color: black;
  opacity: 0.45;
}
.form-group .inp-group input::placeholder, .form-group .inp-group textarea::placeholder {
  color: black;
  opacity: 0.45;
}

.p-list {
  position: relative;
  margin-bottom: 25px !important;
  padding-left: 0;
  counter-reset: p-list-counter;
}
.p-list li {
  position: relative;
  counter-increment: p-list-counter;
  padding: 10px 0px !important;
  padding-left: 3em !important;
}
.p-list li::before {
  content: counter(p-list-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  width: 35px;
  height: 35px;
  background: url(../images/num-pat.svg) center/contain no-repeat;
}

.srv-sec {
  position: relative;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.srv-sec .row {
  align-items: center;
}
.srv-sec .srv-con {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-right: 10%;
}
.srv-sec:nth-child(even) {
  background: #FFF9F4;
}
.srv-sec:nth-child(even) .srv-con {
  padding-left: 10%;
}

.proc-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.proc-grid .proc-card {
  background-color: var(--orange);
  border-radius: 24px;
  padding: 1em;
  height: 100%;
}
.proc-grid .proc-card h3 {
  color: white;
  font-size: 20px;
}
.proc-grid .proc-card h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
}
.proc-grid .proc-card p {
  margin-bottom: 0;
  color: white;
  font-size: 16px;
}

.cta-inner {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: var(--orange);
  padding: 4em 1.5em;
}
.cta-inner > img {
  position: absolute;
  width: 150px;
  height: auto;
  pointer-events: none;
}
.cta-inner > img.l-pat {
  bottom: 0;
  left: 0;
  width: 190px;
}
.cta-inner > img.r-pat {
  top: 0;
  right: 0;
}
.cta-inner > div {
  position: relative;
  z-index: 5;
}
.cta-inner .sec-head {
  color: white;
  font-size: 42px;
  font-weight: 500 !important;
}
.cta-inner .para {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 25px;
}

.case-card {
  position: relative;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 2em;
  margin-bottom: 2em;
  border: 2px solid #606060;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.case-card:hover {
  border: 5px solid var(--orange);
}
.case-card .row:nth-child(1) {
  margin-bottom: 25px;
}
.case-card .sec-head {
  color: var(--orange);
  font-size: 42px;
  margin-bottom: 20px;
}

.ct-form-container {
  padding: 1.5em 0px;
  padding-bottom: 4.5em;
}
.ct-form-container .form-group {
  margin-bottom: 5px;
}

.up-banner-sec {
  position: relative;
  overflow: hidden;
}
.up-banner-sec > img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  transform-origin: bottom bottom;
  transform: scale(1.15);
}
.up-banner-sec .up-bn-con {
  position: relative;
  z-index: 5;
  padding: 1.5em 0px;
  min-height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
.up-banner-sec .up-bn-con h1 {
  font-size: clamp(32px, 6vw, 82px);
  line-height: 90%;
  background: linear-gradient(90deg, var(--yellow) 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.up-banner-sec .up-bn-con p {
  font-size: 18px;
  font-weight: 500;
  color: #BBCCF4 !important;
  margin-bottom: 20px;
  max-width: 450px;
}
.up-banner-sec .testi-card {
  position: relative;
  padding: 1.5em 1.5em;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  max-width: 450px;
  margin-bottom: 0;
}
.up-banner-sec .testi-card .pf {
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: #1E346A;
}
.up-banner-sec .testi-card h3 {
  font-size: 16px;
  margin-bottom: 2px;
}
.up-banner-sec .testi-card p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0px !important;
  line-height: 100%;
}

.ab-text-sec {
  position: relative;
  padding: 8em 0px;
  background: #102761;
}

.sub-head {
  font-size: 24px;
  color: var(--yellow);
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.big-text-anim p {
  font-size: 46px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 120%;
}
.big-text-anim p span {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 120%;
}

.sticky-el {
  position: sticky;
  top: 100px;
  z-index: 5;
}

.ab-text-con {
  top: 130px !important;
}

.srv-card {
  text-align: center;
  background: linear-gradient(180deg, #040f29 0%, #0a215a 100%);
  padding-top: 2.2em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.srv-card .det {
  padding: 0 1em;
  padding-bottom: 1.5em;
}

.stik-sec {
  overflow: unset !important;
}

.stik-card {
  position: sticky;
  top: 100px;
  background: linear-gradient(to bottom, rgba(5, 20, 57, 0.55) 0%, rgba(10, 33, 90, 0) 100%);
  padding: 3.5em 3em;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding-left: 2.5em !important;
  border-radius: 24px;
}
.stik-card .stik-card-con {
  padding-left: 3.1em;
  position: relative;
}
.stik-card .stik-card-con h3 {
  font-size: 42px;
}
.stik-card .stik-card-con:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  z-index: 5;
  left: 0;
  background: url(../images/double-arro.svg) center/50% 50% no-repeat var(--yellow);
}
.stik-card .stik-card-con:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 10px;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #ffb600 0%, rgba(255, 182, 0, 0) 100%);
  z-index: 5;
}
.stik-card .stik-img {
  background: #183784;
  padding-top: 48%;
  border-radius: 24px;
  overflow: hidden;
   position: relative;
}
.stik-card .stik-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-gr-text {
  background: linear-gradient(90deg, var(--yellow) 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.insight-card {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.insight-card .insight-img {
  position: relative;
  padding-top: 40%;
  border-radius: 0px;
  overflow: hidden;
}
.insight-card .insight-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.insight-card .insight-con {
  padding: 1.5em;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.insight-card .insight-con > div > span {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}
.insight-card .insight-con h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.insight-card .insight-con p {
  margin-bottom: 15px;
  font-size: 14px;
}

.cta-wrapper {
  background: #112B6C !important;
}
.cta-wrapper .cta-conn {
  padding: 3em 3em !important;
}

.cta-sec {
  margin-bottom: -180px;
  z-index: 8;
  position: relative;
}

.con-wrapper {
  position: relative;
  padding: 3em 2em !important;
  border-radius: 0px;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%) !important;
  padding-top: 5em !important;
}
.con-wrapper > img {
  width: 105%;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
}

.srv-card .srv-pat {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 105%;
  z-index: 55;
  transform: translateX(-50%);
}

.srv-card {
  position: relative;
}

.text-pat {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 55;
  transform: translateX(-50%) translateY(100%);
}

.ab-text-sec {
  position: relative;
}
.about-heading {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 30px;
  background: linear-gradient(90deg, var(--yellow, #FFD600) 0%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.about-content {
  font-size: 32px;
  line-height: 1.6;
  text-align: justify;       /* justification */
  text-justify: inter-word;  /* better spacing */
}



@media (min-width: 768px) {
  .sol-sec {
    padding-top: 9.5em;
  }
}/*# sourceMappingURL=main.css.map */