@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --purple:#37307B;
  --dark: #12355B;
  --yellow: #FEB12F;
  --gr: linear-gradient(180deg, var(--yellow) 0%, #FFC159 100%);
}

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;
  display: inline-block;
  background: #FFC600;
  padding: 18px 30px;
  outline: none;
  border: none;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.main-btn img {
  width: 65px;
}
.main-btn span {
  color: var(--purple);
  font-size: 14px;
  text-transform: uppercase;
}
.main-btn:hover {
  transform: scale(0.95);
  box-shadow: none !important;
}
.main-btn:active {
  filter: brightness(105%);
}
.main-btn span {
  color: var(--dark);
  font-weight: 600;
  font-size: 20px;
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
  font-weight: 600;
}
.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;
}

/* firefox */
.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: 7em 0px;
  overflow: hidden;
}

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

.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: 12px 0px;
  padding-top: 35px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.main-nav .inner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 2em;
  padding-right: 2.5em;
  background: white;
  border-radius: 1000px;
  box-shadow: -10px 10px 35px 0px rgba(0, 0, 0, 0.25);
}
.main-nav .inner-nav .main-btn {
  padding: 12px 30px;
  border-radius: 100px;
  background: var(--dark);
  box-shadow: none !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: 210px;
}
.main-nav .inner-nav .m-part {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav .inner-nav .m-part .nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav .inner-nav .m-part .nav-list li {
  position: relative;
}
.main-nav .inner-nav .m-part .nav-list li a {
  display: inline-block;
  color: #474747;
  font-weight: 500;
  font-size: 0.75rem;
  position: relative;
}
.main-nav .inner-nav .m-part .nav-list li a.active::after, .main-nav .inner-nav .m-part .nav-list li a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(10px) scale(1);
}
.main-nav .inner-nav .m-part .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;
}
.main-nav .inner-nav .r-part {
  position: relative;
}

.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: #37307b;
  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(--blue);
  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 {
  padding: 1em;
}
.main-header .header-inner {
  border-radius: 52px;
  overflow: hidden;
  position: relative;
}
.main-header .header-inner > 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-header .header-inner .container {
  position: relative;
  z-index: 5;
}
.main-header .header-inner .banner-con {
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3em 0px;
  padding-bottom: 5em;
}
.main-header .header-inner .banner-con h1 {
  color: var(--purple);
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 100%;
}
.main-header .header-inner .banner-con p.para {
  font-weight: 400;
  font-size: 15px;
  color: var(--purple);
}

.banner-con {
  padding: 2em 0px;
}
.banner-con h3 {
  font-size: 22px;
  color: #5E81A7;
}
.banner-con h1 {
  color: var(--dark);
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 0.5em;
}
.banner-con h1 span {
  color: var(--yellow);
}

.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;
}
.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;
  color: #474747;
  font-weight: 500;
}
.para.light {
  font-weight: 400;
}
.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: 32px;
  background: white;
  padding: 3em 2em;
}
.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 .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-card {
  padding: 2em;
  border-radius: 32px;
  border: 2.5px solid #FFF;
  background: linear-gradient(232deg, #FFF 4.81%, #F8F8F8 95.07%);
}
.test-card .test-det {
  display: flex;
  align-items: center;
  gap: 15px;
}
.test-card .test-det .im {
  width: 70px;
  height: 70px;
  background: var(--gr);
  border-radius: 50%;
  overflow: hidden;
}
.test-card .test-det .im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.test-card .test-det h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0;
}
.test-card .test-det h3 img {
  width: 24px;
}
.test-card .para {
  margin-top: 1.5em;
  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;
  margin-bottom: 20px;
}
.form-group .inp-grp {
  position: relative;
  width: 100%;
}
.form-group .inp-grp input, .form-group .inp-grp textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #191358;
  background: rgba(240, 240, 240, 0.5);
  outline: none;
  border: none;
  border: 2px solid transparent;
  padding: 15px 20px;
  border-radius: 12px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.form-group .inp-grp input::-moz-placeholder, .form-group .inp-grp textarea::-moz-placeholder {
  color: #191358 !important;
  opacity: 1;
}
.form-group .inp-grp input::placeholder, .form-group .inp-grp textarea::placeholder {
  color: #191358 !important;
  opacity: 1;
}
.form-group .inp-grp input:focus, .form-group .inp-grp textarea:focus {
  border: 2px solid var(--yellow);
  box-shadow: 0px 0px 0px 5px rgba(254, 177, 47, 0.3);
}

.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: 4em;
  padding-bottom: 1.5em;
}
.ft-bottom p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: white;
}

.sec2 {
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -70px;
  z-index: 5;
}
.sec2 > img {
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  max-width: 900px;
  z-index:-5;
}
.sec2 .container {
  position: relative;
  z-index: 0;
}
.hologram-img {
  position:absolute;
  left: 100;
}

.sec2-img {
  position: relative;
  border-radius: 45px;
  overflow: hidden;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: -10px 10px 35px rgba(0, 0, 0, 0.25);
}
.sec2-img img {
  width: 100%;
  height:100%;
}

.sec-head {
  color: var(--purple);
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

.container-right {
  padding-right: 20%;
}

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

@media (max-width: 600px) {
  .container-left, .container-right {
    padding: 0px 1.5em;
  }
  .sec2 > img {
    width: 1000px;
    top: unset;
    bottom: 20px;
  }
}
.sec2-con {
  padding-left: 2.5em;
  padding-top: 5em;
}

.doc-sec {
  position: relative;
  z-index: 4;
  overflow: unset;
  padding-top: 2em;
}
.doc-sec .pt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 650px;
  transform: translateY(-5px);
}
.doc-sec .pluses {
  position: absolute;
  top: 3em;
  right: 2px;
  width: 400px;
}
.doc-sec .container {
  position: relative;
  z-index: 5;
}

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

.lr-sec {
  position: relative;
  padding-bottom: 12em;
}
.lr-sec > img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 900;
  rotate: 180deg;
}
.lr-sec .container {
  position: relative;
  z-index: 5;
}
.lr-sec .para {
  max-width: 700px;
  margin: 0 auto;
}

.m-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.m-wrap img {
  width: 150px;
}
.m-wrap h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
}

.con-sec {
  position: relative;
  border-top-left-radius: 100px;
  padding-top: 0px;
  overflow: unset;
  background: url("https://www.pratelesolutions.com/assets/images/footer-bg.gif");
  background-size: cover;
  background-position: center;
}

.con-sec > img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.con-sec .container {
  position: relative;
  align-self: 5px;
}

.con-det-wrap {
  padding-top: 4em;
}
.con-det-wrap h3 {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.con-det-wrap ul li {
  display: flex;
  align-items: center;
  gap: 15px;
}
.con-det-wrap ul li:not(:last-child) {
  margin-bottom: 30px;
}
.con-det-wrap ul li p, .con-det-wrap ul li a {
  color: white;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
}
.con-det-wrap ul li a {
  display: inline-block;
}
.con-det-wrap ul li img {
  width: 24px;
}

.con-form {
  padding: 2em;
  margin-top: -100px;
  border-radius: 32px;
  background: linear-gradient(-45deg, #37307B, #4AA0EB);
  box-shadow: -10px 10px 35px 0px rgba(0, 0, 0, 0.25);
}
.con-form .main-btn {
  width: 100%;
  max-width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.ft-sec {
  padding: 1em 0px;
}

.ft-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  color: black;
  font-weight: 400;
}

.white {
  color: white !important;
}

.acc .accordion-item {
  margin-bottom: 15px;
  background: #F2F0F0 !important;
  border: none !important;
  border-radius: 10px !important;
}
.acc .accordion-body {
  padding: 1.2em 2em;
}
.acc .accordion-body p {
  margin-bottom: 0;
}
.acc .accordion-button {
  background: linear-gradient(45deg, #4590DC, #191358);
  padding: 28px 20px !important;
  color: white;
  border: none !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.acc .accordion-button:after {
  filter: invert(100%) brightness(1000%);
}

.faq-sec {
  position: relative;
  padding-bottom: 13em;
}
.faq-sec .container {
  position: relative;
  z-index: 5;
}
.faq-sec > img {
  position: absolute;
  top: 0;
  right: 3em;
  width: 600px;
}

.c-wrap {
  position: relative;
}
.c-wrap .im {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: -7px 22px 44px 0px rgba(0, 0, 0, 0.5);
}
.c-wrap .im 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;
}
.c-wrap h3 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.5em;
}

.c-para {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}

.grow-sec {
  position: relative;
  padding-bottom: 13em;
}
.grow-sec .container {
  position: relative;
  z-index: 5;
}
.grow-sec > .plk {
  position: absolute;
  top: 0;
  right: 5em;
  width: 500px;
}
.grow-sec > .plj {
  position: absolute;
  bottom: 2em;
  left: 0em;
  width: 250px;
}

/*-------------------------------------------------*/
.small-title-h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}

ul.list-mr-content {
  padding-left: 30px !important;
}
ul.list-mr-content li {
  list-style-type: disc !important;
  margin-bottom: 10px;
}

button.btn-close:focus {
  outline: none;
  box-shadow: none;
}

.m-wrap img {
  transition: all 0.5s;
}
.m-wrap:hover img {
  transform: scale(1.1);
}

.c-wrap img {
  transition: all 0.5s;
}
.c-wrap .im:hover img {
  transform: scale(1.1);
}

/*------------------animation css-----------------------*/
.is-floating-animated {
  animation: float-up-down 2s ease-in-out infinite both;
}

.up-down {
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
  0% {
    transform: translate(1px, 0px);
  }
  24% {
    transform: translate(1px, 40px);
  }
  50% {
    transform: translate(1px, 60px);
  }
  74% {
    transform: translate(1px, 40px);
  }
  100% {
    transform: translate(1px, 0px);
  }
}/*# sourceMappingURL=main.css.map */