/* ----------------------------------header css---------------------------------- */
/* li.menu-item.page-item-14.current_menu-item a{
    color: #FF8445 !important;
} */

/* -------------------------home-style -------------------*/
body{
    background-color: #F5F5F5;
}
.home-logistics ul.eael-feature-list-items li.eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner{
    border-radius: 3px;
}
.home-logistics ul.eael-feature-list-items li.eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title{
    font-size: 16px;
    font-family: inter;
    font-weight: 600;
    margin-bottom:0px;
    color: #006B2D;
}
.home-logistics ul.eael-feature-list-items li.eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content{
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
}
.post-custom-style .elementor-image-box-wrapper{
    position: relative;
}
.post-custom-style .elementor-image-box-wrapper .elementor-image-box-content{
    position: absolute;
    top: 55%;
    left: 0;
    z-index: 9;
    height: 100px;
    display: flex;
    height: 150px;
    /* padding: 40px 0; */
    background: linear-gradient(180deg, rgba(1, 45, 29, 0.65) 0%, rgba(1, 45, 29, 0.70) 100%);
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
        180deg,
        rgba(1, 45, 29, 0.65) 0%,
        rgba(1, 45, 29, 0.70) 100%
);
} 
/* ------------------------------------------------post page css----------------------- */
.post-panner{
    position: relative;
}
.post-panner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
/* ------------------------------general style-------------------- */
.custom-width-100{
    position: relative;
}
.custom-width-100:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(1, 45, 29, 0.4);
    top: 0;
    left: 0;
}
.custom-width-100 > div{
    width: 100%;
    padding: 0 10px;
}

.border-style{
    border: 1px solid #006B2D;
    border-radius: 3px;
}
img{
    width: 100%;
}
/* -------------------About Page------------------------- */
.about-galeries .gallery-item:nth-child(2){
    height: 300px;
}
.about-galeries .gallery-item:nth-child(1){
    height: 250px;
}
.about-galeries .gallery-item .gallery-icon{
    height: 100%;
}
.about-galeries .gallery-item .gallery-icon img{
    height: 100%;
    object-fit: cover;
}
.about-galeries .gallery .gallery-item:nth-child(2){
    margin-top: 50px !important;
}
.about-content .elementor-element .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box{
    position: relative;
}
.about-content .elementor-element .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box::after{
    position: absolute;
    content: '';
    width: 5px;
    height: 50px;
    top: 0px;
    left: -30px;
    background: #006B2D;
    border-radius: 3px;
}
/* ---------------------contact page style-------------------------- */
.inquiry-form{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.form-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.field{
    display:flex;
    flex-direction:column;
}

.field label{
    margin-bottom:8px;
    font-weight:500;
    font-size:15px;
}

.field input,
.field select,
.field textarea{
    width:100%;
    height:52px;
    padding:0 16px;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:15px;
    box-sizing:border-box;
}

.field textarea{
    height:120px;
    padding:16px;
}

.wpcf7-submit{
    width:100%;
    height:54px;
    background:#006B2D;
    color:#fff;
    border:none;
    border-radius:4px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

.wpcf7-submit:hover{
    background:#D9A10A;
}
.inquiry-form br{
    display: none;
}
.form-background{
    background-color: #006B2D;
    border-radius: 3px;
}
.linked-in-button-style{
    background-color: #F5F5F5;
}
.linked-in-button-style .eael-feature-list-content-box{
    background:#0077B5 ;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 5px 20px;
    border-radius: 3px;
}
.linked-in-button-style .eael-feature-list-content-box .eael-feature-list-title{
    margin-bottom: 0 !important;
    border-radius: 3px;
}
.linked-in-button-style .eael-feature-list-icon-inner{
    border-radius: 3px !important;
}
/* ------------------------------------single product page------------------------- */
.table-info .e-con-inner{
    border: #006B2D 1px solid;
    padding: 20px;
}
.table-info .tablepress>:where(thead,tfoot)>tr>*{
    background: #006B2D !important;
    color: #F5F5F5;
}
/* -----------------------------------------footer------------------------------------ */
.site-footer .contact-box{
    text-align: left;
}
.site-footer .contact-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #F5F5F5;
    letter-spacing: 1px;
    line-height: 50px;
}
.site-footer .contact-box .contact-item{
    margin-bottom: 10px;
}
.site-footer .wp-block-image{
    width: 100px !important;
}
/* media query*/
@media(max-width:768px){
    .form-row{
        grid-template-columns:1fr;
    }
}
@media (max-width: 767px) {
    h1#n2-ss-2item1,h1#n2-ss-2item5{
        font-size: 30px !important;
    }
}