@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-Bold.eot");
  src: url("../fonts/Qartella-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-Bold.woff2") format("woff2"), url("../fonts/Qartella-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-BoldItalic.eot");
  src: url("../fonts/Qartella-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-BoldItalic.woff2") format("woff2"), url("../fonts/Qartella-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-Light.eot");
  src: url("../fonts/Qartella-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-Light.woff2") format("woff2"), url("../fonts/Qartella-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-Italic.eot");
  src: url("../fonts/Qartella-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-Italic.woff2") format("woff2"), url("../fonts/Qartella-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-HeavyItalic.eot");
  src: url("../fonts/Qartella-HeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-HeavyItalic.woff2") format("woff2"), url("../fonts/Qartella-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-ExtraBoldItalic.eot");
  src: url("../fonts/Qartella-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Qartella-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-LightItalic.eot");
  src: url("../fonts/Qartella-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-LightItalic.woff2") format("woff2"), url("../fonts/Qartella-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-Regular.eot");
  src: url("../fonts/Qartella-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-Regular.woff2") format("woff2"), url("../fonts/Qartella-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qartella";
  src: url("../fonts/Qartella-Heavy.eot");
  src: url("../fonts/Qartella-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-Heavy.woff2") format("woff2"), url("../fonts/Qartella-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Qartella-Extrabold";
  src: url("../fonts/Qartella-ExtraBold.eot");
  src: url("../fonts/Qartella-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Qartella-ExtraBold.woff2") format("woff2"), url("../fonts/Qartella-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Qartella-Extrabold", sans-serif;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: "Qartella-Extrabold", sans-serif;
}

:root {
  --red: #B60718;
  --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: var(--red);
  padding: 15px 40px;
  outline: none;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.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: 16px;
  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.border-btn {
  border: 1px solid var(--red);
  background: transparent;
}
.main-btn.border-btn span {
  color: var(--red);
}
.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;
}

.sub-pill {
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  background: #F7F0F0;
  color: var(--red) !important;
  padding: 8px 15px;
  border-radius: 100px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.sub-pill.center {
  margin: 0 auto;
}

.sec-head {
  font-family: "qartella-extrabold", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.sec-head.big {
  font-size: 52px;
}
.sec-head span {
  font-family: "qartella-extrabold", sans-serif;
  color: var(--red);
}

.grey-sec {
  background: #FAFAFA !important;
}

.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: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
}
.main-nav .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
}
.main-nav .top-nav .main-btn {
  background: white;
  padding: 0.85em 1.5em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-nav .top-nav .main-btn span {
  font-size: 14px;
  color: #000;
}
.main-nav .top-nav .l-part p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
.main-nav .top-nav .l-part p span {
  color: white;
}
.main-nav .top-nav .r-part {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-nav .top-nav .r-part .con-l {
  display: flex;
  align-items: center;
  gap: 18px;
}
.main-nav .top-nav .r-part .con-l li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-nav .top-nav .r-part .con-l li span {
  color: white;
  font-size: 10px;
  margin-bottom: 0;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.main-nav .top-nav .r-part .con-l li p {
  margin-bottom: 0;
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.main-nav > * {
  position: relative;
  z-index: 5;
}
.main-nav:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: var(--red);
}
.main-nav .inner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  padding: 1em 1.5em;
  border-radius: 12px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
}
.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: 100px;
}
.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: #808080;
  font-weight: 500;
  font-size: 14px;
  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: var(--red);
  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 a {
  /*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;
}
.nav-list > .has-drop-down:hover > .drop-mega {
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0px);
}
.has-drop-down > .drop-mega > .drop-mega{
    left: 0 !important;
    transform: translateX(-110%) translateY(15px) !important;
    top: 0 !important;
}

.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 .has-drop-down:hover > .drop-mega{
    transform: translateX(-90%) translateY(-38px) !important;
    opacity: 1 !important;
    padding: 0 !important;
    pointer-events: unset !important;
}

.has-drop-down .drop-mega ul {
  padding: 1em 0px !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 a {
  display: flex !important;
  align-items: center;
  gap: 12px;
  /*padding: 8px 0px;*/
  padding: 8px 1.5em !important;
  overflow: hidden;
  position: relative;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: 0.2s ease-in-out;
}
.has-drop-down .drop-mega ul a:hover {
  color: var(--red) !important;
}
.has-drop-down .drop-mega ul a:hover:before {
  transform: translateY(-50%) translateX(0px);
}
.has-drop-down .drop-mega ul a:hover span {
  margin-left: 20px;
  color: var(--blue);
}
.has-drop-down .drop-mega ul a: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 a .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 a .ic img {
  width: 20px;
}

.main-header {
  padding: 2em 0px;
}

.banner-con {
  padding: 2em 0px;
}
.banner-con h3 {
  font-size: 22px;
  color: #5E81A7;
}
.banner-con h1 {
  color: #000;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 0.5em;
  font-family: "qartella-extrabold", sans-serif;
}
.banner-con h1 span {
  color: var(--red);
}

.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: #000000;
  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.style-3 {
  border: 1px solid var(--red);
  background: #FBFBFB;
}
.icc-card.style-2 {
  background: rgba(255, 255, 255, 0.19);
  border-radius: 32px;
  border: 1px solid white;
}
.icc-card.style-2 h3, .icc-card.style-2 p {
  color: white;
}
.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;
}
.form-group .inp-grp {
  position: relative;
  width: 100%;
}
.form-group .inp-grp input, .form-group .inp-grp textarea {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark);
  outline: none;
  border: none;
  border: 2px solid transparent;
  padding: 20px 35px;
  border-radius: 50px;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.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;
}

.circ-img {
  position: relative;
}
.circ-img > img {
  width: 100%;
}
.circ-img .circ-num {
  position: absolute;
  top: 6em;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #C3272B;
  text-align: center;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.circ-img .circ-num > *:not(img) {
  position: relative;
  z-index: 5;
}
.circ-img .circ-num > img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.circ-img .circ-num span {
  color: white;
  font-size: 52px;
  font-family: "qartella-heavy", sans-serif;
  text-align: center;
  margin-bottom: 3px;
  display: block;
  line-height: 100%;
}
.circ-img .circ-num p {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  color: white;
  line-height: 120%;
}

.pl-list {
  position: relative;
}
.pl-list:after {
  content: "";
  width: 20px;
  border-left: 1px dashed var(--red);
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
}
.pl-list li {
  position: relative;
  padding: 1em 0px;
  padding-left: 60px;
  font-weight: 500;
  color: #4C4C4C;
  z-index: 5;
}
.pl-list li:after {
  content: attr(data-num);
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #F8ECEC;
  border: 1px solid var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border: 1px solid var(--red);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--red);
}

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

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

.pl-img {
  width: 100%;
}
.pl-img img {
  width: 100%;
}

.acc {
  position: relative;
}
.acc .accordion-item {
  margin-bottom: 20px;
  background: #F9F1F1 !important;
  border: none !important;
  border-radius: 16px !important;
}
.acc .accordion-button {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 22px 20px;
  color: #1B1B1B !important;
  font-weight: 500 !important;
}
.acc .accordion-body {
  padding-top: 0 !important;
}

.main-footer {
  position: relative;
  background-color: #1B1B1B;
  padding-top: 6em;
}
.main-footer .ft-logo {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.main-footer p.para {
  color: #EEEEEE;
  max-width: 400px;
  margin-bottom: 20px;
}

.ft-head {
  font-family: "qartella-extrabold", sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 800;
}

.soc-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.ft-btm {
  text-align: center;
  padding: 3em 0px;
  margin-top: 3em;
}
.ft-btm p {
  margin-bottom: 0;
  color: white;
  font-size: 16px;
}

.ft-list {
  position: relative;
  margin-top: 1.5em;
}
.ft-list li a {
  color: #F4F4F4;
  font-size: 16px;
  padding: 0.5em 0px;
  display: inline-block;
}

.con-list {
  position: relative;
  margin-top: 1.5em;
}
.con-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.con-list li img {
  width: 50px;
}
.con-list li span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  display: block;
  margin-bottom: 0;
  line-height: 100%;
}
.con-list li p {
  margin-bottom: 0;
  color: white;
  line-height: 100%;
  font-weight: 600;
  margin-top: 5px;
}

.ab-header {
  margin-top: -60px;
  padding-top: 0;
  overflow: hidden;
}

.icc-card {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5em 1.2em;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.icc-card:hover {
  background: var(--red);
}
.icc-card:hover h3, .icc-card:hover p {
  color: white;
}

.icc-card img {
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
.hc-grid .icc-card:hover img {
  filter: invert(100%) brightness(1000%) contrast(1000%);
}
.icc-card h3 {
  font-size: 20px;
  font-family: "qartella-bold", sans-serif;
  text-align: center;
  margin-bottom: 15px;
  transition: 0.2s ease-in-out;
}
.icc-card p {
  margin-bottom: 0;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.mis-vis-sec {
  overflow: hidden;
}

.mis-vis-container {
  position: relative;
  height: 100%;
}
.mis-vis-container > * {
  height: 50%;
  padding: 3em 0px;
  padding-right: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mis-vis-container > * h3 {
  font-family: "qartella-extrabold", sans-serif;
  font-size: 42px;
}
.mis-vis-container > * p {
  margin-bottom: 0;
}
.mis-vis-container .mis-wrap {
  background: var(--red);
  border-top-right-radius: 52px;
  position: relative;
}
.mis-vis-container .mis-wrap:after {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 200%;
  background: var(--red);
  transform: translateX(-100%);
}
.mis-vis-container .mis-wrap h3, .mis-vis-container .mis-wrap p {
  color: white;
}

.mis-vis-man {
  margin: 0 auto;
  display: block;
}

.lg-wrap {
  position: relative;
  padding-top: 45%;
  width: 100%;
}
.lg-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.lg-swiper {
  margin-top: 2em;
}

.cer-f {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cer-f .cer {
  position: relative;
}
.cer-f .cer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ab-str {
  position: relative;
  display: flex;
  gap: 15px;
}
.ab-str .ab {
  position: relative;
  border-radius: 20px;
  height: 400px;
  flex: 1 1 auto;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  min-width: 0%;
}
.ab-str .ab:hover {
  min-width: 50% !important;
}
.ab-str .ab:hover:after {
  opacity: 1;
}
.ab-str .ab:hover span {
  opacity: 1;
}
.ab-str .ab span {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 55;
  width: 100%;
  color: white;
  font-family: "qartella-extrabold", sans-serif;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.ab-str .ab:first-child {
  background: url(../images/a1.jpg) center/cover no-repeat;
}
.ab-str .ab:nth-child(2) {
  background: url(../images/vs.jpg) center/cover no-repeat;
  /*background: url(../images/a2.jpg) center/cover no-repeat;*/
}
.ab-str .ab:nth-child(3) {
  background: url(../images/a3.jpg) center/cover no-repeat;
}
.ab-str .ab:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.1));
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.cta-wrap {
  position: relative;
  border-radius: 20px;
  background: #F9F1F1;
  padding-right: 6em;
}
.cta-wrap .sub-pill {
  background: #F4E9E9 !important;
}
.cta-wrap .cta-img {
  position: relative;
}
.cta-wrap .cta-img img {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 500px;
  margin-top: -130px;
}
.cta-wrap .cta-con {
  padding: 5em 0px;
}

.over-unset {
  overflow: unset;
}

.rad-sm {
  border-radius: 20px;
}

.red-curve {
  position: relative;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  background: #C3272B;
}

.white {
  color: white;
}

.hw-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 3em;
  position: relative;
}
@media (min-width: 600px) {
  .hw-grid:after {
    content: "";
    position: absolute;
    left: 0;
    top: 1em;
    height: 300px;
    width: 100%;
    background: url(../images/dashed-line.svg) top/contain no-repeat;
  }
}

.hw-wrap {
  position: relative;
  z-index: 5;
}
@media (min-width: 600px) {
  .hw-wrap:nth-child(1) {
    margin-top: 5em;
  }
  .hw-wrap:nth-child(3) {
    margin-top: 6em;
  }
  .hw-wrap:nth-child(4) {
    margin-top: 2em;
  }
}
.hw-wrap img {
  margin: 0 auto;
  display: block;
  width: 100px;
}
.hw-wrap .hw-det {
  padding: 2em 1.5em;
  border-radius: 24px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.5em;
}
.hw-wrap .hw-det h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.hw-wrap .hw-det p {
  margin-bottom: 0;
}

.hc-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  display: grid;
}
@media (max-width: 600px) {
  .hc-grid {
    grid-template-columns: 1fr;
  }
}

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

.step-card {
  position: relative;
  padding: 2em 2em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  margin-top: 120px;
  margin-bottom: 25px;
}
.step-card:after {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  color: rgba(219, 76, 80, 0.85);
  font-size: 120px;
  pointer-events: none;
  z-index: -2;
}
.step-card:before {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  font-size: 120px;
  z-index: -1;
  pointer-events: none;
}
.step-card h3 {
  font-size: 20px;
  font-weight: 700;
}
.step-card p {
  font-size: 16px;
  margin-bottom: 0;
}

.grey-gr-sec {
  position: relative;
  background: linear-gradient(to bottom, rgb(250, 250, 250), rgba(250, 250, 250, 0));
}

.loc-header {
  position: relative;
  padding: 5em 0px;
}
.loc-header .loc-con,.loc-con {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.loc-header .loc-con h1,.loc-con h1 {
  font-size: 52px;
  margin-bottom: 20px;
}
.loc-header .loc-con h1 span, .loc-con h1 span {
  color: var(--red);
}
.loc-header .loc-con > img, .loc-con > img {
  width: 280px;
  transform: translateX(-20px);
  margin-bottom: 20px;
}
.loc-header .loc-con a, .loc-con a {
  color: black;
  font-weight: 700;
}
.loc-header .loc-det, .loc-det {
  padding-left: 30px;
}
.loc-header .loc-det h3 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
}
.loc-header .loc-det li a, .loc-det li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  padding: 12px 0px;
  color: #C3272B;
}
.loc-header .loc-det li a span, .loc-det li a span {
  font-weight: 600;
  text-decoration: underline;
}

.cc-tabs {
  border: none !important;
  position: relative;
  gap: 15px;
  margin-bottom: 1.5em !important;
  margin-top: 1.5em;
}
.cc-tabs button {
  padding: 15px 20px !important;
  border-radius: 10px !important;
  background: #F7F7F7 !important;
  border: none !important;
  color: black !important;
  font-weight: 600;
}
.cc-tabs button.active {
  background: var(--red) !important;
  color: white !important;
}

.srv-gr {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 1.5em;
}
.srv-gr a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0px;
}
.srv-gr a span {
  font-weight: 600;
  color: #1B1B1B;
}

.rew-card {
  position: relative;
  padding: 1.5em 1.5em;
  border-radius: 24px;
}
.rew-card .rew-img {
  position: relative;
  width: 100px;
  height: 100px;
  background: #0AAF60;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rew-card .rew-img span {
  font-size: 30px;
  font-weight: 700;
}

.red-header {
  position: relative;
  padding: 7em 0px;
  padding-top: 8em;
  background: #B60718;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  text-align: center;
  margin-top: -53px;
}
.red-header h1, .red-header p {
  color: white;
}
.red-header h1 {
  font-size: 52px;
}

.blog-card {
  position: relative;
  display: block;
}
.blog-card .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 65%;
  margin-bottom: 15px;
}
.blog-card:hover .blog-img img{
    transform: scale(1.2);
}
.blog-card:hover >span img{
    transform: translateX(5px);
}
.blog-card .blog-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;
    transition: 0.3s ease-in-out;
}
.blog-card h3 {
  font-size: 20px;
  color: #1B1B1B;
  margin-bottom: 20px;
}
.blog-card > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card > span span {
  font-family: "Qartella", sans-serif;
  font-weight: bold;
  color: var(--red);
}
.blog-card > span img {
  transition: 0.3s ease-in-out;
}

.blog-row {
  row-gap: 45px;
}

.bl-main-img {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-top: 55%;
}
.bl-main-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;
}

.blog-sh {
  position: sticky;
  top: 170px;
}
.blog-sh li button {
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 60px;
}
.blog-sh li button img {
  width: 100%;
}

.blog-inner-header {
  padding-top: 2.5em;
}
.blog-inner-header .det {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  gap: 20px;
}
.blog-inner-header .det p {
  margin-bottom: 0;
  font-size: 18px;
  font-family: "Qartella", sans-serif;
  font-weight: bold;
}

.roll-wrap {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  height: 500px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  transform: rotate(-15deg);
}
.roll-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 5;
}
.roll-wrap:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  z-index: 5;
}
.roll-wrap .roll {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.roll-wrap .roll:nth-child(1) {
  animation: roll 15s infinite linear;
}
.roll-wrap .roll:nth-child(2) {
  animation: rollR 15s infinite linear;
}
.roll-wrap .roll .im {
  position: relative;
  width: 100%;
  padding-top: 120%;
  border-radius: 20px;
  overflow: hidden;
}
.roll-wrap .roll .im img {
  width: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes roll {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes rollR {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.job-card {
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding: 1.5em 1.5em;
  border-radius: 16px;
}
.job-card .dt {
  display: flex;
  align-items: center;
  gap: 25px;
}
.job-card .dt > span {
  color: rgba(27, 27, 27, 0.6);
}
.job-card .dt > span span {
  color: rgb(27, 27, 27);
}
.job-card p {
  margin-top: 1em !important;
}
.job-card p span {
  text-decoration: underline !important;
  cursor: pointer;
  font-weight: 500;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-group .inp-grp {
  width: 100%;
}
.form-group .inp-grp input, .form-group .inp-grp textarea, .form-group .inp-grp select {
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 16px;
  background: white;
}
.form-group .inp-grp input:focus, .form-group .inp-grp textarea:focus, .form-group .inp-grp select:focus {
  border: 1px solid var(--red) !important;
  box-shadow: 0px 0px 0px 5px rgba(182, 7, 24, 0.15) !important;
}
.form-group .inp-grp input::-moz-placeholder, .form-group .inp-grp textarea::-moz-placeholder, .form-group .inp-grp select::-moz-placeholder {
  color: #7D7D7D;
  opacity: 1;
}
.form-group .inp-grp input::placeholder, .form-group .inp-grp textarea::placeholder, .form-group .inp-grp select::placeholder {
  color: #7D7D7D;
  opacity: 1;
}

.red-form {
  background: #F9F1F1;
  border-radius: 20px;
  padding: 3em 3em;
}

.res-inp > input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.res-inp label {
  padding: 13px 20px;
  height: 55.6px;
  background: white;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.res-inp label > button {
  width: 23px;
  background: transparent;
  outline: none;
  border: none;
  position: relative;
  z-index: 5;
}
.res-inp label > button img {
  width: 100%;
  transform: scale(1.8);
}
.res-inp label > img {
  width: 23px;
  opacity: 0.85;
  pointer-events: none;
}
.res-inp label span {
  font-size: 16px;
  color: #7D7D7D;
  pointer-events: none;
  font-weight: 500;
}

.cc-modal .modal-dialog {
  max-width: 550px !important;
}
.cc-modal .modal-content {
  border-radius: 0px !important;
  border: none !important;
}

.job-desc-container p {
  font-weight: 500;
}
.job-desc-container ul {
  padding-left: 20px !important;
  margin-bottom: 12px !important;
}
.job-desc-container ul li {
  font-weight: 500;
  list-style: disc !important;
}

.con-header {
  padding-bottom: 10em !important;
}

.ca-form-sec.con-sec-form {
  margin-top: -6em;
  position: relative;
  z-index: 5;
}

.has-drop-down > div {
  padding: 0.5em 0em;
}
.has-drop-down > div li a {
  position: relative;
  display: block;
  padding: 15px 1.5em;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(max-width: 600px){
    .sec-head.big{
        font-size: 32px;
    }
    
    .has-drop-down >div {
      background: #b60718;
      filter: brightness(95%);
    }
    
       .ca-con{
           margin-bottom: 1em;
       } 
       .red-form{
           padding: 2em 1.5em;
       }
    .has-drop-down:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      background: url(../images/drop-ar.svg) center/contain no-repeat;
      top: 0.9em;
      right: 1.5em;
      pointer-events: none;
    }
}
.career-header{
    overflow: hidden;
}
label.error {
  color: red;
  font-size: 14px;
  font-weight: 500;
}

.thk-msg {
  position: relative;
  padding: 1em;
  border-radius: 8px;
  border: 1px solid green;
  margin-top: 20px;
  display: none;
}
.thk-msg p {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: green;
}

.rew-card {
    background: #F9F1F1;
}
.rew-card .rew-top > img {
  display: block;
  width: 170px;
  margin-bottom: 4px;
  margin-top: 10px;
}
.rew-card .rew-det {
  margin-top: 12px;
}
.rew-card .rew-det h3 {
  font-size: 20px;
}
.rew-img {
  width: 70px !important;
  height: 70px !important;
}
.rew-img span {
  font-size: 20px !important;
  color: white;
}

.drop-mega.max-h {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.city-card{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    padding-top: 120%;
}
.city-card:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.city-card > span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.5em 2em;
    z-index: 5;
    
}
.city-card > span h3{
    text-align: center;
    color: white;
    margin-bottom: 20px;
}
.city-card .city-grid{
    position: relative;
    display: grid;
    grid-template-columns:  1fr;
    gap: 15px;
}
.city-card .city-grid li{
    text-align: center;
}
.city-card .city-grid li a{
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0px;
    
}

.city-card > span h3 {
  margin-bottom: 25px;
}
.city-card > span {
  transform: translateY(80%);
  transition: 0.3s ease-in-out;
}
.city-card:hover > span {
  transform: translateY(0px);
}
.city-card:hover:after {
  background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}

.city-card > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.city-card > span {
  transform: translateY(80%);
  transition: 0.2s ease-in-out;
}
.city-card:after {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,1));
}
.city-card:hover:after {
  background: linear-gradient(rgba(0,0,0,0.5), rgb(0, 0, 0,0.5));
}
.city-card:hover >span {
  transform: translateY(0px);
}

.city-sec .swiper-pagination {
  bottom: 0;
}
.city-sec .swiper {
  padding-bottom: 33px;
}
.city-sec .swiper-pagination-bullet-active {
  background: #b60718;
}

.city-card > span h3 img {
  width: 35px;
}

a {
}
.mobile-nav .nav-list .collapse li::after {
  display: none !important;
}
.mobile-nav .nav-list .collapse li span {
  position: absolute;
  top: 13px;
  right: 27px;
  width: 16px !important;
  z-index: 55;
  cursor: pointer;
}
.mobile-nav .nav-list .collapse li span img {
  width: 100%;
}
@media(max-width: 600px){
  .mobile-nav .nav-list .collapse li .drop-mega{
    position: static !important;
    opacity: 1 !important;
    background: transparent !important;
    padding: 0px !important;
  }
  .mobile-nav .nav-list .collapse li .drop-mega ul{
    background: transparent !important;
    box-shadow: none !important;
    padding-bottom: 0 !important;
  }
  .mobile-nav .nav-list .collapse li .drop-mega ul li a{
    padding: 12px 15px !important;
  }
}

.map-sec {
  padding: 5em 0px;
  background: gray;
  min-height: 500px;
  margin-top: -52px;
}
.map-sec >#map{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.map-sec .container{
    position: relative;
    z-index: 11;
}
.map-sec .col-12 {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loc-form {
  background: white;
  padding: 2.5em 1.5em;
  border-radius: 18px;
}
.br-card{
    padding: 1.5em 1.5em;
    border-radius: 18px;
}

.loc-form h3 {
  margin-bottom: 25px;
  font-size: 22px;
}

.loc-form {
  position: absolute;
  width: 350px;
}

.loc-form {
  top: 50%;
  left: 7.5em;
  transform: translateY(-50%);
}
.map-sec {
  position: relative;
}

.br-card .loc-con h1 {
  font-size: 28px;
}
.br-card {
  padding: 2.5em 2.5em;
}
@media(max-width: 600px){

    .loc-form {
      position: static;
      transform: translateY(0px);
    }
}
/*# sourceMappingURL=main.css.map */