.home-banner {
    margin-top: 95px;
    width: 100%;
}

.home-banner .inner-content #img-one {
    background-image: url(../img/top-slider-3.png);
}

.home-banner .inner-content #img-two {
    background-image: url(../img/top-slider-1.png);
}

.home-banner .inner-content #img-three {
    background-image: url(../img/top-slider-3.png);
}

.home-banner .inner-content .img-box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-position: center center;
}

.home-banner .inner-content .img-box::after {
    content: " ";
    background: rgb(0 0 0 / 53%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home-banner .container {
    position: relative;
    z-index: 9999;
    height: 100%;
}

.home-banner .owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

.home-banner .inner-content h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 300;
    max-width: 565px;
    margin-bottom: 12px;
    color: #fff;
    position: relative;
    z-index: 99;
}

.home-banner .inner-content p {
    font-size: 20px;
    color: #b4b4b4;
    margin-bottom: 60px;

}

.home-banner .inner-content .btns a {
    color: #fff;
    background: #0eb2e7;
    border-color: #0eb2e7;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 40px;
    transition: 0.5s;
}

.home-banner .inner-content .btns a:hover {
    background: #ff9000;
    border-color: #ff9000;
}

.home-banner .inner-content .owl-nav {
    display: none;
    justify-content: space-between;
}

button.owl-prev {
    width: 50px;
    height: 50px;
    background: #0eb2e7 !important;
    border-radius: 100%;
    position: absolute;
    top: calc(100% - 32rem);
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.owl-prev span {
    font-size: 0px;
}

button.owl-prev::after {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
}

button.owl-next {
    width: 50px;
    height: 50px;
    background: #0eb2e7 !important;
    border-radius: 100%;
    position: absolute;
    top: calc(100% - 32rem);
    right: 25px;
}

button.owl-next span {
    font-size: 0px;
}

button.owl-next::after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
}

.home-banner .content-box {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(15px, -50%);
}


.section-about {
    background: #fff;
    width: 100%;
    padding: 100px 0;
}

.section-about .row-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
}

.section-about .row-wrapper .right-wrapper h3 {
    font-size: 38px;
    color: #0eb2e7;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 12px;
}

.section-about .row-wrapper .right-wrapper h3 span {
    color: #ff9000;
}

.section-about .row-wrapper .right-wrapper p {
    color: #787878;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 49px;
}

.section-about .listing-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
}

.section-about .main-list ul {
    display: flex;
    margin: 0 -10px;
}

.section-about .main-list ul li {
    padding: 0 10px;
}

.section-about .main-list .img-box i {
    font-size: 35px;
    color: #ff9000;
}

.section-about .main-list .content-box h5 {
    color: #3c3c3c;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;

}

.section-about .main-list .content-box p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.section-about .row-wrapper .right-wrapper .btns {
    margin-top: 20px;
}

.section-about .row-wrapper .right-wrapper .btns a {
    color: #0eb2e7;
    background-color: transparent;
    border-color: #0eb2e7;
    border: 2px solid !important;
    border-radius: 30px;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
}

.section-about .row-wrapper .right-wrapper .btns a:hover {
    background: #0eb2e7;
    color: #fff;

}

.section-service {
    background-image: url(../img/9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    background-attachment: fixed;
    position: relative;
}

.section-service::after {
    content: " ";
    background: rgb(0 0 0 / 53%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.section-service .row-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.section-service .row-wrapper .content-box {
    border: 0.3px solid #b4b4b4;
}

.section-service .inner-content {
    position: relative;
    z-index: 999;
}

.section-service .inner-content h3 {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 38px;
    line-height: 48px;
    padding-top: 5px;
    padding-bottom: 6px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.section-service .inner-content h3 span {
    color: #ff9000;
}

.section-service .inner-content p {
    max-width: 825px;
    margin: 0 auto 49px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

.section-service .inner-content .content-box {
    padding: 30px 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.25);
    transition: 0.5s;
    cursor: pointer;
    border-radius: 12px;
}

.section-service .inner-content .content-box:hover {
    transform: translateY(-10px);
}

.section-service .inner-content .content-box .img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
}

.section-service .inner-content .content-box i {
    font-size: 40px;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}

.section-service .inner-content .content-box a {
    display: block;
    text-align: center;
    color: #ff9000;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 14px;
}

.section-service .inner-content .content-box p {
    font-weight: 400;
    font-size: 18px;
    max-width: 295px;
    margin: 0 auto 14px;
    text-align: center;
}

.bodr-001 {
    border-right: 0.3px solid #b4b4b4;
}

.bodr-002 {
    border-bottom: 0.3px solid #b4b4b4;
}

.section-004 {
    background-image: url(../img/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 100px 0;
}

.section-004::after {
    content: " ";
    background: rgb(0 0 0 / 53%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section-004 .inner-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 999;
}

.section-004 .inner-content .img-box {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
}

.section-004 .inner-content .img-box i {
    font-size: 50px;
    color: #0eb2e7;
}

.section-004 .inner-content h5 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.section-004 .inner-content p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #b4b4b4;
    text-align: center;
}

.section-Client {
    background: #fff;
    width: 100%;
    padding: 80px 0;
}

.section-Client .inner-content .top-content h3 {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 28px;
    color: #3c3c3c;
    font-weight: 700;
}

.section-Client .inner-content .top-content h3 span {
    color: #ff9000;
}

.section-Client .inner-content .top-content p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 810px;
    color: #3c3c3c;
    font-weight: 400;
}

.section-Client .inner-content .row-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.section-Client .inner-content .row-wrapper .content-box .img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.section-Client .inner-content .row-wrapper .content-box .img-box img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.section-Client .inner-content .row-wrapper .content-box p {
    font-style: italic;
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.section-Client .inner-content .row-wrapper .content-box h5 {
    font-size: 24px;
    line-height: 34px;
    color: #3c3c3c;
    font-weight: 600;
    text-align: center;
}

.section-Client .inner-content .row-wrapper .content-box span {
    display: block;
    text-align: center;
    color: #ff9000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}


.section-gallery {
    width: 100%;
    padding: 60px 0;
}

.section-gallery .inner-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
}

.section-gallery .inner-content .content-wrapper {
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

.section-gallery .inner-content .content-wrapper .img-box img {
    height: 240px;
    object-fit: cover;
}

.section-gallery .inner-content .content-wrapper .img-box {
    position: relative;
    transition: 0.5s;
}

.section-gallery .inner-content .content-wrapper .img-box::after {
    content: " ";
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}

.section-gallery .inner-content .content-wrapper:hover .img-box::after {
    background: rgb(0 0 0 / 53%);
}

.section-gallery .inner-content .content-wrapper .links-btn {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    transition: 0.5s;
}

.section-gallery .inner-content .content-wrapper:hover .links-btn {
    opacity: 1 !important;
}

.section-gallery .inner-content .content-wrapper .links-btn a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.section-gallery .inner-content .content-wrapper .links-btn #left-btn {
    background-color: #3c3c3c;
}

.section-gallery .inner-content .content-wrapper .links-btn #left-btn:hover {
    background: #0eb2e7;
    transform: rotate(360deg);
}

.section-gallery .inner-content .content-wrapper .links-btn #right-btn {
    background-color: #fff;
}

.section-gallery .inner-content .content-wrapper .links-btn #right-btn:hover {
    background: #0eb2e7;
    transform: rotate(360deg);
}


.section-gallery .inner-content .content-wrapper .links-btn a:hover {
    background: #0eb2e7;
}

.section-gallery .inner-content .content-wrapper .links-btn #left-btn i {
    color: #fff;
    font-size: 18;
}

.section-gallery .inner-content .content-wrapper .links-btn #right-btn i {
    color: #3c3c3c;
    font-size: 18px;
}


.sectionab-001 {
    background-image: url(../../assets/img/cleaning-banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 160px 0;
    margin-top: 118px;
    position: relative;
}

.sectionab-001::after {
    content: " ";
    background: rgb(0 0 0 / 53%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sectionab-001 .inner-contents h1 {
    font-family: "Quicksand", sans-serif;
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
    color: #fff;
    position: relative;
    z-index: 99;
}

.sectionab-001 .inner-contents h1 span {
    color: #ff9000;
}

.section-Contact-wrapper {
    display: none;
}

.sectionab-001 .inner-contents p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 99;
}



.sectionab-002 {
    background: #f6f6f6;
    ;
    width: 100%;
    padding: 80px 0;
}

.sectionab-002 .inner-contents h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 56px;
    color: #3c3c3c;
}

.sectionab-002 .inner-contents h2 span {
    color: #ff9000;
}

.sectionab-002 .inner-contents .row-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}

.sectionab-002 .inner-contents .row-wrapper .content-box {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.25);
    padding: 20px 15px;
    border-radius: 12px;
    height: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.sectionab-002 .inner-contents .row-wrapper .content-box:hover {
    box-shadow: 0px 7px 5px #5ca9fb;
    transform: translateY(-10px);
}

.sectionab-002 .inner-contents .row-wrapper .content-box .min-img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.sectionab-002 .inner-contents .row-wrapper .content-box .img-box {
    background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.sectionab-002 .inner-contents .row-wrapper .content-box .img-box i {
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.sectionab-002 .inner-contents .row-wrapper .content-box .text-box h5 {
    font-size: 24px;
    color: #3c3c3c;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.sectionab-002 .inner-contents .row-wrapper .content-box .text-box h5 span {
    color: #ff9000;
}

.sectionab-002 .inner-contents .row-wrapper .content-box .text-box p {
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}


.section-gallery {
    background: #fff;
    width: 100%;
    padding: 60px 0;
}

.section-gallery h2 {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 16px;
    border-top: 8px solid #6372ff;
    border-bottom: 8px solid #6372ff;
    padding: 8px 0;
}

.section-gallery h2 span {
    color: #ff9000;
}

.gallery-slider {
    margin-top: 46px;
}

.gallery-slider .img-box img {
    transition: 0.5s;
    cursor: pointer;
}

.gallery-slider .img-box img:hover {
    opacity: 0.7;
    transform: translateY(-5px);
}




.sectionservice-001 {
    background-image: url(../../assets/img/gallary1\ \(1\).jpg);
}

.sectionservice-002 {
    background: #f6f6f6;
    width: 100%;
    padding: 60px 0;
}

.sectionservice-002 .inner-contents h2 {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 16px;
    border-top: 8px solid #ff9000;
    border-bottom: 8px solid #ff9000;
    padding: 8px 0;
}

.sectionservice-002 .inner-contents h2 span {
    color: #ff9000;
}

.sectionservice-002 .inner-contents .row-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    margin-top: 46px;
}

.sectionservice-002 .inner-contents .row-wrapper .content-box {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.25);
    padding: 60px 30px;
    height: 100%;
    cursor: pointer;
    border-radius: 5px;
    transition: all 5s ease;
    animation: wobble 5s infinite;
}

@keyframes wobble {

    0%,
    100% {
        transform: translateX(0);
    }

    15% {
        transform: translateX(-2px) rotate(-1deg);
    }

    30% {
        transform: translateX(2px) rotate(1deg);
    }

    45% {
        transform: translateX(-2px) rotate(-1deg);
    }

    60% {
        transform: translateX(2px) rotate(1deg);
    }

    75% {
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        transform: translateX(2px) rotate(1deg);
    }
}



.sectionservice-002 .inner-contents .row-wrapper .box-001 {
    background: #ff9000;
}

.sectionservice-002 .inner-contents .row-wrapper .box-002 {
    background: #6372ff;
}

.sectionservice-002 .inner-contents .row-wrapper .box-003 {
    background: #3c3c3c;
}

.sectionservice-002 .inner-contents .row-wrapper .content-box .img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 34px;
}

.sectionservice-002 .inner-contents .row-wrapper .content-box .img-box i {
    width: 100px;
    height: 100px;
    color: #ff9000;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.25);
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionservice-002 .inner-contents .row-wrapper .content-box .text-box h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
}

.sectionservice-002 .inner-contents .row-wrapper .content-box .text-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}


.sectionservice-002 .inner-contents .row-wrapper .content-box .dft-btn {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.sectionservice-002 .inner-contents .row-wrapper .content-box .dft-btn a.btn {
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 32px;
    border-radius: 5px;

}

.sectiongallery-001 {
    background-image: url(../../assets/img/gallery-5.jpg);
}

.sectionglry-002 {
    padding: 28px 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    max-width: 1000px;
    margin: -100px auto 0;
    z-index: 99;
    position: relative;
    border-radius: 10px;
}

.sectionglry-002 .inner-contents .row-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.sectionglry-002 .inner-contents .row-wrapper .content-box {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.25);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.sectionglry-002 .inner-contents .text-box-002 {
    padding: 24px 15px;
}

.sectionglry-002 .inner-contents .text-box-002 h5 {
    font-size: 28px;
    font-weight: 600;
    color: #ff9000;
    margin-bottom: 16px;
}

.sectionglry-002 .inner-contents .text-box-002 p {
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
}

.sectionglry-003 {
    padding: 60px 0;
    width: 100%;
    background: #f6f6f6;
    margin-top: 40px;
}

.sectionglry-003 .inner-content h2 {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 16px;
    border-top: 8px solid #ff9000;
    border-bottom: 8px solid #ff9000;
    padding: 8px 0;
}

.sectionglry-003 .inner-content h2 span {
    color: #ff9000;
}

.sectionglry-003 .inner-content .row-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    margin-top: 40px;
}


.sectionglry-003 .inner-content .row-wrapper .img-box img {
    height: 250px;
    border: 1px solid #ff9000;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
}

.sectionglry-003 .inner-content .row-wrapper .img-box img:hover {
    opacity: 0.5;
}

.bg-change {
    background: #f6f6f6;
}

.sectioncontact-001 {
    background-image: url(../../assets/img/c-1.jfif);
    padding: 120px 0;
}


.sectioncontact-002 {
    background: #fff;
    width: 100%;
    padding: 60px 0;
}

.sectioncontact-002 .inner-contents h2 {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 16px;
    border-top: 8px solid #ff9000;
    border-bottom: 8px solid #ff9000;
    padding: 8px 0;
}

.sectioncontact-002 .inner-contents h2 span {
    color: #ff9000;
}

.sectioncontact-002 .inner-contents .map-wrapper {
    margin-top: 40px;
}

.sectioncontact-002 .inner-contents .map-wrapper iframe {
    width: 100%;
    height: 330px;
}


.section-002cnt {
    background: #f6f6f6;
    width: 100%;
    padding: 60px 0;
}

.section-002cnt .inner-content .row-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.section-002cnt .inner-content .row-wrapper .content-wrap {
    background: var(--bs-color-drak-white);
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.section-002cnt .inner-content .row-wrapper .content-wrap .img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.section-002cnt .inner-content .row-wrapper .content-wrap .img-box i {
    font-size: 32px;
    color: #ff9000;
}

.section-002cnt .inner-content .row-wrapper .content-wrap .text-wrap span {
    text-align: center;
    display: block;
    width: 100%;
    color: #3c3c3c;
    margin-bottom: 34px;
    font-size: 22px;
}

.section-002cnt .inner-content .row-wrapper .content-wrap .text-wrap a {
    color: #3c3c3c;
    margin-bottom: 34px;
    font-size: 22px;
    text-align: center;
    display: block;
}

.section-002cnt .inner-content .row-wrapper .content-wrap .text-wrap h6 {
    color: #3c3c3c;
    opacity: 0.8;
    text-align: center;
    font-size: 18px;
}

.sectioncontact-003 {
    width: 100%;
    background: #fff;
    padding: 80px 0;
}

.sectioncontact-003 .inner-content h2 {
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #3c3c3c;
    margin-bottom: 16px;
    border-top: 8px solid #ff9000;
    border-bottom: 8px solid #ff9000;
    padding: 8px 0;
}


.sectioncontact-003 .inner-content h2 span {
    color: #ff9000;
}

.sectioncontact-003 .inner-content .row-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.25);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
   margin-top: 40px;
}

.sectioncontact-003 .inner-content .row-wrapper .left-wrap {
    background: linear-gradient(to right, #6372ff 0%, #5ca9fb 100%);
    padding: 30px 15px;
}

.sectioncontact-003 .inner-content .row-wrapper .left-wrap input {
    width: 100%;
    margin-bottom: 24px;
    border: 2px solid #ff9000;
    padding: 14px 15px;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    border-radius: 5px;
}

.sectioncontact-003 .inner-content .row-wrapper .left-wrap input::placeholder {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 500;
}

.sectioncontact-003 .inner-content .row-wrapper .left-wrap textarea {
    width: 100%;
    margin-bottom: 24px;
    border: 2px solid #ff9000;
    padding: 14px 15px;
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 500;
    outline: none;
    border-radius: 5px;
}

.sectioncontact-003 .inner-content .row-wrapper .left-wrap textarea::placeholder {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: 500;
}

.sectioncontact-003 .inner-content .row-wrapper .left-wrap a.btn {
    background: #ff9000;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    height: 48px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.sectioncontact-003 .inner-content .row-wrapper .left-wrap a.btn:hover {
    background: #3c3c3c;
}


.sectioncontact-003 .inner-content .row-wrapper .right-wrapper {
    padding: 30px 15px;
}

.sectioncontact-003 .inner-content .row-wrapper .right-wrapper h3 {
    font-size: 28px;
    font-weight: 600;
    color: #3c3c3c;
    margin-bottom: 24px;
}

.sectioncontact-003 .inner-content .row-wrapper .right-wrapper h3 span {
    color: #ff9000;
}

.sectioncontact-003 .inner-content .row-wrapper .right-wrapper p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #3c3c3c;
}





@media (max-width:767px) {
    section {
        padding: 40px 0 !important;
    }

    .home-banner {
        margin-top: 110px;
        padding: 0 !important;
    }

    .home-banner .inner-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-banner .inner-content .img-box {
        padding: 200px 0;
        background-position: center;
        height: auto;
    }

    .home-banner .content-box {
        transform: translate(15px, -50%);
        max-width: 320px;
    }

    .section-about {
        padding: 40px 0;
    }

    .section-about .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }

    .section-about .listing-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 24px;
    }

    .section-service .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .bodr-002 {
        border-bottom: 0.3px solid #b4b4b4;
        border: none;
    }

    .section-service .inner-content .content-box {
        border: 0.3px solid #b4b4b4;
    }

    .section-service .inner-content h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 28px;

    }

    .section-service .inner-content p {
        margin: 0 auto 28px;
        font-size: 16px;
    }

    .section-Client .inner-content .top-content h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 28px;
    }

    .section-Client .inner-content .top-content p {
        font-size: 16px;
        line-height: 28px;
        margin: 0 auto 50px;
    }

    .section-Client .inner-content .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
    }

    .section-004 .inner-content {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }

    .section-gallery .inner-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .sectionab-001 .inner-contents h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .sectionab-001 .inner-contents p {
        font-size: 16px;
        line-height: 28px;
    }

    .sectionab-002 .inner-contents h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 32px;
    }

    .sectionab-002 .inner-contents .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .sectionab-002 .inner-contents .row-wrapper .content-box .text-box h5 {
        font-size: 22px;
    }

    .sectionservice-002 .inner-contents .row-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
        margin-top: 32px;
    }

    .main-listing.listing-001 {
        order: 1;
    }

    .sectionglry-002 .inner-contents .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .sectionglry-002 {
        box-shadow: unset;
        margin: 0;
        border-radius: 0px;
        padding: 40px 0 0 0 !important;
    }

    .sectionglry-002 .inner-contents .row-wrapper .content-box {
        border-radius: 10px;
    }
    .sectionglry-003 .inner-content .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .section-002cnt .inner-content .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 24px;
    }
    .sectioncontact-003 .inner-content .row-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}






@media (min-width:768px) and (max-width:912px) {
    .section-about .listing-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

}





@media (min-width:768px) and (max-width:1024px) {
    section {
        padding: 70px 0 !important;
    }

    .home-banner {
        margin-top: 110px;
        padding: 0 !important;
    }

    .home-banner .inner-content h1 {
        font-size: 74px;
        line-height: 84px;
    }

    .section-about .row-wrapper {
        grid-gap: 50px;
    }

    .section-about .row-wrapper .right-wrapper p {
        font-size: 16px;
    }

    .section-service .row-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-Client .inner-content .row-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-gallery .inner-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .sectionab-002 .inner-contents .row-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .sectionservice-002 .inner-contents .row-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .sectionglry-002 {
        max-width: 740px;
        margin: -59px auto 0;
        padding: 40px 0 !important;
    }
    .sectionglry-003 .inner-content .row-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-002cnt .inner-content .row-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px;
    }
}