@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {

  font-family: "Google Sans Flex", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #414446;
  background: #F2F1EF;
}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  color: #050505;
}

h1 {
  font-size: 180px;
  line-height: 105px;
}

h2 {
  font-size: 65px;
  line-height: 75px;
}

h3 {
  font-size: 55px;
  line-height: 65px;
}

h4 {
  font-size: 40px;
  line-height: 55px;
}

h5 {
  font-size: 25px;
  line-height: 35px;
}

h6 {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

b,
strong {
  font-weight: 500;
}

a {
  color: #020508;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #020508;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-30 {
  font-size: 30px;
}

.f-weight-100 {
  font-weight: 100 !important;
}

.f-weight-200 {
  font-weight: 200 !important;
}

.f-weight-300 {
  font-weight: 300 !important;
}

.f-weight-400 {
  font-weight: 400 !important;
}

.f-weight-500 {
  font-weight: 500 !important;
}

.f-weight-600 {
  font-weight: 600 !important;
}

.f-weight-700 {
  font-weight: 700 !important;
}

.f-weight-800 {
  font-weight: 800 !important;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.m-0 {
  margin: 0 !important;
}

.r-100-p {
  border-radius: 100%;
}

header.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 35px 0;
}

.site-section {
  padding: 85px 0;
}

.btn-border {
  padding: 15px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #fff;
}

.btn-fill {
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  color: #020508;
  text-align: center;
}

.l-s-2 {
  letter-spacing: 2px;
}

.home-banner {
  color: #fff;
}

.home-banner {
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  align-items: center;
  background-size: cover;
}

.home-banner h2 {
  color: #fff;
}

.menu-toggle {
  width: 39px;
  height: 39px;
  display: block;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 10px;
}

.menu-toggle span.line {
  display: block;
  height: 2px;
  background: #000;
  margin-bottom: 6px;
}

.client-img .client-item {
  border-radius: 100%;
  border: 2px solid #fff;
  margin-left: -11px;
}

.color-gray {
  color: #67696B;
}

.service-item .img-item img {
  max-width: 30px;
}

.service-item .img-item {
  background: #0F253F;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.service-item {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 300ms;
  width: 302px;
}

.owl-carousel .owl-item img {
  width: auto !important;

}

.btn-details {
  display: none;
}

.service-item:hover {

  background: #0F253F;
  color: #fff;
}

.service-item:hover .img-item {
  background: #ffffff;
}

.service-item:hover .img-item img {
  filter: brightness(0);
}

.service-item:hover h5 {
  color: #fff;
}

.service-item:hover .btn-details {
  display: flex;
  color: #fff;

}

.container-cust {
  max-width: 1000px;
}

.blue-section {
  background: #122A47;
  color: #fff;
}

.blue-section h6,
.blue-section h3 {
  color: #fff;
}

.blue-section .heading-holder img {
  filter: brightness(100);
}

.industry-item h6 {
  font-size: 18px;
}

.steps {
  position: relative;
}

.steps-progress-line {
  position: absolute;
  left: 23px;
  top: 25px;
  bottom: 25px;
  width: 4px;
  background: #C7CDD4;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
}

.steps-water-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #0F253F 0%, #1A497D 60%, #2575FC 100%);
  border-radius: 4px;
  transition: height 0.15s ease-out;
  box-shadow: 0 0 10px rgba(37, 117, 252, 0.6);
}

.steps-water-fill::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 0.7) 50%,
    transparent 100%
  );
  animation: waterFlowStream 2s linear infinite;
}

@keyframes waterFlowStream {
  0% { transform: translateY(-33%); }
  100% { transform: translateY(33%); }
}

.step-item {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.step-item::before {
  display: none !important;
}

.step-count {
  background: #A0A7B0;
  padding: 0;
  border-radius: 12px;
  color: #fff;
  height: 50px;
  width: 50px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 30px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.step-item:hover .step-count,
.step-item.active .step-count {
  background: #0F253F !important;
  color: #ffffff !important;
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(15, 37, 63, 0.4), 0 0 10px rgba(37, 117, 252, 0.5);
}

.step-item.active h5 {
  color: #0F253F !important;
  transition: color 0.3s ease;
}

.step-item.active p {
  color: #2b2e30 !important;
  transition: color 0.3s ease;
}

.step-item h5, .step-item p {
  transition: color 0.3s ease;
}

.client-holder {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
}

.star-holder {
  margin-bottom: 15px;
}

.client-details {
  border-top: 1px dashed #c2c2c2;
  padding-top: 30px;
  margin-top: 25px;
}

.client-holder:hover {
  color: #fff;
  background: #122A47;
}

.client-holder:hover h6,
.client-holder:hover p {
  color: #fff;
}

.site-footer {
  background: #122A47;
  color: #fff;
  padding: 70px 0 40px;
}

.social-media a {
  border-radius: 10px;
  padding: 9px;
  background: #fff;
}

.site-footer h6,
.site-footer a {
  color: #fff;
}

.footer-menu-holder li,
.footer-address li {
  margin-bottom: 15px;
}

header.site-header.inner-header {
  position: initial;
}

header.site-header.inner-header .menu-toggle {
  width: 39px;
  height: 39px;
  display: block;
  background: #102743;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
}

header.site-header.inner-header .menu-toggle span.line {
  display: block;
  height: 2px;
  background: #fff;
  margin-bottom: 6px;
}

.heading-holder {
  max-width: 930px;
  margin: 0 auto;
}

.dark {
  background: #122B48;
  color: #fff !important;
}

.per-mes {
  width: 100%;
  display: block;
  height: 10px;
  background: #A0A7B0;
  border-radius: 10px;
}

.item-fill {
  width: 100%;
  display: block;
  height: 10px;
  background: #122B49;
  border-radius: 10px;
}

.details-main {
  background: #fff;
  padding: 25px;
  width: 340px;
  border-radius: 15px;
  position: absolute;
  left: -90px;
  top: 160px;
}

label span {
  color: #FF3B30;
}

.field-item {
  border: none;
  border-bottom: 1px solid #969797;
  width: 100%;
  background: transparent;
  padding: 10px 0;
}

.contact-us .item-img {
  background: #122b48;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
}

.contact-item {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
}

.btn-border:hover {
  color: #fff;
}

body .services button.owl-dot {
  border-radius: 30px;
  width: 50px;
  height: 13px;
  background: #A0A7B0;
  display: block;
  z-index: 122;
  position: relative;
  margin: 5px;
}

.owl-carousel .owl-dots.disabled {
  display: flex !important;
  justify-content: center;
  margin-top: 40px;
}

button.owl-dot.active {
  background: #0F253F !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.site-footer a,
.site-footer {
  color: #C2CBD5;
}

.site-footer h6 {
  font-size: 18px;
  margin-bottom: 15px;
}

.p-b {
  padding-bottom: 0;
}

.p-t-0 {
  padding-top: 0;
}

.owl-nav {
  display: none;
}

.site-section.contact-us {
  padding-top: 30px;
}

.heading-holder>div {
  margin-bottom: 15px;
}

.text-left {
  text-align: left;
}

.story-count {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
}

.value-holder {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  min-height: 266px;
  margin-bottom: 25px;
}

.value-holder:hover {
  background: #112A46;
  color: #fff;
}

.value-holder:hover h6,
.value-holder:hover h5 {
  color: #fff;
}

.value-holder:hover .value-header-holder {
  border-bottom: 1px dashed #7793b2;
  padding-bottom: 20px;
}

.left-content .year {
  padding: 3px 19px;
  color: #000;
  font-weight: 400;
  border-radius: 10px;
  position: absolute;
  right: -43px;
}

.left-content>div {
  justify-content: end;
}

.about-page-4 .left-content {
  width: 50%;
  text-align: right;
  padding-right: 65px;
  margin-top: 25px;
}

.about-page-4 .line {
  width: 1px;
  min-height: 80%;
  background-color: #40546C;
  position: absolute;
  left: 50%;
}

.right-content {
  width: 50%;
  text-align: left;
  padding-left: 65px;
  margin-top: 50px;
}

.time-line-holder h5 {
  color: #fff
}

.text-right {
  text-align: right;
}

.left-content .year,
.right-content .year {
  padding: 3px 19px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 10px;
  position: absolute;
  right: -180px;
}

.left-content .year h4,
.right-content .year h4 {

  color: #fff;
}

.left-content .year::after,
.right-content .year::after {
  content: "";
  display: block;
  width: 10px;
  height: 21px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: -38px;

}

.right-content .year {
  left: -170px;
  right: auto;
}

.right-content .year::after {
  content: "";
  display: block;
  width: 10px;
  height: 21px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  left: auto;
  right: -30px;
}

.adg-2::after {
  left: -47px !important;
}

.left-content,
.right-content {
  margin-bottom: 40px;
}

.accordion-button:not(.collapsed) {
  color: #020508;
  background-color: transparent;
  box-shadow: none;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

.accordion-button {
  background-color: transparent;
}

.accordion-header {
  line-height: initial;
}

.accordion-item {
  border-bottom: 1px solid #BCBCBC;
}

.accordion-button {
  font-size: 20px;
  padding: 20px 0;
}

.accordion-button::after {
  background-image: url(../img/open.svg);
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
}

.accordion-body {
  padding: 0 0 15px;
}
.site-header .btn {
    padding: 0;
    font-size: 24px;
    border-radius: 0;
    width: 100%;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
    width: 240px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 7px 11px hsl(0deg 0% 0% / 21%);
}
.dropdown-menu a {
  background: url(../img/arrow-right.svg) no-repeat right center;
}
.dropdown-item {
    width: 100%;
    padding: 7px 0;
}
.dropdown h5 {
    font-size: 20px;
}
.dropstart .dropdown-toggle::before {
  display: none;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
.btn.dropdown-toggle.show {

  background: url(../img/close-white.svg) no-repeat center;
}
.btn.dropdown-toggle.show .line {
  display: none !important;
  
}
.site-header .btn.dropdown-toggle.show {
  padding: 8px;
}

.site-header .btn.dropdown-toggle.show {
    padding: 8px;
    filter: brightness(0.1);
}
.inner-header .btn.dropdown-toggle.show {
  filter: initial;
}

@media (max-width: 992px) {
  .contact-us form {
    margin-bottom: 55px;
  }

  .details-main {
    width: 100%;
    position: initial;
    margin-top: 25px;
  }

  .about-page-4 .line {
    min-height: 100%;
  }

}

@media (max-width: 768px) {

  h2 {
    font-size: 48px;
    line-height: 53px;
  }

  .about-page-4 .line {
    height: 930px;
  }

}

@media (max-width: 500px) {

  .home-banner .btn-holder {
    display: flex;
    flex-direction: column;
  }

  .home-banner .btn-holder a {
    margin-bottom: 25px;
    margin-right: 0 !important;
  }

  .about-page-4 .line {
    display: none;
  }


  .about-page-4 .left-content {
    width: 100%;
    text-align: right;
    padding-right: 0;
  }

  .left-content>div {
    flex-direction: column;
  }

  .left-content p {
    text-align: left;
  }

  .left-content .year::after,
  .right-content .year::after {
    display: none;
  }

  .left-content .year,
  .right-content .year {
    padding: 0;
    position: inherit;
    text-align: left;
  }

  .right-content {
    width: 100%;
    text-align: left;

  }

  .right-content>div {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .right-content {
    width: 100%;
    text-align: left;
    padding-left: 0;
    margin-top: 0px;
  }

  .about-page-4 .left-content {
    width: 100%;
    margin-top: 0;
}

}