* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --pr_color: #40c759 !important;
}

.bg_light {
    background: #f9f9f9;
}

.btn_green a {
    background: var(--pr_color);
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    border-radius: 4px;
}

.btn_green a:hover {
    background: #000;
    transition: all 0.3s;
    color: #fff;
}

.sub_head h3 {
    font-size: 20px;
    color: #2ec24a;
    font-weight: 600;
    text-align: center;
}

.main_head h2 {
    text-align: center;
}

.main_head h2 span {
    color: var(--pr_color);
}

h1,
.h1 {
    font-size: 45px;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 35px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 25px;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 20px;
    font-weight: 600;
}

.bx_shadow {
    box-shadow: rgba(0, 0, 0, 0.49) 0px 25px 20px -20px;
    border-radius: 10px;
}

.white_line {
    filter: invert(1) brightness(10);
    max-width: 70px;
    margin-bottom: 1.5rem;
    margin-top: 10px;
}

.green_color {
    color: var(--pr_color);
}

img {
    max-width: 100%;
}

/********* header *****/
#header .btn_green a {
    padding: 9px 15px 10px 15px;
}

#header .right_menu .btn_green .fa {
    margin-right: 7px;
    position: relative;
    top: 2px;
    font-size: 18px;
}

.navbar-light .navbar-brand img {
    width: 200px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 15px 5px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link:first-child:active {
    background: #32c34e;
    color: #fff;
    /*! padding: 0; */
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu {
    padding: 0;
}

.icons_wrap ul li {
    padding-right: 20px;
}

.icons_wrap ul li a {
    font-size: 25px;
    color: #999;
}

.icons_wrap ul li a:hover {
    color: #000;
}

.icons_wrap {
    display: flex;
    justify-content: center;
}

.icons_wrap ul li:hover {
    color: var(--pr_color);
}

/********* Banner *****/
.home_banner {
    height: 600px;
    padding: 5rem 0;
    position: relative;
}

.home_banner .content {
    position: relative;
}

.home_banner::before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/********* service *****/
.home_services {
    background: #0e0f0e;
    padding: 2rem 0;
}

.home_services .img-wrap {
    background: #2c8c3e;
    /* padding: 0rem; */
    max-width: 140px;
    margin: 0 auto;
    border-radius: 7px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_services .cmn-box-wrap {
    padding: 2rem;
    text-align: center;
    background: #121312;
    height: 100%;
    border-radius: 6px;
}

.home_services .cmn-box-wrap .data .bx-head {
    color: #fff;
    padding-top: 20px;
}

.home_services .cmn-box-wrap:hover .img-wrap img {
    position: relative;
    left: 15px;
}

.home_services .cmn-box-wrap img {
    transition: 0.3s;
    position: relative;
    left: 0;
}

.cmn-box-wrap.last {
    border: none;
}

.data img {
    height: 85px;
    width: 85px;
    object-fit: cover;
    padding: 10px;
    border-radius: 10px;
    filter: invert(97%) sepia(100%) saturate(0%) hue-rotate(164deg) brightness(107%) contrast(102%);
}

/********* about-us *****/
.home_about_us {
    padding: 5rem 0;
}

.home_about_us .sub_head h3 {
    font-size: 20px;
    color: #2ec24a;
    font-weight: 600;
    text-align: center;
}

.home_about_us .img-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 5px;
}

.sec-content {
    line-height: 2;
    padding-top: 1rem;
    margin-bottom: 0;
}

.cmn_list ul {
    margin-bottom: 0;
}

.cmn_list .fa {
    color: #2c8c3e;
    margin-right: 8px;
}

.cmn_list ul li {
    font-weight: 600;
    color: #2ec24a;
    padding-bottom: 10px;
}

.cmn_list ul li:last-child {
    padding-bottom: 0;
}

/********* second_banner  *****/

.home_second_banner {
    position: relative;
    padding: 8rem 0;
}

.home_second_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.85;
}

.home_second_banner .content-wrap {
    line-height: 1.8;
    font-size: 17px;
    z-index: 1;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.home_second_banner .content-wrap .main_head h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 0;
}


/********* blog ************/
.home_blog .cmn-box-wrap {
    background: #f7f7f7;
    padding: 2rem;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 25px 20px -20px;
}

.home_blog .cmn-box-wrap .fa {
    font-size: 35px;
    margin-bottom: 2rem;
    color: #2c8c3e;
}

.home_blog {
    padding: 5rem 0;
}

.home_blog .cmn-box-wrap .sec-head h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    transition: 0.5s;
}

.cmn-box-wrap .sec-head h2:hover {
    color: #37c451;
}


/******** CDL SECTION *********/
.home_cdl {
    padding: 3rem 0;
}

.home_cdl .img-wrap img {
    width: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.home_cdl .cmn_list ul li {}


/******** cta SECTION *********/

.home_cta {
    background: #f9f9f9;
    text-align: center;
    padding: 5rem 0;
}

.home_cta .main_head h2 {
    padding-bottom: 2rem;
}

/******** footer*********/

footer {
    background: #e6e6e6;
    padding: 15px;
}

footer p {
    color: #919191;
    margin-bottom: 0;
    font-size: 15px;
}

/************* About Page *************/
.sec-head img {
    width: 88px;
    height: 5px;
    filter: invert(50%) sepia(12%) saturate(2337%) hue-rotate(79deg) brightness(86%) contrast(92%);
}

.sec-heading {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.sec-heading::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 4px;
    background: url(img/section-heading.png)no-repeat scroll center / 60px;
    bottom: 0;
    left: 0px;
}

.sec-heading.line-center::before {
    right: 0;
    margin: 0 auto;
}

.inner_banner {
    background: url(../images/ab-banner.jpg)no-repeat scroll center / cover;
    height: 400px;
    padding: 5rem 0;
    position: relative;
}

.inner_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}

.inner_banner .title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.inner_banner .title span {
    display: block;
    font-size: 20px;
}

.about_us {
    padding: 5rem 0;
}

.about_us .img-wrap img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.ab_blog {
    padding: 5rem 0 5rem 0;
    background: #fbfbfb;
}

.ab_blog .content-wrap .cmn-box-wrap {
    background: #fff;
    min-height: 470px;
    padding: 1rem;
}

.ab_blog .content-wrap {
    max-width: 100%;
}

.ab_blog .box_img_wrp img {
    width: 100%;
    min-height: 410px;
    object-fit: cover;
}

.ab_blog .cmn-box-wrap {
    padding: 3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-testi {
    flex-direction: column;
    z-index: 1;
}

.testimonial .testi_wrap {
    z-index: 1;
}

.testimonial::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(44, 140, 62);
}

.sec-testi .img_icon img {
    filter: invert(0) brightness(100);
}

.sec-testi .slick-dots li button::before {
    color: #fff;
    opacity: 1;
    font-size: 18px;
}

.sec-testi .slick-dots li.slick-active button::before {
    color: #000;
}

.testimonial {
    background: url(../images/testimonial-banner.webp)no-repeat scroll center /cover;
    min-height: 450px;
    position: relative;
    object-fit: cover;
    z-index: 1;
    padding: 5rem 0;
}

.testimonial p {
    color: #fff;
    font-size: 24px;
    max-width: 826px;
    margin: 15px auto;
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 0;
}

/************* service Page *************/
.service_inner_banner {
    background: url(../images/ser-bg.jpg)no-repeat scroll center / cover;
    height: 400px;
    padding: 5rem 0;
    position: relative;
}

.service_inner_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
}

.service_inner_banner .title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.s-head-wp {
    background: #fdfdfd;
    padding: 3rem;
    margin-bottom: 4rem;
}

.service .box_wrap .cmn_list p {
    font-size: 16px;
    padding-bottom: 10px;
}

.pst_ex .cont_box {
    background: #f2f2f2;
    height: 100%;
    padding: 2rem 3rem;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 25px 20px -20px;
}

.pst_ex .cont_box .img_wrap {
    font-size: 40px;
    margin-bottom: 1rem;
    color: var(--pr_color);
}



/************* CDL Page *************/
.drv_req li {
    list-style: none;
    background: #f9f9f9;
    margin: 10px 0;
    padding: 1rem;
}

.drv_req .img_wrap img {
    max-width: 100px;
    margin-bottom: 2rem;
}

/*************Contact page *************/
.ct_form {
    background: #fff;
    box-shadow: 0 0 6px #ddd;
    padding: 2rem;
    margin: -100px 0 2rem 0;
    z-index: 1;
    position: relative;
}

.wpforms-submit {
    background: #40c759 !important;
    min-width: 150px;
}

/*************Home page Responsive *************/
@media(max-width: 991px) {
    .home_cdl .img-wrap img {
        width: 100%;
    }
}

@media(max-width: 575px) {
    .home_banner {
        height: 400px;
    }

    .home_second_banner {
        padding: 5rem 0;
    }

}

/*************Home page Responsive end *************/

/*************about page Responsive *************/

@media(max-width: 991px) {
    .ab_blog .cmn-box-wrap {
        padding: 2rem 0;
    }

    .testimonial {
        padding: 3rem 0;
        min-height: 400px;
    }
}

/*************service page Responsive *************/
@media(max-width: 991px) {
    .ab_blog {
        padding: 2rem 0 3rem 0;
        background: #fbfbfb;
    }

    .about_us {
        padding: 3rem 0;
    }
}

@media(max-width: 767px) {
    .main_head h2 {
        font-size: 30px;
    }
}


/************* CDL Drivers page Responsive *************/

@media(max-width: 991px) {
    .drv_req .content {
        text-align: center;
    }

    .drv_req .content .sec-heading::before {
        left: 0;
        right: 0;
        margin: 0 auto;

    }
}