


@media only screen and (max-width: 1000px) {
    .left-s {
        font-family: 'Raleway', sans-serif;
        font-size: 30px;
        width: 70%;
        line-height: 60px;
        color: var(--secondary-color);
        font-weight: 700;
        letter-spacing: 2px;
    }
    #ms_indicators .active {
        background: var(--secondary-color);
        margin-right: 15px;
        padding: 1px 13px;
        border: 2px solid var(--secondary-color);
    }
    #ms_indicators li {
        border: 1px solid var(--secondary-color);
        padding: 2px 13px;
        margin-right: 15px;
        height: 8px;
    }
}



@media only screen and (max-width: 992px) { 
    .ser_h{
        padding: 0 !important;
        font-size: 25px;
        line-height: 45px;
    }
    #left{
        position: relative;
        top: 0;
    }
    .abt_h{
        font-size: 25px;
        padding-top: 25px !important;
    }
    #about{
        padding: 50px 0;
    }
    #services{
        padding: 50px 20px;
    }
    #gallery{
        padding: 50px 0;
    }
    #contact{
        padding: 50px 0;
    }
    .gallery_h{
        font-size: 25px;
    }
}
@media only screen and (max-width: 768px) { 
   
    .left-s {
        font-family: 'Raleway', sans-serif;
        font-size: 26px;
        width: 80%;
        line-height: 45px;
        color: var(--secondary-color);
        font-weight: 700;
        letter-spacing: 1.5px;
    }
    #ms_indicators{
        bottom: 25px;
    }
    #ms_indicators li {
        border: 1px solid var(--secondary-color);
        padding: 2px 13px;
        margin-right: 15px;
        height: 7px;
    }
    .navbar-brand > img{
        height: 48px;
        padding-left: 20px;
        padding-top: 2px;
    }
    #video_popup .modal-dialog{
        width: 90%;
        margin: auto;
        top: 10%;
    }
    

}


@media only screen and (max-width: 500px) { 
    .left-s {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        width: 85%;
        line-height: 40px;
        color: var(--secondary-color);
        font-weight: 700;
        letter-spacing: 1.5px;
    }
}
