nav ul li a.active{
    color: #EF5F36;
    font-weight: 800;
}

.about-text-container h2{
    font-weight: 800;
}

.footer-link.active{
    color: #EF5F36;

}

.info-item{
    text-decoration: none;
    color: #333333;
}

.success-message .submit-btn{
    text-decoration: none;
    color: #333;
}

.success-message .submit-btn:hover{
    color: #fff;
}

.swiper.about {
    padding-bottom: 0px !important;
}

.siper.about-us {
    padding-bottom: 0px !important;
    background-color: #fff !important;
}

.blog-section.blog-page{
    background-color: #fff;
}

.blog-section.blog-page .blog-item:hover {
    transform: translateY(-10px);
}

.blog-section.blog-page .blog-item:hover .blog-image {
    transform: none;
}

.blog-section.blog-page .blog-item .blog-image {
height: 420px;
}

.pagination{
    list-style: none;
}

.blog-container ul{
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
}

.blog-container ul li{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    color: #333;
}

.blog-container ul li::before{
    content: "•";
    color: #ef5f36;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.blog-container ul li strong{
        font-weight: 700;
    color: #ef5f36;
}

.gallery-grid .gallery-item{
    width: 100%;
    height: 100%;
}

.gallery-grid .gallery-item:first-child{
    grid-column: span 4;
    grid-row: span 4;
}


.hero-slideshow .swiper-wrapper{
    width: 100%;
    height: 100%;
    padding: 0;
}

.hero-slideshow .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slideshow{
    padding: 0 !important;
    margin: 0 !important;
}


.similar-post-item{
    text-decoration: none;
}

.about-partners-section{
    background-color: #fff;
}

.iti{
    width: 100%;
}

.contact-info-container{
    margin-top: 50px;
}

.commercial-cont{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 20px;
    padding-bottom: 40px;
}

.commercial-cont:first-of-type{
    border-bottom: 1px solid #33333323;
}

.commercial-cont .contact-info-cont{
    display: flex;
    flex-direction: column;
}

.commercial-cont .contact-info-cont p{
    font-size: 25px;
    font-weight: 500;
}

.commercial-cont .contact-info-cont a{
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 47px;
    color: #333333;
    display: flex;
    align-items: center;
}

.commercial-cont .contact-info-cont a img{
    margin-right: 15px;
    object-fit: contain;
    width: 20px;
    height: 20px;
}

.accounting-cont{
    padding-top: 40px;
}

@media only screen and (max-width: 1200px){
         .blog-section.blog-page .blog-item .blog-image{
        height: 350px;
    }
}


@media only screen and (max-width: 991px){
         .blog-section.blog-page .blog-item .blog-image{
        height: 300px;
    }

    .commercial-cont{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media only screen and (max-width: 767px){
        .contact-info-container{
        padding: 0 20px;
    }



    .info-item + .info-item {
        padding-left: 30px;
    }

    .info-item:last-of-type{
        padding-left: 0;
    }
    .gallery-grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid .gallery-item:first-child{
    grid-column: span 1;
    grid-row: span 1;
    }

    .about-partners-section .partners-container{
        margin-bottom: 40px;
    }

    .about-partners-section .partners-container .swiper{
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .about-partners-section .partners-container:last-of-type{
        margin-bottom: 0;
    }

 
}

@media only screen and (max-width: 576px){
       .blog-section.blog-page .blog-item .blog-image{
        height: 250px;
    }

    .commercial-cont{
        grid-template-columns: 1fr;
    }

    .contact-info-container{
        margin-top: 0;
    }

        .commercial-cont{
        row-gap: 20px;
        padding-bottom: 30px;
    }

    .commercial-cont .contact-info-cont a{
        line-height: 40px;
    }

    .accounting-cont{
        padding-top: 30px;
    }
}