
.logo{ padding: 25px 0px !important ;}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-20{
     padding-bottom:20px;
    }
    
.pt-20{
     padding-top:20px;
    }    

.pt-30 {
    padding-top: 30px;
    }

.pt-60 {
    padding-top: 60px;
}

.pt-100 {
    padding-top: 100px;
}

.text-justify {
    text-align: justify;
}

.text { 
    color: black !important;
    font-size:16px !important;
    margin-top:20px !important;
}


.main-slider_title {
    font-weight: 900 !important;
    font-size: 85px;
}

.auto-container {

    max-width: 1220px !important;
}

.about-one_content-inner { 
    padding-right: 10px !important
}

.service-two , .contact-one , .projects-one , .about-one , .news-one {
    padding: 50px 0px 50px !important;
}

.sidebar-page-container{
    padding: 30px 0px 30px !important;
}

.main-footer {
    padding: 10px 0px 0px !important;
}


.team-one_title{
    color: var(--white-color) !important;
}

.team_one:hover .team-one_title {
    color: black !important;
}


.client-one_image-box-two img { 

    width: 100% !important;
}
.client-one_image-box-two {
    width: 115px;
    height: 125px;
}

.fadeInUp {
    visibility: visible !important;
}

.clients-two_inner-container {
    background-color: #FFFFFF !important;
    padding: 50px 50px 50px !important;
}

.clients-two_title {
     color: black !important;
}

.clients-two {
     background: #EFF3F8 !important;
     padding-top: 50px !important;
}

.page-title {
    max-height: 65vh !important;
}


    .icon-img {
         padding: 10px !important;
    }

    .service-block_two {
        padding: 25px !important;
    }
    
    .clients-two_title span {
       color: #0B5ADB !important;
    }
    
    
    @media only screen and (max-width: 767px) {
        .header-style-one {
            min-height: 75px;
        }

        .main-header .logo {
            margin-top: -22px;
            width: 55px;
            height: 90px;
        }

        .main-slider_title {
            font-size: 45px;
        }

        .btn-style-three {
            padding: 15px 9px;
        }
        
         .main-logo {
             display:none;
         }
    }
    
    @media only screen and (min-width: 769px) {
        .header-menu {
            display: none;
        }
        
        .mobile-logo {
             display:none;
        }
    }