.innerpagehd{
          background: #fff;
    border-radius: 0 0 50px 50px;
    box-shadow: 1px 5px 9px #0c80bc1a;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #0c80bc30;
}
.inerpage-hed{
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding-top: 149px;
}

.innerpagehd .mainhed{
    color: #0c80bc;
    position: relative;
    z-index: 1;
    text-align: center;
}
.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;
}

.inner-abtimg .rigtimg {
    margin-bottom: 23px;
    max-width: 508px;
    float: right;
    width: 100%;
    margin-left: 46px;
    margin-right: 0px;
    /* border-radius: 15px; */
}

.ourpurpose .subhed{
color: #fff;
}
.ourpurpose .mainhed{
color: #fff;
}
.ourpurpose p{
color: #fff;
}

.w-card p a{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.w-card .ft-social img{
    filter: brightness(0.5);
}
.w-card .ft-social a:hover img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.w-card:hover span img{
        animation-name: unset;
    animation-duration: .5s;
    animation-iteration-count: 1;
}




.stck {
   position: relative;
 transition: transform 0.45s cubic-bezier(.22,.61,.36,1), top 0.45s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}


.pdetailslide{
    border: 1px solid #1aa66433;
    border-radius: 20px;
}
.pdetailcard{
        height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    
}
.pdetailcard img{
        max-width: fit-content;
    height: 290px;
}
.pdetail-carousel .owl-nav {
        position: absolute;
    bottom: 0;
    top: 47%;
    width: 100%;
    /* transform: translateY(100%); */
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.pdetail-carousel .owl-nav .owl-prev,
.pdetail-carousel .owl-nav .owl-next {
  border-radius: 50% !important;
  cursor: pointer !important;
  border: 1px solid none !important;
  width: 47px !important;
  height: 47px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdetail-carousel .owl-nav .owl-prev{
  background: #1AA664 !important;
  margin-left: -26px;
}
.pdetail-carousel .owl-nav .owl-next{
  background: #1AA664 !important;
  margin-right: -26px;
}

.pdetail-carousel .owl-nav .owl-prev:hover{
  background: #0C80BC !important;
}
.pdetail-carousel .owl-nav .owl-next:hover{
  background: #0C80BC !important;
}

.pdetail-carousel .owl-nav img {
  opacity: 100%;
  width: 20px;
}
.pdetail-carousel .owl-nav .owl-prev img{
    transform: rotateY(180deg);
}
.pdetail-carousel .owl-nav button:hover img {
  opacity: 100%;
}

.pro-details .mainhed{
    font-size: 30px;
    line-height: 43px;
}
.pro-details .desc{
    font-weight: 600;
    font-size: 17px;
    color: #1C392E;
    margin-top: 15px;
}
.pro-details .why{
    font-weight: 600;
    font-size: 24px;
    color: #0C80BC;
    margin-top: 20px;
}
.mylist{
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem; 
    gap: 0;
}
.mylist li{
    position: relative;
    padding: 5px 0;
    padding-left: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #7D7878;
    line-height: 22px;
}
.mylist li:before{
    content: '';
    background-image: url(../img/icons/listicon-g.svg);
    background-size: contain;
    background-repeat: no-repeat;
        width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    margin-top: 2px;
}


.scnd-ttl{
  color: #00BAA6;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}



.brnd-fac{
        background: url(../img/images/testicard.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #E1E4EB;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  .brnd-fac img {
    max-width: 170px;
    height: 135px;
    object-fit: contain;
}
.brnd-fac h3{
  font-size: 18px;
  font-weight: 600;
  color: #08244D;
  line-height: 129%;
  margin-top: 21px;
}
.bluewhite{
    color: #cdcdcd;
}
.listserv{
        display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.listserv li{
        color: #fff;
    border-radius: 27px;
    padding: 8px 16px;
    border: 1px solid #00baa65c;
    background: transparent;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.listserv li:hover{
        border: 1px solid #00baa6d6;
    background: #ffffff1a;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.listserv2 li{
    color: #7D7878;
}
.listserv2 li:hover{
        border: 1px solid #00baa6d6;
    background: #00baa6;
    color: #fff;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}




/* accordian */
.myaccordion .accordion-item {
    margin-bottom: 15px;
    border:1px solid #07c3af40;
    border-radius: 16px;
    overflow: hidden;
}
.myaccordion .accordion-button.collapsed {
    
    color: #7D7878;
}
.myaccordion .accordion-button {
        background: #fff;
        border: none!important;
    color: #08244D;
    padding: 17px 20px;
    border-radius: 16px;
    box-shadow: none;
    transition: .3s;
    font-weight: 500;
display: flex
;
    font-size: 20px;
    justify-content: space-between;
}
.myaccordion .accordion-body{
padding: 25px 25px; 
}

.myaccordion .accordion-button:hover {
    color: #08244D;
}

.anglearow{
  width: 34px;
  height: 34px;
  background: #00baa638;
  border-radius: 30px;
  display: flex;
  justify-content: center;
    align-items: center;
    transform: rotateX(0deg);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    flex: none;
  
}
.myaccordion .accordion-button:not(.collapsed) .anglearow{
  background: #00BAA6;
transform: rotateX(180deg);
transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.myaccordion .accordion-button:not(.collapsed) .anglearow img{
  filter: brightness(0) invert(1);
}

.myaccordion .accordion-button:not(.collapsed){
    background: #00baa638;
}

.myaccordion .accordion-button::after {
    display: none;
}


.myaccordion p{
    text-align: justify;
}















.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;
}

.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 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;
}
.subhed{
    width: max-content;
    text-transform: unset;
}
.subhed span img{
    margin: 0;
    border-radius: 0;
}
.brnadcard {
        background: linear-gradient(141deg, #00baa6, #003832);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 15px 15px;
    backdrop-filter: blur(37px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    position: relative;
    backdrop-filter: blur(9px);
    border-radius: 10px;
    box-shadow: inset 0 0 0 4px #ffffff2b;
}
.brnadcard img{
 max-width: 100px;
    height: 70px;
    object-fit: contain;
}
.brnadcard p{
    color: #fff;
    margin-top: 8px;
}
   
.map{
    margin-top: 73px;
}
.text-justify{
    text-align: justify;
}


/* blog */
.otherblog{
        position: relative;
    display: flex;
    flex-direction: row;
    border: 1px solid #00baa62e;
        padding: 12px;
    border-radius: 10px;
    gap: 15px;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-bottom: 18px;
}
.otherblog img{
        width: 115px;
    border-radius: 8px;
}
.otherblog p{
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.otherblog:hover{
    border: 1px solid #00baa7df;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}



/*--------------------------------------------------------*/
/*:::::::::::::::::gallery:::::::::::::::::*/
/*--------------------------------------------------------*/
.galcard {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: zoom-in;
    height: 200px;
}

.galcard::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;

    left: 0;
    right: auto;
    /* margin: auto; */
    /* display: block; */
    top: 0;
    border-radius: 12px;
}

.galcard .galimg {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    width: 100%;
}

.galcard .galimg .coverimg {
    width: 100%;
    height: 200px;
    /* min-height: 190px; */
    object-fit: cover;
    border-radius: 15px;
}

.galcard:hover .galimg .coverimg {
    scale: 1.1;
}

.galcard:hover::after {
    height: 100%;
    top: 0%;
    width: 100%;
    left: 0%;

    background: linear-gradient(180deg, #00baa661, #08244d6e);
    backdrop-filter: blur(2px);
}

.galcard .galimg .proicon {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: auto;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.galcard .galcont {
    position: absolute;
    bottom: 0;
    background: #00BAA6;
    text-align: center;
    left: 0;
    backdrop-filter: blur(4px);
    padding: 7px;
    width: 100%;
    border-radius: 5px 5px 15px 15px;
    opacity: 1;
    transition: all 0.5sease;
    -webkit-transition: all 0.5sease;
    z-index: 11;
}

.galcard .galcont .head {
    font-weight: 400;
    color: #e0ecff;
    font-size: 0.875rem;
    margin-bottom: 0px;
}

.galcard:hover .galcont {

    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.galcard:hover .galimg .proicon {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
}

.galcard .galimg .proicon img {
    width: 44px;
    height: 44px;
    padding: 9px;
    border-radius: 50%;
}

.galcard:hover .galimg .proicon img {
    background: #00baa6;
}











/* 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 .cont-card{
       background: #effffd;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.contactcrd .cont-card span{
background: #00baa6;
    width: 46px;
    height: 46px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactcrd .cont-card span img{
    width: 24px;
}
.contactcrd .cont-card .desc{
font-size: 18px;
    font-weight: 500;
    color: #000;  
    margin-top: 10px;
}
.contactcrd .cont-card .cont {
    color: #7D7878;
font-size: 16px;
font-weight: 400;
}
    
.contactcrd .cont-card p a{
color: #7D7878;
font-size: 16px;
font-weight: 400;
}
.contactcrd .cont-card p a:hover{
color: #00BAA6;
}


.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;
}
.inner-abtimg .rigtimg{
    max-width: 400px;
    margin-left: 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: 275px;
}  
.ceohed{
    margin-top: 20px;
}
.connectus-bg{
    margin-top: 25px;
}
.servsec{
    padding-right: 0px;
}
.inner-abtimg h1{
 float: left;
    width: 100%;
}
.w-card {
    flex-direction: column;
    display: flex;
    align-items: flex-start !important;
    text-align: left !important;
    margin-bottom: 20px !important;
    padding-top: 0px!important;
}
 .abt{
        margin-bottom: 15px;
    }
   
}

@media(max-width: 767px){
.inner-abtimg img {
     max-width: 450px;
width: 100%;
margin-right: 0px;
}
.inner-abtimg .rigtimg{
     max-width: 450px;
width: 100%;
float: left;
margin-left: 0px;
}
.inner-abtimg h2{
    float: left;
    width: 100%;
}
.inner-abtimg p{
    float: left;
}
.inner-abtimg .subhed{
   float: left; 
   width: 100%; 
}

.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;
}

.scnd-ttl{
    font-size: 19px;
}
.myaccordion .accordion-button{
    font-size: 17px;
}
.myaccordion .accordion-body {
    padding: 16px;
}
.pdetail-carousel .owl-nav .owl-prev{
    margin-left: 0;
}
.pdetail-carousel .owl-nav .owl-next{
    margin-right: 0;
}
.pro-details{
    margin-top: 20px;
}
}

@media(max-width: 575px){
    .pro-details .mainhed {
    font-size: 24px;
    line-height: 35px;
}
    .listserv li{
        width: 100%;
    }
    .abt{
        padding-right: 0px!important;
        margin-bottom: 15px;
    }
    .abtcont{
         padding-right: 0px!important;
    }
.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;
   padding-top: 100px;
}
 .category {
    background: linear-gradient(0deg, #161F00 15%, transparent 15%);
}
.inerhed-img{
    max-width: 65%;
}
.pdetailcard{
          height: auto;
        padding: 15px 0;
}
.pdetailcard img{
    height: 210px;object-fit: contain;max-width: 100%;
}
.pdetail-carousel .owl-nav{
    top: 41%;
}
}


