/*=========================================================
NexEra CMS
Home Page
=========================================================*/

/*=========================
Hero Section
=========================*/

#heroSlider {
    margin-top: 0px;
}

.hero-image {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.carousel-item {
    position: relative;
}

/*.carousel-item::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55));*/
/*    z-index: 1;*/
/*}*/

.carousel-caption {
    z-index: 2;
}

.carousel-caption .container {
    max-width: 700px;
}

.carousel-caption h5 {
    color: #FF6B00;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin: -8px 0px 15px 0;
}

.carousel-caption p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 35px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 70px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 48px;
    height: 48px;
    background-size: 55%;
    border-radius: 50%;
    border:1px solid #fff;
    background-color:transparent;
}
.carousel-control-next, .carousel-control-prev {
    opacity:1 !important;
}
.carousel-control-prev {
    left: 8%;
    transform: translateY(-50%);
    top: auto;
    bottom: 140px;
}
.carousel-control-next {
    left: 11.5%;
    transform: translateY(-50%);
    top: auto;
    bottom: 140px;
}
.hero_btn_dv {
    display:flex;
}
/*=========================
Section Title
=========================*/

.section-title {
    margin-bottom: 60px;
}

.section-title h6 {
    color: #FF6B00;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.section-title p {
    max-width: 700px;
    margin: auto;
}

/*=========================
About Section
=========================*/
.about_sec_p {
    padding:120px 0px;
}
.about-image img {
    border-radius: 15px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}
.about_sec {
    padding-left:40px;
}
.about-content {
    padding-left: 30px;
}

.about-content ul {
    margin-top: 25px;
}

.about-content ul li {
    margin-bottom: 12px;
}
.map_bg {
    position: absolute;
    width: 65%;
    right: -25%;
    opacity: 0.6;
}
.about_col1 {
    position:relative;
}
.exp_img {
    position: absolute;
    top: auto;
    bottom: -47px;
    left: -35px;
}
.about_img {
    height:450px;
    object-fit:cover;
}
/*=========================
Products
=========================*/

.product-card {
    height: 100%;
}

.product-card .card-body {
    display: flex;
    flex-direction: column;
}

.product-card .btn {
    margin-top: auto;
}

/*=========================
Why Choose
=========================*/

.why-card {
    height: 100%;
}

.why-card h4 {
    margin: 20px 0 15px;
}
.why-card p {
    font-size: 15px;
}
.why_choose_sec {
    background-image: url(../images/why_choose_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
/*=========================
Blogs
=========================*/

.blog-card {
    height: 100%;
}

.blog-card .card-body {
    display: flex;
    flex-direction: column;
}

.blog-card .btn {
    margin-top: auto;
}

/*=========================
Gallery
=========================*/

.gallery-item {
    overflow: hidden;
    border-radius: 12px;
}

.gallery-image {
    display: block;
}

/*=========================
Downloads
=========================*/

.download-card {
    height: 100%;
}

.download-card .btn {
    margin-top: 20px;
}


.counter_sec {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(../images/counter_bg.webp);
    padding: 80px 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.c_row {
    align-item:center;
}
.counter_sec h2{
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0;
}
.counter_sec h5{
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}



/*=========================
CTA section
=========================*/

.cta_section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)), url(../images/cta_bg.webp);
    padding: 80px 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.download_btn {
    margin: auto;
}





/*=========================
Responsive
=========================*/

@media(max-width:991px) {

    #heroSlider {
        margin-top: 0px;
    }

    .hero-image {
        height: 60vh;
    }

    .carousel-caption {
        text-align: center;
        left: 5%;
        right: 5%;
    }

    .carousel-caption .container {
        max-width: 100%;
    }

    .carousel-caption h1 {
        font-size: 42px;
    }

    .carousel-caption p {
        font-size: 16px;
        margin: auto auto 25px;
    }

    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .section-title {
        margin-bottom: 40px;
    }

}

@media(max-width:767px) {

    .hero-image {
        height: 50vh;
    }

    .carousel-caption h5 {
        font-size: 14px;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 15px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }


}

@media(max-width:575px) {

    #heroSlider {
        margin-top: 0px;
    }

    .hero-image {
        height: 45vh;
    }

    .carousel-caption h1 {
        font-size: 26px;
    }

    .carousel-caption p {
        display: none;
    }

    .section-title {
        margin-bottom: 30px;
    }

}