.logo-box-style3 h1 {
    font-size: 30px;
    color: #253166;
}
.logo-box-style3 h1 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color:#828282;
    line-height: 21px;
}
.about-style2-text .sec-title .title span{
    font-size: 18px;
    text-transform: capitalize;
}
.fetch-img-src {
    display: none;
}
.set-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-project-style3 .img-holder{
    height: 275px;
}
.gallery-area{
    padding: 80px 0;
    background: #f6f6f6;
}
.gallery-area .single-project-style3{
    margin: 15px 0;
}
.single-service-top .inner h3{
margin-bottom: 10px;
font-weight: 400;
}
.single-service-top ul{
    margin-bottom: 20px;
}
.single-service-top ul li{
    position: relative;
    padding-left: 20px;
    color: #232427;
}
.single-service-top p{
    color: #232427;
}
.single-service-top h5{
    margin-bottom: 15px;
    font-weight: normal;
    color: #fb1302;
}
.single-service-top h6{
    margin-bottom: 10px;
    font-weight: normal;
    color: #fb1302;
}
.single-service-top .icon-tick{
    position: absolute;
    left: 0;
    color: #fb1302;
    top: 5px;
}
.single-service-top .img-auto img{
    width: auto;
    border: 1px solid #eee;
}
.single-service-top .img-auto ul{
    padding: 0;
    display: flex;
}
.single-service-top .img-auto li{
    padding: 0 15px 0 0;
    flex: 1 1 0;
}
.about-style2-text ul li{
    padding: 5px 0;
    font-size: 15px;
    text-align: justify;
    color: #000;
    list-style: square;
    margin-left: 15px;
}
.single-service-top .text{
    padding-top: 0;
}
.testimonial-wrap .single-testimonial-style3{
    margin-bottom: 40px;
}
@media only screen and (min-width: 769px) and (max-width:1024px) {  
    .mainmenu-right.style3 .button a{
        display: none;
    }
    .content-info-box{
        background-position:center;
    }
    .contact-details-area{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {  
    .content-info-box{
        background-position:center;
    }
    .single-service-area{
        padding: 60px 0;
    }
    .single-footer-widget .title-style2 h3{
        margin-top: 15px;
    }
    .single-service-sidebar{
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px) {  
    .logo-box-style3 h1 span {
        display: block;
        font-size: 13px;
        font-weight: normal;
        color:#828282;
        line-height: 21px;
    }
    .sec-title .title{
        font-size: 28px;
        line-height: 30px;
    }
    .about-style2-text .sec-title .title span{
        font-size: 14px;
    }
    .contact-details-form-box .title-box h2{
        font-size: 26px;
        line-height: 26px;
    }
    .single-service-top .text h2{
        font-size: 23px;
    }
    .single-service-top .inner h3{
        font-size: 16px;
    }
}