.innerpagehd{
        background: linear-gradient(327deg, #121416, #787676);
    background-size: cover;
    
    position: relative;
    overflow: hidden;
}
.inerpage-hed{
    display: flex
;
    align-items: center;
    height: 340px;
    padding-top: 149px;
}

.innerpagehd .mainhed{
    color: #fff;
    position: relative;
    z-index: 1;
}
.inerhed-img{
    position: absolute;
    right: -5px;
    height: auto;
    bottom: 0;
    opacity: 15%;
}
.inner-abtimg img {
    margin-bottom: 23px;
    max-width: 508px;
    float: left;
    width: 100%;
    margin-right: 46px;
border-radius: 15px;
}

.ceoimg{
    clip-path: polygon(0% 44px, 44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
    filter: brightness(0.90);
}
.ceohed span{
    font-size: 1.3rem;
    font-weight: 400;
}

.category{
    background: linear-gradient(
0deg, #161F00 25%, transparent 25%);
}

.flavoursimg{
    clip-path: polygon(0% 44px, 44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}



/* tab */

.mytabnav {
    border: none;
    padding-bottom: 2px;
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
}

.mytabnav li.nav-item {
    /* padding-right: 5px; */
    flex: 1;
}

.mytabnav li.nav-item button {
    padding: 13px 20px;
    border-radius: 0;
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #a8d04433;
    width: 100%;
        text-align: center;
    justify-content: center;
    clip-path: polygon(0% 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}

.mytabnav li.nav-item button:hover {
    
    background-color: #A8D044;
    color: #fff;
}

.mytabnav li.nav-item button:focus {
    box-shadow: none;
}

.mytabnav li.nav-item button.active {
    color: #fff;
    background: #A8D044;
    font-size: 16px;
}

.tab-pane {
    border-radius: 0.3rem;
    margin-top: 10px;
}

.mytabnav .nav-link {
    position: relative;
}
/* 
.mytabnav .nav-link.active:after {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #a8d044;
    left: 0;
    right: 0;
    max-width: 10px;
    margin: auto;
    bottom: -7px;
} */

.whte{
    color: #fff;
}

.marketcard .cardno span img{
    width: 23px;
}
.map{
    background: linear-gradient(
0deg, transparent 50%, #161F00 50%);
}
.map-bx{
    clip-path: polygon(0% 44px, 44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}
.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: #121416;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}
.connectus-bg h4{
   color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}
.connectus-bg p{
    color: #A2A2A2;
}


.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;
}







.othr-link{
    
}

.othr-link li{
    margin-bottom: 3px;
}

.othr-link li a{
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    background: #222021;
    color: #fff;
    border-left: 5px solid #ff3b00;
}
.othr-link li a img{
    filter: brightness(0) invert(1);
}
.othr-link li a:hover{
    background: #2e2e2e;
    border-left: 8px solid #ff3b00;
}


.custom-file {
  position: relative;
  width: 100%;
}

.custom-file-input {
  width: 100%;
  height: 45px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.custom-file-label {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 15px;
  height: 60px;
  display: flex;
  align-items: center;
      color: #74757D !important;
    font-weight: 400 !important;
  background-color: #fff;
  pointer-events: none;
}


/* 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-add{
        padding: 60px 30px;
    background: #2060ad;
    border-radius: 25px;
    color: #fff;
}

.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;
}
.contactcrd .featurecard{
display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
    
.contactcrd .featurecard p a{
color: #EBEBEB;
font-size: 18px;
}
.contactcrd .featurecard p a:hover{
color: #F54815;
}


.clientspara{
    max-width: 75%;
    margin: auto;
}



/* media */
.mediacard{
  padding: 22px;
  background: #121416;
  border-radius: 8px;
  height: 100%;
}

.mediacard .crdimg{
      position: relative;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;

}
.mediacard .crdimg img{
      border-radius: 8px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    
}
.mediacard .crdimg span{
    position: absolute;
    left: 6px;
    bottom: 6px;
    border-radius: 5px;
    padding: 3px 7px;
    background: #ffffff;
    font-size: 14px;
    color: #ff3b00;
    font-weight: 500;
}
.mediacard:hover img{
transform: scale(1.1);
}
.mediacard .desc{
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
}
.mediacard .cont{
  font-size: 16px;
  color: #EBEBEB;
  margin-bottom: 0;
  line-height: 24px;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.servsec{
    padding-right: 45px;
}
.servsec p{
    text-align: justify;
}
.servsec img{
    margin-bottom: 20px;
    border-radius: 8px;
}











@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;
}
 .inerpage-hed{
  height: 350px;
}  
.ceohed{
    margin-top: 20px;
}
.connectus-bg{
    margin-top: 25px;
}
.servsec{
    padding-right: 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%;
}
.mediacard .crdimg img{
    height: auto;
}
.subhed{
    float: left;
    width: 100%;
}
}

@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: 230px;
}
 .category {
    background: linear-gradient(0deg, #161F00 15%, transparent 15%);
}
.inerhed-img{
    max-width: 65%;
}
.inerpage-hed .mainhed{
    font-size: 40px;
}
}

