@font-face {
  font-family: "sequelbook";
  src: url(../fonts/Sequel-Sans-Book-Head.ttf);
}
@font-face {
  font-family: "sequelsemibold";
  src: url(../fonts/Sequel-Sans-Semi-Bold-Head.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

:root {
  --blue: #014293;
  --01: #014293;
  --02: #014293;
  --light: #F0F3FD;
  --dark: #292929;
  --gray: #D9D9D9;
  --orange: #FD5F00;
  --text: #585858;
  --gr: radial-gradient(143.88% 100% at 51.94% 100%, #FFFFFF 0%, #014293 89.95%);
  --light-gr: linear-gradient(180deg, #F4F4F4 13.25%, rgba(255, 255, 255, 0) 100%);
}

li:not(.blog-inner-det-area 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;
  border-radius: 0px;
  background: var(--blue);
  padding: 15px 20px;
  outline: none;
  border: none;
  overflow: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
}
.main-btn.border-btn {
  background: transparent;
  border: 1px solid var(--blue);
}
.main-btn.border-btn span {
  color: var(--blue);
}
.main-btn.border-btn img {
  filter: invert(0%) brightness(100%);
}
.main-btn.border-btn:hover span {
  color: white;
}
.main-btn.border-btn:hover img {
  filter: invert(100%) brightness(15000%) !important;
}
.main-btn.loading {
  position: relative;
  cursor: not-allowed;
}
.main-btn.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--blue);
  width: 100%;
  height: 100%;
  z-index: 8;
}
.main-btn.loading::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../images/loading.svg") center/contain no-repeat;
  z-index: 88;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 0.8s linear infinite;
}
.main-btn.link-blue-btn {
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
}
.main-btn.link-blue-btn span {
  color: var(--blue) !important;
}
.main-btn.link-blue-btn img {
  filter: invert(0%) brightness(100%);
}
.main-btn.link-blue-btn:after {
  display: none;
}
.main-btn.link-blue-btn:hover span {
  color: var(--blue) !important;
}
.main-btn.link-blue-btn:hover img {
  filter: invert(0%) brightness(100%);
  margin-left: 5px;
}
.main-btn.white-border-btn {
  background: transparent;
  border: 1px solid white;
}
.main-btn.white-border-btn:after {
  background: white !important;
}
.main-btn.white-border-btn span {
  color: white;
}
.main-btn.white-border-btn img {
  filter: invert(100%) brightness(155000%);
}
.main-btn.white-border-btn:hover span {
  color: var(--blue);
}
.main-btn.white-border-btn:hover img {
  filter: invert(0%) brightness(100%) !important;
}
.main-btn img {
  filter: invert(100%) brightness(1000%);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main-btn.white-btn {
  background: white !important;
}
.main-btn.white-btn span {
  color: var(--blue);
}
.main-btn.white-btn img {
  filter: invert(0%) brightness(100%);
}
.main-btn.white-btn:hover span {
  color: white !important;
}
.main-btn.white-btn:hover img {
  filter: invert(100%) brightness(10000%);
}
.main-btn:hover:after {
  transform: translateY(0px);
}
.main-btn:hover img {
  margin-left: 5px;
}
.main-btn img {
  transition: 0.2s ease-in-out;
}
.main-btn::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--blue);
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
}
.main-btn span {
  color: white;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
}
.main-btn.block-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.main-btn.orange {
  background: var(--orange);
}
.main-btn.with-icon {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main-btn.with-icon img {
  position: relative;
  z-index: 5;
}
.main-btn.center {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}

.light-bg {
  background: var(--light);
}

.line {
  background: #D9D9D9 !important;
}

.light-blue-bg {
  background: #F2F7FB;
}

.dark-blue-bg {
  background: #15222D;
}

.sec-head {
  position: relative;
}
.sec-head.has-arrow {
  max-width: -moz-max-content;
  max-width: max-content;
}
.sec-head.has-arrow.center {
  margin: 0 auto !important;
}
.sec-head.has-arrow img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  transform: translateX(105%);
}
.sec-head.sm h2, .sec-head.sm h1 {
  font-size: 32px;
}
.sec-head.center h2, .sec-head.center h1, .sec-head.center p {
  text-align: center;
}
.sec-head h2, .sec-head h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 120%;
  color: var(--blue);
  font-family: "sequelbook", sans-serif;
  text-transform: capitalize;
}
.sec-head h2 span, .sec-head h1 span {
  font-family: "sequelsemibold", sans-serif;
  color: var(--blue);
  font-weight: 600;
  text-transform: capitalize;
  background: linear-gradient(to right, #014293, #014293), linear-gradient(to right, rgb(255, 0, 0), rgb(255, 0, 180), rgb(0, 100, 200));
  background-size: 100% 0.2em, 0 0.2em;
  background-position: 100% 107%, 0 95%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.sec-head p.sub {
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 0;
}
.sec-head.white p, .sec-head.white h2, .sec-head.white h1 {
  color: white;
}
.sec-head.white p span, .sec-head.white h2 span, .sec-head.white h1 span {
  color: white;
  /* background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, rgb(255, 0, 0), rgb(255, 0, 180), rgb(0, 100, 200)); */
  background: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, rgb(255, 0, 0), rgb(255, 0, 180), rgb(0, 100, 200));
  background-size: 100% 0.2em, 0 0.2em;
  background-position: 100% 107%, 0 95%;
  background-repeat: no-repeat;
}
.sec-head.white p span, .sec-head.white h2 span
.sec-head.blue h2, .sec-head.white h1 span
.sec-head.blue h1 {
  color: var(--01);
}

.sec {
  padding: 5em 0px;
  position: relative;
  overflow: hidden;
}

.blue-sec {
  background: var(--blue);
}

/* firefox */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--knightblue) transparent;
}

.custom-scrollbar:-webkit-scrollbar {
  width: 11px;
}

.custom-scrollbar:-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar:-webkit-scrollbar-thumb {
  background-color: var(--knightblue);
  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;
}

p.para {
  font-size: 16px;
  color: var(--text);
  line-height: 160%;
}
p.para.white {
  color: white;
}

.quote {
  font-family: "Libre Caslon Text", serif;
  font-size: 16px;
}
.quote span {
  margin-top: 25px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: black;
}

.blue-gr {
  background: url(../images/blue-gr.avif) top/cover no-repeat;
}

.cn-l {
  position: relative;
}
.cn-l li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0px;
}
.cn-l li a span {
  color: white;
  text-decoration: underline;
}
.cn-l li a img {
  width: 28px;
}

.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: var(--blue);
  padding: 12px 0px;
  /*position: sticky;*/
  top: 0;
  z-index: 999;
}
.main-nav.sticky{
    position: sticky;
    top: 0;
    animation: slideIn 0.8s ease-in-out;
}
@keyframes slideIn {
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0%);
    }
}
.main-nav .inner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 3em;
}
.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: 130px;
  filter: invert(100%) brightness(10000%);
}
.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: white;
  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: 100%;
  height: 2px;
  border-radius: 0%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background: white;
}
.main-nav .inner-nav .r-part {
  position: relative;
}

.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-weight: 500;
  font-size: 14px;
}
.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(--blue);
  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: 2em;
  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: 100px;
}
.mobile-nav .menu-head .logo img {
  width: 100%;
  filter: invert(100%) brightness(100000%);
}
.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: 14px;
  font-weight: 500;
}
.menu-btn {
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  display: none;
}
.menu-btn img {
  width: 30px;
}

body {
  background: #fafafa;
}

.home-header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-header .head-img {
  width: 100%;
}
.home-header .head-img img {
  width: 100%;
}
.home-header .header-content {
  position: relative;
}
.home-header .header-content p {
  max-width: 400px;
  font-weight: 300;
  color: var(--text);
}
.home-header .header-content h1 {
  font-weight: 700;
  font-size: 42px;
  color: #2B2B2B;
}
.home-header .header-content h1 span {
  color: var(--blue);
}
.home-header .header-content .btn-flex {
  margin-top: 25px;
}

.btn-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.logo-sec {
  overflow: hidden;
  padding: 1em 0px;
  background: white;
}

.logo-track {
  position: relative;
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
  gap: 25px;
  animation: loop 20s linear infinite;
}
.logo-track .logo {
  width: 180px;
  height: 78px;
}
.logo-track .logo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes loop {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-50%);
  }
}
.test-sec {
  position: relative;
}
.test-sec > img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 800px;
  width: 100%;
}
.test-sec .container {
  position: relative;
  z-index: 5;
}

.test-slider {
  padding: 50px 0px;
  padding-top: 25px;
}

.abt-lap {
  position: relative;
  width: 100%;
}
.abt-lap > img {
  width: 100%;
  border-radius: 16px;
}
.abt-lap .exp-box {
  position: absolute;
  left: 0;
  bottom: 3em;
  background: var(--orange);
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 8px;
  align-items: flex-start;
  padding: 1.2em 2.5em;
  transform: translateX(-30%);
  padding-left: 1.5em;
  border-radius: 10px 75px 10px 10px;
}
.abt-lap .exp-box .lpart {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.abt-lap .exp-box .lpart img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 0;
}
.abt-lap .exp-box .rpart > * {
  color: white;
}
.abt-lap .exp-box .rpart h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 0;
}
.abt-lap .exp-box .rpart p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  margin-top: -8px;
}
.abt-lap .exp-box .rpart span {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.abt-sec {
  padding-bottom: 12em;
}

.strip-ico-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -120px;
  position: relative;
  z-index: 5;
}
.strip-ico-grid .strip-ico {
  padding: 2.3em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--02);
}
.strip-ico-grid .strip-ico:nth-child(even) {
  background: var(--01);
}
.strip-ico-grid .strip-ico img {
  width: 55px;
  margin-bottom: 20px;
}
.strip-ico-grid .strip-ico h4 {
  font-style: italic;
  font-weight: 700;
  color: white;
  margin-bottom: 0;
  font-size: 32px;
  text-align: center;
}
.strip-ico-grid .strip-ico p {
  text-align: center;
  color: white;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}

.cer-wrapper {
  width: 100%;
  position: relative;
}
.cer-wrapper .cer-img {
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.cer-wrapper .cer-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;
}
.cer-wrapper .cer-det {
  position: relative;
}
.cer-wrapper .cer-det h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: black;
  font-weight: 600;
  line-height: 150%;
}
.cer-wrapper .cer-det p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  color: var(--text);
}

.container-left {
  padding-left: 12%;
  position: relative;
}

.cer-slider {
  margin-top: 3em;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 20px;
  margin-bottom: 30px;
}
.product-card .ic {
  width: 100%;
}
.product-card .ic img {
  width: 100%;
}
.product-card .rpart {
  position: relative;
}
.product-card .rpart h3 {
  color: var(--dark);
  margin-bottom: 0;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 700;
}
.product-card .rpart p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 160%;
}
.product-card .rpart .learn-more-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-card .rpart .learn-more-btn span {
  text-decoration: underline;
  color: var(--dark);
  font-weight: 600;
  font-size: 16px;
}
.product-card .rpart .learn-more-btn img {
  width: 25px;
}

.tp-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.tp-wrap .sec-head {
  max-width: 700px;
}

.icc-container {
  display: flex;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 3em;
  justify-content: center;
}

.icc-wrap {
  flex: 0 1 31.5%;
  border: 1px solid var(--blue);
  border-radius: 10px;
  background: white;
  padding: 2em 2.5em;
}
.icc-wrap img {
  width: 50px;
  margin-bottom: 15px;
}
.icc-wrap p {
  font-size: 18px;
  margin-bottom: 0;
}

.trust-sec {
  position: relative;
  overflow: hidden;
}
.trust-sec .container {
  position: relative;
  z-index: 5;
}
.trust-sec > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
}

.cta-sec {
  position: relative;
  overflow: hidden;
  padding: 5em 0px;
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
}

.main-footer {
  position: relative;
  overflow: hidden;
  background: #F8F8F8;
  padding: 4.5em 0px;
  padding-bottom: 0 !important;
}

.ft-logo {
  margin-bottom: 20px !important;
  display: inline-block;
  width: 130px !important;
}
.ft-logo img{
    width: 100%;
}
.ft-head {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
}

.sub-container {
  position: relative;
  overflow: hidden;
  margin-top: 1.2em;
}
.sub-container h3 {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sub-container .sub-wrap {
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.sub-container .sub-wrap input {
  width: 100%;
  padding: 15px 15px;
  background: transparent;
  outline: none !important;
  border: none !important;
  border: 1px solid #585858 !important;
}
.sub-container .sub-wrap input::-moz-placeholder {
  opacity: 1;
  color: rgb(129, 129, 129);
}
.sub-container .sub-wrap input::placeholder {
  opacity: 1;
  color: rgb(129, 129, 129);
}
.sub-container .sub-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
}

.ft-soc {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px !important;
  flex-wrap: wrap;
  margin-top: 1.35em;
}
.ft-soc.bl {
  flex-direction: column;
  margin-top: 0;
  position: sticky;
  top: 75px;
}
@media (max-width: 600px) {
  .ft-soc.bl {
    display: none;
  }
}
.ft-soc li a {
  width: 55px;
  height: 55px;
  display: block;
  border-radius: 50%;
  /*background: #7E7F82;*/
  background: var(--blue);
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-soc li a:hover {
  background: #7E7F82;
}
.ft-soc li a img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ft-list li a {
  color: black;
  font-size: 14px;
  font-weight: 300;
  padding: 0.65em 0px !important;
  display: inline-block;
  font-family: "sequelbook", sans-serif;
  transition: 0.2s ease-in-out;
}
.ft-list li a:hover {
  text-decoration: underline !important;
}

.con-list {
  position: relative;
}
.con-list li .con-inner {
  display: flex;
  gap: 10px;
  padding: 12px 0px;
  align-items: flex-start;
}
.con-list li .con-inner span {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px !important;
}

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0px;
  margin-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.ft-bottom p {
  font-size: 14px;
  margin-bottom: 0;
}
.ft-bottom .term-list {
  display: flex;
  align-items: flex-end;
  gap: 25px;
}
.ft-bottom .term-list li a {
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
  color: black;
}

.inner-header {
  position: relative;
  overflow: hidden;
  padding: 5.5em 0px;
}
.inner-header .container {
  position: relative;
  z-index: 5;
}
.inner-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.contact-sec {
  position: relative;
  overflow: hidden;
  background: #FAFAFA;
}

.con-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.con-grid .lpart {
  position: relative;
  padding: 3em 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-grid .lpart > 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;
}
.con-grid .lpart .cc-list {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  max-width: 330px;
}
.con-grid .lpart .cc-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 8px;
  align-items: center;
  padding: 12px 0px;
}
.con-grid .lpart .cc-list li img {
  width: 100%;
}
.con-grid .lpart .cc-list li span {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
.con-grid .lpart .cc-list li span a {
  color: white;
  font-size: 16px;
  font-weight: 500;
}
.con-grid .rpart {
  padding: 3em 0em;
}

.container-right {
  padding-right: 18%;
}

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.form-group.style-2 input, .form-group.style-2 select, .form-group.style-2 textarea {
  background: #FCFCFC !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px !important;
}
.form-group .inp-group {
  width: 100%;
  position: relative;
}
.form-group .inp-group input,
.form-group .inp-group select,
.form-group .inp-group textarea {
  width: 100%;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px !important;
  background: white !important;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
  transition: 0.2s ease-in-out;
}
.form-group .inp-group input.error,
.form-group .inp-group select.error,
.form-group .inp-group textarea.error {
  border-color: rgb(206, 65, 65) !important;
}
.form-group .inp-group input::-moz-placeholder, .form-group .inp-group select::-moz-placeholder, .form-group .inp-group textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  opacity: 1;
}
.form-group .inp-group input::placeholder,
.form-group .inp-group select::placeholder,
.form-group .inp-group textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  opacity: 1;
}
.form-group .inp-group input:focus,
.form-group .inp-group select:focus,
.form-group .inp-group textarea:focus {
  border: 1px solid var(--blue);
  box-shadow: 0px 0px 0px 2px rgba(56, 91, 246, 0.3);
}
.form-group .inp-group input:focus::-moz-placeholder, .form-group .inp-group select:focus::-moz-placeholder, .form-group .inp-group textarea:focus::-moz-placeholder {
  color: var(--dark);
}
.form-group .inp-group input:focus::placeholder,
.form-group .inp-group select:focus::placeholder,
.form-group .inp-group textarea:focus::placeholder {
  color: var(--dark);
}
.form-group .inp-group select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
}
.form-group .select-group {
  position: relative;
}
.form-group .select-group select {
  color: #767676;
  appearance: none;
  -webkit-appearance: none;
}
.form-group .select-group > img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.ca-img {
  width: 100%;
}
.ca-img img {
  width: 100%;
}

.search-wrap {
  width: 100%;
  position: relative;
  max-width: 300px;
}
.search-wrap input {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  outline: none !important;
  font-size: 14px;
  width: 100%;
}
.search-wrap img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
}

.job-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
  margin-top: 2.5em;
}
.job-grid .job-card {
  width: 100%;
  padding: 2em 2.3em;
  border: 1px solid var(--01);
  border-radius: 16px;
  position: relative;
  transition: 0.2s ease-in-out;
}
.job-grid .job-card:hover {
  transform: translateY(-8px);
}
.job-grid .job-card:hover img {
  transform: translateX(20%) translateY(-20%);
}
.job-grid .job-card img {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  z-index: 5;
  transition: 0.2s ease-in-out;
}
.job-grid .job-card h3 {
  font-size: 20px;
  color: var(--dark);
  margin-bottom: 20px;
}
.job-grid .job-card p {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 0;
}

.life-sec {
  padding-bottom: 8em !important;
  position: relative;
}
.life-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: var(--01);
}
.life-sec .container {
  position: relative;
  z-index: 5;
}

.life-at-kyzer-gallery {
  width: 100%;
  -moz-columns: 3;
       columns: 3;
  margin-top: 3em;
}
.life-at-kyzer-gallery .gr {
  width: 100%;
  margin-bottom: 15px;
}
.life-at-kyzer-gallery .gr img {
  width: 100%;
}
.life-at-kyzer-gallery .load-more-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 200px;
  padding-bottom: 25px;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0.97%, #FAFAFA 51.68%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cr-list {
  padding-left: 30px !important;
}
.cr-list li {
  display: flex;
  align-items: center;
  padding: 12px 0px;
  gap: 15px;
}
.cr-list li img {
  width: 60px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.cr-list li span {
  font-weight: 600;
  color: white;
  font-style: italic;
}

.form-group {
  position: relative;
  width: 100%;
}
.form-group .input-group {
  width: 100%;
}
.form-group .input-group input,
.form-group .input-group textarea,
.form-group .input-group select {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px !important;
  outline: none !important;
  font-size: 14px;
  font-weight: 400;
  color: var(--dark);
  width: 100%;
  padding: 12px 18px;
}
.form-group .input-group input.error,
.form-group .input-group textarea.error,
.form-group .input-group select.error {
  background: rgb(253, 246, 246);
  border-color: rgb(206, 65, 65) !important;
}
.form-group .input-group input::-moz-placeholder, .form-group .input-group textarea::-moz-placeholder, .form-group .input-group select::-moz-placeholder {
  opacity: 1;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}
.form-group .input-group input::placeholder,
.form-group .input-group textarea::placeholder,
.form-group .input-group select::placeholder {
  opacity: 1;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}

.up-container {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.up-wrap {
  position: relative;
  cursor: pointer;
}
.up-wrap input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.up-wrap label {
  width: 100%;
  position: relative;
  background: var(--01);
  padding: 15px 25px;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 14px;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
  font-weight: 400;
}

.sm-text {
  position: relative;
  font-size: 12px;
  color: var(--text);
  line-height: 140%;
  font-style: italic;
}

.cr-form {
  position: relative;
}
.cr-form h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
.cr-form button[type=submit] {
  margin-top: 35px;
}

.cr-form-container {
  background: white;
  border-radius: 20px 20px 0px 0px;
  padding: 3em 2em;
}

.cr-form-sec {
  position: relative;
  padding: 5em 0px;
  padding-bottom: 0;
  background: var(--01) !important;
}
.cr-form-sec .cr-01 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  max-width: 100%;
  pointer-events: none;
}
.cr-form-sec .cr-02 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  max-width: 100%;
  pointer-events: none;
}

label.error {
  font-size: 14px;
  color: rgb(218, 50, 50);
  /*display: none !important;*/
}

.blue-header {
  position: relative;
  overflow: hidden;
  background: var(--01);
  padding: 4.5em 0px;
}
.blue-header img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 300px;
  pointer-events: none;
}
.blue-header.right img {
  right: 0;
  bottom: 0;
  top: unset;
  left: unset;
  transform: scaleX(-1);
}
.blue-header .container {
  position: relative;
  z-index: 5;
}

.blue-header-inner {
  display: flex;
  align-items: center;
    background-color: #000000;
  justify-content: space-between;
}
.blue-header-inner .lpart {
  max-width: 650px;
}
.blue-header-inner .lpart p {
  max-width: 500px;
}
.sm-head {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.point-list {
  position: relative;
  margin-bottom: 25px;
}
.point-list li {
  position: relative;
  padding: 1em 0px;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #4F4F4F;
  line-height: 140%;
}
.point-list.style-65 li{
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.point-list.style-65 li:first-child{
  border-top: none !important;
}
.point-list.style-65 li:last-child{
  border-bottom: none !important;
}
.point-list.white li{
  color: white !important;
}
.point-list li::after {
  content: "";
  position: absolute;
  top: calc(1em + 1.5px);
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: url(../images/tick1.svg) center/cover no-repeat;
}

.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 10px;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: white;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
}
.breadcrumbs li a {
  color: white;
  font-size: 14px;
}

.or-list {
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}
.or-list li {
  position: relative;
  padding: 0.5em 0px;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #2E2E2E;
  line-height: 140%;
}
.or-list li::after {
  content: "";
  position: absolute;
  top: calc(0.5em + 1.5px);
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/or-tick.svg) center/85% 85% no-repeat;
}

.hw-img {
  width: 100%;
}
.hw-img img {
  width: 100%;
}

.hw-sec {
  overflow: hidden;
}

.hw-con {
  padding: 1em 0px;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 3em;
}

.ft-wrap {
  position: relative;
}
.ft-wrap .tp {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.ft-wrap .tp img {
  width: 70px;
}
.ft-wrap .tp h3 {
  font-size: 18px;
  color: white;
  font-weight: 600;
  margin-bottom: 0;
}
.ft-wrap .para {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 120%;
}

.features-sec {
  background: var(--02);
}

.st-img {
  margin-top: 3em;
  width: 100%;
}
.st-img img {
  width: 100%;
}

.choose-img {
  width: 100%;
}
.choose-img img {
  width: 100%;
}

.choose-list {
  position: relative;
}
.choose-list li {
  padding: 0.7em 0px;
}
.choose-list h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.choose-list p {
  margin-bottom: 0;
}

.logos-img {
  width: 100%;
}
.logos-img img {
  width: 100%;
}

.em-sec {
  position: relative;
  background: var(--blue);
  padding: 5em 0em;
}
.em-sec img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: scaleX(-1);
  max-width: 100%;
}

.em-wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 3em;
}
.em-wrap .em-inp {
  position: relative;
  width: 100%;
}
.em-wrap .em-inp img {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.em-wrap .em-inp input {
  width: 100%;
  background: transparent;
  height: 100%;
  padding: 15px 25px;
  outline: none;
  border: 1px solid #fff;
  padding-left: 65px;
}
.em-wrap .em-inp input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.em-wrap .em-inp input::placeholder {
  color: white;
  opacity: 1;
}
.em-wrap .em-inp img {
  position: absolute;
}
.em-wrap button {
  min-width: 150px;
}

.banner-swiper {
  width: 100%;
  position: relative;
}
.banner-swiper .main-banner {
  position: relative;
}
.banner-swiper .main-banner .banner-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 70px);
  z-index: 5;
  position: relative;
}


.banner-swiper {
    overflow: hidden;
}
.banner-swiper .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-swiper .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-swiper .bg-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 66, 147, 0.7); /* Dark overlay for better text visibility */
  z-index: 1;
}
.banner-content {
  position: relative;
  color:#fff;
  padding-left: 40px;
}
@media(max-width: 1450px){
    .banner-content{
        padding-left: 40px !important;
    }
}
@media(max-width: 600px){
    .banner-content{
        padding-left: 0px !important;
    }
}
.banner-content h1 {
  color: #fff;
  font-family: "sequelbook", sans-serif;
  font-size: 62px;
  line-height: 100%;
  margin-bottom: 0.3em;
}
.banner-content h1.white {
  color: white;
}
.banner-content h1{
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s ease-in-out;
    transition-delay: 0.3s;
}
.banner-content .para{
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s ease-in-out;
    transition-delay: 0.5s;
}
.banner-content .main-btn{
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s ease-in-out;
    transition-delay: 0.7s;
}
.banner-content .para {
  color: white;
  font-size: 16px;
  max-width: 400px;
  margin-bottom: 1.5em;
}
.banner-content .para.white {
  color: white;
}

.swiper-pagination {
  position: absolute;
}
.swiper-pagination.vertical {
  left: -1.5% !important;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  bottom: unset !important;
  width: auto !important;
  z-index: 99;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  position: relative;
  margin: 0px 15px !important;
  background: var(--blue);
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2.5);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--blue);
  opacity: 0;
}
.swiper-pagination.white .swiper-pagination-bullet {
  background: white;
}
.swiper-pagination.white .swiper-pagination-bullet:after {
  border: 1px solid white;
}
.lg-sec{
  overflow: hidden;
}
.text-jus{
  text-align: left !important;
}
.cscap h2{
  text-transform: unset !important;
}
.cl-logo-track{
  min-width: max-content;
  display: flex;
  gap: 20px;
  animation: var(--anim);
  margin-bottom: 1.5em;
}
@keyframes slideLoop {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(-50%);
  }
}
.lg-l {
  width: 227px;
  height: 200px;
  min-width: 227px;
  min-height: 200px;
}
.lg-l img {
  width: 227px;
  height: 200px;
  object-fit: contain;
  object-position: center;
}

.play-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border: none !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--blue);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.08s !important;
}
.play-btn:hover {
  box-shadow: 0px 0px 0px 20px rgba(1, 66, 147, 0.2);
  transform: scale(1.15);
}
.play-btn:hover:after {
  transform: scale(1.5);
}
.play-btn:hover img {
  transform: scale(1.15);
}
.play-btn img {
  width: 30px;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vid-wrap {
  width: 100%;
  position: relative;
  padding-top: 56.24%;
  background: white;
  filter: drop-shadow(0px 15px 50px rgba(0, 0, 0, 0.08));
}
.vid-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.vid-wrap iframe , .vid-wrap > img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top:0;
    left: 0;
}

.vid-wr-sec {
  position: relative;
}
.vid-wr-sec .container {
  position: relative;
  z-index: 5;
}
.vid-wr-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 27%;
  height: 100%;
  /*background: var(--light);*/
  background : #a0b3f1;
}

.team-card {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
  --trans: 0.3s ease-in-out;
  display: block;
}
.team-card .tit {
  display: block;
  width: 100%;
}
.team-card:hover .over {
  pointer-events: unset;
}
.team-card .over .tit h3 {
  background: linear-gradient(to right, rgba(160, 179, 241, 0), rgba(160, 179, 241, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 105%, 0 105%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  
  width: 100%;
}
.team-card:hover .over .tit h3 {
  background-size: 0 0.2em, 100% 0.2em;
}
.team-card:hover .over h3,
.team-card:hover .over p,
.team-card:hover .over a.linked-in {
  transform: translateY(0px);
  opacity: 1;
}
.team-card:hover .over span {
  transform: translateY(0px);
}
.team-card .linked-in{
    display: none !important;
}

.team-card div.m-wrap{
    overflow: hidden;
    /*position: absolute;*/
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}

.team-card div.m-wrap img {
  width: 100%;
      height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
    transition: 0.2s ease-in-out;
}
.team-card:hover div.m-wrap img{
    transform: scale(1.2) !important;
}
.team-card.style-2 {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  padding-top: 0 !important;
}
.team-card.style-2 > img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}
.team-card.style-2 .over {
  position: relative !important;
  background: transparent !important;
  opacity: 1 !important;
  pointer-events: unset !important;
  z-index: 555;
  padding: 12px 0px;
  display: flex;
  min-height: 120px;
  justify-content: center;

}
.team-card.style-2 .over > span {
  display: none !important;
}
.team-card.style-2 .over .con, .team-card.style-2 .over h3, .team-card.style-2 .over p {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  text-align: center;
}
.team-card.style-2 .over .con {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-card.style-2 .over .linked-in {
  transform: translateY(0px) !important;
  opacity: 1;
  margin-left: 0;
}
.team-card .linked-in{
    display: none;
}
.team-card .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  display: flex;
  align-items: center;
  transition: var(--trans);
  pointer-events: none;
}
.team-card .over > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(30, 81, 242);
  z-index: 1;
  mix-blend-mode: multiply;
  transform: translateY(100%);
  transition: var(--trans);
}
.team-card .over .con {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.team-card .over h3 {
  text-align: center;
  color: white;
  font-family: "sequelbook", sans-serif;
  font-size: 24px;
  margin-bottom: 5px;
  /*transition: var(--trans);*/
  /*transition-delay: 0.1s !important;*/
  transform: translateY(12px);
  opacity: 0;
  display: inline;
}
.team-card .over p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  color: white;
  transition: var(--trans);
  transition-delay: 0.2s !important;
  transform: translateY(12px);
  opacity: 0;
}
.team-card .over a.linked-in {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  margin-top: 10px;
  transition: var(--trans);
  transition-delay: 0.3s !important;
  transform: translateY(12px);
  opacity: 0;
}
.team-card .over a.linked-in img {
  width: 100%;
}

.team-swiper {
  margin-top: 1.4em;
}

.srv-row {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
  gap: 35px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 2em 2.5em;
  transition: 0.3s ease-in-out;
  background: white;
}
.srv-row:hover{
    transform: scale(1.05);
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.25);
}
.srv-row-p:not(:last-child) .srv-row {
  margin-bottom: 2.45em;
}
.srv-row-p:nth-child(odd) .srv-row {
  grid-template-columns: 1fr 0.7fr;
}
.srv-row-p:nth-child(odd) .srv-row .l-part {
  grid-column: 2/3;
  grid-row: 1/1;
  align-items: flex-end;
}
.srv-row-p:nth-child(odd) .srv-row h3{
  text-align: right !important;
}
.srv-row-p:nth-child(odd) .srv-row .r-part {
  grid-column: 1/2;
  grid-row: 1/1;
}
.srv-row .l-part {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.srv-row .l-part .ic {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  /* background: rgba(1, 66, 147, 0.03); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.srv-row .l-part .ic img {
  width: 60%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.srv-row .l-part h3 {
  font-family: "sequelbook", sans-serif;
  color: var(--blue);
  font-size: 32px;
  margin-bottom: 0;
}

.ind-inner {
  position: relative;
  background: var(--blue);
  padding: 2.5em 3em;
}

.ind-swiper {
  margin-top: 1.1em;
  padding-bottom: 5px;
}

.ind {
  position: relative;
  padding: 1.2em 1.5em;
  border: 1px solid white;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.2s ease-in-out;
}
.ind:hover {
  background: white;
}
.ind:hover img {
  filter: invert(50%) sepia(48%) saturate(6438%) hue-rotate(202deg) brightness(86%) contrast(107%);
}
.ind:hover span {
  color: var(--blue);
}
.ind span {
  color: white;
}
.ind img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: invert(100%) brightness(10000%);
}

.test-swiper {
  padding: 2em 1.8em;
}
.test-swiper .test-card:hover {
  transform: scale(1) !important;
}

.test-card {
  position: relative;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: white;
}
.test-card:hover {
  transform: scale(1.1);
  z-index: 5;
}
.test-card .test-area {
  position: relative;
  padding-top: 79%;
  background: grey;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.test-card .test-area.fl {
  background: white;
  overflow-x: hidden;
  overflow-y: auto;

}
.test-card .test-area.fl .para {
  position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -00%);
    padding: 1.2em;
    /*height: %;*/
    height: auto;
    overflow: hidden;
}
.test-card .test-area video, .test-card .test-area img, .test-card .test-area 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;
}
.test-card .test-dt {
  position: relative;
  padding: 15px 20px;
}
.test-card .test-dt h2 {
  font-size: 18px;
  font-family: "sequelbook", sans-serif;
  margin-bottom: 5px;
  overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.test-card .test-dt p {
  font-size: 14px;
  color: #656565;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.test-card .vid-play-btn {
    position: absolute;
    bottom: unset;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 1em;
    background: url(../images/pl.svg) 57% 55%/40% 40% no-repeat white;
    outline: none !important;
    border: none;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: 1em;
    /*transform: translate(-50%,-50%);*/
}
.test-card .vid-play-btn img{

  display: none;
}
.test-card .vid-play-btn:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 0.5px solid white;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.test-card .vid-play-btn:hover {
  transform: scale(1.1);
  z-index: 5;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.25);
}
.test-card .vid-play-btn:hover:after {
  transform: scale(1.4);
}
.test-card .vid-play-btn.play {
  background: url(../images/pa.svg) center/40% 40% no-repeat white;
}

.read-more {
  text-decoration: underline !important;
  color: var(--blue);
}

.ft-head {
  font-size: 20px;
  font-family: "sequelbook", sans-serif;
  color: #1e1e1e;
  margin-bottom: 12px;
}

.ft-para {
  font-family: "sequelbook", sans-serif;
  font-size: 16px;
  color: var(--text) !important;
}

.inner-banner {
  position: relative;
  background: url(../images/bn-bg.jpg) center/cover no-repeat;
  min-height: 430px;
  display: flex;
  align-items: center;
}
.inner-banner:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: url('../images/bn-c.png') center/cover no-repeat rgba(1, 66, 147, 0.75);
}
.inner-banner > *{
    position: relative;
    z-index: 5;
}
.inner-banner h2 {
  font-size: 52px;
}

.ab-img-1 {
  width: 100%;
}
.ab-img-1 img {
  width: 100%;
}

.blue-bg {
  background: var(--blue);
}

.counter-sec {
  position: relative;
}
.counter-sec > img {
  position: absolute;
  left: 20%;
  top: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.counter-sec .container {
  position: relative;
  z-index: 5;
}

.counter-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 35px;
  margin-top: 1.8em;
}
.counter-container .count-wrap {
  border-bottom: 3px solid white;
  height: 100%;
}
.counter-container .count-wrap h2 {
  font-size: 56px;
  height: 56px;
  font-family: "sequelsemibold", sans-serif;
  margin-bottom: 5px;
  color: white;
}
.counter-container .count-wrap h2 span {
  font-size: 56px;
  font-family: "sequelsemibold", sans-serif;
}
.counter-container .count-wrap p {
  color: white;
  font-size: 20px;
  font-family: "sequelbook", sans-serif;
  margin-bottom: 15px;
}

.light-bg {
  background: var(--light);
}

.vl-row {
  row-gap: 25px;
  justify-content: center;
}

.vl-card {
  background: white;
  border: 1px solid var(--blue);
  padding: 2em 1.5em;
  height: 100%;
  transition: 0.2s ease-in-out;
}
.vl-card:hover {
  background: var(--blue);
}
.vl-card:hover h3, .vl-card:hover p {
  color: white;
}
.vl-card:hover img {
  filter: invert(100%) brightness(10000%);
}
.vl-card h3 {
  color: var(--blue);
  margin-bottom: 12px;
  font-size: 24px;
  transition: 0.2s ease-in-out;
}
.vl-card p {
  transition: 0.2s ease-in-out;
}
.vl-card img {
  width: 50px;
  margin-bottom: 1.2em;
}

.mv-sec {
  position: relative;
  background: var(--blue);
}

.mv-img {
  position: relative;
}
.mv-img img {
  width: 100%;
}

.timeline {
  margin-top: 5em;
  position: relative;
}
.timeline:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 5px;
  border-left: 2px dashed var(--blue);
  height: 100%;
}
.timeline li {
  position: relative;
  display: grid;
  gap: 150px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.timeline li > h3 {
  font-weight: 900;
  font-size: 82px;
  margin-bottom: 0;
  color: var(--blue);
  width: 100%;
  text-align: right;
}
.timeline li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0px 0px 0px 5px rgba(1, 66, 147, 0.15);
}
.timeline li:not(:last-child) {
  margin-bottom: 3.5em;
}
.timeline li:nth-child(even) > *:nth-child(1) {
  grid-column: 2/3;
  grid-row: 1;
}
.timeline li:nth-child(even) > *:nth-child(2) {
  grid-column: 1/2;
  grid-row: 1;
}
.timeline li:nth-child(even) > h3 {
  text-align: left;
}
.timeline li .tm-cn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 2em 2em;
}
.timeline li .tm-cn .para {
  margin-bottom: 0;
}
.timeline li .tm-cn h3 {
  color: var(--blue);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mv-sec {
  overflow: hidden;
}

.pp-sec {
  position: relative;
}
.pp-sec .container {
  z-index: 5;
  position: relative;
}
.pp-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/blue-gr.jpg) center/cover no-repeat;
}
.pp-sec.style-65:after{
  display: none !important;
}

.icc-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.icc-container.style-65{
  grid-template-columns: repeat(4, 1fr);
}
.icc-container.style-65 .icc p{
  font-size: 20px;
  font-family: 'sequelsemibold', sans-serif;
  margin-bottom: 0;
}
.icc-container .icc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 2.3em 1.5em;
}
.icc-container .icc:hover {
  background: var(--blue);
}
.icc-container .icc:hover img {
  filter: invert(100%) brightness(1800%);
}
.icc-container .icc:hover p {
  color: white;
  text-align: center;
}
.icc-container .icc img {
  width: 65px;
  height: 65px;
}
.icc-container .icc p {
  color: var(--blue);
  font-size: 18px;
  font-family: "sequelbook", sans-serif;
  margin-bottom: 0;
  text-align: center;
  line-height: 120%;
}
.icc-container .icc p span {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "sequelsemibold", sans-serif;
}

.img-full {
  width: 100%;
}

.bg-grey {
  background: #F4F4F4 !important;
}

.help-points-grid {
  display: grid;
  gap: 20px;
  margin-top: 2em;
}
.help-points-grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 767px) {
  .help-points-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.h-card {
  width: 100%;
  padding: 2.3em 2em;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
  background: white;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.h-card:hover {
  background: var(--blue);
}
.h-card:hover h3,
.h-card:hover p {
  color: white;
}
.h-card:hover .ic {
  background: rgba(255, 255, 255, 0.12);
}
.h-card:hover .ic img {
  filter: invert(100%) brightness(28000%);
}
.h-card .ic {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background: rgba(1, 66, 147, 0.12);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  float: left;
  margin-right: 15px;
}
.h-card .ic img {
  width: 55%;
  height: 55%;
  object-fit: contain;
  object-position: center;
}
.h-card h3 {
  color: var(--blue);
  font-size: 24px;
  font-family: "sequelbook", sans-serif;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.h-card p {
  margin-bottom: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.test-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.con-sec {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #F4F4F4 14.91%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}

.form-group {
  position: relative;
  margin-bottom: 18px;
}
.form-group .label-text {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.form-group .label-text span {
  font-size: 16px;
  color: #D90707;
}
.form-group .label-text span.txt {
  color: #585858;
  font-weight: 600;
  font-size: 11px;
}
.form-group .inp-grp {
  position: relative;
  width: 100%;
}
.form-group .inp-grp .select-grp {
  position: relative;
}
.form-group .inp-grp .select-grp img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-group .inp-grp .select-grp select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group .inp-grp input,
.form-group .inp-grp textarea,
.form-group .inp-grp select {
  width: 100%;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 12px 15px;
  background: transparent;
  transition: 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  color: rgb(58, 58, 58);
}
.form-group .inp-grp input:focus,
.form-group .inp-grp textarea:focus,
.form-group .inp-grp select:focus {
  border: 1px solid var(--blue);
  box-shadow: 0px 0px 0px 5px rgba(1, 66, 147, 0.08);
  background: white;
  color: black;
}

.con-form-container {
  padding: 5em 0px;
}

.con-img {
  width: 100%;
}
.con-img img {
  width: 100%;
}

.map-container {
  margin-top: 5em;
  width: 100%;
}
.map-container img, .map-container svg {
  width: 100%;
}

.cn-l-wrap {
  position: relative;
  padding-top: 10px;
  margin-bottom: 25px;
}
.cn-l-wrap h3 {
  font-size: 32px;
  color: white;
  font-family: "sequelbook", sans-serif;
  margin-bottom: 10px;
}
.cn-l-wrap a span {
  font-size: 14px !important;
}
.cn-l-wrap a img {
  width: 20px !important;
}

.in-sec {
  position: relative;
  z-index: 5;
}

.test-sec-home {
  padding-top: 15em;
  margin-top: -10em;
}
.test-sec-home > img {
  pointer-events: none;
  position: absolute;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.test-sec-home .container {
  position: relative;
  z-index: 99;
}

.bl-card {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
@media(min-width: 1300px){
    .bl-card {
        padding-top: 82%;
    }
}
.bl-card:hover .det h3 {
  background-size: 0 0.2em, 100% 0.2em;
}
.bl-card:hover img {
  transform: scale(1.1);
}
.bl-card img {
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bl-card > .img-area 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;
}
.bl-card:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.58%, rgba(0, 0, 0, 0.86) 89.1%);
}
.bl-card .det {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 6;
  padding: 15px 20px;
}
.bl-card .det h3 {
  color: white;
  font-size: 32px;
  line-height: 140%;
  font-family: "sequelbook", sans-serif;
  background: linear-gradient(to right, rgba(160, 179, 241, 0), rgba(160, 179, 241, 0)), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 105%, 0 105%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  display: inline;
}
.bl-card .det p {
  color: white;
}
.bl-card:nth-child(2), .bl-card:nth-child(3) {
  position: relative;
  padding-top: 0;
}
.bl-card:nth-child(2):hover .det h3, .bl-card:nth-child(3):hover .det h3 {
  background-size: 0 0.2em, 100% 0.2em;
}
.bl-card:nth-child(2):after, .bl-card:nth-child(3):after {
  display: none;
}
.bl-card:nth-child(2) .img-area, .bl-card:nth-child(3) .img-area {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.bl-card:nth-child(2) .img-area img, .bl-card:nth-child(3) .img-area 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;
}
.bl-card:nth-child(2) .det, .bl-card:nth-child(3) .det {
  position: static;
  padding-left: 0;
  padding-right: 0;
}
.bl-card:nth-child(2) .det h3, .bl-card:nth-child(3) .det h3 {
  color: black;
  font-size: 20px;
  background: linear-gradient(to right, rgba(160, 179, 241, 0), rgba(160, 179, 241, 0)), linear-gradient(to right, rgb(88, 88, 88), rgb(88, 88, 88));
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 105%, 0 105%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.bl-card:nth-child(4) {
  padding-top: 0;
}
.bl-card:nth-child(4):after {
  background: linear-gradient(269.7deg, #014293 50.78%, rgba(1, 66, 147, 0) 70.24%);
}
.bl-card:nth-child(4) .det {
  position: relative;
  z-index: 8;
  width: 55%;
  margin-left: auto;
  padding: 2em 1em;
}
.bl-card:nth-child(4) .det h3 {
  font-size: 20px;
}
.bl-card:nth-child(4) .det p {
  font-size: 14px;
  margin-bottom: 0;
}

.bl-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 2.5em;
}
.bl-grid > *:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.bl-grid > *:nth-child(4) {
  grid-column: span 2;
}

.srv-card {
  position: relative;
  padding: 2em 1.5em;
  background: var(--light);
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid transparent;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
}
.srv-card p.para{
  text-align: left !important;
}
.srv-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--blue);
}
.srv-card h3 {
  color: var(--blue);
  font-size: 24px;
  font-family: "sequelbook", sans-serif;
  margin-bottom: 15px;
}
.srv-card .main-btn {
  margin-top: 30px;
}

.srv-grid {
  row-gap: 25px;
}
.uni-sec {
  position: relative;
  overflow: hidden;
}
.uni-sec > img {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
.uni-sec .container {
  position: relative;
  z-index: 5;
}

.uni-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 25px;
  margin-top: 6.5em;
}

.uni-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 29.2374px;
  padding: 3em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  align-self: flex-start;
}
.uni-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  transform: translateY(-20px);
}
.uni-card:nth-child(2), .uni-card:nth-child(4) {
  margin-top: 3em;
}
.uni-card:nth-child(3) {
  margin-top: -3em;
}
.uni-card .uni-icon {
    width: 80px;
    height: 80px;
    background: url('../images/uni-bg.svg') center/contain no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uni-card .uni-icon img {
  width: 40px;
}
.uni-card h3 {
  font-size: 20px;
  text-align: center;
  color: var(--blue);
  font-family: "sequelbook", sans-serif;
}
.uni-card p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}

hr {
  width: 100%;
  height: 1px;
  background: #C0D2F6 !important;
}

.career-header {
  padding: 5em 0px;
  position: relative;
  padding-bottom: 0;
  background: var(--light-gr);
}
.career-header > img {
  position: absolute;
  top: 5%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.career-header > img:nth-child(1) {
  position: absolute;
  left: 2em;
}
.career-header > img:nth-child(2) {
  right: 2em;
}

.cc-swiper {
  margin-top: 3.5em;
}
.cc-swiper .swiper-slide {
  height: auto;
}
.cc-swiper .swiper-slide .cc-gal-img {
  height: 100%;
  width: 100%;
}
.cc-swiper .swiper-slide .cc-gal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.cc-swiper.style-2 .swiper-slide .cc-gal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: bottom;
     object-position: bottom;
}

.job-card {
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 1.5em 2em;
  position: relative;
  margin-bottom: 25px;
}
.job-card h3 {
  color: white;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "sequelbook", sans-serif;
  line-height: 120%;
}
.job-card p {
  color: white;
  font-size: 14px;
}
.job-card .bt-flex {
  display: flex;
  gap: 15px;
}
.job-card .bt-flex > *:nth-child(2) {
  max-width: 100%;
  width: 100%;
  justify-content: center;
}
.job-card .bt-flex a:not(.main-btn) {
  padding: 15px 0px;
  width: 30%;
  min-width: -moz-max-content;
  min-width: max-content;
}
.job-card .bt-flex a:not(.main-btn) span {
  color: white;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 5;
  transition: 0.2s ease-in-out;
}

.bg-light-gr {
  background: var(--light-gr);
}

.career-form-sec {
  position: relative;
}
.career-form-sec > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.career-form-sec .container {
  position: relative;
  z-index: 5;
}

.job-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  padding: 3em 2.5em;
  margin-top: 3em;
}

.resume-selector {
  position: relative;
}
.resume-selector input {
  position: absolute;
  opacity: 0;
  top: 0;
  cursor: pointer;
  pointer-events: none;
}
.resume-selector label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 13px 15px;
  background: #FCFCFC;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}
.resume-selector label:hover {
  background: #f1f1f1;
}
.resume-selector label span {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.resume-selector label span.active {
  color: var(--blue);
}
.resume-selector label button {
  outline: none;
  background: transparent;
  border: none !important;
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
  min-width: 12px;
}
.resume-selector label button img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.bll-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.bll-card {
  position: relative;
  padding: 1em;
  border: 0.864534px solid rgba(0, 0, 0, 0.2);
  border-radius: 15.5616px;
  display: block;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.bll-card:hover .im img {
  transform: scale(1.15);
}
.bll-card:hover .det h3 {
  color: var(--blue);
}
.bll-card .im {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}
.bll-card .im img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.bll-card .det {
  padding-top: 15px;
}
.bll-card .det h3 {
  font-family: "sequelbook", sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
  color: black;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 25px;
}

.ft-card {
  background: #EFEFEF;
  padding: 1.5em;
  position: sticky;
  margin-bottom: 30px;
  top: 96px;
}
.testi-sec {
    overflow: unset !important;
}
.ft-card h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-family: "sequelsemibold", sans-serif;
  color: var(--blue);
}
.ft-card input,
.ft-card select {
  background: white !important;
}
.ft-card .main-btn {
  max-width: 100% !important;
  width: 100%;
}

.team-inner {
  position: relative;
  width: 100%;
}
.team-inner .team-inner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.team-inner .team-inner-grid .l-part {
  background: var(--gr);
  position: relative;
}
.team-inner .team-inner-grid .l-part > img {
  width: 100%;
  height: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  /*margin-top: 1.5em;*/
}
.team-inner .team-inner-grid .l-part .back-btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 2em;
  left: 3em;
  gap: 5px;
  max-width: -moz-max-content;
  max-width: max-content;
}
.team-inner .team-inner-grid .l-part .back-btn img {
  width: 17px;
}
.team-inner .team-inner-grid .l-part .back-btn span {
  color: white;
  font-size: 16px;
}
.team-inner .team-inner-grid .r-part .team-inner-con {
  padding: 2em 0px;
}
.team-inner .team-inner-grid .r-part .team-inner-con h3, .team-inner .team-inner-grid .r-part .team-inner-con h1 {
  font-size: 42px;
  font-family: "sequelbook", sans-serif;
  color: var(--blue);
  margin-bottom: 20px;
}
.team-inner .team-inner-grid .r-part .team-inner-con > ul {
  position: relative;
  margin-bottom: 1.5em !important;
}
.team-inner .team-inner-grid .r-part .team-inner-con > ul > li {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  gap: 25px;
  padding: 8px 0px;
}
.team-inner .team-inner-grid .r-part .team-inner-con > ul > li span {
  display: block;
}
.team-inner .team-inner-grid .r-part .team-inner-con > ul > li span:nth-child(1) {
  font-size: 16px;
  font-family: "sequelbook", sans-serif;
}
.team-inner .team-inner-grid .r-part .team-inner-con > ul > li span:nth-child(2) {
  font-size: 16px;
  color: var(--blue);
  font-family: "sequelsemibold", sans-serif;
}
.team-inner .team-inner-grid .r-part .team-inner-con .tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.team-inner .team-inner-grid .r-part .team-inner-con .tags li {
  padding: 5px 18px;
  border-radius: 50px;
  background: #E9E9E9;
  min-width: -moz-max-content;
  min-width: max-content;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
}
.team-inner .team-inner-grid .r-part .team-inner-con .lk-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-inner .team-inner-grid .r-part .team-inner-con .lk-wrap span {
  font-size: 16px;
  font-family: "sequelbook";
  color: #0073AF;
}
.team-inner .team-inner-grid .r-part .team-inner-con hr {
  height: 2px;
  background: #E6E6E6;
  margin: 2.5em 0px;
}
.team-inner .team-inner-grid .r-part .team-inner-con .cnn-p {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* firefox */
.custom-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgb(201, 201, 201) transparent;
}

.custom-scroll:-webkit-scrollbar {
  width: 11px;
}

.custom-scroll:-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

.custom-scroll:-webkit-scrollbar-thumb {
  background-color: rgb(201, 201, 201);
  border-radius: 6px;
  border: 3px solid transparent;
}

/* webkit browsers */
.custom-scroll::-webkit-scrollbar {
  width: 5px;
}
 
.custom-scroll::-webkit-scrollbar-track {
  background: #ddd;
}
 
.custom-scroll::-webkit-scrollbar-thumb {
  background: var(--blue); 
}


.m-cir {
  transform-box: fill-box;
  transition: 0.2s ease-in-out;
  transform-origin: center;
}
.m-cir:hover {
  transform: scale(2.3);
}

.real-map {
  width: 100%;
  position: relative;
  padding-top: 30.24%;
  overflow: hidden;
}
.real-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;
}

.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;
}

.con-det-list {
  position: relative;
}
.con-det-list li:nth-child(3) a {
  align-items: flex-start;
  cursor: default;
}
.con-det-list li:nth-child(1) a:hover img {
  box-shadow: 0px 0px 0px 5px rgba(1, 66, 147, 0.8);
}
.con-det-list li:nth-child(1) a:hover span {
  text-decoration: underline !important;
}
.con-det-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0px;
}
.con-det-list li a img {
  min-width: 40px;
  width: 40px;
  border-radius: 50%;
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.con-det-list li a span {
  color: #1e1e1e;
  font-size: 14px !important;
  font-weight: 500;
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.a-cc {
  position: relative;
}
.a-cc .accordion-item {
  background: white;
  border-radius: 8px;
  margin-bottom: 20px;
  border: none !important;
}
.a-cc .accordion-item .accordion-button {
  padding: 25px 20px !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
  color: #1e1e1e !important;
  font-size: 18px;
}

.test-dt.fl {
  display: flex;
  align-items: center;
  gap: 8px;
}
.test-dt.fl img {
  min-width: 40px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

.ot-list .main-btn {
  padding: 8px 25px !important;
  margin-bottom: -6px;
}

.blog-inner-sec {
  position: relative;
  overflow: unset;
}
.blog-inner-sec .sec-head h2 {
  overflow: hidden;
}

.blog-inner-sec .sec-head h1 {
  overflow: hidden;
}

.bl-inner-img {
  position: relative;
  padding-top: 56.24%;
  background: #e2e2e2;
  margin-top: 2.3em;
}
.bl-inner-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-inner-ht {
  background: #ececec;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 1em 1.5em;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}
@media (max-width: 600px) {
  .blog-inner-ht {
    padding: 1em 0.5em;
  }
}
.blog-inner-ht p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}

.bl-swiper {
  padding: 20px 20px;
}

.counter {
  letter-spacing: rem(0px);
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 40px;
  font-size: 40px;
  margin: 0 6px;
  max-width: -moz-max-content;
  max-width: max-content;
}

.counter > span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
  line-height: 1;
}

.counter > span span {
  flex: 0 0 100%;
  height: 100%;
}

.counter:nth-child(1) > span {
  transition-delay: 0s;
}

.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}

.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}

.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}

.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}

.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}

.counter:nth-child(7) > span {
  transition-delay: 2.25s;
}

.counter:nth-child(8) > span {
  transition-delay: 2.625s;
}

.counter:nth-child(9) > span {
  transition-delay: 3s;
}

.counter:nth-child(10) > span {
  transition-delay: 3.375s;
}

.counter:nth-child(11) > span {
  transition-delay: 3.75s;
}

.counter:nth-child(12) > span {
  transition-delay: 4.125s;
}

.counter:nth-child(13) > span {
  transition-delay: 4.5s;
}

.counter:nth-child(14) > span {
  transition-delay: 4.875s;
}

.counter:nth-child(15) > span {
  transition-delay: 5.25s;
}

.counter:nth-child(16) > span {
  transition-delay: 5.625s;
}

.counter:nth-child(17) > span {
  transition-delay: 6s;
}

.counter:nth-child(18) > span {
  transition-delay: 6.375s;
}

.counter:nth-child(19) > span {
  transition-delay: 6.75s;
}

.counter:nth-child(20) > span {
  transition-delay: 7.125s;
}

.line {
  overflow: hidden;
}

.line span {
  display: inline-block !important;
  position: relative;
}

.search-bar-wrapper {
  width: 100%;
  position: relative;
  margin-top: 1.5em;
}
.search-bar-wrapper button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 8px;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.search-bar-wrapper button:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}
.search-bar-wrapper input {
  width: 100%;
  padding: 15px 25px;
  background: white;
  outline: none !important;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.search-bar-wrapper input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.search-bar-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.banner-swiper .swiper-slide-active h1{
    opacity: 1;
    transform: translateY(0px);
}
.banner-swiper .swiper-slide-active .para{
    opacity: 1;
    transform: translateY(0px);
}
.banner-swiper .swiper-slide-active .main-btn{
    opacity: 1;
    transform: translateY(0px);
}
.tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 15px;
  gap: 15px;
}
.tag-wrapper span {
  background: #E9E9E9;
  padding: 11px 28px;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-weight: 500;
  min-width: max-content;
}
.tag-wrapper span:hover {
  background: rgba(0, 0, 0, 0.2);
}
.tag-wrapper span.active {
  background: var(--blue);
  color: white;
}
.tag-wrapper span.active:hover {
  background: var(--blue) !important;
}

.clients-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  margin-top: 3em;
  row-gap: 35px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.clt {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fff;
  display: block;
  border: 1px solid rgba(0,0,0,0.08);
}
.clt:hover {
  transform: scale(1.12);
}
.clt img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  transform:  scale(0.8);
}/*# sourceMappingURL=main.css.map */
.intl-tel-input,
.iti{
  width: 100%;
}
.ot-list .main-btn:after{
    display: none !important;
    
}
.ot-list .main-btn{
    transition: 0.2s ease-in-out !important;
}
.ot-list .main-btn:hover{
    transform: scale(1.1);
    
}
.ot-list .main-btn:hover span{
    color: var(--blue) !important;
    
}
.float-btn{
    display: none !important;
}
@media(max-width: 600px){
    .float-btn, .ft-toggle{
        display: flex !important;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 999;
        max-width: 100% !important;
        margin: 0px !important;
        justify-content: center;
    }
}
@media(min-width: 1300px){
    .team-inner .team-inner-grid{
        grid-template-columns: 0.7fr 1fr;
    }
}
.demo-img{
    width: 100%;
    margin-top: 1.5em;
}
.demo-img img{
    width: 100%;
}
.sf-btn{
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%) translateX(38%) rotate(-90deg);
    z-index: 9999;
}
@media(max-width: 600px){
    .sf-btn{
        display: none;
    }
}
.mobile-nav .nav-list li a img{
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
}
.mobile-nav .nav-list li a.collapsed img{
    transform: rotate(0deg);
    /*transition: 0.2s ease-in-out;*/
}
.ft-toggle, .ft-close{
    display: none;
}
.ft-close{
    position: absolute;
    top: 1em;
    right: 1em;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline: none;
    border: none;
    box-shadow: none;
    color: white;
    background: rgba(0,0,0,0.5);
}
.ft-close img{
    width: 13px;
    filter: invert(100%) brightness(100000%);
}
@media(max-width: 600px){
    .banner-swiper .main-banner .banner-inner {
        padding-top: 2em;
        align-items: flex-start !important;
    }
    .ft-card {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      margin: 0px;
      max-height: max-content;
      top: unset;
      opacity: 0;
      pointer-events: none;
      transition: 0.3s ease-in-out;
      transform: translateY(100%);
    }
    .ft-card.active{
        opacity: 1;
      pointer-events: unset;
      transform: translateY(0%);
    }
    .ft-toggle{
        display: block;
        margin-left: auto;
        margin-bottom: 1.5em;
    }
    .ft-close{
        display: flex;
    }
}
.cookie-modal{
    position: fixed;
    bottom: 1em;
    left: 1em;
    max-width: 400px;
    padding: 1em 1em;
    filter: drop-shadow(0px 3px 35px rgba(0, 0, 0, 0.15));
    z-index: 9999999;
    background: white;
    display: none;
}
.cookie-modal .m-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.cookie-modal .m-close img{
    width: 100%;
}
.cookie-inner{
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
    align-items: center;
}
.cookie-inner p{
    font-size: 12px;
    margin-bottom: 0px;
}
.cookie-inner h3{
    font-size: 22px;
    color: var(--blue);
    margin-bottom: 0px;
}
.cookie-inner img{
    width: 40px;
}
.question-area {
  overflow-x: hidden;
  overflow-y: auto;
}

.questions-wrapper {
  padding-top: 5em;
}
.questions-wrapper .ques {
  position: relative;
  margin-bottom: 2.3em;
}
.questions-wrapper .ques h3 {
  position: relative;
  padding-left: 55px;
  font-size: 24px;
  margin-bottom: 1.2em;
}
.questions-wrapper .ques h3:after {
  content: attr(data-count);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: var(--blue);
}
.questions-wrapper .ques h3:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/bb-arrow.svg) left/contain no-repeat;
  position: absolute;
  left: 25px;
  top: 6px;
}

.cus-radios {
  position: relative;
}
.cus-radios li {
  margin-bottom: 8px;
}

.cus-rd {
  position: relative;
}
.cus-rd label.error{
    display: none !important;
}
.cus-rd input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cus-rd input:checked ~ label {
  margin-left: 20px;
}
.cus-rd input:checked ~ label:after {
  left: -20px;
  opacity: 1;
}
.cus-rd label {
  padding: 8px 30px;
  border-radius: 5px;
  border: 1.5px solid var(--blue);
  background: #F7F7F7;
  min-width: 150px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.cus-rd label:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 105%;
  width: 40px;
  display: flex;
  background: url(../images/tick-check.svg) center/contain no-repeat var(--blue);
  border-top-left-radius: 5px;
  transition: 0.2s ease-in-out;
  border-bottom-left-radius: 5px;
  border: 1.5px solid var(--blue);
  opacity: 0;
}


.cus-check {
  position: relative;
}
.cus-check label.error{
    display: none !important;
}
.cus-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cus-check input:checked ~ label {
  /* margin-left: 20px; */
  color: #101010;
}
.cus-check input:checked ~ label:after {
  /* left: -20px; */
  opacity: 1;
}
.cus-check label {
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  padding-left: 35px;
}

.cus-check label {
  font-size: 14px;
  font-weight: 500;
  color: #6e6e6e;
}
.cus-rd-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}
.cus-check label a{
  text-decoration: underline !important;
}
.cus-check label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  display: flex;
  background: url(../images/tick-check.svg) center/contain no-repeat var(--blue);
  border-radius: 6px;
  transition: 0.2s ease-in-out;
  
  border: 1.5px solid var(--blue);
  opacity: 0;
  z-index: 2;
}

.cus-check label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  background: #f7f7f7;
  border-radius: 6px;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%);
  border: 1.5px solid rgb(214, 214, 214);
  opacity: 1;
}


.actions li:nth-child(1) a, .actions li:nth-child(2) a, .actions li:nth-child(3) a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 0px;
  background: var(--blue);
  padding: 15px 20px;
  outline: none;
  border: none;
  overflow: hidden;
  min-width: -moz-max-content;
  min-width: max-content;
}

.rk-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #FCF0E9;
  padding: 12px 15px;
  border-radius: 15px;
  border: 1px solid #E88F57;
  margin-top: 1.5em;
}
.rk-card img {
  width: 50px;
  min-width: 50px;
}
.rk-card .dt h3 {
  font-size: 16px;
  color: #1e1e1e;
  margin-bottom: 0;
}
.rk-card .dt p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 140%;
}

.suc-circle {
  position: relative;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 2em;
}
.suc-circle > img {
  position: absolute;
  right: 0;
  top: 65%;
  transform: translateY(-20%) translateX(100%);
  width: 100px;
}

.suc-text {
  text-align: center;
}
.suc-text p {
  margin-bottom: 2em;
}
.suc-text h3 {
  font-size: 32px;
  color: var(--blue);
}

.tool-suc-wrapper {
  position: relative;
  margin-top: 5.5em;
}
.tool-suc-wrapper > * {
  position: relative;
  z-index: 5;
}
.tool-suc-wrapper:after {
  content: "";
  position: absolute;
  top: unset;
  left: 0;
  width: 100%;
  height: 80%;
  bottom: 0;
  background: #EAF0F5;
}
.tool-suc-wrapper > img {
  position: absolute;
  top: 0;
  left: 2em;
  pointer-events: none;
}

.suc-text {
  padding-bottom: 6em;
}

.er-box {
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #b32222;
  margin-bottom: 2em;
  background: #fff7f7;
  color: #b32222;
  font-weight: 500;
}
@media(min-width: 991px){
    .tag-wrapper{
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
 
}

@media(max-width: 991px){
    
    .blog-inner-sec .sec-head h1 {
    font-size: 28px;
    }
}

.fn-img{
    width: 100%;
    
}
.fn-img img{
    width: 100%;
}
@media(max-width: 600px){
    .questions-wrapper{
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    .questions-wrapper .ques h3{
        font-size: 18px;
    }
    .suc-circle > img, .tool-suc-wrapper > img, .tool-side-bar{
        display : none !important;
    }
    .clients-grid{
      grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)) !important;
      row-gap: 20px !important;
      column-gap: 20px  ;
    }
    .main-nav .logo {
      padding-left: 8px !important;
      border-left: 1px solid rgba(255,255,255,0.5) !important;
    }
}
@media(max-width: 600px){
    .vid-wr-sec::after{
        background: #edf1ff;
    }
}
.career-header > img{
    display: none !important;
}
.dt{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px !important;
}
.dt img{
  width: 25px !important;
}
.dt span{
  color: #014293;
  font-weight: 600;
  font-size: 16px;
}
.ev-header{
  background: #f4f8ff !important;
}
.img-full{
  width: 100%;
}
.nt-wrap{
  text-align: center;
}
.nt-wrap h3, .nt-wrap h1{
  font-size: clamp(5rem, 40vw, 12rem);
  color: #014293;
  font-weight: 800;
  margin-bottom: 0px;
}
.nt-wrap .main-btn{
  margin-top: 2em;
}
.c-modal .btn-close{
  position: absolute;
  top: 1em;
  z-index: 555;
  right: 1em;
}
.c-modal .modal-body{
  padding-top: 2em !important;
}
.acc-img{
  position: relative;
  padding-top: 50%;
  margin-top: 1em;
  overflow: hidden;
  border-radius: 14px;
}
.acc-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*# sourceMappingURL=main.css.map */


/* lanidng page */

.banner-content.style-2 h1{
    color: black;
    opacity: 1;
    font-family: 'sequelsemibold', sans-serif;
}
.banner-content.style-2 h1, .banner-content.style-2 p,.banner-content.style-2 .main-btn{
  opacity: 1;
}
.banner-content.style-2 h1 span{
  color: #1E51F2;
  font-family: 'sequelsemibold', sans-serif;
}
.main-btn.circle{
  border-radius: 100px !important;
}

.header-form {
  background: white;
  border-radius: 32px;
  padding: 2.3em 2em;
}
.secu-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.secu-wrap span {
  font-family: 'sequelsemibold', sans-serif;
  color: #717171;
}
.secu-wrap img {
  width: 45px;
}
.header-form:after {
  content: '';
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: scaleX(0.99) scaleY(0.99);
  border-radius: 32px;
}
.header-form {
  position: relative;
}
.header-form:before {
  content: '';
  background: blue;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 32px;
  background: var(--grrr, linear-gradient(205deg, #1E51F2 2.06%, rgba(30, 81, 242, 0.00) 83.85%));
}
.header-form form {
  position: relative;
  z-index: 5;
}
.header-form {
  margin: 0px auto;
  max-width: 500px;
}
.re-wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0px !important;
  margin-top: 43px !important;
  gap: 10px;
}
.re-wrap .det h3 {
  font-size: 20px;
  font-family: 'sequelsemibold', sans-serif;
  margin-bottom: 0px;
}
.re-wrap .det p {
  margin-bottom: 0px;
  font-size: 14px;
}
.re-wrap img {
  width: 110px;
}
.l-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 3em;
}
.l-nav .l-logo{
  display: inline-block;
  width: 150px;
}
.l-nav .l-logo img{
  width: 100%;
}
.main-header .form-bg{
  position: absolute;
  top: 0;
  right: 0;
  height: 130%;
  object-fit: contain;
  object-position: center;
  width: auto;
  transform: translateY(-10%);
}
.main-header.style-2 {
  padding: 2em 0px;
}
.main-header{
  position: relative;
}
.main-header .spot{
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  height: 50%;
  object-fit: contain;
  object-position: center;
  width: auto;
}
.main-header .container{
  position: relative;
  z-index: 5;
}

.icc.style-55 p:nth-child(3) {
  font-size: 16px;
  color: #808080;
}
.icc.style-55 p:nth-child(2) {
  font-family: 'sequelsemibold', sans-serif;
  font-size: 24px;
  margin-bottom: 0px !important;
}
.icc.style-55:hover p{
  color: white !important;
}
.icc-container.style-55 {
  grid-template-columns: repeat(4, 1fr);
}
.pp-sec.style-55:after{
  display: none !important;
}
.sec-head.style-55 h2, .sec-head.style-55 h1 {
  color: black;
  font-family: 'sequelsemibold', sans-serif;
}
.sec-head.style-55.white h2, .sec-head.style-55.white h1 {
  color: rgb(255, 255, 255);
  font-family: 'sequelsemibold', sans-serif;
}
.team-card.style-55 div.m-wrap{
  border-radius: 12px !important;
}
.team-card.style-2.style-55 .over{
  min-height: 0px !important;
}
.bg-blue{
  background: #014293;
}
.team-card.style-55 .tit{
  margin-bottom: 10px;
}
.team-card.style-55 p{
  color: rgba(221, 221, 221, 0.85);
}

.mvc-wrap {
  position: relative;
  border: 1px solid #014293;
  padding: 1.5em 2em;
  border-radius: 16px;
  transition: 0.2s ease-in-out;
  height: 100%;
}
.mvc-wrap:hover{
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
}
.mvc-wrap h3 {
  font-size: 22px;
  color: #014293;
}
.mvc-wrap img{
  margin-bottom: 15px;
}
.mvc-wrap p{
  margin-bottom: 0px;
}
.row-gap-25{
  row-gap: 25px;
}
.uni-sec.style-55 .uni-card{
  border: 1px solid rgba(0,0,0,0.08);
}
.uni-sec.style-55 >img{
  opacity: 0.45;
}
.uni-sec.style-55 .uni-card h3{
  font-family: 'sequelsemibold', sans-serif;
}

.ctt-wrap {
  position: relative;
  padding: 2em 3em
  /*! border-radius: 32px; */
  /*! background: linear-gradient(116deg, #1E51F2 11.54%, #014293 61.6%); */
}
.ctt-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  border-radius: 32px;
  background: linear-gradient(116deg, #1E51F2 11.54%, #014293 61.6%);
}
.ctt-wrap >* {
  position: relative;
  z-index: 5;
}
.ctt-wrap .ctt-img img {
  width: 100%;
}
.ctt-wrap .ctt-img {
  padding-bottom: 0em;
}

.ctt-con {
  padding-bottom: 2.3em;
}

.l-footer {
  background: #F8F8F8;
  padding-top: 12em;
  margin-top: -8em;
}
.ft-l-logo {
  margin: 0 auto;
  margin-bottom: 3em;
  display: block;
  width: 180px;
}
.ft-l-logo img {
  width: 100%;
}
.ft-bottom.ft-l-bottom {
  text-align: center;
  justify-content: center;
}

.test-head:after {
  content: '';
  background: url(../images/quote-l.svg) center/contain no-repeat;
  width: 80px;
  height: 80px;
  top: 0;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  position: absolute;
}
.test-head h2 {
  position: relative;
  z-index: 5;
}

.test-l-card {
  padding: 2.3em 2em;
  border-radius: 32px;
  border-radius: 32px;
  border: 2.5px solid #FFF;
  background: linear-gradient(232deg, #FFF 4.81%, #F8F8F8 95.07%);
  height: 100%;
}
.test-l-det {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 1.5em;
}
.test-l-det .det h3 {
  color: black;
  font-family: 'sequelsemibold', sans-serif;
  font-size: 20px;
  margin-bottom: 2px;
}
.test-l-det .det p {
  margin-bottom: 0px;
  font-size: 14px;
}
.test-l-det img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
  object-position: center;
}
.test-l-card .para {
  margin: 0px;
  font-size: 18px;
}

.test-l-swiper .swiper-slide {
  height: auto;
}

.test-l-swiper-container {
  position: relative;
  margin-top: 3em;
}
.test-l-swiper-container > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  pointer-events: none;
  left: 50%;
}
.test-l-swiper-container > div {
  position: relative;
  z-index: 5;
}
@media(max-width:991px){
  .icc-container.style-55{
    grid-template-columns: 1fr;
  }
  .header-form{
    margin-top: 1.5em;
  }
  .l-nav{
    padding: 1em 1em;
  }
  .l-nav .l-logo{
    width: 110px;
  }
}
@media(max-width: 600px){
  .ctt-wrap::after{
    height: 80%;
  }
  .ctt-wrap{
    padding: 1.5em 1.2em;
  }
  .ctt-con{
    padding-bottom: 0;
    padding-top: 1.5em;
  }
}

.main-btn.circle.fx-btn {
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-radius:  none !important;
  text-align: center;
  z-index: 9999;
  display: none;
}
@media(max-width: 600px){
  .main-btn.circle.fx-btn{
    /* display: block; */
    border-radius: 0px !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
  }
}
.loc-banner{
  background: var(--light-gr);
}
.loc-banner-img{
  padding-top: 70%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  background: rgb(241, 237, 237);
}
.loc-banner-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.loc-banner >img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
}
.loc-banner .container {
  position: relative;
  z-index: 5;
}

.cv-card {
  padding: 2em;
  border: 1px solid rgba(0,0,0,0.2);
  transition: 0.2s ease-in-out;
  height: 100%;
}
.cv-card h3 {
  color: #014293;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
.cv-card p {
  margin: 0;
}
.cv-card:hover {
  background: #014293;
}
.cv-card:hover h3, .cv-card:hover p {
  color: white;
}

.cb-card {
  padding: 2em;
  border-radius: 26px;
  background-attachment: #F5F8FE;
  background: #F5F8FE;
  text-align: center;
  height: 100%;
}
.cb-card img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}
.cb-card h3 {
  color: #014293;
  font-size: 20px;
  font-weight: 600;
}
.cb-card p {
  margin: 0;
  font-size: 14px;
}
.white{
  color: white !important;
}

.tes-card {
  background: #0F3363;
  padding: 1.5em;
  border-radius: 24px;
}
.tes-card .det {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.tes-card .det img {
  margin-top: 8px;
}
.tes-card .det p {
  color: white;
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.tes-card .btm {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.tes-card .btm .prof {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}
.tes-card .btm .prof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tes-card .btm div:not(.prod) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tes-card .btm div:not(.prod) h3 {
  color: white;
  font-size: 14px;
  margin: 0;
}

.tes-card {
  background: #0F3363;
  padding: 1.5em;
  border-radius: 24px;
}
.tes-card .det {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.tes-card .det img {
  margin-top: 8px;
}
.tes-card .det p {
  color: white;
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.tes-card .btm {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.tes-card .btm .prof {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}
.tes-card .btm .prof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tes-card .btm div:not(.prod) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tes-card .btm div:not(.prod) h3 {
  color: white;
  font-size: 14px;
  margin: 0;
}
.vf-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25px;
}
.vf-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.vf-wrap img {
  width: 55px;
}
.vf-wrap div p {
  margin: 0;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 300;
  color: white;
}
.vf-wrap h3 {
  color: white;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
}
.vf-wrap:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.4);
}
.vf-wrap:not(:first-child) {
  padding-left: 15px;
}
.tes-swiper .swiper-pagination span{
  background: rgba(255,255,255,0.5) !important;
  margin: 0 5px !important;
  width: 8px !important;
  height: 8px !important;
}
.tes-swiper .swiper-pagination span:after{
  display: none !important;
}
.tes-swiper .swiper-pagination span.swiper-pagination-bullet-active{
  background: white !important;
}

.sd-card {
  padding-bottom: 3em;
  border-bottom: 4px solid #D5D5D5;
  transition: 0.2s ease-in-out;
  height: 100%;
}
.sd-card h3 {
  color: #014293;
  font-size: 20px;
  font-weight: 600;
}
.sd-card p {
  font-size: 14px;
  margin: 0;
}
.sd-card:hover {
  border-bottom: 4px solid #1E51F2;
}

.step-card {
  padding: 1.5em;
  background: #F5F8FE;
  border-radius: 20px;
  height: 100%;
}
.step-card h3 {
  color: #014293;
  font-size: 22px;
  font-weight: 500;
}
.step-card p {
  font-size: 14px;
  margin: 0;
}
.step-card {
  padding-bottom: 8em;
  position: relative;
  overflow: hidden;
}
.step-card > *:not(span){
  position: relative;
  z-index: 5;
}
.step-card span {
  position: absolute;
  bottom: -14px;
  right: -21px;
  font-size: 11em;
  line-height: 100%;
  font-weight: 900;
  background:linear-gradient(180deg, #014293 -50%, #01429302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; /* For Safari */
  background-clip: text;
  opacity: 0.6;
}

.head-form {
  padding: 2em;
  border-radius: 20px;
  background: white;
}

:root {
  --blue-color-theme: #014293;
  --black-color-theme: #4C4C4C;
}

.service-card-one {
  width: 100%;
  min-height: 220px;
  position: relative;
  background: #fff;
  padding: 10px 10px;
}

.service_card_icon {
  width: 70px;
  height: 70px;
  position: relative;
  color: var(--blue-color-theme);
  float: left;
  border-radius: 50%;
  overflow: hidden;
}

.service_card_icon::before,
.service_card_icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 7s infinite linear; /* Adjust duration and timing function as needed */
  border-radius: 50%;
}

.service_card_icon::before {
  top: 0;
  left: 0;
  border: 3px dotted var(--blue-color-theme);
}

.service_card_icon::after {
  bottom: 0;
  right: 0;
  border: 3px dotted var(--blue-color-theme);
}

.service_card_icon {
  font-size: 40px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.service_card_content {
  width: 100%;
  min-height: 220px;
  position: relative;
  background: rgb(246,250,255);
  background: linear-gradient(152deg, rgba(246,250,255,1) 0%, rgba(247,250,255,1) 100%);
  margin-left:4px;
  padding: 10px 10px;
}
.service_card_title {
  
  width: 100%;
}

.service_card_title h3 {

  font-size: 20px;min-height: 10px;
  text-align: left;
  color: var(--blue-color-theme);
  font-weight: 600;
}

.service_card_title_underline {
  border: none;
  border-top: 2px solid var(--blue-color-theme);
  width: 80px;
}

.service_card_desc {

  width: 100%;
  min-height: 50px;
  width: 100%;
}

.service_card_desc p {

  font-size: 16px;
  color: var(--black-color-theme);
  font-weight: 500;
  text-align: left;
}
.service-card-two {
  background-color: #fff;
  border:1px solid #086FEC;
  padding: 20px;
  margin-top:40px;
  box-shadow: 0px 0px 3px 4px rgba(22,0,0,0.1);
  border-radius: 10px;
}

.service_card_two_icon {
  margin-top: -60px;
  width: 90px;
  height: 90px;
  background:#fff;
  position: relative;
  border:1px solid #086FEC;
  border-radius: 50%;
  overflow: hidden;
}

.service_card_two_icon i {
  font-size: 3rem;
  color: #1443C6;
}
.service_card_two_title {
  min-height:50px;
  width:100%;
  margin-top:20px;
 }
.service_card_two_title h3 {
  
  font-size:20px;
  text-align:center;
  text-transform:uppercase;
  color:#1443C6;
  font-weight:600;
 font-family: "Open Sans", sans-serif;
 }
 

 .service_card_two_desc {
   
  width:100%;
  margin-top:10px;
  min-height:200px;
  width:100%;
 }
 .service_card_two_desc p {
   
   font-size:16px;
   color:var(--black-color-theme);
   font-weight:500;
   text-align:center;
  font-family: "Open Sans", sans-serif;
  }
