#homePage {
    text-align: center;
}

#homePage footer {
    margin-top: 0;
}

#homePage .page-section {
    padding: 65px 0;
}

#homePage .desc {
    width: 100%;
    margin-bottom: 65px;
}

#homePage .desc .title {
    font-size: 50px;
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
    color: #e7411e;
    text-align: center;
}

@media(max-width: 480px) {
    #homePage .desc .content {
        font-size: 40px;
    }
}

#homePage .desc .content {
    font-size: 24px;
}

@media(max-width: 768px) {
    #homePage .desc .content {
        font-size: 18px;
    }
}


/********************* PAGE BANNER *********************/

#homePage .page-banner {
    min-height: 400px;
    max-height: 100%;
}

@media(max-width: 768px) {
    #homePage .page-banner {
        height: 100% !important;
    }
}

#homePage .page-banner .bg-image-wrapper {
    min-height: 400px;
    max-height: 100%;
}

#homePage .page-banner .banner {
    background-image: url("../img/banner14.png");
}

/********************* INDUSTRY *********************/

/* tabs */
#homePage #industries {
    position: relative;
}

#homePage #industries ul.tabs li:before {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    margin: 0 auto;
    background-color: #e7411e;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#homePage #industries ul.tabs li.active {
    background-color: #ffffff;
}

#homePage #industries ul.tabs li.active:before {
    width: 100%;
}

#homePage #industries ul.tabs li button {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

#homePage #industries ul.tabs li button .icon,
#homePage #industries ul.tabs li button .initialsIcon {
    display: none;
}

#homePage #industries ul.tabs li.active button {
    background-color: #ffffff;
    color: #4f5355;
}

/* content */
#homePage #industries .industries {
    padding: 65px 0;
}

#homePage #industries .industries .industry {
    display: none;
}

#homePage #industries .industries .industry .desc {
    margin-bottom: 35px;
}

#homePage #industries .industries .industry .desc .icon {
    display: block;
    width: 97px;
    height: 97px;
    margin: 0 auto 30px;
    background-size: 100%;
    background-position: bottom;
}

#homePage #industries .industries .industry .desc .initialsIcon {
    width: 97px;
    height: 97px;
    margin: 0 auto 30px;
    background: transparent url("../img/initials-icon-border.png") no-repeat bottom;
}

#homePage #industries .industries .industry .desc .initials {
    font-size: 45px;
    font-weight: 400;
    color: #4f5355;
}

#homePage #industries .industries .industry .desc .content h2 {
    margin-bottom: 15px;
}

#homePage #industries .industries .industry .btn-wrapper {
    margin: 30px 0 0 0;
}

#homePage #industries .industries .industry.active {
    display: block;
}

/*@media(max-width: 768px) {*/
@media(max-width: 992px) {
    #homePage #industries ul.tabs {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    #homePage #industries ul.tabs li {
        display: inline-block;
        width: 14%;
    }

    #homePage #industries ul.tabs li:before {
        display: none;
    }

    #homePage #industries ul.tabs li:first-child {
        border-radius: 0 0 0 5px;
    }

    #homePage #industries ul.tabs li:last-child {
        border-radius: 0 0 5px 0;
    }

    #homePage #industries ul.tabs li button {
        /*width: 80px;*/
        width: 100%;
        height: 70px;
        padding: 2px 0;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #homePage #industries ul.tabs li:first-child button {
        border-radius: 0 0 0 5px;
    }

    #homePage #industries ul.tabs li:last-child button {
        border-radius: 0 0 5px 0;
    }

    #homePage #industries ul.tabs li button span {
        display: none;
    }

    #homePage #industries ul.tabs li button .icon {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        background-size: 100%;
        background-position: bottom;
    }

    #homePage #industries ul.tabs li button .initialsIcon {
        display: block;
        width: 60px;
        height: 60px;
        margin: 0 auto;
        background: transparent url("../img/initials-icon-border.png") no-repeat bottom;
        background-size: 60px 120px;
    }

    #homePage #industries ul.tabs li button .initialsIcon .initials {
        display: block;
        font-size: 26px;
        color: #4f5355;
    }

    #homePage #industries ul.tabs li.active {
        background-color: #e7411e;
        border-radius: 0 0 5px 5px !important;
    }

    #homePage #industries ul.tabs li.active button {
        background-color: #e7411e;
        height: 80px;
        border-radius: 0 0 5px 5px;
    }

    #homePage #industries ul.tabs li.active button .icon {
        background-position: top;
    }

    #homePage #industries ul.tabs li.active button .initialsIcon {
        background-position: top;
    }

    #homePage #industries ul.tabs li.active button .initialsIcon .initials {
        color: #ffffff;
    }

    #homePage #industries .industries {
        margin-top: 65px;
    }
}

@media(max-width: 480px) {
    #homePage #industries ul.tabs li button {
        width: 100%;
        height: 60px;
    }

    #homePage #industries ul.tabs li.active button {
        height: 70px;
    }

    #homePage #industries ul.tabs li button .icon {
        width: 40px;
        height: 40px;
    }

    #homePage #industries ul.tabs li button .initialsIcon {
        width: 40px;
        height: 40px;
    }

    #homePage #industries ul.tabs li button .initialsIcon .initials {
        font-size: 22px;
    }

    #homePage #industries .industries {
        margin-top: 35px;
    }
}

@media(min-width: 993px) {
    #homePage #industries {
        margin-top: -39px;
    }

    #homePage #industries ul.tabs li {
        display: inline-block;
        margin-right: 2px;
    }

    #homePage #industries ul.tabs li:last-child {
        margin-right: 0;
    }

    #homePage #industries ul.tabs li:hover:before {
        width: 100%;
    }

    #homePage #industries ul.tabs li button {
        padding: 10px 9px;
        font-size: 14px;
    }

    #homePage #industries .industries .industry.active {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
    }

    #homePage #industries .industries .industry .desc {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        width: 85%;
        margin-bottom: 0;
    }

    #homePage #industries .industries .industry .desc .content {
        width: 85%;
        text-align: left;
    }

    #homePage #industries .industries .industry .desc .icon,
    #homePage #industries .industries .industry .desc .initialsIcon {
        margin: 0;
    }
}

@media(min-width: 1150px) {
    #homePage #industries {
        margin-top: -50px;
    }

    #homePage #industries ul.tabs li button {
        padding: 15px 16px;
        font-size: 15px;
    }
}

@media(min-width: 1270px) {
    #homePage #industries {
        margin-top: -55px;
    }

    #homePage #industries ul.tabs li button {
        padding: 17px 20px;
        font-size: 16px;
    }
}
@media(min-width: 1520px) {
    #homePage #industries {
        margin-top: -64px;
    }
    #homePage #industries ul.tabs li button {
        padding: 20px 30px;
        font-size: 18px;
    }
}
/********************* SERVICES *********************/

#homePage #service {
    position:relative;
    height:880px;
}

#homePage #service .section {
    width: 100%;
    height: 440px;
    background-color: #e7411e;
}

#homePage #service .section .desc {
    float: left;
    width: 20%;
}

#homePage #service .section .services {
    float: right;
    width: 80%;
}

#homePage #service .section .services .service {
    display: inline-block;
    width: 30%;
    margin: -120px 0 150px 0;
}

#homePage #service .section .services .service:nth-child(3n+2) {
    margin: -70px 5% 90px 5%;
}

#homePage #service .section .services .service .image-wrapper {
    height: 145px;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.10);
}

#homePage #service .section .services .service .image-wrapper a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#homePage #service .section .services .service .image-wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#homePage #service .section .services .service:hover .image-wrapper img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#homePage #service .section .services .service .content {
    max-height: 180px;
    padding: 35px 23px;
    background-color: #4f5355;
    color: #ffffff;
}


/********************* SALES *********************/

#homePage #sales {
    background-color: #f1f1f1;
}

#homePage #sales .sales .sale {
    position: relative;
    vertical-align: middle;
    height: 70px;
    margin: 0 auto 40px;
}

#homePage #sales .sales .sale:nth-child(1) img {
    width: 200px;
}

#homePage #sales .sales .sale:nth-child(2) img {
    width: 220px;
}

#homePage #sales .sales .sale:nth-child(3) img {
    width: 220px;
}

#homePage #sales .sales .sale:nth-child(4) img {
    width: 200px;
}

#homePage #sales .sales .sale:nth-child(5) img {
    width: 180px;
}

@media(min-width: 480px) {
    #homePage #sales .sales .sale {
        display: inline-block;
        width: 45%;
    }

    #homePage #sales .sales .sale:nth-child(2n+1) {
        float: left;
    }

    #homePage #sales .sales .sale:nth-child(2n+2) {
        float: right;
    }

    #homePage #sales .sales .sale:nth-child(3) img {
        margin-top: -15px;
    }
}

@media(min-width: 768px) {
    #homePage #sales .sales .sale {
        width: 18%;
        margin-right: 2.5%;
    }

    #homePage #sales .sales .sale:last-child {
        margin-right: 0;
    }

    #homePage #sales .sales .sale {
        float: none !important;
    }
}


/********************* SOLUTIONS *********************/

#homePage #solutions .item {
    margin: 30px 0;
    text-align: center;
}

#homePage #solutions .item .title {
    font-size: 24px;
    margin-bottom: 20px;
}

#homePage #solutions .bg-image-wrapper {
    position: relative;
    height: 150px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

#homePage #solutions .bg-image-wrapper .bg-image {
    height: 150px;
}

#homePage #solutions .item .content-wrapper .cta-btn-orange {
    margin-top: 20px;
}

#homePage #solutions .item .bg-image-wrapper {
    background-position: center;
}

#homePage #solutions .item .item-image-wrapper {
    position: relative;
    max-width: 200px;
    height: 90px;
    margin: 0 auto;
}

@media(min-width: 480px) {
    #homePage #solutions .item {
        display: inline-block;
        width: 47%;
    }

    #homePage #solutions .item:nth-child(2n+1) {
        float: left;
    }

    #homePage #solutions .item:nth-child(2n+2) {
        float: right;
    }

    #homePage #solutions .item.regular-item .title {
        line-height: 1.5em;
        height: 3em;       /* height is 2x line-height, so two lines will display */
        overflow: hidden;
    }

    #homePage #solutions .item.regular-item .content {
        line-height: 1.5em;
        height: 3em;       /* height is 2x line-height, so two lines will display */
        overflow: hidden;
    }
}


@media(min-width: 768px) {
    #homePage #solutions .item {
        width: 32%;
        float: none !important;
    }

    #homePage #solutions .item:nth-child(3n+2) {
        margin-right: 2%;
        margin-left: 2%;
    }
}


/********************* PROJECTS *********************/

#homePage #projects {
    background-color: #f1f1f1;
}

#homePage #projects .desc h2 {
    color: #e7411e;
}

#homePage #projects .item .title {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

#homePage #projects .item .bg-image-wrapper {
    position: relative;
    height: 150px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#homePage #projects .item .content {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

#homePage #projects .item .content-wrapper .cta-btn-orange {
    margin-top: 20px;
}

#homePage #projects .carousel-navigation {
    width: 20px;
    height: 40px;
    background-color: transparent;
    background-size: 20px 40px;
}

#homePage #projects .carousel-item-prev {
    background-image: url("../img/arrow-left.png");
}

#homePage #projects .carousel-item-next {
    background-image: url("../img/arrow-right.png");
}

/*#homePage #projects .projects-carousel-wrapper {*/
    /*position: relative;*/
    /*width: 90%;*/
    /*max-height: 315px;*/
    /*margin: 60px auto 0;*/
    /*background-color: #4f5355;*/
    /*overflow: hidden;*/
/*}*/

/*#homePage #projects .projects-wrapper {*/
    /*position: relative;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper ul {*/
    /*height: 100%;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper ul li {*/
    /*float: left;*/
    /*display: inline-block;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .project .image {*/
    /*float: left;*/
    /*width: 50%;*/
    /*position: relative;*/
    /*height: 300px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .project .desc {*/
    /*display: inline-block;*/
    /*float: right;*/
    /*width: 50%;*/
    /*!*height: 300px;*!*/
    /*margin-bottom: 0;*/
    /*padding: 20px;*/
    /*background-color: #4f5355;*/
    /*color: #ffffff;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .project .desc .title {*/
    /*font-size: 24px;*/
    /*color: #ffffff;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .project .desc .content {*/
    /*font-weight: 300;*/
    /*color: #ffffff;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .project .desc .cta-btn {*/
    /*margin-top: 15px;*/
    /*padding: 10px 20px;*/
    /*font-size: 15px;*/
/*}*/

/*#homePage #projects .projects-wrapper .carousel-navigation {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*width: 38px;*/
    /*height: 64px;*/
    /*background-size: 38px 64px;*/
    /*padding: 0;*/
    /*background-color: transparent;*/
/*}*/

/*#homePage #projects .projects-wrapper .carousel-navigation.prev {*/
    /*left: 0;*/
    /*background-image: url("../img/arrow-left.png");*/
/*}*/

/*#homePage #projects .projects-wrapper .carousel-navigation.next {*/
    /*right: 0;*/
    /*background-image: url("../img/arrow-right.png");*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .bullets {*/
    /*!*left: 75%;*!*/
    /*!*transform: translateX(-25%);*!*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 15px;*/
    /*left: 50%;*/
    /*transform: translateX(-25%);*/
    /*z-index: 1;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .bullets .bullet {*/
    /*display: inline-block;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*margin-right: 12px;*/
    /*padding: 0;*/
    /*background: transparent url("../img/carousel-bullet.png") top no-repeat;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .bullets .bullet:last-child {*/
    /*margin: 0;*/
/*}*/

/*#homePage #projects .projects-carousel-wrapper .bullets .bullet.active {*/
    /*background-position: 0 -25.5px;*/
/*}*/



/*@media(max-width: 480px) {*/
    /*#homePage #projects .projects-carousel-wrapper .project .image {*/
        /*height: 150px;*/
    /*}*/
/*}*/

/*@media(max-width: 992px) {*/
    /*#homePage #projects .projects-wrapper {*/
        /*width: 95%;*/
        /*margin: 0 auto;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper {*/
        /*max-height: 630px;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper .project .image,*/
    /*#homePage #projects .projects-carousel-wrapper .project .desc {*/
        /*display: block;*/
        /*width: 100%;*/
        /*float: none;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper .project .image {*/
        /*height: 210px;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper .project .desc {*/
        /*!*height: 320px;*!*/
        /*padding-bottom: 40px;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper .project .desc .title {*/
        /*font-size: 18px;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper .project .desc .content {*/
        /*font-size: 14px;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper .bullets {*/
        /*bottom: 2px;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
    /*}*/

    /*#homePage #projects .projects-wrapper .carousel-navigation {*/
        /*width: 20px;*/
        /*height: 40px;*/
        /*background-size: 20px 40px;*/
    /*}*/

    /*#homePage #projects .projects-wrapper .carousel-navigation.prev {*/
        /*left: -12px;*/
    /*}*/

    /*#homePage #projects .projects-wrapper .carousel-navigation.next {*/
        /*right: -12px;*/
    /*}*/
/*}*/

/*@media(min-width: 993px) {*/
    /*#homePage #projects .projects-carousel-wrapper .project .desc .title {*/
        /*font-size: 22px;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper .project .desc .content {*/
        /*font-size: 15px;*/
    /*}*/
/*}*/

/*@media(min-width: 1200px) {*/
    /*#homePage #projects .projects-carousel-wrapper .project .desc .title {*/
        /*font-size: 24px;*/
    /*}*/

    /*#homePage #projects .projects-carousel-wrapper .project .desc .content {*/
        /*font-size: 18px;*/
    /*}*/
/*}*/

#homePage .home-page-banner {
    width: 100%;
    height: auto;
    /*max-width: 880px;*/
    /*max-height: 450px;*/
    margin: auto;
}