.header-top-wrapper ul li{
    font-size: 12px;
}
.social-icon{
    font-size: 13px;
}
.header-2 .logo img{
    height: 60px;
}
.hero-landing{
    height: calc(100vh  - 110px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service{
    padding: 70px 0;
}
.brand-section-2::before{
    display: none;
}
.project-items-2.style-2 .project-content h4{
    width: 75%;
    font-size: 18px;
}
.choose-image-items{
    position: sticky !important;
    top:90px;
    margin-left: 25px;
}
.transforming-items .content{
    width: calc(100% - 100px);
}
.full-link{
    position:absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
footer{
    background-color: #e1e1e1;
}
.offcanvas__logo img{
    height: 40px;
}
@media only screen and (min-width:1024px) and (max-width:1400px){
    .transforming-items .content h5{
        font-size: 16px;
    }
}

@media only screen and (max-width:600px){
    .choose-content{
        margin-top: 55px;
    }
    .choose-wrapper .choose-content .icon-area .icon-items{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-widgets-wrapper{
        padding: 90px 0 60px;
    }
    .header-2 .logo img{
        height: 40px;
    }
}