body {
    background: #f4f4f4;
}

.color-666 {
    color: #666;
}

.font-600 {
    font-weight: 600;
}

.new-headding:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 4px;
    left: -60px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
}

.new-headding:after {
    position: absolute;
    content: '';
    left: -120px;
    top: 100%;
    width: 93px;
    height: 93px;
    z-index: 0;
    background: url(../img/dots_light_yellow.svg) no-repeat center / cover;
}

.background-image {
    min-height: 460px;
    width: 100%;
    background: url(../img/new-index/aboutus.jpg) no-repeat top left / cover;
}

.aboutus-text {
    background-color: #fafafa;
}

.aboutus-text:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    background: url(../img/dots_light_yellow.svg) no-repeat center / cover;
    left: 20px;
    bottom: 20px;
}

.founded-year:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 40px;
    background: url("../img/new-index/bicycle.svg") no-repeat center / cover;
}

.award-year:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 40px;
    background: url("../img/new-index/bus.svg") no-repeat center / cover;
}

.aboutus-section .app_new_services {
    background-color: #fafafa;
    padding-bottom: 60% !important;
}

.choose-us {
    background-color: #dadbdd;
}

.bg-img-text {
    position: absolute;
    background-color: #fdb345;
    font-size: 48px;
    width: 100%;
    bottom: 0;
    padding: 20px 50px;
}

.bg-img-text:before {
    position: absolute;
    content: url(../img/new-index/dotboxes.png);
    top: 10px;
    left: 20px;
}

.app_new_services {
    padding-bottom: 85% !important;
    background: #e9e9e9;
}

.services_new_name {
    top: 30px;
}

.services_new_name:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    top: -10px;
    background-color: #fdb345;
    transition: width .35s ease-in-out;
}

.industries-target .app_new_services {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
}
.maintenance_text {
    height: 400px;
    margin: 30px 0;
}
.advantages_section {

    font-size: 25px;
}
.services_name:before {
    background-color: #fdb345; 
}
.banner_heading_div {
    background-color: #fdb345;
}
.cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(250, 179, 69, 0.5);
    width: 56px;
    height: 56px;
    transition: all 0.3s ease;
}
.cta:hover:before, .all_list, .revealedBox > span {
    background-color: #fdb345;
}
.cta:hover:before {
    width: 100%;
    background: rgba(250, 179, 69, 1);
}
.view-recent-works {
    border: 1px solid #ccc;
}
#owl_projects_slider .owl-nav {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0 0;
    display: inline-block;
}
#owl_projects_slider .owl-prev, #owl_projects_slider .owl-next {
    background: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666;
}
.recent-works-text {
    line-height: 1;
    margin-bottom: 100px;
}
.banner_heading_div:after {
    position: absolute;
    content: '';
    bottom: 20px;
    right: 20px;
    background: url(../img/software_app.png) no-repeat center / contain;
    width: 48px;
    height: 90px;
}
@media only screen and (min-width: 1200px) {
    .pl-60 {
        padding-left: 60px;
    }

    .background-image {
        min-height: 570px;
        width: 126%;
    }
    
    .bg-img-text{
        width: 600px;
    }
}
@media only screen and (min-width: 991px){
.view-recent-works {
    position: absolute;
    top: 15px;
    right: 0;
}
}

@media only screen and (max-width: 767px) {
    .aboutus_image {
        background-image: url("../img/new-index/aboutus-banner-image_768.jpg");
    }

    .new-headding:before {
        left: -50px;
    }

    .new-headding:after {
        left: -100px;
    }

    .background-image {
        min-height: 400px;
            background: url(../img/new-index/aboutus.jpg) no-repeat top left / contain;
    }
    
    .font-size-64 {
        font-size: 48px;
    }

    .bg-img-text {
        width: 100%;
        font-size: 38px;
    }
}

@media only screen and (max-width: 480px) {
    .aboutus_image {
        background-image: url("../img/new-index/aboutus-banner-image_480.jpg");
    }
}

@media only screen and (max-width: 575px) {
    .background-image {
        min-height: 300px;
    }
}

@media only screen and (max-width: 360px) {
    .aboutus_image {
        background-image: url("../img/new-index/aboutus-banner-image_360.jpg");
    }
}
