.innerpagehd{
    background: #2060ad;
    
    position: relative;
    overflow: hidden;
}
.inerpage-hed{
display: flex
;
    align-items: center;
    height: 240px;
}

.innerpagehd .mainhed{
    color: #fff;
    position: relative;
    z-index: 1;
}
.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;
}
.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: #2060ad;
    padding: 20px;
    border-radius: 15px;
        text-align: center;
    padding-top: 0px;
}
.connectus-bg h4{
    padding: 14px 10px;
    background: linear-gradient(180deg, #2468b9, #074897);
    border-radius: 0 0 10px 10px;
    color: #fff;
    margin-bottom: 20px;
}
.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;   
}

.productsec{
    background: #E3F2FF;
}
.floatright{
    float: right!important;
        margin-left: 46px;
        margin-right: 0px!important;
}
.products-full p{
    text-align: justify;
}

/* contact */
.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-left: 40px;
}
.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: center;
  gap: 15px;
  margin-bottom: 20px;
  
}

.con-desc .cont-img {
 width: 36px;
    height: 36px;
    background: #2e7bd7;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-desc p {
  margin-bottom: 0;
  width: calc(100% - 51px);
  color: #ffffff;}
.con-desc p a{
    color: #ffffff!important;
    font-weight:400;
}
.cont-img img {
  width: 22px;
}

.con-field label {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.con-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none!important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
        background: #e7f2ff;
    height: 51px;
    outline:none!important;
}
.con-field textarea {
    width: 100%;
    float: left;
        background: #e7f2ff;
    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;
}

@media (min-width: 992px) and (max-width: 1199px){
.contct-add {
    padding: 40px 10px;
}
.contct-frm {
    padding-left: 15px;
}

}



@media(max-width: 991px){
.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;
}
   
}

@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%;
}
}

@media(max-width: 575px){
.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;
}
 
}

