.innerpagehd{
    background: #51B34C;
    position: relative;
    overflow: hidden;
}
.inerpage-hed{
        display: flex;
    align-items: flex-start;
    height: 280px;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex-direction: column;
}
.page-thumb {
  
    float: right;
    width: auto;
}
.page-thumb a{
  text-decoration: none;
  color: #ffffffc4;
    font-weight: 400;

}
.page-thumb .actve{
    color: #fff;
}
.page-thumb a:hover{
  color: #3c8a39;

}

.innerpagehd .mainhed{
    color: #fff;
    position: relative;
    z-index: 1;
}
.inerhed-img{
        position: absolute;
    right: -5px;
    height: 237px;
    bottom: -11px;
    mix-blend-mode: overlay;
}
.inner-abtimg img {
    margin-bottom: 15px;
    max-width: 540px;
    float: left;
    width: 100%;
    margin-right: 46px;
    border-radius: 15px;
}




.abot img{
    border-radius: 0px!important;
    margin-right: 0px!important;
}

.abt-card{
  background: #FAC904;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 15px;
}
.abt-card img{
  width:38px;
  margin-bottom: 15px;
 
}
.abt-card h3{
  font-weight: 700;
  font-size: 24px;
  color: #131313;
}
.abt-card p{
  color: #131313;
}
.abt-card2{
    margin-top: 50px;
    background: #ffcc0096;
}
.abt-card3{
    margin-top: 100px;
    background: #ffcc0066;
}
.partnerfull{
 background: #f1f1f1;
    border-radius: 30px;
    padding: 25px;
}
.facilitycard{
    background: url(../img/images/aboutfetre.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 24px;
}


.contact-full {
    background: #f1f1f1;
    border-radius: 30px;
    padding: 25px;
}
.contctimg{
 padding: 23px;
    border-radius: 30px;
    background: #F6F6F6;
    height: 100%;
}
.contctimg img{
    width: 100%;
    border-radius: 20px;
       height: 100%;
}   


.compnycrd{
display: flex;
    gap: 20px;
    align-items: flex-start;
        padding: 20px;
    border-radius: 19px;
    border: 1px solid #00000027;
    margin-top: 15px;
}
    
.compnycrd span{
  width: 60px;
  height: 60px;
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  color: #88888A;
  font-weight: 500;
  font-size: 16px;
  display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.compnycrd span::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    background:conic-gradient(
        #51B34C 0deg,
        #51B34C 0deg,
        #d9c0c000 0deg,
        #d9c0c000 360deg
    );
     -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
   transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.compnycrd:hover span{
  color: #51B34C;
}
.compnycrd span img{
    width: 34px;
}
.compnycrd:hover span::before{
    background: conic-gradient(#51B34C 0deg, #51B34C 120deg, #dcdcdc00 120deg, #dcdcdc00 360deg);
    transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform:rotate(360deg);
}
.compnycrd .cont {
  width: calc(100% - 80px);
}
.compnycrd .cont .desc{
color: #252528;
font-size: 20px;
font-weight: 600;
}

.abtundbx-in{
    border-radius: 20px;
    padding: 25px 20px;
    align-items: flex-start;
    text-align: left;
}

.strength{
    background: linear-gradient(45deg, #51B34C, #1c8216);
}
.f-card{
  padding-bottom: 15px;
  
  transition: all 0.4s ease;

  gap: 16px;
}
.f-card h3{
  font-size: 24px;
  font-weight: 500;
  color: #f0cc1c;
  margin-bottom: 7px;
  transition: all 0.4s ease;
}
.f-card p{
  font-size: 16px;
  color: #deffdc;
  transition: all 0.4s ease;
}

.f-card .cont{
width: 100%;
}
.f-card2{
      padding-top: 15px;
          border-top: 1px solid transparent;
    border-image: repeating-linear-gradient(to right, #4dcf4778 0 4px, /* dash length */ transparent 4px 8px /* gap */) 1;

}

.clrwht{
    color: #fff;
}




.generationbx{
        border-radius: 20px;
    padding: 25px 20px;
        box-shadow: 0 0 7px #0000001a;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.generationbx img{
        width: 200px;
    border-radius: 15px;
        border: 1px solid #00000027;
    
}
.generationbx .genercontnt{
    width: calc(100% - 220px);
}
.generationbx .genercontnt .desc {
        color: #252528;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.generationbx .genercontnt .desc span{
    font-size: 18px;
    font-weight: 500;
}

.prodbx{
    border-radius: 12px;
}
.prodbx p{
    bottom: 20px;
}









.valuesimg{
    border-radius: 15px;
    margin-bottom: 16px;
}
.mylist{
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem; 
}
.mylist li , .sublist li, .inlist li{
    position: relative;
    padding: 3px 0;
    padding-left: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #6D6D6D;
    line-height: 22px;
}
.mylist li:before , .sublist li::before, .inlist li::before{
    content: '';
    background-image: url(../img/icons/logoicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
        border-radius: 30px;
    left: 0;
    margin-top: 4px;
}
.aboutcount .btn{
    display: none;
}
.certificte{
    padding: 0px!important;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.certificte:hover {
    border: 1px solid #AFAFAF;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.logisticsfull{
    background: #2060AD;
}
.logisticcard{
    background: #EAF6FF;
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(1px);
    height: 100%;
}
.logisticcard h3 {
       font-weight: 500;
    color: #2060ad;
    font-size: 20px;
}
.logisticcard .mylist li{
color: #417fc9;
}

.service-full p{
    text-align: justify;
}
.serviceimg{
    /* background: linear-gradient(180deg, #ffffff 20%, #2060ad 20%, #1e5ba4 80%, #ffffff 0%); */
   position: relative;
   z-index: 1;
   padding: 20px;
   padding-top: 0px;
   margin-bottom: 15px;
}
.serviceimg::after{
    content: '';
    position: absolute;
    height: 85%;
    top: 15%;
    border-radius: 15px;
    background: #d1e6ffbf;
    z-index: -1;
    width: 100%;
    left: 0;

}
.serviceimg img{
 margin-right: 0px;
    float: unset;
        max-width: 100%!important;
            margin-left: 0;
            margin-bottom: 0px;
}

.connectus-bg{
        background: #fac904;
    padding: 20px;
    border-radius: 15px;
}
.connectus-bg label{
    color: #043b74!important;
}
.connectus-bg input{
    background: #ffeb9a!important;
}
.connectus-bg textarea{
    background: #ffeb9a!important;
}
.connectus-bg h4{
   border-radius: 0 0 10px 10px;
    color: #043b74;
    margin-bottom: 8px;
    font-weight: 600;
}
.mail-bg{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.mail-bg p{
    color: #2060ad;
    font-weight: 600;
        font-size: 18px;
}
.mail-bg a{
        color: #2060addb;
    font-weight: 400;
}
.mail-bg a:hover{
     color: #2060ad;   
}
.servsec{
    padding-right: 45px;
}
.servsec p{
    text-align: justify;
}
.servsec img{
    margin-bottom: 20px;
    border-radius: 15px;
}

.serv-featur{
    position: relative;
    background: linear-gradient(134deg, #18395B, #03264A);
    z-index: 1;
}
.serv-featur::after{
       content: '';
    position: absolute;
    background: url(../img/images/logo-overlay.webp);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 552px;
    bottom: 0;
    z-index: -1;
    background-position-y: bottom;
    background-position-x: left;
    opacity: 33%;
    left: -90px;
}

.fetrcard{
    background: #0f3964;
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 15px;
    padding-top: 42px;
    position: relative;
}
.fetrcard h2{
    font-size: 65px;
    font-weight: 800;
    background: linear-gradient(142deg, #89bff5, #0c4c8d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: max-content;
    top: -39px;
    position: absolute;
}
.fetrcard h3{
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.fetrcard p{
  color: #bbc8d5;
}


.summary h3 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    color: #131313;
}
.summary p{
    text-align: justify;
}





.productsec{
    background: #E3F2FF;
}
.floatright{
    float: right!important;
        margin-left: 46px;
        margin-right: 0px!important;
}
.products-full p{
    text-align: justify;
}

/* contact */
.contactcrdfull{
     
}
.contactcard{
        padding: 30px 20px;
    border-radius: 15px;
    background: #ffffff;
    height: auto;
    margin: 20px 0;
    border: 1px solid #00000027;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contactcard:hover{
        border: 1px solid #51B34C;
    transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contactfull{
        padding: 40px 30px 40px 0px;
    z-index: 1;
    position: relative;
}
.contactfull::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 86%;
   background: #ffffff;
    box-shadow: 0px 0px 14px 0px #00000024;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 35px;
}
.addresfull{
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: 100%;

}
.contct-frm{
       padding: 40px;
    background: #51b34c;
    border-radius: 30px;
}
.contct-add{
        padding: 60px 30px;
    background: #2060ad;
    border-radius: 25px;
    color: #fff;
}
.con-field{
    margin-bottom: 12px;
}
.con-desc {
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  
}

.con-desc .cont-img {
     width: 55px;
    height: 55px;
    background: #51b34c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.con-desc p a{
    color: #88888A!important;
    font-weight:400;
}
.cont-img img {
  width: 30px;
  filter: brightness(0) invert(1);
}

.con-desc .con-det{
    width: calc(100% - 75px);
}
.con-desc .con-det .desc{
        color: #252528;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}




.con-field label {
        font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.con-field input {
       width: 100%;
    float: left;
    padding: 15px;
    border: none !important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    background: #ffffff;
    height: 59px;
    outline: none !important;
}
.con-field textarea {
    width: 100%;
    float: left;
        background: #ffffff;
    padding: 12px;
      border: none!important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline:none!important;
}
.inervision .abt-card{
    background: transparent;
    border: 1px solid #d1e6ff;
        transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.inervision .abt-card .card-hed {
    gap: 12px;
    margin-bottom: 10px;
}
.missionimg{
  overflow: hidden;
    border-radius: 15px;
    position: relative;
    width: 100%;
    height: 100%;
}
.missionimg img{
  object-fit: cover;
  height: 100%;
}
.missionimg:hover img{
  transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inervision .abt-card:hover{
    background: #d1e6ff;
        transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.clientspara{
    max-width: 75%;
    margin: auto;
}

.con-fieldnew .clr{
    color: #51b34c;
    font-family: 14px;
    font-weight: 600;
}
.con-fieldnew label{
        color: #252528;
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
}
.con-fieldnew input{
border-radius: 0px;
height: 50px;
border-bottom: 1px solid #ccc!important;
padding-left: 0px;
}

.con-fieldnew .iti__selected-flag{
    background: #fff!important;
}
.con-fieldnew .iti__arrow {
    margin-left: 3px;
}
.con-fieldnew textarea{
border-radius: 0px;
height: 50px!important;
border-bottom: 1px solid #ccc!important;
padding-left: 0px!important;
}
.con-fieldnew{
    margin-bottom: 50px;
}
.promters{
    text-align: center;    width: 80%;
}
.promters img {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #00000027;
}
.promters .desc {
        color: #252528;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}
.promters .desc span{
    font-size: 16px;
    font-weight: 500;
}


@media (min-width: 992px) and (max-width: 1199px){
.contct-add {
    padding: 40px 10px;
}
.contct-frm {
    padding: 30px;
}

}



@media(max-width: 991px){
.inner-abtimg img {
     max-width: 400px;
    margin-right: 25px;
}
.contactfull::after{
    width: 100%;
}
.contactfull{
    padding: 20px;
}
.contct-frm{
    padding: 25px;
}
.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;
}
 .servsec{
    padding-right: 0;
 }
.connectus-bg{
    margin-top: 20px!important;
}
.abt-card{
    padding: 20px;
}
.teamcard .card-cont{
    padding: 18px 10px;
}
.teamcard .card-cont h3 {
    font-size:20px;
}
.teamcard{
    padding: 15px;
}
}

@media(max-width: 767px){
.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%;
}
.fetrcard{
    margin-top: 0px!important;
    margin-bottom: 40px;
}
.inerpage-hed {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.inerhed-img {
        height: 95px;
    }
    .generationbx{
        margin-bottom: 15px;
    }
}

@media(max-width: 575px){
    .promters {
    text-align: center;
    width: 50%;
    display: block;
    margin: auto;
}
    .generationbx{
        flex-direction: column;
    }
    .generationbx .genercontnt{
        width: 100%;
    }
.generationbx .genercontnt .desc{
    font-size: 20px;
}
.generationbx .genercontnt .desc span{
    font-size: 16px;
}
.promters .desc{
    font-size: 20px;
}
.promters .desc span{
    font-size: 16px;
}
    .compnycrd{
        padding: 15px;
        flex-direction: column;
    }
    .abtundbx-in{
        padding: 18px;
    }
    .abtundbx .desc{
        margin-top: 0px;
    }
    .compnycrd .cont{
        width: 100%;
    }
    .inerhed-img {
        height: 85px;
    }
.inner-abtimg img {
     max-width: 450px;
width: 100%;
margin-right: 0px;
}
.inner-abtimg h2{
    float: left;
}
.inner-abtimg p{
    float: left;
}
.inerpage-hed{
   height: 180px;
}
.contactcard{
    padding: 20px;
}
.contactcard .con-desc{
    gap: 14px;
    flex-direction: column;
}
.contactcard .con-desc .con-det{
    width: 100%;
}
}

