article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

a,
button,
input[type="submit"] {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

a {
    color: #5aae0a;
}

a:hover {
    text-decoration: none;
}

a:focus {
    border: 0;
}

:root {
    --theme-color: #3c68a3;
}

body {
    min-height: 100%;
    margin: 0;
}


ul.bannerSlider {
    padding-left: 0;
    padding-right: 0;
}

.bannerSlider {
    height: 450px;
}

.bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 450px;
    background: rgba(33, 33, 33, .7);
}

.bannerSlider .slick-slide {
    position: relative;
}

.bannerSlider .slide__image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

img.slide__image__top-position {
    object-position: center bottom;
}

.bannerSlider .slide__text {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.bannerSlider .slide__text h2 {
    font-size: 48px;
    font-weight: 100;
    color: #fff;
    max-width: 600px;
    margin: 0 auto 30px;
}

.bannerlinkflex {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.bannerSlider .slide__text a {
    background: #5aae0a;
    color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 18px;
    outline: 1px solid #fff;
}

.bannerSlider .slide__text a:hover {
    background: #000;
}

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #7CFC00;
    bottom: 0;
    left: calc(50% - 25px);
}

.section-header h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.section-header p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #9195a2;
}

.work-porcess-area,
.service_sec,
.service_container {
    background: #f6f8fc;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.work-porcess-area {
    border-bottom: 2px solid #5aae0a;
}

.work-porcess-area .shape1 {
    max-width: 400px;
}

.work-porcess-area.white {
    background: #FFFFFF;
}

.work-porcess-area .process-info {
    margin-top: 7px;
}

.work-porcess-area .process-info .single-process {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 53px;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    -o-box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    -moz-box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    -ms-box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.work-porcess-area .process-info .single-process:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    -o-box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    -moz-box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    -ms-box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
    box-shadow: 0 10px 30px 0 rgba(135, 206, 235, 0.4);
}

.work-porcess-area .process-info .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: "fontawesome";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -65px;
    color: #5aae0a;
}

.work-porcess-area .process-info .single-process i {
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
}

.work-porcess-area .process-info .single-process i:before {
    font-size: 36px;
    color: #5aae0a;
}

.work-porcess-area .process-info .single-process h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5aae0a;
}

.work-porcess-area .process-info .col-md-3:nth-child(odd) .single-process {
    background: #5aae0a;
}

.work-porcess-area .process-info .col-md-3:nth-child(odd) .single-process i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .col-md-3:nth-child(odd) .single-process h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .col-md-3:last-child .single-process::after {
    display: none;
}

.home_about_sec {
    background-color: #5aae0a;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.map {
    padding: 40px 0;
}

.map iframe {
    width: 100%;
}

.shape1 {
    position: absolute;
    top: 5%;
    left: 7%;
    animation: spin 10s linear infinite;
}

.shape2 {
    position: absolute;
    bottom: 5%;
    right: 3%;
    animation: spin 10s linear infinite;
}

.price_box {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 30px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.price_box h5 {
    font-size: 30px;
}

.price_box ul {
    margin-bottom: 30px;
}

.price_box .price {
    font-size: 18px;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    margin: 10px 0;
    color: #000000;
}

.price_box svg {
    fill: #5aae0a;
}

.price_box a {
    background: #5aae0a;
    color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 18px;
}

.price strong {
    font-size: 32px;
    vertical-align: middle;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.about_text {
    padding: 30px 0;
}

.about_text h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.about_text h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #7CFC00;
    margin-top: 20px;
}

.about_text p {
    margin-bottom: 15px;
}

.service_sec {
    position: relative;
}

.service_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.service_row .servicebox {
    flex: 1;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid rgba(10, 130, 229, 0.534);
    font-size: 18px;
}

.service_row .servicebox p {
    margin-top: 20px;
    margin-bottom: 0;
}

.service_box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    padding: 24px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.box-content:hover {
    background-color: rgba(16, 24, 64, 0.8);
}

.box-content:hover a {
    color: #5aae0a;
}

.box-title {
    font-size: 24px;
    font-weight: 600;
}

.testimonial,
.pricetable {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-color: #5aae0a;
    color: #fff;
    position: relative;
}

.testimonial .section-header p,
.pricetable .section-header p {
    color: #fff;
}

.testimonial-slide {
    padding: 0px 20px;
}

.testimonial_box-top {
    background-color: #e0fbfc;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.testimonial_box-icon {
    padding: 10px 0;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #000;
}

.testimonial_box-text {
    padding: 10px 0;
}

.testimonial_box-text p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial_box-name {
    padding-top: 10px;
}

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-bottom: 0;
}

.testimonial_box-job p {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

.company-intro-widget {
    padding-right: 20px;
}

.banner_img {
    position: relative;
}

.banner_img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}

.banner_img img {
    width: 100%;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.title h1 {
    color: #fff;
    font-size: 50px;
    text-align: center;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    border: none;
    border-bottom: 2px solid rgb(128, 126, 126);
    background: transparent;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    padding: 1rem 0.4rem;
}

.aside {
    background-image: linear-gradient(to left bottom,
            #5aae0a,
            #11b865,
            #11a043,
            #2ec00e,
            #3ac04c);
    animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
    background-size: 400%;
}

@keyframes animateClr {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

ion-icon:not([name="logo-codepen"]) {
    border: 1px solid currentColor;
    border-radius: 20%;
    padding: 1rem;
}

.wpcf7-spinner {
    display: block;
}

.gallery-section {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}

.gallery-section .title {
    font-size: 46px;
    font-weight: 700;
    color: #5aae0a;
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
}

.gallery-section .filter {
    text-align: center;
    max-width: 1050px;
    margin: auto;
}

.gallery-section .btn {
    padding: 10px 20px;
    margin: 5px 4px 4px 0;
    display: inline-block;
    color: #fff;
    background: #000;
    transition: all 0.4s;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}

.gallery-section .btn:hover,
.gallery-section .btn-active {
    background: #5aae0a;
    color: #fff;
}

.gallery {
    display: flex;
    justify-content: center;
    width: fit-content;
    max-width: 1320px;
    flex-wrap: wrap;
    margin: 25px auto;
    /* gap: 14px; */
}

.gallery a {
    display: flex;
    width: 30%;
}

.gallery img {
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    margin: 10px 10px;
}

.gallery img:hover {
    transform: scale(1.1);
}

.gallery-section .sets .hide,
.gallery-section .sets .pophide {
    width: 0%;
    opacity: 0;
}

.gallery-section .closeBtn {
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    right: 25px;
    top: 25px;
    color: white;
    transition: 0.5s linear;
    padding: 8px 40px;
    border-radius: 25px;
    background: #5aae0a;
    outline-offset: -6px;
    outline: 2px solid #fff;
}

.gallery-section .closeBtn:hover {
    cursor: pointer;
    background: white;
    color: black;
    outline: 2px solid #000;
}

.gallery-section .openDiv {
    width: 100%;
    height: 100vh;
    background: #000000e7;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    z-index: 9999;
}

.gallery-section .imgPreview {
    width: 70%;
    object-fit: scale-down;
    max-height: 40vw;
    height: auto;
}

.gallery-section .prevButton,
.gallery-section .nextButton {
    transition: 1s linear;
    padding: 10px 35px;
    font-size: 18px;
    border: none;
    color: white;
    background: #0005;
    border-radius: 10px;
    border: 1px solid white;
    margin: 10px;
}

.gallery-section .prevButton:hover,
.gallery-section .nextButton:hover {
    background: #fff;
    color: black;
}

.service_wrap {
    padding: 30px 0;
    position: relative;
    z-index: 2;
}

.service_text h2 {
    margin-bottom: 30px;
}