/**
* Theme Name: 
* Description: 
* Author:
* Template: 
* Version: 1.4
*/
.header-top-2 .right-column .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-left: -9px;
}

.header-top-2 .right-column .social-links li h6 {
    display: none;
}

.banner-section.style-two .banner-carousel .slide-item {
    padding: 95px 0px 250px 0px;
}

/* .blue .protection-block-one .inner-box .link a { */
    /* pointer-events: none; */
/* } */

/* .service-block-one .inner-box .overlay-content .btn-box a { */
    /* pointer-events: none; */
/* } */

/* .service-block-one .inner-box h3 a { */
    /* pointer-events: none; */
/* } */

.project-block-one .inner-box .content-box .link-box li a {
    pointer-events: none;
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }

    .header-top-2 .info li:last-child {
        display: none;
    }

    header.main-header.style-two .page-header-mobile-info {
        display: none !important;
    }

    .protection-block-one .inner-box h4 {
        font-size: 24px;
        height: auto;
    }


    .menu-right-content {
        display: none;
    }
    .header-lower .outer-box{
        display: flex!important;
        align-items: center;
        justify-content: space-between;

    }
    .header-lower .outer-box > div{
        width: auto!important;

    }
    .main-header.style-two .outer-box .logo-box::before {
        content: none!important;
    }
    .main-header.style-two .outer-box .logo-box .logo img {
        height: 40px!important;
    }
    .main-header.style-two .outer-box .logo-box {

        padding: 15px 0px!important;
        margin-right: 0px!important;
    }
    .main-header.style-two .outer-box .left-column{
        padding-bottom: 0!important;
    }
    .main-header.style-two .menu-area .mobile-nav-toggler {
        margin-bottom: 0px!important;
    }
}