.c20-home-banner {
    padding: 117px 0 109px;
}

.home-banner-title {
    position: relative;
    padding-bottom: 33px;
    margin-bottom: 72px;
    font-size: 60px;
    line-height: 1.55;
    letter-spacing: -0.5px;
    text-shadow: 0px 3px 3px rgba(0,0,0,.50);
}

.home-banner-title:after {
    content: '';
    height: 4px;
    width: 715px;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../img/banner-title-border.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
}

.banner-phone {
    position: relative;
    padding-left: 20px;
}

.banner-phone a {
    color: rgb(var(--secondary-color));
    text-decoration: none;
    margin: 0;
    line-height: 1;
    display: inline-block;
}

.banner-phone a:first-child {
    padding-right: 5px;
    border-right: 2px solid rgba(6,7,51, .2);
}

.banner-phone span {
    font-size: 34px;
    line-height: 1.18;
    background: rgb(var(--brand-color));
    display: inline-block;
    position: relative;
    padding: 20px 0;
    padding-left: 25px;
    padding-right: 13px;
}

.banner-phone span:before {
    content: '';
    position: absolute;
    background: rgb(var(--brand-color));
    width: 10px;
    height: 100%;
    top: 0;
    left: -20px;
}

.banner-phone a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 55px solid rgb(var(--brand-color));
    top: 0;
    left: 100%;
    transition: .3s;
}

.c20-btn-group {
    margin-bottom: 150px;
}

.banner-icon {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 48%;
    padding: 20px;
    text-align: center;
}

.banner-icon img {
    margin-bottom: 25px;
}

.banner-icon h6 {
    margin-bottom: 0;
}

.banner-content-wrap {
    position: relative;
}

.banner-content-wrap .banner-light-bulb {
    width: 450px;
    position: absolute;
    right: -90px;
    bottom: -60px;
}

/* end hero section */

/* start about us style */

.home-about-content {
    padding-right: 58%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
}

.award-boxes {
    display: flex;
    justify-content: space-between;
}

.award-box {
    display: flex;
    justify-content: flex-start;
}

.award-thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background: rgb(var(--brand-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 27px;
}

.award-content p {
    line-height: 1.55;
}

/*Testimonial*/
.c20-testimonial {
    background: linear-gradient(0deg, #008BD0 0%, #060733 100%);
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.c20-testimonial-inner {
    border: 2px solid rgb(var(--brand-color));
    border-radius: 10px;
    padding: 60px 30px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.c20-testimonial-inner .dot-border {
    width: 26px;
    height: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.c20-testimonial-inner .dot-border:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: rgb(var(--brand-color));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 10px;
}

.c20-testimonial-inner .dot-border-top {
    top: -3px;
    background-color: #060733;
}

.c20-testimonial-inner .dot-border-bottom {
    bottom: -3px;
    background-color: #0081C5;
}

/*Testimonial*/

.brand-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.brand-logo {
    background: #fff;
    width: 19%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 .5% 10px;
    padding: 5px;
    min-height: 140px;
}

/*Service*/

.c20-sec-service {
    background: linear-gradient(179.73deg, #114979 0%, #060733 99.45%);
    overflow: hidden;
}

.c20-services {
    padding-left: 80px;
}

.single-service a {
    text-decoration: none;
    transition: .3s;
    display: block;
}

.service-thumb {
    margin-bottom: 25px;
    transition: .6s;
}

.service-title {
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    font-family: var(--primary-font);
    transition: .3s;
}

.single-service:hover .service-thumb {
    top: 15px;
    visibility: visible;
    opacity: 1;
}

.c20-sec-service .flashlight {
    display: none;
}

.service-more {
    padding-right: 18px;
    background-image: url(../img/service-more-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    text-shadow: 0px 2px 2px rgba(0,0,0, .3);
}

.service-thumb img {
    max-height: 76px;
}

@media screen and (min-width: 1025px) {

    .single-service a {
        padding-top: 115px;
    }

    .service-thumb {
        position: absolute;
        top: 50%;
        opacity: 0;
        visibility: hidden;
    }

    .service-thumb img {
        filter: brightness(0%);
    }

    .single-service:hover .service-title {
        color: #000 !important;
    }

    .c20-sec-service .flashlight {
        position: absolute;
        display: block;
        width: 23em;
        height: 23em;
        top: 0;
        left: 0;
        opacity: 0;
        border-radius: 50%;
        transition: opacity .3s ease 0s;
    }

    .c20-sec-service:hover .flashlight {
        opacity: 1.00;
    }

}
/*end service*/


/*Service Area*/
.section-service-area {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 10px solid #fff;
}

.service-area {
    width: 50%;
}

.service-area:first-child {
    border-right: 10px solid #fff;
}

.service-area-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(var(--brand-color));
    padding: 10px 20px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

/*End Service Area*/


@media screen and (max-width: 1680px) {

    .banner-content-wrap .banner-light-bulb {
        right: 15px;
        bottom: -30px;
    }

}

@media screen and (max-width: 1440px) {

    .c20-home-banner {
        padding: 70px 0 80px;
    }

    .c20-btn-group {
        margin-bottom: 60px;
    }

    .home-banner-title {
        font-size: 50px;
        padding-bottom: 33px;
        margin-bottom: 50px;
    }

    .home-about-content {
        padding-right: 52%;
        background-size: 50%;
    }

    .service-area-info .element-social {
        display: none;
    }
}

@media screen and (max-width: 1199px) {

    .home-about-content {
        padding-right: 15px;
        background-image: none !important;
    }

    .home-banner-title:after {
        width: 620px;
    }

    .brand-logo {
        width: 25%;
    }

    .section-service-area {
        flex-wrap: wrap;
    }

    .service-area {
        width: 100%;
    }

    .service-area:first-child {
        border-right: 0;
    }
}


@media screen and (max-width: 1024px) {

    .c20-home-banner-root:after {
        display: none;
    }

    .c20-home-banner-root .embed-responsive {
        display: none;
    }

    .c20-home-banner {
        background-image: url(../img/vemio-placeholder.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 70px 0 80px;
        display: block;
        position: static;
    }
}

@media screen and (max-width: 991px) {

    .c20-home-banner {
        padding: 80px 0 80px;
    }

    .home-banner-title {
        font-size: 46px;
    }

    .banner-content-wrap .banner-light-bulb {
        width: 250px;
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {

    .home-banner-title {
        font-size: 40px;
        line-height: 1.3;
    }

    .home-about-title {
        font-size: 36px;
    }

    .home-banner-title:after {
        width: 500px;
    }

    .brand-logo {
        width: 45%;
    }

    .c20-testimonial {
        padding: 20px;
    }

    .c20-testimonial-inner {
        padding: 35px 20px;
    }

    /*Old Style Below*/
    .banner-phone span {
        font-size: 30px;
        padding: 10px 0;
        padding-left: 25px;
        padding-right: 40px;
    }
    .banner-phone a {
        display: block;
        line-height: 1.5;
    }

    .banner-phone a:first-child {
        padding-right: 0;
        border-right: 0;
    }

    .banner-phone a:after {
        border-top: 110px solid transparent;
    }
}

@media screen and (max-width: 680px) {

    .c20-home-banner {
        padding-top: 230px !important;
    }

    .banner-content-wrap .banner-light-bulb {
        bottom: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (max-width: 600px) {

    .home-banner-title {
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .c20-btn-group {
        margin-bottom: 5px;
    }

    .c20-testimonial-inner p.h6 {
        font-size: 18px;
    }
    
    .award-boxes {
        flex-wrap: wrap;
    }

    .award-box {
        margin-bottom: 30px;
    }

    .c20-services {
        padding-left: 0;
    }

    .service-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .service-area-info {
        padding: 10px 10px;
    }

    .service-area-info .element-header-contact a {
        font-size: 20px;
    }

    .element-header-contact {
        padding-left: 24px;
        background-size: 20px;
    }
}

@media screen and (max-width: 575px) {

    .c20-home-banner {
        padding: 25px 0;
    }

    .c20-btn-group .btn {
        width: 100%;
        margin-right: 0 !important;
    }

    .service-title {
        font-size: 18px;
    }

    .service-more {
        padding-right: 14px;
        font-size: 16px;
        background-size: 9px;
    }

    .service-area-info {
        min-height: 64px;
    }
    .service-area-info .element-header-contact {
        padding-right: 0;
        padding-left: 5px;
    }

    .service-area-info .element-header-contact h4 {
        font-size: 25px;
    }

    .service-area-info .element-icon-text {
        padding-left: 0;
        background-image: none;
        font-size: 15px;
        line-height: 1.5;
        width: 50%;
    }

}

@media screen and (max-width: 480px) {
    .banner-phone span {
        font-size: 26px;
        padding-left: 15px;
        padding-right: 30px;
    }

    .banner-phone a:after {
        border-top: 98px solid transparent;
    }

}
