.hero-style9{
    max-width: 600px;
}
.hero-9 .hero-img img {
    border-left: 15px solid #bf1917;
    border-bottom: 15px solid #bf1917;
    border-bottom-left-radius: 50px;
}

@media (max-width: 1299px){
    .hero-style9 .hero-title {
        font-size: 35px;
    }

}
@media (max-width: 1399px){
    .hero-9 .hero-img img {
        object-position:center
    }

}
.main-menu ul.sub-menu li a:hover{
    padding-left: 35px;
    color: #bf1917;
}
.product-category{
    position: relative;
}
.supplier-section{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-category::before,.supplier-section::before {
    opacity: 0.9;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #0E121D;
    top: 0;
    left: 0;
}
.service-thumb-wrap{
    border-radius:10px;
    background-color: #0E121D;
}

.service-thumb-wrap:after{
    border-radius: 10px;
}
.slick-current .service-thumb{
    border-color: #bf1917;
}
.team-card.style2{
    border-radius: 5px;
}
.team-card.style2 .box-title{
    text-align: center;
}
@media (min-width:767px){
    .header-logo {
        width: 250px;
    }
    
}
@media (max-width:767px){
    .header-logo {
        width: 150px;
    }
}
.team-grid .team-img{
    border-radius: 50%;
}
.team-grid .team-img img{
    border-radius: 0;
    padding: 45px;
    transition: 0.6s;
    width: 200px;
}
.team-grid .team-title a{
    color: #fff;
}

.team-grid:hover .team-img img {
    transition: 0.6s;
    transform: scale(1.3);
}


.service-box.style2 .service-box_img{
    overflow: hidden;
}
.service-box.style2 .service-box_img img{
    height: 296px;
    width: 296px;
    transition: 0.3s;
}
.service-box.style2:hover .service-box_img img{
    transition: 0.3s;
    transform: scale(1.1);
}
.service-box.style2:hover  .box-title a{
    color: #bf1917;
}
#whatsapp {
    cursor: pointer;
    position: fixed;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
    text-align: center;
    left :45px;
    bottom :45px;
}
#whatsapp a img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.breadcumb-wrapper{
    position: relative;
    padding: 0;
}
.breadcumb-wrapper::before {
    opacity: 0.9;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #0E121D;
    top: 0;
    left: 0;
}
.breadcumb-title{
    position: relative;
}
.breadcumb-wrapper .breadcumb-content{
    padding: 250px 0 50px 0;
}
.inner-supplier .team-grid .team-title a{
    color: #0E121D;
}
.contact-feature{
    box-shadow: 0px 0px 15px 1px #b1adad;
}
@media (max-width: 1399px){
    .contact-map {
        margin-top: -60px;
        margin-bottom: -108px;
    }
}
select, .form-control, .form-select, textarea, input{
    border-color: #ddd;
}
.contact-wrap2{
    margin-bottom: 80px;
}
.team-grid .team-img {
    box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.2);
}

.widget_search {
    background-color: #eee;
    padding: 25px 10px;
}
.widget_categories{
    background-color: #eee;
    padding: 30px 20px;
}
.th-product{
    box-shadow: 0px 6px 15px rgba(14, 18, 29, 0.2);
    padding: 0 0 20px 0;

}
.th-menu-wrapper .mobile-logo{
    background-color: #0E121D;
}
.client-box{
    padding: 20px 10px;
    box-shadow: 0px 0px 15px 1px #b1adad;
}
.widget_categories a{
    padding: 10px 25px ;

}
.widget_categories a.active{
    background-color: #bf1917;
    color: #fff;
}
.widget_categories a:hover {
    background-color: #bf1917;
    color: #fff;

}
.widget_categories a::before {
    top: 10px;
}
.widget_categories a.active::before {
    color: #fff;
}
.widget_categories li > span {
    top: 10px;
    right: 5px;
}
.widget_categories li.active > span {
    color: #fff;
}
.widget_categories > ul > li:last-child a {
    padding: 10px 25px ;
}
.widget_categories a:hover ~ span {
    color: #fff;
}
.widget_categories a:hover::before {
    color: #fff;
}
.th-product .product-img img{
    width: 260px;
    height: 260px;
    padding: 15px 10px;
}


.service-grid{
    padding: 30px 20px;
    min-height: 400px;
}
.slick-track > .service{
    padding: 0 !important;
}
.error-img img{
    height: 500px;
}
.popup-search-box form input {
    padding-right: 75px;
}
.service-grid_img img{
    height: 250px;
}
.service-thumb_img img{
    height: 80px;
}