

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

:root {
  --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);
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: "bebas-book", sans-serif;
  font-weight: 300 !important;
  color: #222222;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "bebas-book", sans-serif;
  font-weight: 300 !important;
  color: #222222;
}

.main-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #0F0D2D;
  padding: 15px 40px;
  outline: none;
  border: none;
  border-radius: 0px;
  overflow: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-bottom: 2px solid #000 !important;
  max-width: -moz-max-content;
  max-width: max-content;
}
.main-btn.only-text {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-btn.only-text:hover {
  transform: scale(1);
}
.main-btn.only-text img {
  width: 30px;
}
.main-btn.only-text span {
  color: #000;
}
.main-btn.only-text.blue {
  border-bottom: 2px solid #0086FF !important;
}
.main-btn.only-text.blue span {
  color: #0086FF;
}
.main-btn:hover {
  transform: scale(0.95);
  box-shadow: none !important;
}
.main-btn:active {
  filter: brightness(105%);
}
.main-btn span {
  color: white;
  font-weight: 600;
  font-size: 18px;
  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;
}

.main-footer {
  padding-top: 5em;
}

.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 {
  position: relative;
  background: transparent;
  padding: 12px 0px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: 0.2s ease-in-out;
}
.main-nav.active {
  background: white;
}
@media (min-width: 768px) {
  .main-nav.active .inner-nav .l-part .logo img {
    width: 120px;
  }
}
.main-nav .inner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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: 145px;
  transition: 0.2s ease-in-out;
}
.main-nav .inner-nav .m-part {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
}
.main-nav .inner-nav .m-part .nav-list-wrapper {
  display: none;
}
.main-nav .inner-nav .m-part .nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.main-nav .inner-nav .m-part .nav-list li {
  position: relative;
}
.main-nav .inner-nav .m-part .nav-list li.has-drop > a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-nav .inner-nav .m-part .nav-list li.has-drop > a > img {
  width: 13px !important;
}
@media (min-width: 768px) {
  .main-nav .inner-nav .m-part .nav-list li.has-drop:hover .drop-mega {
    opacity: 1;
    pointer-events: unset;
    transform: translateY(0px);
  }
  .main-nav .inner-nav .m-part .nav-list li.has-drop .drop-mega {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 20px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .main-nav .inner-nav .m-part .nav-list li.has-drop .drop-mega ul {
    min-width: 250px;
    background: white;
    padding: 0.5em 0px;
  }
  .main-nav .inner-nav .m-part .nav-list li.has-drop .drop-mega ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .main-nav .inner-nav .m-part .nav-list li.has-drop .drop-mega ul li a {
    width: 100%;
    display: inline-block;
    padding: 0.5em 1em;
    transition: 0.2s ease-in-out;
  }
  .main-nav .inner-nav .m-part .nav-list li.has-drop .drop-mega ul li a:hover {
    color: #3c82f6;
  }
}
.main-nav .inner-nav .m-part .nav-list li a {
  display: inline-block;
  color: #000;
  font-weight: 400;
  letter-spacing: 1.5px;
  font-size: 16px;
  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;
  display: none !important;
}
.main-nav .inner-nav .r-part {
  position: relative;
}
.main-nav .inner-nav .main-btn {
  background: #0F0D2D;
  border-radius: 0px;
  padding: 12px 10px;
  padding-right: 15px;
  gap: 10px;
  display: flex;
  align-items: center;
}
.main-nav .inner-nav .main-btn span {
  color: white;
  font-size: 16px;
}

.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(--gr3, linear-gradient(101deg, #F96 4.01%, #FF5E62 97.67%));
  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;
}
.menu-btn img {
  width: 45px;
}

.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: 2em 0px;
  position: relative;
}
.main-header > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.banner-con {
  padding: 2em 0px;
  padding-bottom: 7em;
  min-height: 100vh;
  position: relative;
  z-index: 5;
  text-align: left;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.banner-con h3 {
  color: #000;
  font-weight: 400;
  font-size: 43px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  margin-bottom: 0;
}
.banner-con h1 {
  color: #000;
  font-size: 83px;
  margin-bottom: 0.3em;
  font-weight: 400;
}
.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;
  padding: 2em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.ic-card.style-2 {
  background: #F7F7F7;
  margin: 0 auto;
  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: #222222;
  margin-top: 0.7em;
}
.ic-card.style-2 p {
  font-size: 16px !important;
  font-weight: 400 !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: 80px;
  height: 80px;
  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 img {
  margin-bottom: 1em;
  width: 60px;
}
.ic-card h3 {
  font-weight: 600 !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 24px;
}
.ic-card .det {
  max-width: 180px;
}
.ic-card .det p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #556577;
  text-align: left;
}

.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: 18px;
  color: #000;
}
.para.white {
  color: white;
}

.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;
  overflow: hidden !important;
}

.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: 30px;
}
.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: 400;
  color: #000;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 15px 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: 16px;
  margin-bottom: 7px;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: 400;
}

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

.sec-head {
  font-size: 58px;
  font-weight: 300;
  color: #000;
}
.sec-head span {
  font-weight: 300;
}

.pup-sec {
  position: relative;
  overflow: hidden;
}
.pup-sec .pup-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 0px;
}
.pup-sec .pup-grid .l-part {
  position: relative;
}
.pup-sec .pup-grid .l-part .ship-img {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.pup-sec .pup-grid .l-part .ship-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pup-sec .pup-grid .r-part {
  background: linear-gradient(180deg, #2B286D 0%, #433F97 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em 3em;
}
.pup-sec .pup-grid .r-part .con {
  text-align: center;
}

.white {
  color: white !important;
}

.grey-card {
  position: relative;
  padding: 1.5em 2em;
  border-radius: 0px;
  background: #EBEBEB;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
  height: 100%;
}
.grey-card:not(:last-child) {
  margin-bottom: 25px;
}
.grey-card:hover {
  background: #EBEBEB;
}
.grey-card h3 {
  font-size: 32px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #000;
}
.grey-card .para {
  margin-bottom: 25px;
}
.grey-card .main-btn {
  gap: 10px;
  display: flex;
  align-items: center;
}
.grey-card .main-btn img {
  transform: translateY(2px);
  width: 20px;
}
.grey-card .main-btn span {
  font-weight: 500;
  font-size: 22px;
}
.grey-card.style-2 {
  padding: 2em 1.5em;
}
.grey-card.style-2 h3 {
  font-size: 28px;
  margin-top: 14px;
}
.grey-card.style-2 p {
  margin-bottom: 0;
}

.choose-sec {
  position: relative;
  overflow: hidden;
  background: #EBEBEB;
}
.choose-sec .container {
  position: relative;
  z-index: 5;
}
.choose-sec > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.choose-sec .why-card {
  position: relative;
  padding: 3em 2em;
  background: #2B286D;
}
.choose-sec .why-card h3 {
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-top: 25px;
}
.choose-sec .why-card h3, .choose-sec .why-card p {
  color: white;
}
.choose-sec .why-card p {
  margin-bottom: 0;
  margin-top: 10px;
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card .blog-img {
  width: 100%;
  overflow: hidden;
  padding-top: 65%;
  position: relative;
  margin-bottom: 20px;
}
.blog-card .blog-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-card .blog-det {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.blog-card .blog-det .tp h3 {
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
.blog-card .blog-det .bt {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.blog-card .blog-det .bt .l-part {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-card .blog-det .bt .l-part div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-card .blog-det .bt .l-part div span {
  font-size: 18px;
  font-weight: 400;
}
.blog-card:not(.big) .blog-det .tp h3 {
  font-size: 24px;
}
.blog-card:not(.big) .blog-det .tp p {
  display: none !important;
}
.blog-card:not(.big) .blog-det .bt .l-part div:nth-child(2) {
  display: none;
}
.blog-card:not(.big) .blog-det .bt .l-part div span {
  font-size: 16px;
}

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

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

.inner-header {
  position: relative;
  padding: 6.5em 0px;
  padding-bottom: 5em;
  overflow: hidden;
}
.inner-header .container-left {
  height: 100%;
}

.inner-head-img {
  position: relative;
  width: 100%;
}
.inner-head-img .main-img {
  width: 100%;
  position: relative;
  z-index: 5;
}
.inner-head-img .ab-lg {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-80%);
  width: 300px;
}

.inner-head-con {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 5;
}
.inner-head-con h1 {
  font-size: 70px;
}
.inner-head-con h1 span {
  font-weight: 700;
}
.inner-head-con p {
  max-width: 400px;
}

.ms-sec {
  position: relative;
  background: linear-gradient(45deg, #2B286D, #433F97);
  overflow: hidden;
}
.ms-sec .container-right {
  height: 100%;
}
.ms-sec .container-right > img {
  position: absolute;
  top: 2em;
  right: 0;
  width: 100%;
  max-width: 400px;
}
.ms-sec .ms-img {
  position: relative;
  width: 100%;
}
.ms-sec .ms-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ms-sec .ms-con {
  position: relative;
  padding: 5em 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.ms-sec .ms-con p {
  color: white;
}
.ms-sec .ms-con ul {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em !important;
}
.ms-sec .ms-con ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.ms-sec .ms-con ul li img {
  width: 50px;
}
.ms-sec .ms-con ul li h3 {
  color: white;
  font-weight: 600;
  font-size: 26px;
}
.ms-sec .ms-con ul li p {
  color: white;
  margin-bottom: 0;
}

.p-row {
  position: relative;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr;
  background: #EBEBEB;
  gap: 15px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.p-row:not(:last-child) {
  margin-bottom: 10px;
}
.p-row:nth-child(odd) .p-cell:first-child {
  background: #4A3893;
}
.p-row:nth-child(even) .p-cell:first-child {
  background: #2B286D;
}
.p-row .p-cell {
  padding: 1.5em 1.5em;
  display: flex;
  align-items: center;
}
.p-row .p-cell span {
  font-size: 16px;
}
.p-row .p-cell:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 1em;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.p-row .p-cell:first-child .ic {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
}
.p-row .p-cell:first-child .ic img {
  width: 38px;
}
.p-row .p-cell:first-child span {
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.sub-blue {
  color: #0086FF;
  font-family: "Outfits", sans-serif;
  font-weight: 600 !important;
  font-size: 24px;
}

.im1 {
  height: 100%;
}
.im1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.soc-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.soc-list li a {
  display: inline-block;
}
.soc-list li a img {
  width: 26px !important;
  height: 26px !important;
}

.con-li li a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.con-li li a span {
  color: black;
}

.ft-head {
  font-family: "Outfit", sans-serif;
  font-weight: 500 !important;
  font-size: 18px;
  margin-bottom: 15px;
  color: #0086FF;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.ft-list {
  position: relative;
}
.ft-list li a {
  display: inline-block;
  padding: 5px 0px;
  color: #222222;
}

.ft-logo {
  position: relative;
  display: block;
  width: 150px;
  margin-bottom: 20px;
}
.ft-logo img {
  width: 100%;
}

.ft-btm {
  position: relative;
  border-top: 1px solid #3D3D3D;
  padding: 1.5em 0px;
  margin-top: 2em;
  font-size: 14px;
}
.ft-btm p {
  font-size: 16px;
}

.con-sec {
  background: #F7F7F7;
}
.con-sec .con-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.con-sec .container-left {
  height: 100%;
}
.con-sec .container-left .con-con {
  padding: 3em 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.con-sec form button {
  border-bottom: 1px solid #0086FF !important;
}
.con-sec form button span {
  color: #0086FF !important;
}

.cus-check {
  position: relative;
  margin-bottom: 15px;
}
.cus-check input {
  position: absolute;
  opacity: 0;
}
.cus-check input:checked ~ label:before {
  opacity: 1;
}
.cus-check label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cus-check label:after {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 1px solid #222222;
}
.cus-check label:before {
  width: 25px;
  height: 25px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/tick.svg) center/50% no-repeat #0086FF;
  border: 1px solid #222222;
  opacity: 0;
  z-index: 5;
}

.ovr-card-container {
  max-width: 800px;
}

.ovr-card-container:not(.top) {
  margin-left: auto;
}

.key-sec {
  overflow: hidden;
}

.ovr-card {
  position: relative;
  padding: 3em 2em;
  transition: 0.2s ease-in-out;
}
.ovr-card > img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.ovr-card .con {
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
}
.ovr-card .con span {
  color: rgba(0, 134, 255, 0.4);
  font-weight: 200;
  font-size: 100px;
  transition: 0.2s ease-in-out;
}
.ovr-card .con h3 {
  font-weight: 400;
  font-size: 24px;
  margin-top: -15px;
  color: #222222;
  font-family: "Outfit", sans-serif;
  transition: 0.2s ease-in-out;
}
.ovr-card .con p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #222222;
  font-weight: 400;
  position: absolute;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.ovr-card:hover {
  z-index: 55;
}
.ovr-card:hover > img {
  opacity: 1;
}
.ovr-card:hover .con {
  transform: translateY(-20%);
}
.ovr-card:hover .con span {
  font-weight: 600;
}
.ovr-card:hover .con h3 {
  font-weight: 600 !important;
}
.ovr-card:hover .con p {
  opacity: 1;
}

.sr-links {
  position: relative;
}
.sr-links li a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 1em 0px;
}
.sr-links li a:hover p, .sr-links li a:hover span {
  color: #0086FF;
  font-weight: 600;
}
.sr-links li a:hover svg path {
  stroke: #0086FF;
}
.sr-links li a p {
  margin-bottom: 0;
  color: black;
  font-size: 18px;
  transition: 0.2s ease-in-out;
}
.sr-links li span {
  min-width: 40px;
  padding-right: 15px;
  border-right: 1px solid #D9D9D9;
  font-weight: 200;
  color: black;
  font-size: 20px;
  transition: 0.2s ease-in-out;
}

.srv-ics li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0.8em 0px;
}
.srv-ics li img {
  width: 40px;
}

.bus-ic-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.bus-ic-wrap .ic {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bus-ic-wrap .ic img {
  width: 70px;
}
.bus-ic-wrap p {
  margin-bottom: 0;
  color: #222222;
}
.bus-ic-wrap h3 {
  font-weight: 600 !important;
  color: #222222;
  font-size: 24px;
  font-family: "Outfit", sans-serif;
}
.bus-ic-wrap > div:not(.ic) {
  border-left: 1px solid #DADADA;
  padding-left: 28px;
}

.free-ic-wrap {
  position: relative;
}
.free-ic-wrap .tp {
  display: flex;
  align-items: center;
  gap: 15px;
}
.free-ic-wrap .tp h3 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #222222;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
}
.free-ic-wrap p {
  margin-top: 0.5em !important;
}

.grey-sec {
  background: #F7F7F7;
}

.acc.style-2 .accordion-item {
  position: relative;
  overflow: hidden;
}
.acc.style-2 .accordion-body {
  padding-bottom: 3em;
  padding-top: 0px;
}
.acc.style-2 .accordion-body > * {
  position: relative;
  z-index: 3;
}
.acc.style-2 .accordion-button {
  transition: 0.2s ease-in-out;
}
.acc.style-2 .accordion-button:not(.collapsed) {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.acc.style-2 .accordion-button:not(.collapsed) img {
  opacity: 1;
}
.acc.style-2 .accordion-button > *:not(img) {
  z-index: 5;
  position: relative;
}
.acc.style-2 .accordion-button img {
  width: 100%;
  height: 300%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.acc .accordion-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 35px 0px !important;
  display: flex;
  align-items: center;
  gap: 30px;
}
.acc .accordion-button:after {
  width: 14px !important;
  height: 14px !important;
  background: url(../images/plus.svg) center/contain no-repeat !important;
}
.acc .accordion-button span:nth-child(1) {
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 400 !important;
}
.acc .accordion-button span:nth-child(2) {
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400 !important;
  font-size: 24px;
  color: #222222;
}
.acc .accordion-button:not(.collapsed) span:nth-child(2), .acc .accordion-button:not(.collapsed) span:nth-child(1) {
  font-weight: 600 !important;
}
.acc .accordion-button:not(.collapsed):after {
  transform: rotate(45deg) !important;
}
.acc .accordion-item {
  border: none !important;
  border-radius: 0px;
  border-top: 1px solid black !important;
}
.acc .accordion-item:last-child {
  border-bottom: 1px solid black !important;
}
.acc .accordion-body {
  padding-top: 0;
  padding-left: 3.5em;
  padding-bottom: 1em;
}

.con-map {
  position: relative;
  padding-top: 45%;
  background: rgba(0, 0, 0, 0.15);
  margin-top: 1.5em;
}
.con-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-card {
  position: relative;
  display: block;
}
.blog-card .im {
  padding-top: 70%;
  position: relative;
  margin-bottom: 15px;
}
.blog-card .im 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;
}
.blog-card .blog-det {
  gap: 5px;
}
.blog-card .blog-det span {
  font-weight: 400 !important;
  font-size: 14px;
  color: #8F8F8F;
}
.blog-card h3 {
  font-weight: 500 !important;
  color: #222222;
  line-height: 120%;
  margin-bottom: 0px;
  font-family: "Outfit", sans-serif;
  font-size: 22px;
}

.who-we-2 {
  padding-left: 3em;
}
.who-we-2 h3 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 600 !important;
  margin-bottom: 0.5em;
}
.who-we-2 ul li {
  padding: 0.5em 0px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400 !important;
  font-size: 18px;
  color: #222222;
}

.ovr-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2em;
}
.ovr-grid .ovr-card {
  padding: 4em 1.5em;
}
.ovr-grid .ovr-card h3 {
  font-size: 22px;
}

.point-list {
  position: relative;
}
.point-list li {
  list-style: disc !important;
}

.side-menu-main {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 500px;
  width: 100%;
  z-index: 999;
  height: 100vh;
  background-color: #3c82f6;
  padding: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s ease-in-out;
  pointer-events: none;
  transform: translateX(100%);
  opacity: 0;
}
.side-menu-main.active {
  pointer-events: unset;
  transform: translateX(0%);
  opacity: 1;
}
@media (min-width: 767px) {
  .side-menu-main {
    padding: 3em 3em;
  }
}
.side-menu-main .drop-mega {
  padding-left: 25px;
}
.side-menu-main .drop-mega ul li a {
  padding: 0.5em 0px !important;
}
.side-menu-main ul li a {
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0.75em 0px;
}
.side-menu-main button {
  background: transparent;
  border: none !important;
  border: none !important;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 5;
}
.side-menu-main button img {
  width: 16px;
}

.has-drop > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.has-drop > a > img {
  width: 15px;
}/*# sourceMappingURL=main.css.map */