.innerpagehd{
        background: linear-gradient(90deg, #D3AE5E, #AC8530, #D3AE5E) no-repeat;
    
    position: relative;
    overflow: hidden;
}
.inerpage-hed{
    display: flex;
    align-items: center;
    height: 320px;
    padding-top: 100px;
    justify-content: space-between;
        z-index: 1;
    position: relative;
}
.page-thumb {
  
    float: right;
    width: auto;
}
.page-thumb a{
  text-decoration: none;
  color: #ffffff;
    font-weight: 400;

}
.page-thumb .actve{
    color: #ffffffa2;
}
.page-thumb a:hover{
  color: #ffffff;

}
.innerpagehd .mainhed{
    color: #fff;
    position: relative;
        max-width: 50%;
    z-index: 1;
    font-family: 'Optima'!important;
}
.inerhed-img{
        position: absolute;
    right: -5px;
    height: auto;
    bottom: 0;
    filter: brightness(0) invert(1);
    /* mix-blend-mode: screen; */
    opacity: 8%;
}
.inner-abtimg img {
    margin-bottom: 23px;
    max-width: 508px;
    float: left;
    width: 100%;
    margin-right: 46px;
border-radius: 15px;
}



.abtcrd .cardtxt{
    position: relative;
    padding: 0px;
}
.abtcrd .cardtxt h3{
    font-size: 26px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'Optima' !important;
}
.abtcrd .cardtxt p{
  color: #5E5E5E;
}
.abtcrd .card-gold{
    min-height: 350px;
    justify-content: flex-end;
}
.inerabtcrd .card-gold{
background: #FBF9F5;
border: 1px solid transparent;
}
.inerabtcrd .card-gold img{
        opacity: 8%;
        max-width: 214px;
}
.inerabtcrd .card-gold:hover{
    border: 1px solid #f1e6cf;
}
.inerabtcrd .card-gold:hover img{
opacity: 45%;
}

.inerfac .service-card{
    height: auto;
}
.inerfac .service-card .cardtop{
    margin-bottom: 15px;
}
.abutserv img{
        width: 100%;
    height: 458px;
    object-fit: cover;
    border-radius: 15px;
}
.inerfac .service-card .cardtop span img {
    width: 44px;
}







.keycard{
       background: linear-gradient(141deg, #103060, #001a41);
    padding: 26px 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    box-shadow: inset 0 0 0 4px #ffffff0a;
    flex-direction: column;
    text-align: center;
    height: 100%;
}
.keycard h3{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}
.keycard span{
        width: 54px;
    height: 54px;
    border-radius: 35px;
    display: flex;
    background: #00baa6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.keycard span img{
    width: 30px;
}
.keycard p{
  font-size: 14px;
  color: #CFCFCF;
  font-weight: 400;
}


.card-abt{
    padding: 35px;
    background: url(../img/images/ab-crdbac.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.card-abt img{
    border-radius: 15px;
    max-width: 350px;
        width: 100%;
}
.card-abt h2{
  color: #fff;
}
.card-abt p{
 color: #fff;
}

.serviceiner{
        padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 8px #0000001f;
    float: left;
}
.serviceiner img {
    max-width: 377px;
    margin-right: 30px;
}


.scnd-ttl{
  color: #00BAA6;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mylist{
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem; 
}
.mylist li{
    position: relative;
    padding: 3px 0;
    padding-left: 22px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #7D7878;
    line-height: 22px;
}
.mylist li:before{
    content: '';
    background-image: url(../img/images/ttlicon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    margin-top: 4px;
}


.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: #F4F2E8;
    padding: 20px;
    border-radius: 15px;
}
.connectus-bg h2{
  color: #ac8530;
    margin-bottom: 10px;
    margin-top: 10px;
}
.connectus-bg p{
    color: #A2A2A2;
}
.connectus-bg .con-field input {
    
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.connectus-bg .con-field textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.connectus-bg .con-field select {
     height: 50px;
     padding-top: 10px;
     padding-bottom: 10px;
}
.connectus-bg .con-field{
    margin-bottom: 7px;
}


.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;
}

.inersubserv .service-card{
    justify-content: space-between;
    height: 350px;
}
.inersubserv .service-card .cardtop span{
 font-size: 26px;
    font-weight: 600;
    color: #ac8530;
}

.inersubserv .service-card:hover .cardtop span{
    color: #fff;
}
.servicefll{
        padding: 50px 60px;
    background: #FBF9F5;
    border-radius: 25px;
}




.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{
    height: 100%;
}
.brnadcard img {
        max-width: 200px;
    height: 86px;
    object-fit: contain;
    width: 100%;
}
   
.map{
    margin-top: 73px;
}
.text-justify{
    text-align: justify;
}


/* blog */
.otherblog{
        position: relative;
    display: flex;
    flex-direction: row;
    border: 1px solid #ac853069;
        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 #ac8530;
     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;
}





 .con-cta{
        margin-bottom: 25px;
        margin-top: 25px;
    }





/* contact */
.contactcard{
    padding: 30px 20px;
    border-radius: 15px;
    background: linear-gradient(90deg, #D3AE5E, #ac8530, #D3AE5E);
    height: 100%;
    display: flex;
}
.contactcard .cont-img{
background: #fff;
}
.contact-full {
    background: #F4F2E8;
    border-radius: 30px;
    padding: 25px;
}
.contctimg{
 padding: 23px;
    border-radius: 30px;
    background: #F6F6F6;
}
.contctimg img{
    width: 100%;
    border-radius: 20px;
}   



.contct-frm{
    padding-left: 40px;
}


/* 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: 15px;
}

.service-card{
    height: 100%;
    justify-content: flex-start;
}

.service-card .cardtop .servsimg{
    border-radius: 10px;
    margin-bottom: 15px;
}

.addserv1 .btn{
    display: none;
}





@media (min-width: 992px) and (max-width: 1199px){
.contct-add {
    padding: 40px 10px;
}
.contct-frm {
    padding-left: 15px;
}

}



@media(max-width: 991px){
    .servicefll{
        padding: 35px;
    }
    .contctimg{
        margin-bottom: 18px;
    }
.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;
}
.inner-abtimg h1{
 float: left;
    width: 100%;
}
.inner-abtimg p{
    float: left;
    width: 100%;
}
 .abt{
        margin-bottom: 15px;
    }
    .service-card{
        gap: 0!important;
    margin-bottom: 20px!important;
}
.abutserv img{
    height: auto;
    margin-bottom: 20px;
}
}

@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;
}

.scnd-ttl{
    font-size: 19px;
}
.myaccordion .accordion-button{
    font-size: 17px;
}
.myaccordion .accordion-body {
    padding: 16px;
}
.servicefll{
        padding: 15px;
    }
}

@media(max-width: 575px){
    .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;
}
 .category {
    background: linear-gradient(0deg, #161F00 15%, transparent 15%);
}
.inerhed-img{
           max-width: 150px;
}
.contctimg{
    padding: 10px;
}
}

body.modal-open {
    padding-right: 0 !important;
}