header .carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: -webkit-grabbing;
    cursor: grabbing;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header .home-bg {
    background: no-repeat center center scroll;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #53555a;
    /* transform: translate3d(-4011px, 0px, 0px); */
    /* opacity: 1; */
}

.home-bg .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0.26;
    background-color: #000000;
}

header .home-bg .banner-1 {
    background-image: url('../imgs/banner/banner-1.jpg');
}

header .home-bg .banner-2 {
    background-image: url('../imgs/banner/banner-2.jpg');
}

header .home-bg .banner-3 {
    background-image: url('../imgs/banner/banner-3.jpg');
}

header .home-bg .banner-4 {
    background-image: url('../imgs/banner/banner-4.jpg');
}

header .home-bg .banner-5 {
    background-image: url('../imgs/banner/banner-5.jpg');
}

header .carousel-indicators>li {
    border-radius: 50%;
    width: 5px !important;
    height: 5px !important;
    margin-left: 10px;
    margin-right: 10px;
}

header .carousel-indicators>li .active {
    width: 8.2px !important;
    height: 8.2px !important;
    margin-bottom: 0.2px;
    background-color: #fff;
}

header .carousel-indicators {
    position: absolute;
    bottom: calc(100% - 550px);
    z-index: 15;
    width: calc(100% - 75%);
    margin-left: 20px;
    text-align: center;
    right: 5%;
    left: 71%;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(90deg);
    -o-transform-origin: right top;
    transform: rotate(90deg);
    transform-origin: right top;
    position: absolute;
    white-space: nowrap;
}

.carousel-caption {
    left: 3%;
    text-align: left;
    top: 17%;
}

.carousel-caption>h2 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-out;
    font-size: 50px !important;
    line-height: 120% !important;
    font-weight: 600;
    width: 100%;
    /* padding-top: 60px; */
    letter-spacing: normal !important;
    font-style: normal;
}

.carousel-caption>h2 .pre {
    font-size: 30px !important;
}

.caption-excerpt {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-top: 20px;
    /* width: 60%; */
}

.caption-custom {
    font-style: normal;
    font-weight: 500;
    margin-top: 20px;
    /* width: 60%; */
}

.carousel-caption .caption-button {
    text-transform: uppercase;
    border: none !important;
    /* transform: perspective(1px) translateZ(0);
    transition-duration: 0.6s; */
    letter-spacing: normal;
    /* display: inline-block;
    line-height: 20px; */
    font-weight: bolder;
    font-size: 12.4px;
    padding: 9px 25px;
}

.caption-button.accent.bg-white {
    background-color: #fff;
    border-color: transparent;
    border: 0px;
    color: #e71615 !important;
    letter-spacing: 0.5px;
    font-size: 12px;
    padding: 9px 30px;
    border-radius: 4px;
    font-family: "Gothic Bold";
}

.caption-button.bg-white:hover {
    background: #53555a;
    box-shadow: inset 400px 0 0 0 #53555a;
    border: 2px solid #53555a;
    color: #fff !important;
}

/* OUR PARTNERS */

.our-partners {
    background: #ffffff;
    /* padding: 60px 90px !important; */
}

.our-partners .title-container {
    float: left;
    width: 15%;
}

.our-partners .content-container {
    float: right;
    width: 85%;
}

.our-partners .title-container .title {
    margin: 45px 0;
}

.our-partners .title {
    font-family: "Gothic Bold";
    line-height: 26px;
    color: #9a9a9a;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    font-style: normal;

}

.our-partners .client {
    margin: 15px 0;
    width: 16.6%;
    float: left;

    line-height: 16px;
}

.our-partners .client img {
    width: 120px;
}

#testimonial-carousels {
    margin: 0 auto;
    margin-top: 40px;
    padding: 8px 160px 20px !important;
}

#testimonial-carousels .title-container {
    text-align: center;
    width: 100%;
}

#testimonial-carousels .title-container .title{
    font-family: "Gothic Bold";
    /* line-height: 26px; */
    color: #9a9a9a;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    font-style: normal;
}

#testimonial-carousels .content-container {
    text-align: center;
    width: 100%;
}

#testimonial-carousels .item {
    color: #999;
    font-size: 15px;
    text-align: center;
    overflow: hidden;
}

#testimonial-carousels .testimonial {
    padding: 10px 0 10px;
}

#testimonial-carousels .overview {
    text-align: center;
    padding-bottom: 5px;
}

#testimonial-carousels .overview b {
    color: #333;
    font-size: 15px;
    margin-top: -15px;
    text-transform: uppercase;
    display: block;
}

#testimonial-carousels .carousel-control {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: -10px;
}

#testimonial-carousels .carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}

#testimonial-carousels .carousel-control.left {
    left: auto;
    right: 40px;
}

#testimonial-carousels .carousel-control.right i {
    margin-right: -2px;
}

.our-partners .contyainer {
    padding: 8px 120px !important;
}

.company {
    height: 600px;
}

.company .summary {
    padding: 60px 120px;
    background: no-repeat center center scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    background-image: url('../../assets/imgs/Background.jpg');
}

.company .summary .title-container {
    /* width:20%; */
    float: left !important;
}

.company .summary .excerpt-container {
    width: 80%;
    float: right;
}

.company .summary .title {
    text-align: left;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
}

.company .summary .excerpt {
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 5px;
}

.company .products {
    /* padding: 150px; */
    top: -120px;
    margin: 0px 10%;
    padding: 20px;
    width: 100%;
    background: #fff;
    position: relative;
}

.company .products .product {
    background-size: cover;
    background-repeat: no-repeat;
    width: 31.3%;
    height: 280px;
    color: #fff;
    padding: 0px;
    margin: 5px 10px;
}

.company .products .product .product-col {
    position: absolute;
    z-index: 1000;
    top: 0;
    padding: 20px;
}

.product .title {
    text-align: center !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    font-family: "Gothic Regular";
    font-style: normal;

}

.product .excerpt {
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}

.red-overlay {
    background-color: #e71615;
    background-blend-mode: screen;
}

.grey-overlay {
    background-color: black;
    background-blend-mode: screen;
}

.products-bg {
    background-image: url('../../assets/imgs/company/products.jpg');
}

.solutions-bg {
    background-image: url('../../assets/imgs/company/box3.jpg');
}

.tools-bg {
    background-image: url('../../assets/imgs/company/box1.jpg');
}

.platforms-bg {
    background-image: url('../../assets/imgs/company/box2.jpg');
}

.trustees .carousel-indicators {
    left: auto !important;
    top: auto;
    bottom: -40px;
    text-align: right !important;
}

/* The color of the indicators */

.trustees .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

.trustees .carousel-indicators .active {
    background: #707070;
    width: 6.5px;
    height: 6.5px;
}

.trustees .trustee {
    padding: 15px;
}

.parent {
    height: calc(100% / 1.1);
    ;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.parent:hover .products-bg {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .solutions-bg {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .tools-bg {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .platforms-bg {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.solutions .section-1 {
    min-height: 300px;
    text-align: center;
    color: #fff;
    padding: 200px 70px;
}

.solutions .section-1 .title {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
}

.solutions .section-1 .excerpt {
    margin-top: 18px;
    font-size: 20px;
}

.solutions .section-2 {
    min-height: 300px;
    background-color: #f5f5f5;
    padding: 60px 90px;
}

.solutions .title {
    text-align: left;
    font-weight: 600;
    color: #000000;
    font-size: 31px;
    text-transform: capitalize;
}

.solutions .section-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../../assets/imgs/company/fot.jpg');
}

.solutions .section-2 .excerpt {
    font-style: normal;
    text-align: left;
    font-size: 21px;
    margin-top: 18px;
    line-height: 33px;
    font-weight: 500;
    color: #000000;
}

.news {
    padding: 30px 0px;
    background: #fff;
    min-height: 250px;
    text-align: center;
}

.news .title,
.sub-title {
    text-align: center;
    color: #000000;
    text-transform: capitalize;
    line-height: 35px;
}

.news .title-head {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.news .sub-title {
    font-weight: 400;
    color: #4a4a4a;
}

.news .caption-button,
a {
    text-align: center !important;
}

.scroll-to-company {
    z-index: 10000;
    top: 88%;
    left: 50%;
    position: absolute;
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    cursor: pointer;
    /* visibility: hidden; */
    animation: blink-animation 1700ms linear infinite;
    -webkit-animation: blink-animation 1700ms linear infinite;
    -webkit-transition: ease-in 0.7s;
    -moz-transition: ease-in 0.7s;
    transition: ease-in 0.7s;
}

@keyframes blink-animation {
    0% {
        bottom: 40px;
        opacity: 0;
    }

    25% {
        opacity: .25;
    }

    50% {
        opacity: .5;
    }

    75% {
        opacity: .75;
    }

    100% {
        bottom: 20px;
        opacity: 1;
    }
}

section.blog {
    padding: 60px 90px;
    padding-bottom: 0px !important;
}

/* Blog Carousel */

.blog .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* The indicators */

.blog-items {
    padding: 30px 0px !important;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -25px;
}

/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 6px !important;
    height: 6px !important;
}

.blog .carousel-indicators .active {
    background: #707070;
    width: 6.5px !important;
    height: 6.5px !important;
}

.blog-items .details {
    margin-top: 10px;
    text-align: left;
}

.blog-items .details .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blog-items .details .title {
    text-align: left;
    color: #53555a;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.blog-items .details .time {
    color: #53555a;
    text-align: left;
    font-size: 11px;
}

.blog .carousel-indicators {
    text-align: right;
    left: auto !important;
}

.blog-item .overlay {
    background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0.5;
}

#blogCarousel {
    -webkit-transition: ease-out 0.7s;
    -moz-transition: ease-out 0.7s;
    transition: ease-out 0.7s;
}

.blog-item .blog-img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
    background-color: #000;
}

.blog-item .blog-img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.blog-item {
    max-height: 200px !important;
    max-width: 300px !important;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media only screen and (max-width: 1024px) {
    .company .summary {
        padding: 20px 30px;
    }

    .company .products .product .product-col {
        padding: 15px;
    }

    .company .summary .title-container {
        float: none !important;
        padding-bottom: 10px;
    }

    .company .summary .excerpt-container {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 950px) {
    #testimonial-carousels .title-container, .our-partners .title-container {
        float: none;
        width: 100%;
    }

    #testimonial-carousels .title-container .title, .our-partners .title-container .title {
        margin: 5px 0;
    }

    #testimonial-carousels .content-container, .our-partners .content-container {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1123px) {
    .company .summary {
        padding: 50px 60px;
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .company .products {
        /* padding: 0px 0px; */
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .company .product .title {
        font-size: 25px;
    }

    .company .product .excerpt {
        font-size: 18px;
    }

    .company .summary .title {
        text-align: center;
    }

    .our-partners .contyainer {
        padding: 8px 60px !important;
    }

    .solutions .section-1,
    .section-2 {
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .solutions .section-2 {
        padding: 50px 60px;
    }

    section.blog {
        padding: 50px 60px;
    }

    .our-partners .container {
        max-width: 100%;
        padding: 50px 60px;
        text-align: center;
    }

    .blog .container {
        max-width: 100%;
        padding: 50px 60px;
        text-align: center;
    }

    .company .products {
        margin: 0px 0%;
        top: 0px;
    }
}

@media only screen and (max-width: 1123px) and (min-width: 870px) {
    .company .products .product {
        width: 32%;
        padding: 10px;
        margin: 5px 5px;
    }
}

@media only screen and (max-width: 800px) {
    .company .summary .title {
        text-align: center;
        font-size: 20px;
    }

    .company .summary .excerpt {
        text-align: center;
        font-size: 13px;
        padding-bottom: 7px;
    }

    .company {
        text-align: center;
    }

    .solutions .title {
        text-align: center;
    }

    .solutions .section-2 .excerpt {
        text-align: center;
    }

    .solutions {
        text-align: center !important;
    }
}

@media only screen and (max-width: 870px) {
    .our-partners .client {
        margin: 20px 0;
        width: 33.33%;
        float: left;
    }

    .company .products .product {
        width: 50%;
        padding: 15px;
        margin: 10px 0px;
    }

    .scroll-to-company {
        display: none;
    }

    .caption-button.standard.accent.default {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 768px) and (min-width: 600px) {
    .carousel-caption {
        top: 25%;
    }

    .company .summary {
        min-height: 100px;
    }

    .company .products .product {
        width: 33.33%;
    }

    .pt-5,
    .py-5.our-partners {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .company .product .excerpt {
        font-size: 15px;
    }

    .trustees .trustee {
        /* width: 33.33%; */
        width: 25%;
        text-align: center;
    }

    .carousel-caption.d-none {
        display: block !important;
    }

    .carousel-caption>h2 {
        font-size: 25px !important;
        width: 100%;
        max-width: 100%;
    }

    .caption-excerpt {
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        text-align: left;
    }

    .navbar,
    nav {
        height: 60px;
    }

    .carousel-caption {
        left: 5%;
    }

    .our-partners .client {
        width: 25%;
        text-align: center;
        margin: 5px 0px;
    }

    header .carousel-item {
        height: 100vh !important;
    }

    .our-partners .contyainer {
        padding: 35px 20px !important;
    }

    .company .summary {
        padding: 25px 20px;
    }

    .company .products {
        padding: 0px !important;
        overflow: hidden;
    }

    .company .products .product {
        padding: 0px !important;
        margin: 0px !important;
    }

    .company .products .product .parent {
        height: 100% !important;
    }

    .blog .carousel {
        padding: 25px 0px;
    }

    .news .title {
        line-height: 20px;
    }
}

@media only screen and (max-width: 700px) {
    #testimonial-carousels , .our-partners .contyainer {
        padding: 5px 20px !important;
    }
    
    #testimonial-carousels .content-container {
        margin-top: -15px;
    }

    #testimonial-carousels .title-container .title {
        text-align: center;
    }

    #testimonial-carousels {
        margin-top: 20px;
    }

    .our-partners .client {
        width: 50%;
        text-align: center;
        margin: 5px 0px;
    }

    /* .carousel-caption {
        top: 10%;
    } */
    .carousel-caption>h2 {
        font-size: 30px !important;
    }

    .scroll-to-company {
        display: none;
    }

    .company .products .product {
        width: 100%;
    }

    .our-partners .client {
        width: 50%;
    }

    .trustees {
        margin-top: 20px;
    }

    .company .products .product {
        height: 255px;
    }

    .company .product .excerpt {
        font-size: 15px;
        padding: 0px 20px;
    }

    .blog .item-detail {
        width: 50%;
    }

    header .home-bg .banner-2 {
        background-image: url('../imgs/banner/banner-2-sm.jpg');
    }

    header .home-bg .banner-1 {
        background-image: url('../imgs/banner/banner-1-smm.jpg');
    }
}

@media only screen and (max-width: 1024px) and (min-width: 650px) {
    .hidden-tab {
        display: none;
    }
}

@media only screen and (max-width: 731px) and (min-width: 650px) {
    .carousel-caption {
        top: 25%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 900px) {

    .carousel-caption {
        top: 20%;
    }

    .carousel-caption>h2 {
        font-size: 40px !important;
        width: 80%;
        max-width: 100%;
    }

    .caption-excerpt {
        width: 80%;
        font-weight: 600;
        font-size: 20px;
        text-align: left;
    }
}

@media only screen and (max-width: 900px) and (min-width: 768px) {


    .carousel-caption {
        top: 20%;
    }

    .carousel-caption>h2 {
        font-size: 35px !important;
        width: 80%;
        max-width: 100%;
    }

    .caption-excerpt {
        width: 80%;
        font-weight: 600;
        font-size: 15px;
        text-align: left;
    }

}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    header .carousel-item {
        height: 100vh;
    }

    .parent {
        height: 100%;
    }

    .our-partners .contyainer.trustees-box {
        padding: calc(100% / 10) 50px !important;
    }

    .blog .carousel {
        padding: 10px 30px;
    }

    .our-partners .client {
        width: 25%;
        text-align: center;
        margin: 5px 0px;
    }

    .carousel-caption {

        right: 0% !important;

    }

    .our-partners .contyainer {
        padding: 35px 50px !important;
    }

    .our-partners#our-tools {
        margin-top: 5px;
    }

    .company .summary {
        padding: 35px 20px;
    }

    .company .products {
        padding: 0px !important;
        overflow: hidden;
    }

    .company .products .product {
        padding: 0px !important;
        margin: 0px !important;
        width: 33.33%;
    }

    .company .products .product .parent {
        height: 100% !important;
    }

    .company .product .title {
        font-size: 20px;
    }

    .company .product .excerpt {
        font-size: 14px;
    }

    header .home-bg .banner-2 {
        background-image: url('../imgs/banner/banner-2-md.jpg');
    }

    header .home-bg .banner-1 {
        background-image: url('../imgs/banner/banner-1-md.jpg');
    }

}

@media only screen and (max-width: 1123px) and (min-width: 1090px) {
    .our-partners .contyainer {
        padding: 8px 30px !important;
    }
}

@media only screen and (max-width: 1090px) and (min-width: 1024px) {
    .company .products .product .product-col {
        padding: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    header .carousel-indicators {
        display: none !important;
    }

    .company .summary .excerpt {
        text-align: center;
    }

    .company .summary {
        min-height: auto;
    }
}

@media only screen and (max-width: 1000px) {
    .company {
        height: 100% !important;
    }
}

@media only screen and (max-width: 1030px) and (min-width: 1000px) {
    .scroll-to-company {
        top: 80%;
    }
}

.show-mobile {
    display: none;
}

@media only screen and (max-width: 680px) {
    header .carousel-item {
        height: 100vh !important;
    }

    .carousel-caption {
        top: 20%;
    }

    .caption-excerpt {
        font-size: 16px;
    }

    .caption-excerpt.v-small {
        line-height: 120%;
        font-size: 13.5px;
        margin-top: 10px;
    }

    .carousel-caption.c-top {
        top: 17% !important;
        right: 0%;
    }

    .show-mobile {
        display: block;
    }

    .product-col {

        top: 20px !important;
    }

    .caption-button.standard.accent.default.m-width-255 {
        width: 255px;
    }

    section.blog {
        padding: 30px 20px !important;
    }

    .blog-items {
        padding: 5px 0px !important;
    }

    .company .product .excerpt {
        font-size: 14px;
        padding: 0px 20px;
    }

    #testimonial-carousels .carousel-control {
        top: -20px !important;
    }
}