.innerpagehd{
    background: #121212;
    
    position: relative;
    overflow: hidden;
}
.inerpage-hed{
    display: flex;
    align-items: flex-end;
    height: 650px;
    padding-top: 84px;
padding-bottom: 30px;
    justify-content: space-between;
}
.page-thumb {
  margin-bottom: 20px;
    float: right;
    width: auto;
}
.page-thumb a{
  text-decoration: none;
  color: #ffffff65;
    font-weight: 300;

}
.page-thumb .actve{
    color: #ffffff;
}
.page-thumb a:hover{
  color: #ffffff;

}

.innerpagehd .mainhed{
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 110px;
    font-weight: 500;
    margin-bottom: 0px;
}
.inerhed-img{
    position: absolute;
    right: -5px;
    height: 435px;
    top: -80px;
}
.inner-abtimg img {
    margin-bottom: 23px;
    max-width: 508px;
    float: left;
    width: 100%;
    margin-right: 46px;
border-radius: 15px;
}


.abt-para{
        display: flex;
    gap: 55px;
    /* flex: 1 0 0; */
    flex-direction: row;
}
.abtsimg{
    border-radius: 40px;
}

.processfull{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.process-card{
    background: #fff;
}
.proces-hed{
    display: flex;
    flex-direction: row;
    gap: 10px;
        align-items: flex-start;
}
.proces-hed h3{
    font-size: 20px;
    font-weight: 500;
    color: #121212;
}

.experince{
    padding: 24px 0;
    border-bottom: 1px solid #63655f1a;
        display: flex;
            gap: 10px;
}
.experince p{
    color: #64655f;
    font-size: 16px;
    font-weight: 400;
}
.experince .exp-hed{
    width: 620px;
}
.experince .exp-desc{
   width: calc(620px - 100%);
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
}






.testimonial-wrap{
    margin-bottom: 40px;
}
.testimonial-card {
  display: flex;
  gap: 40px;
  padding: 40px;
  background: #f6f4f1;
  border-radius: 24px;
}

/* Image */
.profile-img img {
  width: 300px;
  height: 290px;
  object-fit: cover;
  border-radius: 20px;
}

/* Content */
.testimonial-content {
  flex: 1;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.quote {
 font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #121212;
    margin-bottom: 32px;
}

/* Author */
.author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.author span {
  font-size: 14px;
  color: #666;
}

.author .icon {
  width: 40px;
  height: 40px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.author .icon img{
width: 16px;
    object-fit: contain;
}

/* Divider */
.divider {
  width: 1px;
  height: auto;
  background: #ddd;
}

/* Stats */
.stats {
  min-width: 200px;
    display: flex;
    /* text-align: center; */
    align-items: flex-end;
}
.stats img{
 filter: brightness(0);
    opacity: 4%;
}
   

/* Responsive */
@media (max-width: 991px) {
  .testimonial-card {
    flex-direction: column;
    text-align: center;
        align-items: center;
  }
.author{
      justify-content: center;

}
  .divider {
    width: 100%;
    height: 1px;
  }
}

.wrk-details{
      display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.work-detailshedr{
  height: 185px!important;
}
.wrk-detl{
  background: #121212;
}
.wrk-detl .desc{
color: #f6f4f1;
font-size: 14px;
font-weight: 500;
}
.wrk-detl .cnt{
color: #fff;
font-size: 70px;
font-weight: 600;
}
.wrk-details p{
  width: 80%;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 27px;
}
.clientdetails{
  padding: 24px 0;
    border-bottom: 1px solid #ffffff12;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.clientdetails p{
  width: auto!important;
}

.contact-box {
  background: #f6f4f1;
  border-radius: 32px;
  padding: 60px;
  display: flex;
  gap: 60px;
}

/* Left Info */
.contact-info {
  width: 30%;
}

.info-block span {
     display: block;
    font-weight: 400;
    font-size: 14px;
    color: #64655f;
    margin-bottom: 12px;
}

.info-block p {
  margin: 0 0 6px;
  font-size: 14px;
  color: #121212;
}
.info-block p a{
    font-size: 14px;
  color: #121212;
}

.social-links {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.social-links li {
     font-size: 14px;
    font-weight: 500;
    color: #64655f;
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}
.social-links li img{
  transform: rotate(-45deg);
    width: 16px;
    filter: brightness(0.9) invert(0.4);
}
  

/* Right Form */
.contact-form {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 18px 22px;
  border-radius: 10px;
  border: none;
  background: #ffffff;
  font-size: 15px;
  outline: none;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Button */
.contact-form button {
  margin-top: 20px;
  height: 56px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(90deg, #000, #111);
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact-form button span img{
    filter: brightness(0) invert(1);
        transform: rotate(-45deg);
}


.servicefull{
  background: #121212;
  border-radius: 20px;
}

.mytab{
     gap: 70px;
    display: flex;
    flex-direction: column;
}
.mytab .nav-tabs{
  border: none!important;
  gap: 40px;
      display: flex;
    flex-direction: column;
}
.mytab .tab-content{
  margin-top: 18px;
}
.mytab .tab-content .hed{
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.mytab .tab-content .desc{
font-size: 14px;
color: #f6f4f1;
font-weight: 400;
}

.mytab .nav-tabs .nav-link{
 font-weight: 500;
    color: #ffffff !important;
    font-size: 40px;
    /* opacity: 30%; */
    border: none !important;
    padding: 0;
    background: transparent !important;
    text-decoration: 2px solid #ffffff1a underline;
    text-underline-offset: 18px;
    position: relative;
}
.mytab .nav-tabs .nav-link.active{
opacity: 100%;
}
.mytab .nav-tabs .nav-link::after{
  content: '';
  position: absolute;
  width: 0%;
  height: 4px;
  background: #fff;
  left: 0;
      bottom: -6px;
  opacity: 0;
}
.mytab .nav-tabs .nav-link.active::after{

   animation: fadeleft 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
   width: 75%;
  }
}



.img-wrapper {
  position: relative;
}

.img-wrapper .abtsimg {
  width: 100%;
  display: none;
}

.img-wrapper .abtsimg.active {
  display: block;
  animation: fadeleftimg 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadeleftimg {
  0% {
    opacity: 0;
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}


/* Responsive */
@media (max-width: 900px) {
  .contact-box {
    flex-direction: column;
    padding: 40px;
  }

  .contact-info,
  .contact-form {
    width: 100%;
  }
}





.whte{
    color: #fff;
}


@media (min-width: 992px) and (max-width: 1199px){
.contct-add {
    padding: 40px 10px;
}
.contct-frm {
    padding-left: 15px;
}

}

@media(max-width: 1199px){
.divider{
  display: none;
}
.stats{
  display: none;
}
}

@media(max-width: 991px){
  .innerpagehd .mainhed{
    font-size: 60px;
  }
  .wrk-detl .cnt {
    font-size: 45px;
  }
.inner-abtimg img {
     max-width: 400px;
    margin-right: 25px;
}
.contactfull::after{
    width: 100%;
}
.contactfull{
    padding: 20px;
}
.contct-frm{
    padding-left: 0px;
}
.contct-add {
    margin-top: 20px;
    padding: 20px;}
    .inervision .abt-card{
        margin-bottom: 15px;
    }
    .missionimg{
        height: auto;
        margin-bottom: 15px;
    }
    .clientspara{
    max-width:100%;
    margin: auto;
}
.serviceimg{
 padding: 13px;
 padding-top: 0px;
}
 .inerpage-hed{
  height: 350px;
}  
.ceohed{
    margin-top: 20px;
}
}

@media(max-width: 767px){
  .innerpagehd .mainhed{
    font-size: 40px;
  }
.inerpage-hed {
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
}

.mytab .nav-tabs .nav-link{
  font-size: 21px;
}
.mytab .nav-tabs .nav-link::after{
  bottom: -13px;
}
  .mytab{
    gap: 33px;
  }
  .img-wrapper{
    margin-top: 25px;
  }
  
.inner-abtimg img {
     max-width: 450px;
width: 100%;
margin-right: 0px;
}
.inner-abtimg h2{
    float: left;
    width: 100%;
}
.inner-abtimg p{
    float: left;
}
.floatright{
    float: left!important;
    margin-left: 0px!important;
}
    .missionimg {
        max-width: 600px;
    }
    .connectus-bg{
        margin-top: 20px;
    }
.contactfull{
    margin: 0 2% auto;
    width: 96%;
}
.abt-para{
  gap: 10px;
  flex-direction: column;
}
.experince{
  flex-direction: column;
}
.experince .exp-desc{
  width: 100%;
}
.experince .exp-hed{
  width: auto;
}
.abtsimg{
  border-radius: 20px;
}
}

@media(max-width: 575px){
  .page-thumb{
    margin-bottom: 0px;
  }
.inner-abtimg img {
     max-width: 450px;
width: 100%;
margin-right: 0px;
}
.inner-abtimg h2{
    float: left;
}
.inner-abtimg p{
    float: left;
}
.inerpage-hed{
   height: 270px;
}
 .category {
    background: linear-gradient(0deg, #161F00 15%, transparent 15%);
}
.quote {
    font-size: 21px;
    font-weight: 500;
    line-height: 29px;
  }
  .testimonial-card {
    gap: 30px;
    padding: 25px;}
        .contact-box {
          gap: 30px;
        padding: 30px;
    }
    .wrk-detl .cnt {
    font-size: 35px;
  }
}
@media(max-width: 375px){
.wrk-details .mybtn-secondary{
    height: auto;
  }
}
