/*====================================================
                       HOME
======================================================*/

.carousel-fade {
    /*height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
    background-image: url(../img/home-banner-bg.png);
    /**/
    width: 100%;
    height: auto;
    background-size: cover;
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade {
    position: relative;
    height: 90vh;
}

.hero {
    position: absolute;
    top: 45%;
    left: 50%;
    background: rgba(0, 0, 0, 0.7);
    border: 5px solid #fff;
    padding: 40px;
    z-index: 3;
    color: #c0c0c0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.hero h1 {
    font-size: 3.5em;
    color: #fff;
    font-weight: 700;
    width: 600px;
    margin: 0;
    padding: 0;
    opacity: 1;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.hero h1 span a {
    color: #2196f3;
    text-decoration: none;
}

.hero h3 {
    font-size: 1em;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.hero button {
    margin: 10px 0;
}

.carousel-fade .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.carousel-fade .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 90%;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
}

.carousel-fade .carousel-inner .carousel-item {
    height: 100vh;
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 2.5em;
        color: #fff;
        font-weight: 700;
        width: 400px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .hero h3 {
        font-size: 1em;
        color: #fff;
        letter-spacing: 2px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    /**/
    .carousel-fade {
        position: relative;
        height: 50vh;
    }
}

@media (max-width: 575px) {
    .hero {
        position: absolute;
        top: 45%;
        padding: 20px 0px;
    }

    .hero h1 {
        font-size: 1.9em;
        color: #fff;
        font-weight: 700;
        width: 370px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .hero h3 {
        font-size: .9em;
        color: #fff;
        letter-spacing: 2px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    /**/
    .carousel-fade {
        position: relative;
        height: 40vh;
    }
}

@media (max-width: 420px) {
    .hero {
        position: absolute;
        top: 45%;
        padding: 20px 0;
        border: 3px solid #fff;
    }

    .hero h1 {
        font-size: 1.7em;
        color: #fff;
        font-weight: 700;
        width: 295px;
        margin: 0;
        padding: 0;
        opacity: 1;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }

    .hero h3 {
        font-size: .8em;
        color: #fff;
        letter-spacing: 2px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    /**/
    .carousel-fade {
        position: relative;
        height: 30vh;
    }
}

/*====================================================
                        ABOUT
======================================================*

.about .about-content-box {
    padding: 80px 20px;
    text-align: center;
}

.about-content-box > i {
    color: #fff;
    height: 150px;
    line-height: 150px;
    font-size: 100px;
}

.about-content-box > h5 {
    color: #fff;
    text-transform: none;
    font-weight: normal;
    padding: 20px 0 10px 0;
}

.about-content-box > p {
    color: #fff;
}

@media (max-width: 767px) {
    .about .container-fluid {
        width: 60%
    }

    .about .container-fluid .col-md-4 {
        margin: 15px 0;
    }
}

@media (max-width: 585px) {
    .about .container-fluid {
        width: 80%
    }

    .about .container-fluid .col-md-4 {
        margin: 15px 0;
    }
}


@media (max-width: 420px) {
    .about .container-fluid {
        width: 100%
    }

    .about .container-fluid .col-md-4 {
        margin: 0;
    }
}

/*====================================================
                   FINANCIAL-P5
======================================================*/

/*.financial-p5 .title-bar {
    /*padding: 50px;*
    padding: 0px;
}

.financial-p5 .title-bar h1 {
    color: #41464b;
    text-align: center;
    font-weight: 700;
    margin: 20px auto 10px auto;
}*/

.financial-p5 .what-we-desc {
    text-align: center;
    padding: 0 10px;
}

.financial-p5 .what-we-desc i {
    float: none;
    font-size: 65px;
    height: 85px;
    line-height: 85px;
    /**/
    color: #1a2754;
}

.financial-p5 .what-we-desc h6 {
    text-transform: uppercase;
}

.financial-p5 .what-we-desc h6,
.financial-p5 .what-we-desc p {
    color: #41464b;
}

/*====================================================
                   OUR PRODUCT ---BUSINESS-GROWTH-P1
======================================================*/

.business-growth-p1 {
    padding-bottom: 0px;
}

.business-growth-p1 > .container > .row > .service-padding {
    padding: 0;
}

.service-item {
    padding: 40px 0 0 0;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: padding .5s ease;
}

.service-item:last-child {
    border-right: 1px solid #ddd;
}

.service-item:hover {
    padding: 20px 0 20px 0;
    margin: 0;
    transition: all .5s ease;
    border-bottom: 5px solid #1a2754;
}

.service-item-icon {
    width: 102px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 6px solid #f6f6f6;
    border-radius: 100%;
}

.service-item-icon i {
    color: #1a2754;
    height: 90px;
    line-height: 90px;
    width: 90px;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
    text-align: center;
}

.service-item:hover .service-item-icon i {
    color: #fff;
    background-color: #1a2754;
}

.service-item-title h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.service-item-desc p {
    margin: 20px auto;
    width: 70%;
    text-align: center
}

ul.service-spec {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 40px 0;
}

ul.service-spec li p {
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .business-growth-p1 {
        padding: 0 40px 100px 40px;
    }
}

/*====================================================
                       OUR PROJECT
======================================================*/
.project_area {
    position: relative;
}

.project_area .owl-prev,
.project_area .owl-next {
    position: absolute;
    right: 150px;
    background: #fff;
    font-size: 24px;
    color: #c1c1c1;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 300ms linear 0s;
    cursor: pointer;
    box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
}

.project_area .owl-prev:hover,
.project_area .owl-next:hover {
    color: #222222;
}

.project_area .owl-prev {
    bottom: 50%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.project_area .owl-prev:before {
    content: "";
    width: 28px;
    background: #e8e8e8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 1px;
}

.project_area .owl-next {
    top: 50%;
    padding-top: 10px;
    padding-bottom: 15px;
}

.project_area .owl-dots {
    text-align: center;
}

.project_area .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 10px;
    /**/
    border-radius: 100%;
}

.project_area .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.project_area .owl-dots .owl-dot.active {
    background: #cc2026;
}

.project_slider {
    /*margin-top: -30px;
    margin-bottom: -30px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px 0px 10px;
}

.project_item {
    /*padding: 30px 0px;*/
    padding: 0px 0px;
}

.project_item .media {
    border-radius: 10px;
    /*padding: 40px;*/
    padding: 0px;
    background: #fff;
    transition: all 300ms linear 0s;
    border: 0px solid #eeeeee;
    /**/
    height: 250px;
}

.project_slider .item img {
    width: 100%;
    text-align: center;
    display: block;
    margin: auto;
    /*line-height: 70px;*/
    /*opacity: .5;*/
    /*transition: all 300ms linear 0s;*/
    /**/
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.project_item .media .d-flex {
    /*padding-right: 25px;*/
    padding-right: 0px;
}

/*====================================================
                       OUR CLIENT
======================================================*/

.client_area {
    position: relative;
    padding-bottom: 50px;
}

.client_area .owl-prev,
.client_area .owl-next {
    position: absolute;
    right: 150px;
    background: #fff;
    font-size: 24px;
    color: #c1c1c1;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 300ms linear 0s;
    cursor: pointer;
    box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
}

.client_area .owl-prev:hover,
.client_area .owl-next:hover {
    color: #222222;
}

.client_area .owl-prev {
    bottom: 50%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.client_area .owl-prev:before {
    content: "";
    width: 28px;
    background: #e8e8e8;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    height: 1px;
}

.client_area .owl-next {
    top: 50%;
    padding-top: 10px;
    padding-bottom: 15px;
}

.client_area .owl-dots {
    text-align: center;
    padding: 30px 0px;
}

.client_area .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 10px;

    border-radius: 100%;
}

.client_area .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.client_area .owl-dots .owl-dot.active {
    background: #cc2026;
}

.client_slider {
    /*margin-top: -30px;
    margin-bottom: -30px;*/
    margin-top: 0px;
    margin-bottom: 0px;
}

.client_item {
    /*padding: 30px 0px;*/
    padding: 0px 0px;
}

.client_item .media {
    border-radius: 10px;
    /*padding: 40px;*/
    padding: 20px;
    background: #fff;
    transition: all 300ms linear 0s;
    border: 0px solid #eeeeee;
    /**/
    height: 25vh;
}

.client_slider .item img {
    width: 100%;
    text-align: center;
    display: block;
    margin: auto;
    /*line-height: 70px;*/
    /*opacity: .5;*/
    /*transition: all 300ms linear 0s;*/
    /**/
    height: 120px;
    object-fit: contain;
    object-position: center;
    border-radius: 0px;
}

.client_item .media .d-flex {
    /*padding-right: 25px;*/
    padding-right: 0px;
}

