body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #414141;
    font-size: 16px;
    line-height: 24px;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

button:focus {
    outline: 0px dotted;
}

input,
textarea {
    color: #fff;
}

.heading_white {
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    color: #fff;
}

.heading_black {
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    color: #000;
}

.grnbtn {
    border: #9ee530 2px solid;
    background-color: #9ee530;
    color: #000;
    text-decoration: none;
    padding: 13px 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    margin-top: 10px;
}

.grnbtn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.grnbtn:hover {
    color: #9ee530;
    background: transparent;
    border: #9ee530 2px solid;
}

.grnbtn:hover:after {
    width: 100%;
}


.whitebtn {
    border: #fff 2px solid;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 13px 30px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    margin-top: 10px;
}

.whitebtn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.whitebtn:hover {
    color: #fff;
    background: transparent;
    border: #fff 2px solid;
}

.whitebtn:hover:after {
    width: 100%;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

/* common */
.shadow {
    box-shadow: 0px 14px 19px 3px rgb(0, 0, 0, .2);
}


/*------------------- header Top -------------------*/
.headerTop {
    background: url(../images/header_bg.jpg) center center no-repeat;
    padding: 0 0 100px 0;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.topList {
    padding: 0;
    margin: 0;
}

.topList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.topList ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
}

.topList ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 25px;
    font-weight: 400;
}

.topList ul li a i {
    padding: 0px 10px 0 0;
}

.topList ul li a:hover {
    color: #76a62c;
    text-decoration: none;
}


.header {
    background: #76a62c;
    padding: 30px 0 20px 0;
}

/* #Navigation
================================================== */
.navmenu_mobile {
    display: none;
}

.headerNav {
    padding: 0;
    margin: 0;
    width: 100%;
}

.logo {
    width: 329px;
    height: auto;
    padding: 0;
}

.logo a {
    color: #cc2223;
}

.logo a:hover {
    color: #cc2223;
}

.navbar-light .navbar-brand {
    width: 70%;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.menu {
    padding: 0;
    margin: 0px 0 0 0;
    text-align: right;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu ul li {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 300;
}

.menu li ul {
    display: none;
    text-align: left;
}

.menu ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
}

.menu ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.menu ul li.active a {
    color: #000;
    text-decoration: underline;
}

.menu li:hover ul {
    display: block;
    position: absolute;
    width: 340px;
    box-shadow: 6px 8px 7px #000;
    padding: 10px;
    background: #ffff;
    z-index: 99;
}

.menu li:hover ul li {
    float: none;
}

.menu li:hover li a {}

.menu li:hover li a:hover {
    color: #101c98;
    text-decoration: underline;
}

.navbar-toggler {
    background-color: #fff;
    color: rgba(255, 255, 255, 1);
    border: 2px solid #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #101c98;
    text-decoration: none;
    background-color: #fff;
}

.headsocial {
    padding: 0;
    margin: 30px auto;
}

.headsocial a i {
    padding: 0 10px;
}

.headsocial a {
    color: #0d1b98;
    font-size: 20px;
    text-align: center;
}

/* #banner
================================================== */
.bannerBlk {
    padding: 0px 0 0px 0;
    margin: 0;
    object-fit: cover;
}

.bannerInner {
    position: absolute;
    margin: 0 auto;
    top: 140px;
    left: 15%;
    z-index: 999;
}

.bannerInnerHead {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.commonBlk {
    padding: 110px 0 40px 0;
}

.commonBlkHead {
    font-size: 24px;
    color: #282828;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.headerTop .item {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.owl-three .item img {
    width: auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.bannerBlk .owl-theme .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.bannerBlk .owl-stage-outer {
    padding: 0;
}

.bannerBlk .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    z-index: 999;
    margin: -125px auto 0;
    width: 100%;
    text-align: center;
}

.bannerBlk .owl-theme .owl-dots .owl-dot span {
    width: 37px;
    height: 6px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.blackBg {
    margin: 150px 0 0 17%;
    width: 55%;
    padding: 65px;
    box-sizing: border-box;
}

.blackBg h5 {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.blackBg h4 {
    font-size: 44px;
    line-height: 44px;
    color: #95d92b;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.blackBg .onsite {
    font-size: 60px;
    line-height: 62px;
    color: #9ee530;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.blackBg h3 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
}

.blackBg img {
    width: 30%;
}


.callsbtn {
    border: #9ee530 2px solid;
    background-color: #9ee530;
    color: #000;
    text-decoration: none;
    padding: 13px 30px;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
}

.callsbtn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.callsbtn:hover {
    color: #fff;
    background: #000;
    border: #fff 2px solid;
}

.callsbtn:hover:after {
    width: 100%;
}


.callsbtn2 {
    border: #fff 2px solid;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 13px 20px;
    display: inline-block;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    margin: 10px 10px 0 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.callsbtn2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.callsbtn2:hover {
    color: #fff;
    background: #000;
    border: #fff 2px solid;
}

.callsbtn2:hover:after {
    width: 100%;
}

.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.owl-prev {
    left: -33px;
}

.owl-next {
    right: -20px;
}

.owl-prev i,
.owl-next i {
    transform: scale(2, 5);
    color: #ccc;
}

/*------------------- welcomeBlk -------------------*/
.welcomeBlk {
    padding: 0px 0 100px 0;
}

.welcomebox {
    position: relative;
    background: #fff;
    padding: 40px 30px;
    right: -100px;
    top: 170px;
    border-right: #9ee530 26px solid;
    border-bottom: #9ee530 26px solid;
    z-index: 9;
    box-shadow: 0px 1px 6px 2px rgb(0, 0, 0, .2);
}

.welcomeboxInner {
    padding: 0;
}

.welcomeboxInner h1 .welcome {
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
    display: block;
    color: #000;
}

.welcomeboxInner h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 800;
    color: #000;
}

.welcomeboxInner h1 .color {
    display: block;
    color: #9ee530;
}

.welcomeboxInner h1 .desc {
    font-size: 24px;
    line-height: 32px;
    display: block;
    font-weight: 400;
    color: #000;
}

.welcomeboxInner2 {
    padding: 0 20px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin: 24px 0;
    border-left: #bebebe 3px solid;
}


.welcomebox_in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
}

.welcomebox_img {
    width: 93px;
}

.welcomebox_img {
    width: 93px;

}

.welcomebox_text {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 15px;
}

.welcomebox_text span {
    font-weight: 800;
    display: block;
}




/*------------------- whychooseBlk -------------------*/
.whychooseBlk {
    padding: 70px 0 110px 0;
    background: #9ee530;
}

.whychoosebox {
    background: #fff;
    padding: 40px 30px;
    position: relative;
    left: -100px;
    top: 70px;
}

.whychoosebox h2 {
    font-size: 36px;
    font-weight: 400;
    position: relative;
}

.whychoosebox h2 span {
    font-size: 40px;
    font-weight: 800;
    display: block;
    border-bottom: #76a62c 1px solid;
    padding-bottom: 15px;
}

.whychoosebox h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    border-bottom: #76a62c 5px solid;
    height: 5px;
    width: 15%;
}



.whychoosebox ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
}

.whychoosebox ul li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 30px;
}

.whychoosebox ul li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    font-family: "FontAwesome";
    font-weight: 900;
}

.whychoosebox ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 25px;
    font-weight: 400;
}

.whychoosebox ul li a:hover {
    color: #76a62c;
    text-decoration: none;
}


/*------------------- serviceBlk -------------------*/
.serviceBlk {
    padding: 70px 0 80px 0;
    background: url(../images/service_bg.jpg) center center no-repeat;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.serv_whiteBox {
    padding: 50px;
}

.serveBox {
    display: flex;
    justify-content: start;
    height: 240px;
    background-color: #fff;
}

.serveBox img {
    width: 256px;
}

.serveBox p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
}

/*------------------- freequoteBlk -------------------*/
.freequoteBlk {
    padding: 70px 0;
    background: url(../images/freequote_bg.jpg) center center no-repeat;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.freequoteBlk h4 {
    padding: 40px 0;
    color: #000000;
    font-size: 36px;
    font-weight: 800;
}

.freequoteBlk input {
    padding: 5px 10px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: #fff;
    width: 100%;
    border: transparent;
    box-shadow: 1px 1px 4px 1px rgb(0, 0, 0, .2);
}

.freequoteBlk input:focus {
    outline: none;
}

.freequoteBlk textarea {
    padding: 3px 10px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: #fff;
    width: 100%;
    height: 80px;
    border: transparent;
    box-shadow: 1px 1px 4px 1px rgb(0, 0, 0, .2);
}

.freequoteBlk textarea {
    resize: none;
}

.freequoteBlk textarea:focus {
    outline: none;
}

.freequoteBlk button {
    padding: 5px 10px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    text-transform: uppercase;
    background: #9ee530;
    width: 100%;
    border: transparent;
    box-shadow: 1px 1px 4px 1px rgb(0, 0, 0, .2);
}

.freequoteBlk button:hover {
    color: #fff;
    background: #000;
}

.freequoteBlk input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}


/*------------------- testimonialsBlk -------------------*/
.testimonialsBlk {
    padding: 150px 0 100px 0;
    background: url(../images/testimonials_bg.jpg) center center no-repeat;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.testimonBlk {
    background: #fff;
    padding: 20px;
    margin: 15px;
    min-height: 220px;
    box-shadow: 0px 1px 14px 2px rgb(0, 0, 0, .2);
}

.testimonBlk p {
    margin-bottom: 0;
}

.testimonBlk p i {
    color: #edc404;
}

.testimonBlk p span {
    font-weight: 500;
}

/*------------------- blogBlk -------------------*/
.blogBlk {
    padding: 65px 0;
    background: #000;
}

.blogBox {
    background: #fff;
}

.blogbox_in {
    padding: 30px;
}

.blog_head {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding: 0px;
    margin: 0;
}

.blog_head2 {
    color: #626262;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
}

.blog_head2::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #76a62c;
    left: 0;
    bottom: -7px;
}

/*------------------- locationBlk -------------------*/
.locationBlk {
    padding: 100px 0;
    background: #fff;
}

.locationList {
    padding: 0;
    margin: 0;
}

.locationList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.locationList ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    width: 22%;
    text-align: center;
    margin: 10px 1%;
}

.locationList ul li a {
    display: block;
    text-decoration: none;
    color: #6a6a6a;
    padding: 8px 25px;
    font-weight: 500;
    border: #ccc 1px solid
}

.locationList ul li a:hover {
    color: #000;
    background: #9ee530;
    font-weight: 700;
    text-decoration: none;
    border: #548507 1px solid
}

/*------------------- mapBlk -------------------*/
.mapBlk {
    padding: 0;
    margin: 0;
    line-height: 0;
}


/*------------------- galleryBlk -------------------*/
.galleryBlk {
    padding: 90px 0 90px 0;
    background: url(../images/gallery_bg.jpg) center center no-repeat;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(158, 229, 48, 0.82);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.item {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.item:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}

.top-overlay {
    bottom: 100%;
    height: 0;
}

.item:hover .top-overlay {
    bottom: 0;
}

.text {
    color: #000;
    font-size: 3vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}



/*------------------- footerBlk -------------------*/
.footerBlk {
    padding: 60px 0 30px 0;
    background: url(../images/footer_bg.jpg) center center no-repeat;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer_logo {
    width: 340px;
}

.footborder_bottom {
    border-bottom: #145001 1px solid;
}

.footborder_top {
    border-top: #145001 1px solid;
}

.footborder_left {
    border-left: #145001 1px solid;
}

.footborder_right {
    border-right: #145001 1px solid;
}

.footicon {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
}

.footicon i {
    width: 87px;
    height: 87px;
    font-size: 48px;
    line-height: 87px;
    color: #8bc237;
    background: #40620c;
    border-radius: 50px;
    margin-bottom: 20px;
}

.footicon a {
    color: #ffffff;
}

.footicon a:hover {
    color: #000;
}

.foterLink {
    padding: 20px 0;
}

.foterLink .heaing {
    padding: 0 0 20px 0;
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 800;
}

.foterLink ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.foterLink ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.foterLink ul li a {
    text-decoration: none;
    color: #fff;
    padding: 8px 15px;
}

.foterLink ul li a:hover {
    color: #145001;
}

/*------------------- copyBlk -------------------*/
.copyBlk {
    padding: 25px 0;
    color: #fff;
    background: #4c7212;
}

.copyBlk a {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.copyBlk i {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin: 0 10px;
}

.copyBlkicon img {
    width: 290px;
}


/*------------------- header Top -------------------*/
.headerTop2 {
    /* background:url(images/towbar_info.jpg) center center no-repeat; */
    padding: 0px 0 0px 0;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.headerTop2 img {
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headerTop2 h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 800;
    color: #95d92b;
    padding: 170px 0 240px 0;
    z-index: 999;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

/*------------------- counterBlk -------------------*/
.counterBlk {
    background: url(../images/counter_bg.jpg) center center no-repeat;
    padding: 100px 0 505px 0;
    object-fit: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.box {
    padding: 0;
}

.counterBlk .item {
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    color: #76a62c;
}

.item .counter {}

.item .counter_year {
    font-size: 40px;
}

.countertext {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    display: block;
}

.countertext2 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    color: #76a62c;
}

/*------------------- grossBlk -------------------*/
.grossBlk {
    padding: 85px 0;
}

.grossBlk img {
    width: 785px;
    height: 621px;
    position: relative;
    z-index: 8;
}

.grossbox {
    position: absolute;
    background: #fff;
    padding: 50px 76px;
    right: 0px;
    top: 120px;
    border-left: #9ee530 26px solid;
    z-index: 9;
    margin-left: -100px;
    box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 20%);
    width: calc(100% + 180px);
    overflow-x: hidden;
}

.grossboxInner {
    padding: 0;
}


.zero {
    padding: 80px 0;
}

.one {
    width: 45%;
    background: #fff;
    margin: 180px auto 0px;
    position: absolute;
    right: 0;
    padding: 80px;
    border-left: #9ee530 26px solid;
    box-shadow: 0px 1px 6px 2px rgb(0 0 0 / 20%);
}

.two {
    width: 55%;
    margin: 50px auto;
}

.two img {
    width: 785px;
    height: 621px;
}


/* testimonials */
.testimonBlk2 {
    padding: 78px 0 60px 0;
}

.testimonbox {
    position: relative;
    padding: 45px;
    border-top: #76a62c 3px solid;
    border-right: #76a62c 3px solid;
    background: #f3f6fa;
    height: 368px;
    /* background:#f3f6fa url(images/testimonials_bg3.jpg) right bottom no-repeat; */
}

.testimonbox::after {
    position: absolute;
    content: "\f10e";
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    color: #e9ecf0;
    font-size: 130px;
    font-family: "FontAwesome";
    width: 150px;
    height: 150px;
}

.testimonbox p {
    font-size: 18px;
    line-height: 26px;
}

.testimonbox p {
    font-size: 18px;
    line-height: 26px;
}

.testimonbox img {
    width: 107px;
}

.testimonbox h4 {
    font-size: 20px;
    line-height: 26px;
    color: #76a62c;
}

.testiList {
    padding: 0;
}

.testiList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.testiList ul li {
    display: inline-block;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: #000;
    margin-right: 15px;
}

.testiList ul li a {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: #76a62c 2px solid;
    border-radius: 5px;
    padding: 3px 14px;
}

.testiList ul li a:hover {
    color: #fff;
    background: #76a62c;
}

.testiList ul li a.active {
    color: #fff;
    background-color: #76a62c;
    border: #76a62c 2px solid;
}

/* autoServiceBlk */
.autoServiceBlk {
    padding: 75px 0;
}

.autoServiceBox {
    padding: 0 0 0 20px;
}

.autoServiceBox h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    color: #000;
}

.serviceSec {
    padding: 30px 0;
}

.serviceSecInner {
    background-color: #fff;
    box-shadow: 0px 14px 19px 3px rgb(0, 0, 0, .2);
    height: 330px;
}

.serviceSecInnerBox {
    padding: 22px;
}

.serviceSecInnerBox p {
    font-size: 21px;
    line-height: 26px;
    font-weight: 800;
    color: #000;
}

/* blog */
.blogSec {
    padding: 90px 0 50px 0;
}

.blogSec h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
}

.blogSec p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.blogImageBox {
    padding: 0;
    margin: 0;
    position: relative;
}

.blogImageBox::after {
    padding: 0;
    margin: 0;
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    z-index: -1;
    width: 348px;
    height: 219px;
    background-color: #76a62c;
}

.blogImageBoxDesceip {
    background-color: #fff;
    bottom: 10px;
    right: -18px;
    position: relative;
    width: 95%;
    z-index: 9;
    box-shadow: 0px 14px 19px 3px rgb(0, 0, 0, .2);
}

.blogImageBoxDesceip_date {
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background-color: #76a62c;
    bottom: 10px;
    right: -18px;
    position: relative;
    width: 94px;
    height: 21px;
    z-index: 99;
}


.blogImageBoxDesceipInner {
    padding: 0 18px 18px 18px;
}

.byTxt {
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 7px;
}

.byTxtheading {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    padding-bottom: 7px;
    margin-bottom: 7px;
    position: relative;
}

.byTxtheading:after {
    content: "";
    position: absolute;
    /* border: #76a62c 2px solid; */
    width: 25%;
    height: 2px;
    left: 0;
    bottom: 0px;
    background-color: #76a62c;
}

.byTxtPara {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding-bottom: 7px;
}

.byRead {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.byRead a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 800;
    color: #76a62c;
}

.byRead a i {
    padding-left: 10px;
}

.byRead a:hover {
    color: #000;
}

.rightBox {
    padding-left: 30px;
}

.searchBox {
    background-color: #fff;
    border: #000 1px solid;
    padding: 5px;
}

.searchBox input {
    background-color: #fff;
    border: #fff 1px solid;
    font-size: 16px;
    line-height: 24px;
    width: 84%;
}

.searchBox input::placeholder {
    color: #000;
}

.searchBox input:focus {
    outline: none;
    color: #000;
}

.searchBox button {
    background-color: #fff;
    border: #fff 1px solid;
    font-size: 16px;
    line-height: 24px;
    width: 13%;
}



.newsletBox {
    padding: 30px;
    background-color: #76a62c;
}

.newsletBox h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
}

.newsletBox p {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
}

.newsletBox input {
    background-color: #76a62c;
    border: #fff 1px solid;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
}

.newsletBox input::placeholder {
    color: #fff;
}

.newsletBox input:focus {
    outline: none;
    color: #fff;
}

.newsletBox button {
    background-color: #fff;
    border: #fff 1px solid;
    color: #76a62c;
    font-size: 16px;
    line-height: 24px;
    width: 60%;
}

.newsletBox button i {
    padding: 0 8px 0 0;
}

.newsletBox button:hover {
    background-color: #000;
    border: #fff 1px solid;
    color: #fff;
}

.rightBox .media {
    padding: 0;
}

.rightBox .media img {
    width: 41px;
}

.rightBox .media .media-body h5 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
}

.rightBox .media .media-body {
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
}


/* contact block */
.contactBlock {
    padding: 0px 0 0 0;
}

.contactBox {
    background-color: #f1f1f1;
    position: relative;
    left: 0;
    bottom: -100px;
    z-index: 999;
    box-shadow: 0px 14px 19px 3px rgb(0, 0, 0, .2);
}

.contactBox_left {
    padding: 50px;
    border-right: #3f3f3f 1px solid;
}

.contactBox_left_head1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
}

.contactBox_left_head2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 800;
    text-align: center;
}

.contactBox_left_head3 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
}

.contactBox_left input {
    padding: 0 15px;
    font-size: 16px;
    line-height: 53px;
    margin-bottom: 15px;
    font-weight: 500;
    width: 100%;
    color: #000;
    background: transparent;
    border: #000 1px solid;
}

.contactBox_left input::placeholder {
    color: #000;
}

.contactBox_left textarea {
    padding: 0 15px;
    font-size: 16px;
    line-height: 53px;
    margin-bottom: 15px;
    font-weight: 500;
    width: 100%;
    color: #000;
    background: transparent;
    border: #000 1px solid;
}

.contactBox_left textarea::placeholder {
    color: #000;
}

.contactBox_left button {
    width: 100%;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    background-color: #76a62c;
    border: #76a62c 1px solid;
}



.contactBox_right {
    padding: 50px 20px 20px 0;
}

.contactBox_right .media .media-body h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}

.contactBox_right .media i {
    background: #76a62c;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    width: 44px;
    height: 44px;
    color: #fff;
    margin-right: 15px;
}

/* gallery */
.c-gallery-w {
    padding: 100px 0;
}

.c-gallery-in ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-gallery-in li {
    width: 33%;
    padding: 0 12px;
    padding-bottom: 30px;
}

.c-gallery-in img {
    width: 100%;
    transition: 0.5s;
}

.c-gallery-in a:hover img {
    transform: scale(1.1);
}

.c-gallery-in a {
    position: relative;
    overflow: hidden;
    display: block;
}

.c-gallery-in a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #76a62c;
    opacity: 0;
    transition: 0.5s;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.c-gallery-in a:hover:after {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.c-gallery-in a:before {
    content: "\f00e";
    font-family: 'FontAwesome';
    font-size: 40px;
    position: absolute;
    transform: translate(-50%, 0%);
    display: block;
    left: 50%;
    top: 0%;
    transition: 0.5s;
    z-index: 2;
    color: #fff;
    opacity: 0;
}

.c-gallery-in a:hover:before {
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 1;
}


/*************** location ****************/

.location-block { padding: 60px 0;}
.other-location-block ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    text-align: center;
    list-style: none;
  }
.other-location-block .locationList ul li { width: auto;}

.other-service-block ul { display: grid;
    gap: 10px;
    justify-content: center;
    text-align: center;
    list-style: none;
    grid-template-columns: repeat(3,1fr);
 }
 .other-service-block .locationList ul li { width: auto; white-space: nowrap;}
 .other-service-block .locationList ul li a { transition: all .5s;}
 .other-service-block .locationList ul li a:hover {transition: all .5s;}


/*************** location ****************/

.modal-content {
    max-width: 500px;
    MARGIN: 0 AUTO;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 18px;
    border: 1px solid #E91E63;
}

#myModal {
	max-width: 100% !important;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
/*
    display: flex;
    align-items: center;
    justify-content: center;
*/
	background: #000000ed;
}

#myModal  #close_modal {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    z-index: 10000;
    border: 1px solid #bc0303!important;
    width: 40px!important;
    height: 40px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center !important;
    font-size: 30px!important;
    color: #e2050a!important;
}


