.header-navigation .main-menu ul li > .main-btn {
    font-size: 16px;
    padding: 16px 35px !important;
    color:#fff;
}
.header-navigation .main-menu ul li > .main-btn:hover {
    font-size: 16px;
    padding: 16px 35px !important;
    color:#151515;
}
.navbar-toggle-btn{
    display: none;
}
.header-navigation.breakpoint-on .navbar-close, .header-navigation.breakpoint-on .navbar-toggler, .header-navigation.breakpoint-on .navbar-toggle-btn{
    display: block;
}
.header-top-bar .top-left ul li a{
    color:#131313;
    font-weight: 600;
}
.brand-logo img{
    max-width: none;
    width: auto;
    height: 55px;
}
.hero-wrapper-one .hero-content h1{
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 2px;
}
.hero-wrapper-one .single-slider{
    padding:0;
    height: 100vh;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}
.portfolio-block-one .portfolio-content h3.title{
    /* font-family: var(--body); */
    text-decoration: none;
    margin-top: 24px;
    
}
.portfolio-block-one .portfolio-content h3.title a{
    text-decoration: none;
    font-weight: bold;
}
.block-style-three .text h3.title{
    /* font-family: var(--body); */
}
.block-style-three .text h3.title a{
    text-decoration: none;
    /* letter-spacing: 0.5px; */
}
.block-style-four h3{
    letter-spacing: 0;
    text-align: left;
    font-size: 22px;
    text-decoration: none;
    /* font-family: var(--body); */
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.block-style-four{
    position: relative;
}
.full-link{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.blog-style-one .blog-post-item .entry-content h3.title{
    font-size: 24px;
    
    /* letter-spacing: 1px; */
}
.blog-style-one .blog-post-item .entry-content h3.title a{
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.cta-style-one .cta-content h3{
    font-size: 48px;
    line-height: 55px;
    text-decoration: none;
}
.newsletter-style-one .newsletter-wrapper .newsletter-content-box .content h2{
    font-weight: 800;
    line-height: 1;
}
.footer-nav li a{
    position: relative;
}
.newsletter-form .form_group{
    text-align: center;
}
.site-branding{
    position: relative;
    max-width: none;
}
.aone{
    position: absolute;
    bottom:0;
    right:-28px;
    color:var(--red-dark);
    font-family: var(--title);
    font-style: italic;
    font-size: 16px;
}
.service-area{
    background-color: var(--blue-dark);
}
.hero-wrapper-one .single-slider:after{
    background-color: rgba(25, 25, 25, 0.25);
}
.cta-style-one:after{
    display: none;
}
.footer-area{
    background-color: var(--blue-dark);
}
/*.footer-area .logo img{*/
/*    filter: brightness(0) invert(1);*/
/*}*/
.footer-widget .widget.about-widget .about-content ul li span a, .footer-widget .widget.about-widget .about-content ul li span, .footer-widget .widget.footer-nav-widget ul li a{
    color:#fff;
}


.footer-flex {
    display: flex;
    gap: 15px;
    align-items: center;
}



@media only screen and (min-width:768px){
    .tow-col{
        columns: 2;
    }
   
}
@media only screen and (max-width:600px){
    .newsletter-style-one .newsletter-wrapper .newsletter-content-box .icon{
        margin-right:0;
    }
    .block-style-three.border-right-1 {
        padding-left: 0;
    }
    .cta-area.cta-style-one{
        text-align: center;
    }
    .cta-style-one .cta-content h3{
        font-size: 32px;
        line-height: 37px;
    }
    .footer-widget{
        text-align: center;
    }
    .brand-logo img{
        height: 40px;
    }
    .aone{
        font-size: 12px;
        bottom:-5px;
    }
    .block-style-three {
        padding-left:0;
    }
}
@media only screen and (max-width:375px){
    .header-top-bar .top-left ul li{
        font-size: 10px;
    }
}
