.logo-main{
    width: 115px;
}


.feature-card{
    text-align: center;
}

.feature-card .box-icon{
    width: 150px;
    background: none;
    border: none;
    margin: auto;
}

.feature-card .box-icon img{
    margin-top: -100px;
}

.feature-card .box-title{
    margin-top: 20px;
}

.section-title{
    text-align: center;
}

.section-title .line {
    display: inline-block;
    background-color: #C8AB50;
    width: 60px;
    height: 1px;
}

.section-title h5{
    display: inline-block;
    color: #C8AB50;
    margin: 0px 10px;
}

.section-title{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.single-work-process {
    padding-top: 40px;
}

#our-approach{
    background-position: center;
    background-size: cover;
    padding-top: 70px;
}

#service-sec{
    background-color: #121E27!important;
}

.box-text.left{
    max-width: 350px;
}

.box-title{
    max-width: 350px;
}

.service-item{
    max-width: 1100px;
    border-bottom: 1px solid #122835;
    padding: 20px 0px;
}

.service-item-number{
    color: #22425c;
}

.client-row{
    max-width: 1000px;
    margin: auto;
}

.client-row h5{
    font-size: 20px;
    background-color: #004FBB;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
}

.client-row h5:hover{

}

.ot-btn.style-border:after{
    background: linear-gradient(-30deg, var(--theme-color2), #ffffff 80%);
}

.ot-btn.style-border:before{
    background: #c8ab50;
}


.ot-btn.style-border{
    -webkit-text-fill-color: #fff;
}

#clients{
    background-color: #122835;
    padding-top: 60px;
    padding-bottom: 60px;
}

.service-accent-ribon{
    position: absolute;
    right: 10px;
    margin-top: -140px;
}

#contact-us{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #121E27;
}

.color-accent{
    color: #C8AB50;
}

.fs-accent{
    font-size: 20px;
}

#contact-form{
    padding-top: 20px;
}

#contact-form input, #contact-form textarea{
    background-color: #122835;
    border-radius: 5px;
    border: none;
}

#contact-form button{
    background-color: #C8AB50;
    padding: 10px 50px;
}

.contact-us-ribbon{
    text-align: right;
}

.copyright-wrap {
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #081219 ;
}

.footer-links{
    text-indent: 0px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-links li{
    display: inline-block;
    text-align: center;

}

.footer-links ul li a{
    color: white;
}

.footer-top{
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-wrapper{
    background-color: #121E27;
}

.copyright-holder{
    background-color: #081219;
    padding-bottom: 20px;
    padding-top: 20px;
}

#about-sec{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #121E27;
}

.home-features{
    background-color: #121E27;
}

.feature-card{
    margin-top: -100px;
}

.hero-2{
    background: linear-gradient(187.52deg, #1c1c1c -0.43%, #22425c 52.34%);
}

.hero-title{
    font-size: 70px;
    line-height: 50px;
    margin-top: 80px;
}
.footer-content{
    max-width: 600px;
    text-align: center;
}

.home-text-conent{
    max-width: 900px;
    margin: 30px auto;
    color: white;
}

.about-content{
    color: white;
}

.box-text{
    color: white;
}

.ensure-our-work{
    color: white;
}


/* mobile*/
@media screen and (max-width: 600px){
    .logo-main{
        width: 68px;
    }

    .hero-title {
        margin-top: 50px;
        font-size: 40px;
        line-height: 40px;
    }

    .feature-card {
        margin-top: 50px;
    }

    .about-image{
        text-align: center;
    }

    .about-content{
        text-align: center;
    }

    .ensure-our-work {
        margin-top: 40px;
    }

    .service-item{
        text-align: center;
    }

    .service-accent-ribon {
        position: absolute;
        right: 0px;
        margin-top: -30px;
        width: 100px;
    }

    .client-row{
        text-align: center;
    }

    .map-bg{
        background-size: cover!important;
    }

    .contact-us-content{
        text-align: center;
    }

    .contact-us-ribbon{
        display: none;
    }

    .submit-button-holder{
        text-align: center;
    }

    .footer-links li{
        display: block;
        text-align: center;
        text-indent: 0px;
        margin-right: 0px;
        padding: 5px;
    }

    .footer-log-holder img{
        width: 100px;
    }


}

/* tablet */
@media screen and (min-width: 601px) and (max-width: 900px){
    .logo-main{
        width: 68px;
    }

    .hero-title {
        margin-top: 50px;
        font-size: 40px;
        line-height: 40px;
    }

    .feature-card {
        max-width: 350px;
        margin: auto;
        margin-top: 50px;
        text-align: center;
    }



    .about-image{
        text-align: center;
    }

    .about-content{
        text-align: center;
    }

    .ensure-our-work {
        margin-top: 40px;
    }

    .service-item{
        text-align: center;
    }

    .service-accent-ribon {
        position: absolute;
        right: 0px;
        margin-top: -30px;
        width: 100px;
    }

    .client-row{
        text-align: center;
    }

    .map-bg{
        background-size: cover!important;
    }

    .contact-us-content{
        text-align: center;
    }

    .contact-us-ribbon{
        display: none;
    }

    .submit-button-holder{
        text-align: center;
    }

    .footer-links li{
        display: block;
        text-align: center;
        text-indent: 0px;
        margin-right: 0px;
        padding: 5px;
    }

    .footer-log-holder img{
        width: 100px;
    }
}
