.logo-area a{
    display: flex;
    align-items: center;
}
.logo-area h1{
    font-size: 30px;
    line-height: 27px;
    padding-left: 10px;
    margin-bottom: 0;
    color: #bb0b0b;
	    text-transform: uppercase;
}
.logo-area h1 span{
    display: block;
    font-size: 14px;
    color: #0082f1;
	    text-transform: normal;
}
.canvas-logo a{
    display: flex;
    align-items: center;
}
.full-width-header .right_menu_togle .canvas-logo img{
    max-height: 50px;
}
.canvas-logo h1{
    font-size: 26px;
    line-height: 27px;
    padding-left: 10px;
    margin-bottom: 0;
    color: #fff;
}
.canvas-logo h1 span{
    display: block;
    font-size: 20px;
    color: #0082f1;
}
.rs-about .sec-title .title span{
    color: #bb0b0b;
    display: block;
    font-size: 22px;
}
.rs-about .sec-title .title span{
    color: #bb0b0b;
    display: block;
    font-size: 16px;
}
.rs-about span{
	 color: #bb0b0b;
    display: block;
	font-weight:600;
    font-size: 22px;
	border-bottom:1px dotted#bb0b0b;
}
.rs-about p{
    text-align: justify;
}
.qualification .images-part{
    border: 5px solid #bb0b0b;
}
.qualification .sec-title3 .title{
    color: #bb0b0b;
}
.qualification .icon-item li .list-icon i{
    color: #0082f1;
}
.qualification .icon-item li .list-text{
    font-size: 18px;
}
.testimonial .test-list{
    margin: -15px 0;
}
.testimonial .test-item{
    padding: 15px 0;
}
.fetch-img-src {
    display: none;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gal-img{
    height: 350px;
    border: 3px solid #bb0b0b;
}
.rs-services-single h4{
    color: #bb0b0b;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
}
.rs-services-single p{
    text-align: justify;
}
.rs-services-single h2{
    font-size: 32px;
}
@media only screen and (max-width: 480px){
    
    .logo-area h1{
        font-size: 20px;
        line-height: 20px;
        padding-left: 10;
    }
    .logo-area h1 span{
        font-size: 16px;
    }
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 40px;
      }
}