@import url("https://fonts.googleapis.com/css2?family=Castoro:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
.b {
  border: 1px solid red;
}

body {
  box-sizing: border-box;
  font-family: "Lexend", sans-serif;
  margin: 0px;
  padding: 0px;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #999;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  outline: 1px solid var(--primary-color);
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #1b9092;
  --secondary-color: #1b9092;
  --white-color: #fff;
  --black-color: #000;
}

.headingFont {
  font-family: "Castoro", serif;
  font-weight: 400;
  font-style: normal;
}

*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.text {
  font-size: 16px;
}

p {
  font-size: 15px;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

button:focus,
input:focus,
textarea:focus,
select:focus,
a:hover {
  outline: none;
  box-shadow: none;
}

section {
  padding: 70px 0 70px;
  background: var(--white-color);
  color: var(--black-color);
}

.large_heading {
  font-size: 45px;
  line-height: 60px;
}

.heading {
  font-size: 40px;
}

.sub_heading {
  font-size: 30px;
}

.small_heading {
  font-size: 26px;
}

.title {
  font-size: 19px;
}

.containerFull {
  padding: 0 40px;
}

.HcontainerFull {
  padding: 0 20px;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.fontWeight300 {
  font-weight: 300;
}

.fontWeight400 {
  font-weight: 400;
}

.fontWeight500 {
  font-weight: 500;
}

.fontWeight600 {
  font-weight: 600 !important;
}

.fontWeight700 {
  font-weight: 700;
}

.fontWeight800 {
  font-weight: 800;
}

.fontWeight900 {
  font-weight: 900;
}

.text_secondary {
  color: var(--secondary-color);
}
.bg_primary {
  background-color: var(--primary-color);
}

.leftLogo {
  width: 210px;
}

.leftLogo img {
  max-width: 100%;
}

.header {
  padding: 0px 0;
}

.header.stricky-fixed {
  position: fixed;
  z-index: 99;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 100%;
  background: #fff;
  animation-name: menu_sticky;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
}
@keyframes menu_sticky {
  0% {
    margin-top: -150px;
  }
  50% {
    margin-top: -130px;
  }
}
img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stricky-fixed .topHeader {
  background: #555;
}

.stricky-fixed .rightMenu {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.stricky-fixed .leftLogo {
  width: 175px;
  display: inline-block !important;
  padding: 0px 0;
  margin-right: 10px;
}

.stickyItem {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}

.stricky-fixed .topHeader {
  display: none;
}

.rightMenu ul li:hover a:after,
.rightMenu ul li a.active:after,
.rightMenu ul li a:focus:after {
  width: 100%;
}

.rightMenu ul li a:hover,
.rightMenu ul li a:focus,
.rightMenu ul li a.active {
  color: var(--primary-color);
}

/* ///////////////////// Basic css ends here ///////////// */
/* .header {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
} */
.inlineHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.rightMenu ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.rightMenu ul li a {
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: normal;
}

.heroBanner {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.bannerVideo {
  height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bannerVideo video {
  -o-object-fit: cover;
  object-fit: cover;
}

.heroBannerContent {
  padding: 0 80px;
  /* padding-top: 80px; */
  height: 100%;
  /* rgb(20, 44, 107) */
  background: linear-gradient(
    to right,
    rgba(27, 144, 146, 0.8) 0%,
    rgba(27, 144, 146, 0.8) 15%,
    rgba(27, 144, 146, 0.6) 30%,
    rgba(27, 144, 146, 0.4) 60%,
    rgba(27, 144, 146, 0) 75%,
    rgba(27, 144, 146, 0) 100%
  );
  
  background-repeat: no-repeat;
  background-position: left center;
  display: flex;
  align-items: center;
  /* justify-content: left; */
  gap: 50px;
}

.heroBannerContent .contentBox {
  width: 55%;
  color: #ffffff;
}

.heroBannerContent .contentBox h5 {
  display: flex;
  align-items: center;
  font-size: 20px;
}

.heroBannerContent .contentBox h5 span {
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 8px;
  margin-right: 10px;
  line-height: 0;
}

.heroBannerContent .contentBox h6 {
  opacity: 0.6;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

/* form-grid */
.banner_form {
  width: 45%;
  background: var(--secondary-color);
  padding: 20px;
  border-radius: 10px;
}

.form-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid input,
.form-grid select {
  padding: 6px 12px;
  width: 100%;
}

.bannerBtns {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.primary-button,
.secondary-button {
  border: 1px solid #fff;
  padding: 8px 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B  %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: var(--primary-color);
  background-size: 200%;
  background-position: 200%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  transition-property: background-position, border, color;
  position: relative;
  z-index: 1;
}

.secondary-button {
  border: 1px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23f37225' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B  %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: var(--secondary-color);
}

.primary-button a,
.secondary-button a {
  color: white;
  font-size: 15px;
  font-weight: bolder;
}

.secondary-button a {
  color: var(--white-color);
}

.primary-button:hover,
.secondary-button:hover {
  background-position: 40%;
  border: 1px solid #fff;
}

.secondary-button:hover {
  border: 1px solid var();
}

.primary-button:hover a,
.secondary-button:hover a {
  color: #fff;
}

.secondary-button:hover a {
  color: #fff;
}

.primary-button:before,
.secondary-button:before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: -1px;
  left: -1px;
  transition: background-color 0.15s ease-in-out;
}

.primary-button:before {
  background-color: var(--secondary-color);
}

.secondary-button:before {
  background-color: var(--primary-color);
}

.primary-button:hover:before {
  background-color: var(--primary-color);
}

.secondary-button:hover:before {
  background-color: var(--secondary-color);
}

.primary-button:hover:after {
  background-color: var(--primary-color);
}

.secondary-button:hover:after {
  background-color: var(--secondary-color);
}

.primary-button:after,
.secondary-button:after {
  content: "";
  position: absolute;
  /* background-color: var(--secondary-color); */
  width: 0.3rem;
  height: 0.3rem;
  bottom: -1px;
  right: -1px;
  transition: background-color 0.15s ease-in-out;
}

.primary-button:after {
  background-color: var(--secondary-color);
}

.secondary-button:after {
  background-color: var(--primary-color);
}

.button-borders {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.button-borders:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  top: -0.3em;
  border: 1px solid var(--secondary-color);
  border-bottom: 0px;
  /* opacity: 0.3; */
}

.button-borders:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  bottom: -0.3em;
  border: 1px solid var(--secondary-color);
  border-top: 0px;
  /* opacity: 0.3; */
  z-index: 0;
}

.text-yellow {
  color: yellowgreen;
}

.countingsection {
  background: var(--primary-color);
  padding: 40px 0;
}

.leftElement {
  background-color: #f5efef;
}

.leftElement,
.rightElement {
  position: relative;
  z-index: 1;
}

.leftElement:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 325px;
  height: 100%;
  background: white;
  z-index: -1;
}

.procesBorder,
.leftBorder {
  position: relative;
  z-index: 1;
}

.procesBorder:before {
  content: "";
  position: absolute;
  top: 37px;
  left: -27%;
  width: 55%;
  height: 2px;
  background: var(--black-color);
}

.rightProcess h4 {
  margin-top: 40px;
}

.font-italic {
  font-style: italic;
}

/* call to action */
.callActionBg {
  background: url(../images/children-876543_1280.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  /* padding: 20px; */
  position: relative;
  z-index: 1;
}

.callActionBg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #1b90926b;
  z-index: -1;
}

.img-box-main {
  width: 40%;
  /* max-height: 400px; */
}

.img-box-main .img-box {
  border-radius: 10px;
  overflow: hidden;
  /* border: 1px solid red; */
  width: 100%;
}

.swiper-slide {
  margin: 10px;
}

.testimonial .slick-slide {
  margin-left: 20px;
}

.swiper-slide-content .card {
  border-radius: 10px !important;
}

.swiper-slide-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /*-webkit-line-clamp: 6;*/
}

.list-items {
  padding-left: 25px;
  margin-top: 10px;
}
.list-items li {
  padding: 5px 0;
  position: relative;
  /* border: 1px solid red; */
}
.list-items li::before {
  content: "\f560";
  display: flex;
  justify-content: center;
  position: absolute;
  top: 6px;
  left: -20px;
  width: 10px;
  height: 10px;
  color: var(--primary-color);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.dot_points {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dot_points .dot_points_inner {
  display: flex;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  border: 2px dashed #000;
  /* animation: rotate 2s ease-in-out infinite; */
}
.dot_points .dot_points_inner span {
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin: auto;
}

/* footer */
.footerLogo a img {
  width: 200px;
  filter: brightness(0) invert(1);
}

.copyRight {
  background-color: var(--secondary-color);
  color: #fff;
  align-items: center;
}

.footer {
  color: #fff;
  background-color: var(--secondary-color);
  padding: 70px 0 70px;
}
.footer .socialIcons ul {
  gap: 20px;
}
.footer .socialIcons ul li {
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--primary-color);
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.footer .socialIcons ul li:hover {
  color: #fff;
  background: var(--black-color);
}
.footer .socialIcons ul li:hover a {
  display: block;
  margin: auto;
}
.footer .socialIcons ul li:hover a i {
  color: #fff;
}
.footer .socialIcons ul li a {
  display: block;
  margin: auto;
}
.footer .socialIcons ul li a i {
  color: var(--primary-color);
}

.quickLinks ul li a {
  margin: 5px 0;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.quickLinks ul li a:hover {
  color: #fff;
}

.letter-spacing {
  letter-spacing: 4px;
}

.countingsection .counting_img {
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  padding: 10px;
}
.countingsection .counting_img img {
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/* footer call action */
.call-to-action-two {
  background-color: var(--secondary-color);
  background-repeat: no-repeat;
  background-position: top right;
}

.call-to-action-two__image {
  height: 100%;
}

.call-to-action-two__image img {
  height: 100%;
}

.call-to-action-two__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 7px;
}

.call-to-action-two__list li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.7;
}

.call-to-action-two__list li:not(:last-child)::after {
  content: "/";
  margin-left: 15px;
  margin-right: 15px;
}

.call-to-action-two__title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}

.call-to-action-two__arrow {
  position: relative;
  left: 20px;
  top: -15px;
  animation: shapeMover 5s linear 0s infinite;
  display: inline-block;
}

.call-to-action-two__arrow svg {
  fill: #fff;
  width: 80px;
  transform: rotate(120deg);
}

.call-to-action-two__content {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* footer call action */
/* contact form */
.contactForm_main {
  padding: 30px 90px 30px 20px;
}

.contactForm {
  margin: 0 auto;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contactForm .form-group {
  display: flex !important;
  flex-direction: column !important;
}
.contactForm .form-group label {
  color: #fff;
  font-size: 12px;
  display: block;
  margin-bottom: 2px;
  font-weight: 700;
}
.contactForm .form-group input,
.contactForm .form-group select {
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid gray;
  transition: all 0.3s ease-in-out;
}
.contactForm .form-group input:focus,
.contactForm .form-group select:focus {
  border: 1px solid var(--primary-color);
}
.contactForm .form-terms {
  gap: 10px;
}
.contactForm .form-terms .form-check-input {
  /* display: none; */
  margin-top: 3px;
  min-width: 18px;
  height: 18px;
}
.contactForm .form-terms .form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.contactForm .form-terms .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 154, 55, 0.3490196078);
}
.contactForm .form-terms p {
  /* border: 1px solid red; */
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
}
.contactForm .main_btn,
.contactForm .form-terms {
  grid-column: span 2 / span 2;
}

.contact-shape {
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 300px;
  height: 300px;
}

.contact-shape2 {
  position: absolute;
  top: 0;
  right: 0px;
  width: 300px;
  height: 300px;
}

/* client logo */
.itemReview {
  width: 100%;
  /* border: 1px solid red; */
}
.itemReview img {
  /* aspect-ratio: 4/2; */
  width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* process steps */
.process {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.step_no {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 40px;
  color: var(--primary-color);
}

.process .steps {
  padding: 20px;
  border-radius: 13px;
  border: 1px solid #1b9092;
  background-color: #1b9092;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}

.process .steps h3 {
  font-size: 22px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.process .steps:hover h3,
.process .steps:hover P {
  color: #000;
}

.process .steps p {
  margin-top: 10px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.process .steps ::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: -50px;
  right: -50px;
  border-radius: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.process .steps:hover ::after {
  scale: 13;
}

/* .document_required */
.document_required {
  margin-top: 25px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.document_required .item {
  padding: 20px;
  background: #1b9092;
  color: var(--white-color);
  border-radius: 13px;
}

.document_required .middle {
  display: flex;
}

.document_required .middle img {
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 13px;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.eligibility_grid {
  display: grid;
  /* gap: 10px; */
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.eligibility_grid .item {
  text-align: center;
  color: #fff;
}
.eligibility_grid .item p {
  margin-top: 10px;
}

.eligibility_grid .item .item_img img {
  width: 60px;
}

/* projects_grid */
.projects_grid {
  margin-top: 30px;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project_item {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
  min-height: 300px;
}

.project_item:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  background-image: linear-gradient(transparent 0%, #1b9092 100%);
  transition: all 0.3s ease-in-out;
}

.project_item:hover:after {
  opacity: 0;
}

.project_item:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(transparent 0%, rgb(243, 114, 37) 100%);
  transition: all 0.3s ease-in-out;
}

.project_item:hover:before {
  opacity: 1;
}

.project_title {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.service-box .service_img {
  min-height: 415px;
}

.text-justify {
  text-align: justify;
}

.about .row {
  align-items: center;
}

.itemAssociate {
  border: 1px solid #e0e0e0;
  padding: 10px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.itemAssociate img {
  max-width: 100%;
  max-height: 100%;
}

.slick-next:before,
.slick-prev:before {
  display: none;
}

.slick-next,
.slick-prev {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-size: 18px !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 10px;
  z-index: 9;
}

.slick-next:hover,
.slick-prev:hover {
  background: var(--black-color) !important;
}
.accordion h2 {
  font-size: 18px;
}
.accordion strong {
  font-family: "Lexend", sans-serif;
}

/* .contact-banner */
.contact-banner {
  background-image: url(../images/Frame\ 2.jpg);
  background-color: #1b9092a4;
  background-blend-mode: multiply;

  display: flex;
  align-items: center;
  min-height: 50vh;
  /* background-color: var(--primary-color); */
  background-color: linear-gradient(
    to right,
    rgba(27, 144, 146, 0.8) 0%,
    rgba(27, 144, 146, 0.8) 15%,
    rgba(27, 144, 146, 0.6) 30%,
    rgba(27, 144, 146, 0.4) 60%,
    rgba(27, 144, 146, 0) 75%,
    rgba(27, 144, 146, 0) 100%
  );
  
}
.contact-banner .banner-inner {
  color: #fff;
  width: 100%;
}

.contact-banner p {
  max-width: 70ch;
}
.Contact_details img {
  width: 50px;
}
.Contact_details .heading {
  font-size: 20px;
  color: #1a5e94;
}
.Contact_details a {
  color: #000;
}

/* form contact */
.contactForm1 {
  background: var(--primary-color);
  border-radius: 10px;
  padding: 40px;
}

.itemForm label {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.itemForm input,
.itemForm textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border: 1px solid #cce2f0 !important;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

.itemForm input {
  margin: 0 !important;
  color: #fff;
}

/* .itemForm input:focus, .itemForm textarea:focus{
  background: #fff;
} */
.itemForm #message {
  background: transparent !important;
  color: #fff;
}

.itemForm input::-moz-placeholder,
.itemForm textarea::-moz-placeholder {
  color: #d4cdcd;
}

.itemForm input::placeholder,
.itemForm textarea::placeholder {
  color: #d4cdcd;
}

.itemForm {
  margin-bottom: 20px;
}

.itemForm textarea {
  height: 180px;
}

.leftContact img {
  border-radius: 10px;
}

.send_btn:hover {
  background: #000 !important;
  color: #fff;
}

/* vishal */

.swiper-slide-content .img_box {
  height: 450px;
}
.swiper-slide-content .img_box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.testimonial .slick-next {
  right: -41px;
}

/* page banner */
.page-banner {
  position: relative;
  background-size: cover;

  /* background-color: #1a5d94a9; */
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  min-height: 50vh;
  /* background-color: var(--primary-color); */
  background: linear-gradient(
    to right,
    rgba(27, 144, 146, 0.8) 0%,
    rgba(27, 144, 146, 0.8) 15%,
    rgba(27, 144, 146, 0.6) 30%,
    rgba(27, 144, 146, 0.4) 60%,
    rgba(27, 144, 146, 0) 75%,
    rgba(27, 144, 146, 0) 100%
  ),
  url("../images/about-us-banner.jpg");


  background-size: cover;
  background-position: center;
}
.page-banner .banner-inner {
  color: #fff;
  width: 100%;
}

.page-banner p {
  max-width: 70ch;
}

.about_hero .img_box {
  border-radius: 10px;
  overflow: hidden;
}
.about_section2 {
  background-image: url(../images/about-pattern.svg);
  background-size: cover;
  background-position: bottom center;
}
.item_about {
  margin-bottom: 30px;
}
.item_about .inner_item {
  color: var(--primary-color);
  backdrop-filter: blur(8px);
  background-color: #1a5d9421;

  padding: 30px;
  border: 2px solid #1b909280;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
}
.item_about .inner_item:hover {
  color: #fff;
  backdrop-filter: blur(8px);
  background-color: var(--primary-color);
  padding: 30px;
  border: 2px solid #1b909286;
}
.item_about .inner_item .img_box {
  width: 100px;
  height: 100px;
}
.item_about .inner_item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .about_section3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
} */

.about_section3 .left_item {
  position: relative;
}
.about_section3 .left_item .img_box {
  position: sticky;
  top: 110px;
  height: 550px;
}

.mission_ul {
  margin-top: 20px;
  list-style: disc;
  padding-left: 30px;
}

/* popup */
.popup input:focus,
.popup textarea:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

/* step-container-main */
.step-container-main .step-container {
  color: var(--primary-color);
  backdrop-filter: blur(8px);
  background-color: #1a5d9421;

  padding: 30px;
  border: 2px solid #1b909293;

  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.step-container-main .step-container:hover {
  color: #fff;
  backdrop-filter: blur(8px);
  background-color: var(--primary-color);

  padding: 30px;
  border: 2px solid #1b909283;
  position: relative;
}

.step-container-main .step-container:not(:last-child):after {
  content: "\f103";
  position: absolute;
  bottom: -50px;
  left: 50px;
  /* width: 100%;
  height: 100%; */
  display: block;
  font-family: "FontAwesome";
  pointer-events: none;
  z-index: 1;
  font-size: 30px;
  color: var(--primary-color);
}
.step-container-main .step-container:not(:last-child) {
  margin-bottom: 50px;
}

.step-container-main .step-container:hover .step-number {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.step-container-main .step-container .step-number {
  padding: 5px 7px;
  border-radius: 5px;
  font-size: 13px;
  background-color: var(--primary-color);
  color: var(--white-color);
  width: fit-content;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}

.process_infra_loan .img_box {
  position: sticky;
  top: 150px;
  width: 100%;
  height: 450px;
}
.process_infra_loan .img_box img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
}
.whatChat {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
.whatChat img {
  width: 50px;
}

/*gallery*/
.gallery {
   --bs-gutter-x: 1rem;
}

.gallery_box{
    width:100%;
    display:block;
    height:250px;
    overflow:hidden;
    border-radius:10px;
    
}
.gallery_box:hover{
    transform:translateY(-3px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
   
}
.gallery_box img{
    width:100%;
    height:100%;
    object-fit:cover;
    
}
