a:hover {
    text-decoration:none;
}

.container {
    max-width:90%;
}

.top {
    padding: 0 0 50px;
    position: relative;
}

.top img.top-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

.top .head{
    display:flex;
    justify-content:space-between;
}    


.top .head .main-logo {
    padding: 50px 0 0;
}

.top .head .main-logo img.sachal-logo {
    margin-left: 15px;
}



.top .head ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top .head ul.menu li {
    background: url(../img/home/menu_bg.png) no-repeat;
    padding: 70px 0px 5px;
    margin-left: 5px;
    min-width: 133px;
    display: inline-block;
    text-align: center;
}
.top .head ul.menu li a {
    color: #4999DF;
    font-size: 20px;
    line-height: 1;
    font-family: 'AlmoniBold';
    padding-right: 10px;
}
.top .top-banner {
    padding: 105px 0 50px;
    text-align: center;
}
.top .top-text {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #868686;
    font-family: 'Almoni';
}
.top .top-btn {
    text-align: center;
    padding: 30px 0;
}
.top .top-btn a {
    color: #4999DF;
    font-size: 22px;
    font-family: 'AlmoniBold';
    border: 1px solid #4999DF;
    border-radius: 5px;
    padding: 9px 4%;
}
#about {
    padding: 380px 0 0;
    position: relative;
}
#about img.about-bg  {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
}
#about .logo-static {
    position: absolute;
    top: -250px;
}

#about .container {
    position: relative;
}
#about img.about-inner {
    position: absolute;
    top: 0px;
    z-index:-1;
    width: 100%;
}

#about .about-popup {
    display: block;
    margin: 0px auto 40px;
    width: 52%;
    padding: 30px 25px;
    background: #FBFBFB;
    border-radius: 5px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
}

#about .about-popup h2.popup-title {
    color: #4999DF;
    font-family: 'AlmoniBold';
    font-size: 40px;
    line-height: 1;
    margin: 0;
    padding: 0 0 20px;
}

#about .about-popup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#about .about-popup ul li {
    display: flex;
    font-size: 22px;
    line-height: 28px;
    font-family: 'AlmoniBold';
    margin: 0 0 20px;
}
#about .about-popup ul li img.list-icon {
    height: 100%;
    margin: 3px 0 0 10px;
}

#about .about-popup .text {
    color: #868686;
    font-family: 'Almoni';
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}


#about img.about-service {
    position: absolute;
    width: 100%;
}
#about .service-popup {
    margin-top:100px;
}
#about .service-popup h2 {
    color: #4999DF;
    font-family: 'AlmoniBold';
    font-size: 40px;
    line-height: 1;
    margin: 0;
    padding: 0 0 20px;
}

#about .service-popup span {
    font-size: 20px;
    line-height: 26px;
    padding: 0 0 20px;
    display: block;
}
#about .service-popup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#about .service-popup ul li {
    display: flex;
    font-size: 22px;
    line-height: 28px;
    font-family: 'AlmoniBold';
    margin: 0 0 20px;
}
#about .service-popup ul li img.list-icon {
    height: 100%;
    margin: 3px 0 0 10px;
}

#about .service-popup .service-btn {
    padding: 20px 0 0;
}


#work-with {
    padding: 100px 0;
    position: relative;
}

#work-with img.work_with {
    position: absolute;
    z-index: -1;
    width: 100%;
}

#work-with .work-popup {
    padding: 50px 40px;
}

#work-with .work-popup h2 {
    font-size: 40px;
    font-family: 'AlmoniBold';
    line-height: 1;
    margin: 0;
    padding: 0 0 10px;
}


#work-with .work-popup .span {
    font-size: 26px;
    line-height: 30px;
    color: #868686;
    padding: 0 0 50px;
    display: block;
}


#work-with .work-popup .row {
    margin-left: -40px;
    margin-right: -40px;
}

#work-with .work-popup .work-box {
    display: flex;
    padding: 0 40px;
}

#work-with .work-popup .work-box .icon {
    padding-left: 30px;
}
#work-with .work-popup .work-box .icon img{
    min-width: 60px;
}
#work-with .work-popup .work-box .content h3 {
    font-size: 30px;
    color: #212121;
    line-height: 1;
    margin: 0;
    padding: 0 0 10px;
}

#work-with .work-popup .work-box .content .text {
    color: #868686;
    font-size: 20px;
    line-height: 26px;
    min-height:225px;
}

#work-with .work-popup .work-box .content .text p{
    margin: 0 0 20px;
}    

#our-team {
    position: relative;
    padding: 40px 0 85px;
}

#our-team img.our-team {
    position: absolute;
    top:-340px;
    z-index: -2;
    width: 100%;
}
#our-team h2 {
    font-size: 40px;
    font-family: 'AlmoniBold';
    line-height: 1;
    color:#4999DF;
    margin:0;
    padding: 0 0 70px;
}

#our-team .team-box {
    background: #FBFBFB;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 30px 40px;
    margin: 0 0 40px;
    border-right: 18px solid #000;
    display: inline-block;
    width: 100%;
}
#our-team .team-box h3 {
    color: #4999DF;
    font-size: 30px;
    line-height: 1;
    padding: 0 0 10px;
    margin: 0;
}

#our-team .team-box .text {
    font-size: 20px;
    line-height: 26px;
    color: #212121;
}

#our-team .team-btn {
    text-align: center;
    margin: 20px 0 0;
}
#our-team .team-left {
    align-items: center;
    display: flex;
}




#contact {
    position: relative;
    margin-top: 100px;
    padding: 0 0 60px;
}

#contact img.contact-bg {
    position: absolute;
    top:0px;
    z-index: -1;
    width: 100%;
}
#contact h2 {
    font-size: 40px;
    font-family: 'AlmoniBold';
    line-height: 1;
    color:#4999DF;
    margin:0;
    padding: 30px 0 40px;
}

#contact .contact-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#contact .contact-right ul li {
    margin: 0 0 30px;
}
#contact .contact-right ul li a {
    font-size: 30px;
    line-height:1;
    color: #212121;
}
#contact .contact-right ul li img {
    margin-left: 10px;
}

#contact .contact-left {
    padding: 30px 0;
}




#footer {
    padding: 50px 0;
    background: #212121;
}
#footer .footer-logo {
    padding: 0;
}



#footer .footer-menu {
    align-items: center;
    display: flex;
}
#footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-menu ul li {
    display: inline-block;
    padding: 0 30px;
}
#footer .footer-menu ul li a {
    color: #fff;
    font-size: 22px;
    font-family: 'AlmoniBold';
    line-height: 1;
}


#footer .footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#footer .footer-links ul li {
    padding: 5px;
}
#footer .footer-links ul li a {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    display: flex;
    align-items: baseline;
}

#footer .footer-links ul li img {
    margin-left: 15px;
}
/**/




@media only screen and (max-width: 1680px) {
    .top .head .main-logo {
        padding: 40px 0 0;
    }
    .top .head ul.menu li {
        padding: 60px 0px 5px;
    }
    .top .top-banner {
        padding: 105px 0 30px;
    }
     .top .top-banner img {
        max-height: 60px;
    }
    .top .top-text {
        font-size: 32px;
        line-height: 36px;
    }
    .top .top-btn a {
        font-size: 20px;
        padding: 9px 3%;
    }
    #about {
        padding: 340px 0 0;
    }
    #about .logo-static {
        top: -210px;
    }
    #about .about-popup {
        width: 55%;
    }
    #about .about-popup h2.popup-title {
        font-size: 36px;
        padding: 0 0 15px;
    }
    #about .about-popup ul li {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 15px;
    }    
    #about .about-popup ul li img.list-icon {
        margin: 0px 0 0 10px;
    }
    #about .about-popup .text {
        font-size: 18px;
        line-height: 24px;
    }
    
    #about .service-popup h2 {
        font-size: 36px;
        padding: 0 0 15px;
    }
    #about .service-popup ul li {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    #about .service-popup ul li img.list-icon {
        margin: 0 0 0 10px;
    }
    #work-with {
        padding: 120px 0;
    }
    #work-with .work-popup h2 {
        font-size: 36px;
        padding: 0 0 10px;
    }
    #work-with .work-popup .span {
        font-size: 22px;
        line-height: 26px;
        padding: 0 0 40px;
    }
    #work-with .work-popup .work-box .icon img {
        min-width: 50px;
    }
    #work-with .work-popup .work-box .content h3 {
        font-size: 28px;
    }
    #work-with .work-popup .work-box .content .text {
        font-size: 18px;
        line-height: 24px;
        min-height: 210px;
    }
    #work-with .work-popup .work-box .content .text p {
        margin: 0 0 15px;
    }
    #our-team img.our-team {
        top: -350px;
    }
    #our-team {
        padding: 0px 0 60px;
    }
    #our-team h2 {
        font-size: 36px;
        padding: 0 0 50px;
    }
    #our-team .team-box {
        padding: 25px 35px;
        margin: 0 0 35px;
    }
    #our-team .team-box h3 {
        font-size: 28px;
    }
    #our-team .team-box .text {
        font-size: 18px;
        line-height: 24px;
    }
    #contact h2 {
        font-size: 36px;
    }
    #contact .contact-right ul li a {
        font-size: 26px;
    }
    /*#footer .footer-menu ul li {*/
        /*padding: 0 20px;*/
    /*}*/
    /*#footer .footer-menu ul li a {*/
        /*font-size: 20px;*/
    /*}*/
    /*#footer .footer-links ul li a {*/
        /*font-size: 24px;*/
        /*line-height: 28px;*/
    /*}*/
}
/**/

@media only screen and (max-width: 1550px) {
    .top .head .main-logo img {
        max-height: 45px;
    }
    .top .top-banner {
        padding: 95px 0 30px;
    }
    .top .top-banner img {
        max-height: 50px;
    }
    .top .top-text {
        font-size: 28px;
        line-height: 32px;
    }
    .top .top-btn {
        padding: 25px 0;
    }
    
    #about {
        padding: 310px 0 0;
    }
    #about .logo-static {
        top: -180px;
    }
    #about .about-popup h2.popup-title {
        font-size: 34px;
        padding: 0 0 15px;
    }
    #about .about-popup ul li {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px;
    }    
    #about .about-popup .text {
        font-size: 16px;
        line-height: 22px;
    }    
    #about .service-popup {
        margin-top: 80px;
    }    
    #about .service-popup h2 {
        font-size: 34px;
        padding: 0px 0 15px;
    }
    #about .service-popup ul li {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px;
    }
    #about .service-popup .service-btn img {
        max-height: 40px;
    }
    #work-with .work-popup {
        padding: 40px 30px;
    }
    #work-with .work-popup h2 {
        font-size: 34px;
        padding: 0 0 10px;
    }
    #work-with .work-popup .span {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 30px;
    }
    #work-with .work-popup .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    #work-with .work-popup .work-box {
        display: flex;
        padding: 0 30px;
    }
    #work-with .work-popup .work-box .icon {
        padding-left: 25px;
    }
    #work-with .work-popup .work-box .icon img {
        min-width: 45px;
    }
    #work-with .work-popup .work-box .content h3 {
        font-size: 26px;
    }
    #work-with .work-popup .work-box .content .text {
        font-size: 16px;
        line-height: 22px;
        min-height: 190px;
    }
    #work-with .work-popup .work-box a.work-btn img {
        max-height: 40px;
    }
    #our-team img.our-team {
        top: -330px;
    }
    #our-team h2 {
        font-size: 34px;
        padding: 0 0 40px;
    }
    #our-team .team-box h3 {
        font-size: 26px;
    }
    #our-team .team-box .text {
        font-size: 16px;
        line-height: 22px;
    }
    #our-team .team-btn {
        margin: 15px 0 0;
    }
    #our-team .team-btn img {
        max-height: 40px;
    }
    #contact {
        margin-top: 40px;
        padding: 0 0 20px;
    }
    #contact h2 {
        font-size: 34px;
        padding: 20px 0 35px;
    }
    #contact .contact-right ul li {
        margin: 0 0 25px;
    }
    #contact .contact-right ul li a {
        font-size: 24px;
    }
    #contact .contact-right ul li img {
        margin-left: 10px;
        max-height: 35px;
    }
    /*#footer {*/
        /*padding: 40px 0;*/
    /*}*/
    /*#footer .footer-logo img {*/
        /*max-height: 60px;*/
    /*}*/
    /*#footer .footer-menu ul li a {*/
        /*font-size: 18px;*/
    /*}*/
    /*#footer .footer-links ul li a {*/
        /*font-size: 22px;*/
        /*line-height: 26px;*/
    /*}*/
}    
/**/


@media only screen and (max-width: 1440px) {
    
    .top .head ul.menu li {
        padding: 50px 0px 5px;
    }
    .top .head .main-logo {
        padding: 30px 0 0;
    }
     .top .head .main-logo img{
        max-height: 45px;
    }
    .top .top-banner {
        padding: 95px 0 25px;
    }
    .top .top-banner img {
        max-height: 45px;
    }
    .top .top-text {
        font-size: 28px;
        line-height: 32px;
    }
    .top .top-btn {
        text-align: center;
        padding: 25px 0;
    }
    
    #about {
        padding: 290px 0 0;
    }
    #about .logo-static {
        top: -170px;
    }
    #about .about-popup {
        padding: 25px;
    }
    #about .about-popup h2.popup-title {
        font-size: 32px;
        padding: 0 0 10px;
    }
    #about .about-popup ul li {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    #about .about-popup .text {
        font-size: 16px;
        line-height: 22px;
    }
    #about .service-popup {
        margin-top: 70px;
    }
    #about .service-popup h2 {
        font-size: 32px;
        padding: 0 0 10px;
    }
    #about .service-popup .span {
        font-size: 18px;
        line-height: 24px;
        padding: 0 0 15px;
    }
    #about .service-popup ul li {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    #about .service-popup .service-btn img {
        max-height: 40px;
    }
    #work-with {
        padding: 100px 0 100px;
    }
    #work-with .work-popup {
        padding: 40px 30px;
    }
    #work-with .work-popup .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    #work-with .work-popup .work-box {
        padding: 0 30px;
    }
    #work-with .work-popup .work-box .icon {
        padding-left: 25px;
    }
    #work-with .work-popup .work-box .icon img {
        min-width: 40px;
    }
    #work-with .work-popup h2 {
        font-size: 32px;
        padding: 0 0 10px;
    }
    #work-with .work-popup .span {
        font-size: 20px;
        line-height: 24px;
        padding: 0 0 25px;
    }
    #work-with .work-popup .work-box .content h3 {
        font-size: 26px;
    }
    #work-with .work-popup .work-box .content .text {
        font-size: 16px;
        line-height: 22px;
        min-height: 180px;
    }
    #work-with .work-popup .work-box .content .text p {
        margin: 0 0 10px;
    }
    #work-with .work-popup .work-box a.work-btn img {
        max-height: 40px;
    }
    #our-team img.our-team {
        top: -300px;
    }
    #our-team h2 {
        font-size: 32px;
        padding: 0 0 35px;
    }
    #our-team .team-box {
        padding: 20px 30px;
        margin: 0 0 30px;
    }
    #our-team .team-box h3 {
        font-size: 26px;
    }
    #our-team .team-box .text {
        font-size: 16px;
        line-height: 22px;
    }
    #our-team .team-btn img {
        max-height: 40px;
    }
    #contact {
        margin-top: 40px;
        padding: 0 0 30px;
    }
    #contact h2 {
        font-size: 32px;
        padding: 25px 0 40px;
    }
    
    #contact .contact-right ul li {
        margin: 0 0 20px;
    }
    #contact .contact-right ul li a {
        font-size: 24px;
    }
    #contact .contact-right ul li img {
        max-height: 35px;
    }
}



/**/
/**/
@media only screen and (max-width: 768px) {
    
    .backdrop {
        position: fixed;
        top: 0;
        right: 0;
        opacity: 0;
        z-index: -1;
        width: 100vw;
        height: 100vh;
        background-color: rgb(0 0 0);
        transition: all .6s ease 0s;
    }
    .backdrop.show {
        opacity: .8;
        z-index: 998;
    }
    .container {
        max-width: 100%;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .top .head .main-logo img.sachal-logo {
        margin-left: 10px;
        padding: 5px;
    }

    .top .top-banner img {
        max-height: 100%;
    }
    .top .mob-menu.open {
        right: 0;
    }    
    .top .mob-menu {
        position: fixed;
        z-index:999;
        top: 0;
        right: -100%;
        background: url(../img/home/mobile/menu_bg.png) no-repeat;
        background-size: cover;
        height: 100vh;
        width: 90%;
        padding: 100px 0 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all .3s ease-in-out;
    }
    .top .mob-menu a#menu-close {
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .top .mob-menu ul.menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .top .mob-menu ul.menu li {
        background: url(../img/home/mobile/menu_bg_big.png) no-repeat;
        background-position: right center !important;
        padding: 15px 30px;
        margin: 0 0 30px;
        display: block;
        text-align: right;
    }
    
    .top .mob-menu ul.menu li.mid {
        background: url(../img/home/mobile/menu_bg_mid.png) no-repeat;
    }
    
    .top .mob-menu ul.menu li.small {
        background: url(../img/home/mobile/menu_bg_small.png) no-repeat;
    }
    
    .top .mob-menu ul.menu li a {
        color: #4999DF;
        font-size: 22px;
        line-height: 1;
        font-family: 'AlmoniBold';
        padding: 10px 20px;
    }
    
    .top .mob-menu ul.bottom {
        list-style: none;
        margin: 0;
        padding: 0 30px;
    }
    .top .mob-menu ul.bottom li {
        padding: 10px 0;
    }
    .top .mob-menu ul.bottom li a {
        color: #000;
        display: flex;
        align-items: baseline;
        font-size: 26px;
        line-height: 30px;
    }
    .top .mob-menu ul.bottom li a img {
        margin-left: 20px;
    }
    
    
    
    .top {
        padding: 0 0 368px;
    }

    .top img.top-bg {
        width: 100%;
    }
    .top .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0 0;
        transition: all 0.5s ease 0s;
    }
    
    .top .head.fixed {
        padding: 15px 30px;
        position: fixed;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 15%);
        z-index: 9;
        -webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        -o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-animation-fill-mode: none;
        -moz-animation-fill-mode: none;
        -o-animation-fill-mode: none;
        animation-fill-mode: none;
    }
    
    body.header-fixed .top .top-banner{
        padding: 125px 0 30px;
    }
    .top .head .main-logo {
        padding: 0;
    }
    .top .top-banner {
        padding: 60px 0 30px;
        text-align: center;
    }
    .top .top-text {
        font-size: 28px;
        line-height: 34px;
    }
    .top .top-btn {
        text-align: center;
        padding: 20px 0;
    }
    .top .top-btn a {
        font-size: 22px;
        padding: 12px 40px;
    }
        
    
    #about {
       padding: 350px 0 0;
        position: relative;
        overflow: hidden;
        margin-top: -300px;
    }
    
    #about img.about-bg {
        position: absolute;
        z-index: -2;
        top: 0px;
        width: 100%;
    }
    
    #about .about-popup {
        text-align: center;
        margin: 0;
        width: 100%;
        padding: 20px 15px;
    }
    #about .about-popup h2.popup-title {
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px;
    }
    #about .about-popup .text {
        /*color: #212121;*/
        font-family: 'Almoni';
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        padding: 0;
    }
    
    
    #about img.about-car {
        width: 100%;
        margin-top: -20px;
        z-index: -1;
        position: relative;
    }
    
    #about .services {
        padding: 50px 0 0;
        text-align: center;
    }
    #about .services h2 {
        color: #4999DF;
        font-family: 'AlmoniBold';
        font-size: 30px;
        line-height: 36px;
         margin: 0;
        padding: 0 0 20px;
    }
    #about .services .text {
        color: #212121;
        font-family: 'Almoni';
        font-size: 20px;
        line-height: 26px;
        margin: 0;
        padding: 0;
    }
    
    #about .services .service-btn {
        margin: 30px 0 0;
    }
    
    #about img.about-people {
        width: 100%;
        z-index: -1;
        margin: 50px 0;
        padding-left: 50px;
    }
    
    
    #work-with {
        padding: 50px 0 0;
        position: relative;
    }
   #work-with img.work-banner {
        width: 100%;
        padding: 20px 0 0;
    }
    #work-with .work-popup {
        padding: 20px 25px 10px;
        text-align: center;
        background: #FBFBFB;
        box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
        border-radius: 5px;
    }
    #work-with .work-popup h2 {
        font-size: 30px;
        font-family: 'AlmoniBold';
        line-height: 34px;
        margin: 0;
        padding: 0 0 15px;
    }
    #work-with .work-popup h4 {
        font-size: 22px;
        font-family: 'Almoni';
        line-height: 26px;
        margin: 0;
        padding: 0 0 10px;
        color: #868686;
    }
    #work-with .work-popup .work-box {
        display: block;
        padding: 0;
        margin: 40px 0 10px;
    }
    
    #work-with .work-popup .work-box .icon {
        padding-left: 0;
        text-align: right;
    }
     #work-with .work-popup .work-box .content {
        text-align: right;
    }
    
    #work-with .work-popup .work-box .content h3 {
        font-size: 28px;
        color: #000;
        line-height: 1;
        margin: 0;
        padding: 20px 0 0;
        text-align: right;
    }
    
    #work-with .work-popup .work-box .content .text {
        font-size: 16px;
        line-height: 22px;
        min-height: inherit;
        text-align: right;
        padding: 10px 0 20px;
    }
    
    #our-team {
        position: relative;
        padding: 300px 0 40px;
        margin-top: 0;
    }
    
    #our-team img.work-banner {
        width: 100%;
        margin-top: 100px;
        margin-bottom: 60px;
    }

    #our-team img.our-team {
        position: absolute;
        top: 0px;
        z-index: -1;
        width: 100%;
    }
    
    #our-team h2 {
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 20px;
    }
    
    #our-team .team-box {
        background: #FBFBFB;
        box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
        border-radius: 5px;
        padding: 30px 25px;
        margin: 0 0 40px;
        border-right: 18px solid #000;
        display: inline-block;
        width: 100%;
    }
    
    #our-team .team-box h3 {
        color: #4999DF;
        font-size: 30px;
        line-height: 36px;
        padding: 0 0 10px;
        margin: 0;
    }
        
    #our-team .team-btn {
        text-align: right;
        margin: 10px 0 80px;
    }    
    
    #our-team img.computer {
        width: 100%;
    }
    
    #contact {
        position: relative;
        margin-top: 80px;
        padding: 0 0 50px;
    }
    
    #contact img.contact-bg {
        position: absolute;
        top: 50px;
        z-index: -1;
        width: 100%;
    }
        
     #contact h2 {
        font-size: 30px;
        font-family: 'AlmoniBold';
        line-height: 36px;
        color: #4999DF;
        margin: 0;
        padding: 0px 0 40px;
    }  
    
    #contact .contact-left {
        padding: 0;
    }
    
    
    /*#footer {*/
        /*padding: 40px 0 0;*/
        /*background: none;*/
        /*position: relative;*/
    /*}*/
        /**/
    /*#footer img.footer-bg {*/
        /*width: 100%;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*z-index: -1;*/
    /*}   */
    /*#footer .footer-logo {*/
        /*padding: 0;*/
        /*text-align: center;*/
    /*}*/
    /*#footer .footer-menu {*/
        /*align-items: center;*/
        /*display: flex;*/
        /*justify-content: center;*/
        /*margin: 50px 0;*/
    /*}*/
    /*#footer .footer-menu ul li {*/
        /*display: block;*/
        /*padding: 0 0 30px;*/
        /*text-align: center;*/
    /*}*/
    
    /*#footer .footer-links {*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
    /*}*/
    /*#footer .footer-links ul li {*/
        /*padding: 10px;*/
    /*}*/
    
    /*#footer .footer-links ul li a {*/
        /*justify-content: center;*/
    /*}*/
    
     /*#footer a#to-top {*/
        /*position: absolute;*/
        /*top: 40%;*/
        /*right: 30px;*/
    /*}*/
}





@media only screen and (max-width: 375px) {
    
    
    body.header-fixed .top .top-banner {
        padding: 95px 0 30px;
    }

    .top .mob-menu ul.menu li {
        padding: 15px 30px 5px;
    }
    
    .top {
        padding: 0 0 350px;
    }
    .top .top-banner {
        padding: 45px 0 15px;
    }
    
    #about {
        padding: 20px 0 0;
        position: relative;
        overflow: visible;
        margin-top: 0;
    }
       #about img.about-bg {
        position: absolute;
        z-index: -2;
        top: -295px;
        width: 100%;
    }
    #about .about-popup h2.popup-title {
        line-height: 1;
        padding: 0 0 15px;
    }
    #about .services h2 {
        font-size: 30px;
        line-height: 1;
        padding: 0 0 15px;
    }
    #about img.about-car {
        margin-top: -35px;
    }
    
    #about .services h2 {
        line-height: 1;
        padding: 0 0 15px;
    }
    #about .services .service-btn {
        margin: 20px 0 0;
    }
    #about img.about-people {
        margin: 30px 0;
        padding-left: 70px;
    }
    
    #our-team .team-box {
        padding: 25px 20px 25px 10px;
        margin: 0 0 35px;
        border-right: 15px solid #000;
    }
    #our-team .team-box h3 {
        font-size: 26px;
        line-height: 32px;
    }
    
    /*#footer {*/
        /*padding: 30px 0 0;*/
    /*}*/
    
}
