.featured-item.style-1:after {
    background-image: none !important;
}

.featured-item.style-1:before {
    background-image: none !important;
}

body{
    background-color: #EEEEF0;
}

header, .fixed-header
{
    border-bottom: solid 5px #9C2253;
}

.header-top
{
    background-color: #324EA2 !important;
}

.logo img {
    max-height: 100px !important;
}

.themeht-btn {

    border-radius: 1px !important; 

}

.service-item.style-2 p, .service-item.style-3 p {
    line-clamp: none !important;
    -webkit-line-clamp: none !important;
}


footer {
    background-color: #fff !important;
    border-top: solid 5px #9C2253;
}

.footer-menu li a, .footer h5, .media-icon li a  {
    color: #324EA2 !important;
}

.copyright {
    color: #324EA2 !important;
}

.secondary-footer {
    border-top: 1px solid #ddd !important;
}

.header-number a:hover, .topbar-link a:hover{
    color: #9C2253 !important;
}

.footer-menu li a:hover {
    color: #9C2253 !important;
}

@media only screen and (max-width: 799.70px) {
    #herostart
    {
        max-height: auto !important;
    }
    #herostartbg
    {
        background-image: url(../images/simix-bg-neu3.png);
    }
}

@media only screen and (min-width: 799.80px) and (max-width: 1299.80px){
    #herostart
    {
        max-height: 70vh !important;
        
    }
    #herostart .banner-content {
            padding: 50px 0 150px 100px;

        }
        #herostartbg
        {
            background-image: url(../images/simix-bg-neu2.png);
        }
}

@media only screen and (min-width: 1299.80px) {
    #herostart
    {
        max-height: 50vh !important;
        
    }
    #herostart .banner-content {
            padding: 50px 0 150px 100px;

        }
        #herostartbg
        {
            background-image: url(../images/simix-bg-neu2.png);
        }
}

.breadcrumb {

    background: #EEEEF0 !important;

}



.banner-slider h1 {
    font-size: 60px;
}



.page-title::before {
    opacity: 0.9;
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background: none !important;
    z-index: -1;
}