
/*--------------------------------------
/*   [ 05.15 Component banner CSS ] 
----------------------------------------*/


.banner-section {
  padding-top: 160px;
  background-color: #283734;
  position: relative;
  display: block;
  background-color: #283734;
  z-index: 1;
  padding-bottom: 50px;
}
.banner-slider {
position: relative;
display: block;
z-index: 91;
/* min-height: 100vh; */
overflow: hidden;
}
.banner-slider .main-slider__content p.text-wrapperdesign {
  font-size: 18px;
  color: #fff;
}
/*--------------------------------------
/*   [ 05.15 Component banner CSS ] 
----------------------------------------*/
.banner-slider .container {
  position: relative;
  padding-top: 180px;
  padding-bottom: 80px;
  z-index: 30;
}

.banner-slider .main-slider {
position: relative;
display: block;
z-index: 91;
/* min-height: 100vh; */
overflow: hidden;
}

.main-slider .image-layer {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
mix-blend-mode: luminosity;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
/* -webkit-transform: scale(1); 
transform: scale(1); 
-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
transition: opacity 1500ms ease-in, transform 7000ms ease;
 transition: transform 7000ms ease, opacity 1500ms ease-in;
 transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease; */
z-index: 1;
/* filter: brightness(.25); */
}
.main-slider .image-layer::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to left, rgb(33 44 87 / 71%) 0, #181e31 100%);
  /* top: 0; */
  left: 0
}

.site-about-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mix-blend-mode: luminosity;
  opacity: 0.03;
  z-index: -1;
}
.banner-content .title {
  color: #263238;
  font-weight: 700;
  line-height: 1.058;
  margin-bottom: 2rem;
  font-size: 68px;
}
.banner-content p {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .banner-section {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding-top: 120px;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .banner-content .title {
    font-size: 60px;
  }

}
@media screen and (max-width: 1199px) {
  .banner-content .title {
    font-size: 40px;
  }
  .banner-slider .container {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50px;
    z-index: 30;
}
}
.banner-content p {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .banner-content p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .banner-img {
    margin-right: -150px;
  }
}
@media screen and (min-width: 1920px) {
  .banner-img {
    margin-right: -215px;
  }
}

@media screen and (min-width: 1701px) {
  .banner-padding {
    padding-top: 145px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .banner-padding {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .banner-padding {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-padding {
    padding-top: 30px;
  }
}

.banner-slider .main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  margin: 30px 0px 0px;
}


.banner-slider .main-slider__btn:hover {
  color: #00715d;
}

.banner-slider  .main-slider__btn:before {
  background-color: #fff;
}

.banner-slider .main-slider__content {
  position: relative;
  /* display: flex; */
  /* text-align: left; */
  /* flex-direction: column; */
  align-items: center;
  /* justify-content: left; */
  /* margin-top: 42px; */
}

.banner-slider  .main-slider__sub-title {
  font-size: 30px;
  color: #fbd45a;
  font-weight: 700;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  /* transform: translateY(-120px); */
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  margin-bottom: -1rem;
}

.banner-slider .main-slider__title {
  position: relative;
  font-size: 50px;
  color: #ffff;
  font-weight: 900;
  line-height: 70px;
  letter-spacing: -0.04em;
  font-family: "Poppins", sans-serif;
  margin-top: 24px;
  margin-bottom: 26px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}


.banner-slider .main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  margin: 30px 0px 0px;
}


.banner-slider  .main-slider__btn:hover {
  color: #00715d;
}

.banner-slider  .main-slider__btn:before {
  background-color: #fff;
}

.banner-slider  .swiper-slide-active .main-slider__title,
.banner-slider  .swiper-slide-active .main-slider__sub-title,
.banner-slider  .swiper-slide-active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.banner-slider  .main-slider__content {
  position: relative;
  /* display: flex; */
  /* text-align: left; */
  /* flex-direction: column; */
  align-items: center;
  /* justify-content: left; */
  margin-top: 80px;
}


.services-section {
padding: 50px 0;
}

.services-title {font-size: 1.5rem;margin-bottom: 50px;}

.highlight {
background-color: #283734;
color: #fff;
padding: 0px 5px 5px;
}

.service-item {text-align: left;transition: transform 0.3s ease-in-out;/* margin-top: 30px; */padding: 20px;transition: transform 0.3s ease, box-shadow 0.3s ease;}

.service-item:hover {
}

.service-item .badge {display: inline-block;padding: 10px;border-radius: 15%;margin-bottom: 20px;}

.yellow-badge {
background-color: #ffc107;
}

.green-badge {
background-color: #28a745;
}

.pink-badge {
background-color: #e83e8c;
}

.cyan-badge {
background-color: #17a2b8;
}

.service-title {
font-size: 1.25rem;
margin-bottom: 15px;
}

.service-description {
font-size: 1rem;
margin-bottom: 20px;
}

.service-link {
font-weight: bold;
color: #007bff;
text-decoration: none;
}

.service-link:hover {
text-decoration: underline;
}

@media (max-width: 768px) {
.services-title {
  font-size: 2rem;
}

.service-title {
  font-size: 1.125rem;
}

.service-description {
  font-size: 0.875rem;
}
}

@media (max-width: 576px) {
.services-title {
  font-size: 1.75rem;
}

.service-item {
  margin-bottom: 30px;
}
}




.section__title-h2 span {
  margin-bottom: 20px;
}
.section__title span {
  color: #4636ff;
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}

.section__title h2 {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.1;
}
.features__content-left p {
  line-height: 30px;
  margin-bottom: 65px;
}
.z-btn {
  background: #4636ff;
  border: 2px solid #4636ff;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  height: 54px;
  line-height: 48px;
  min-width: 160px;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
}

.features__item-2 {
  border-radius: 10px;
  border-right: none;
  box-shadow: 0 20px 50px 0 rgba(2, 0, 40, .1);
  padding: 45px 40px;
  position: relative;
}
.features__item {
  border-right: 1px solid #ad40fc;
  min-height: 300px;
  position: relative;
  z-index: 1;
}
.features__thumb-2, .features__thumb-2:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.features__thumb-2 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all .3s ease-out 0s;
}
.features__content-2 {
  position: relative;
  z-index: 1;
}

.features__icon-2 i {
  color: #4636ff;
  font-size: 34px;
}
.features__icon i {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.features__content-2 p {
  margin-bottom: 25px;
}
.features__content-2 h3 {
  font-size: 22px;
  font-weight: 900;
}
.link-btn {
  color: #1f1841;
  font-size: 30px;
  font-weight: 500;
  padding-right: 25px;
  position: relative;
  text-transform: uppercase;
}
.link-btn i:first-child {
  left: -100%;
  opacity: 0;
  visibility: hidden;
}
.link-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}
.link-btn i:last-child {
  right: 0;
}


/* ------------what we do-- css staet--------------- */

.support {
  background: #1e2f2b;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.support::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../img/line-left.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 450px;
  height: 450px;
  z-index: -1;
}


.global__text-w {
    color: #fff !important;
}

.global__text {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #101828;
  font-size: 16px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}
.support__heading {
  margin: 0 0 48px 0;
}
.global__heading {
  margin: 0px 0 0px 0;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 25px;
  color: #101828;
}
.support__card:first-child {
  margin: 0 0 50px 0;
}
.support__card {
  padding: 28px 40px 52px 40px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  box-shadow: 0px 12px 43px -12px rgba(34, 85, 58, 0.14);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 2px solid transparent;
}
.global__white {
  background: #fff !important;
}
.global__heading-w {
  color: #fff !important;
}

.support__card-icon {
  background: rgba(0, 113, 93, 0.1);
}

.global__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  FONT-VARIANT: JIS78;
  width: 85px;
  height: 85px;
  border-radius: 100%;
}
h2.support__heading.global__heading.global__heading-w {
    margin-bottom: 40px;
}
.support__card-heading {
  font-size: 22px !important;
  margin: 24px 0 12px 0 !important;
  font-weight: 600 !important;
  text-transform: capitalize;
}
.support__card-desc {
  font-size: 14px !important;
  line-height: 22px !important;
}
.global__desc {
  margin: 10px 0 40px 0;
  font-family: "Poppins", sans-serif !important;
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
}
.support__card:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 2px solid #fff;
  background: #00715D !important;
}
.support__card:hover .support__card-icon {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #fff;
}

.support__card:hover .support__card-desc {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #EAECF0 !important;
}
.support__card:first-child {
  margin: 0 0 50px 0;
}
.support__card:hover .support__card-heading {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff !important;
}


.global__icon img {
  width: 55px;
}

@media screen and (min-width: 1200px) {
  .support {
      padding: 80px 0 50px;
  }
  .global__heading {
    font-size: 42px;
}
}


@media screen and (min-width: 992px) {
  .support__card-desc {
      font-size: 16px !important;
      line-height: 28px !important;
  }
}

.support__card-desc {
  font-size: 18px !important;
  line-height: 25px !important;
}
@media screen and (min-width: 568px) {
  .global__desc {
      font-size: 18px;
  }
}




@media screen and (min-width: 768px) {
  .global__heading {
      font-size: 38px;
  }
}
.service-item {
  text-align: left;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease; /* Smooth transition for hover effects */
  border: 2px solid #fff; /* Add a border effect */
  margin-top: 30px;
}

.service-item:hover {
  transform: translateY(-10px); /* Slightly lift the item */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); /* Add a deeper shadow */
  border: 2px solid #006150; /* Add a border effect */
  color: #006150; /* Change the text color on hover */
  border-radius: 5px;
}


/* --------we  we do css end----------------- */
@media screen and (max-width: 767px) {

.banner-content.scene.banner-img img {
  width: 100%;
}
h2.services-title {
  line-height: 40px;
  margin-bottom: 20px;
}
.service-item {
    text-align: left;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    border: 2px solid #fff;
    margin-top: 5px;
}
}
section.mission-section {
  padding: 40px 0px;
}
.text-design h3 {
  margin: 0px 0 0px 0;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 30px;
  color: #101828;
}

.text-design p {
  margin: 5px 0 0px 0;
  /* font-family: "Inter", sans-serif; */
  color: #344054;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.text-design {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 35px auto;
  row-gap: 10px;
}
section.journey-section {
	background: #e4e4e670;
	padding: 40px 0px;
}
.sector-img img {
  width: 100%;
  height: 450px;
}
.creative-testimonial--slider {
  background: #f6f6f970;
  padding: 50px 0px 70px;
}

section.journey-section .text-design {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 35px auto;
	row-gap: 10px;
}

section.journey-section .text-design p {
  text-align: center;
}
.sector-img {
  width: 85%;
  display: flex;
  justify-content: flex-end;
  margin: 0px auto;
}
section.journey-section .text-design h3 {
	margin: 0px 0 0px 0;
  font-family: "Poppins", sans-serif !important;
	font-weight: 600;
	font-size: 30px;
	color: #007661;
}