body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
footer{
    background: #dee2e6;
}
footer a{
    color: #000;
}
.navbar{
    transition: all 0.5s;
    height: 80px;
}
.navbar-nav li a{
    color: #fff;
    font-weight: bold;
}
.navbar-nav li a:hover{
    color: #cd1a1a;
}
.header-logo{
    height: 60px;
} 
.bg-transparant{
    /* background: #2f2f2f57; */
    background: transparent;
}
.navbar-scrolled{
    background: #fff;
    height: 60px;
}
.navbar-scrolled .navbar-nav li a{
    color: #000;
}
.navbar-scrolled .navbar-nav li a:hover{
    color: #cd1a1a;
}
.home-services{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
.home-services-box:hover{
    background: #f1f1f1;
}
.home-services-box{
    padding: 30px;
    cursor: pointer;
}
.home-services-box i{
    color: red;
    font-size: 30px;
    padding: 20px;
}
footer{
    padding-top: 50px;
    padding-bottom: 50px;
}
.slide-content-bg {
    position: absolute;
    z-index: 999999999999999;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    background: #23222285;
}
.slide-content-bg .slide-content{
    padding-top: 30vh;
    padding-left: 15%;
    padding-right: 15%;
}
.slide-content-bg .slide-content h1{
    font-size: 100px;
    font-weight: 700;
}
.hero-content h1{
    padding-top: 10%;
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-weight: 700;
}
.page-hero-class{
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  /* Color overlay with opacity */
    url('images/banners/02.jpg') no-repeat center center; 
    background-size: cover;
}
.page-hero-bg-slider .carousel-item{
    height: 50vh;
    background-size: cover!important;
}
/* .page-hero-bg-slider-slide-content-bg {
    position: absolute;
    z-index: 999999999999999;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    background: #23222285;
} */
.page-hero-bg-slider-slide-content-bg .page-hero-bg-slider-slide-content{
    margin-top: 20vh;
    text-align: center;
    background: rgb(43 41 41 / 77%);
    margin-left: auto;
    margin-right: auto;
    width: 30vw;
    color: #fff;
}
.page-hero-bg-slider-slide-content h1{
    font-size: 30px;
    text-transform: uppercase;
}
.content-area{
    padding: 50px;
}
.content-area.service1 a{
    color: #000;
    text-decoration: none;
}
/* .content-area.service1 a:hover{
    color: red;
} */
.service-content{
    padding:50px;
}
.home-services a, .home-services a:hover{
    color: inherit;
    text-decoration: none;
}
.content-area.ribben{
    color: #ffff;
    background: #cd1a1a;
}
.content-area.aboutus-page .about-box{
    padding-top: 15%;
    padding-bottom: 15%;
}
.color-red{
    color: #cd1a1a;
}
.icon-size-1{
    font-size: 20px!important;
}
.service-page ul {
    /* padding-left: 0; */
}
.service-page ul.main-description li.description-para{
    list-style: none;
}
.contact-page form input, .contact-page form textarea{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.contact-page form .contact-form-submit-bnt{
    background: #cd1a1a;
    color: #fff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media only screen and (max-width: 600px) {
    .hero-content h1{
        font-size: 30px;
        padding-top: 45%;
    }
    .header-logo{
        height: 40px;
    } 
    .slide-content-bg .slide-content{
        padding-top: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .slide-content-bg .slide-content h1{
        font-size: 20px;
        font-weight: 700;
    }
    .slide-content h5{
        font-size: 12px;
    }
    .home-content h5{
        display: none;
    }
    .home-content h3{
        padding-top: 50px;
    }
}