:root {
    --body-bg: #0e0d0c;
    --theme-color: #d51821;
    --body-color: #d51821;
    --title-color: #ac2a23;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font: "Geologica", sans-serif;
    --body-font: "DM Sans", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    margin: auto;
    color: #fff;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    font-size: 15px;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}

dl,
ol,
ul {
    margin: 0 !important;
    padding-left: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
    font-family: var(--body-font);
}

p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 28px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--title-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--body-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 120px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 30px;
    opacity: 1;
    visibility: visible
}

.motion {
    animation: move_1 3s infinite ease-in-out;
}

@keyframes move_1 {
    0% {
        transform: translateY(-8px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-8px);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes lts {
    50% {
        transform: translateX(30px);
    }
}

.about-icon {
    /* animation: lts 3s linear infinite; */
    /* float: right; */
    /* border-radius: 10px; */
}

.about-left-side P {
    margin-bottom: 50px;
}

.secondary-button:hover::before {
    left: 0;
    top: 0;
    width: 10%;
    background: rgb(255 255 255 / 80%);
}

.secondary-button::before {
    position: absolute;
    content: '';
    top: 50%;
    background: rgba(255, 255, 255, 0.993);
    left: 100%;
    top: 0;
    width: 10%;
    height: 100%;
    transition: all 0.6s;
}


/* css */

.header-layout {
    padding: 0px;
}

.header-layout1 {
    background-color: #d5ac50;
    position: relative;
    /* top: -30px; */
    z-index: 99;
    /* border-radius: 35px; */
}

.header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-top: 10px solid #d5ac50;
}

.header-link1 {
    float: right;
}

.main {
    position: relative;
    /* top: -65px; */
    /* background-image: url(../images/banner-4.jpg); */
}

.main-bg {
    padding: 40px 0px;
    background: #0000005e;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    height: 100%;
}

.main-right-heading img {
    border-radius: 20px;
}

.cleaning {
    color: var(--body-color);
    position: relative;
    transition: all 0.5s;
}

.tabs {
    align-items: center;
}

.primary-button {
    font-size: 18px;
    padding: 10px 28px;
    display: inline-block;
    color: #e7e5e5;
    border: none;
    border-radius: 8px;
    border: 1px solid #fff;
}

.primary-button:hover {
    background-color: #fff;
    color: #000 !important;
    transform: scale(1);
    transition: 800ms;
}

.secondary-button {
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
    position: relative;
    background: #d5ac50;
    overflow: hidden;
    border-radius: 100px;
    transition: all 0.5s;
    font-weight: 400;
    border: none;
}

.button-bg {
    align-items: center;
    display: flex;
    min-width: 190px;
}

.main-right-side h3 {
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-right-side a {
    margin: 40px 0px;
}

.about-left-side h4 {
    font-size: 38px;
    color: #d5ac50;
    font-weight: 600;
    text-transform: uppercase;
}

.about-left-side p {
    font-size: 17px;
    color: #000;
}

.humburger {
    background-color: #fff !important;
}

.humburger:focus {
    box-shadow: none !important;
}

.nav-item a:hover {
    color: #ffffff;
}

.header-links ul li a:hover {
    color: var(--theme-color) !important;
}


/* .header-link1 ul li a:hover{
    color: var(--body-color) !important;
} */

.footer-menu ul li a:hover {
    color: #d5ac50 !important;
    /* letter-spacing: 2px; */
}

.header-icon img {
    width: 25px;
    height: 25px;
}

.header-link1 ul {
    display: flex;
}

.header-link1 ul li {
    margin-right: 20px;
}

.header-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Keep your original styles */

.dropdown:hover .dropdown-content {
    display: block;
}

.dropbtn {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
}

.dropbtn:hover {
    color: var(--title-color);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d5ac50;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white !important;
    text-decoration: none;
    display: block;
    font-size: 14px !important;
    padding: 8px 0px;
    border-bottom: 1px solid white;
    padding: 8px 10px;
}

.dropdown-content a:hover {
    color: #ffffff !important;
    background-color: #d59e1f;
}


/* Sub dropdown */

.dropdown-sub {
    position: relative;
}

.dropdown-sub-content {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #d5ac50;
    min-width: 240px;
    /* padding: 8px 10px; */
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    max-height: 500px;
    overflow-y: auto;
}

.dropdown-sub:hover .dropdown-sub-content {
    display: block;
}

.copyright-text a {
    font-size: 13px;
}

.about-page-bg {
    position: relative;
    padding: 150px 0px;
}

.service-page {
    background-image: url(../images/banner-1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.service-page-bg {
    background: linear-gradient(179deg, #000000bf, transparent);
    /* padding: 80px 0px; */
}

.service-one__item__title a {
    color: #000 !important;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 16px;
}

.service-one__item {
    position: relative;
}

.service-one .sercives-arrow-right {
    position: absolute;
    right: 0;
    top: -28px;
    background-color: var(--wallpi-base, #d18548);
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 0 0 30px;
    padding-right: 10px;
    padding-left: 21px;
}

.service-one__item__info {
    position: absolute;
    bottom: 20px;
    background: #fff;
    width: 100%;
    padding: 10px 0px;
}

.service-one__item__info:hover {
    background-color: #d5ac50;
}

.service-one__item__info:hover .service-one__item__title a {
    color: #fff !important;
}

.service-one__item__image {
    text-align: center;
}

.sercives-arrow-right {
    background: #d5ac50;
    padding: 17px 16px;
    position: absolute;
    right: 0px;
    width: 15%;
    bottom: 0px;
}

.our-service {
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    color: #fffdfd;
    margin-bottom: 50px;
    margin-top: 50px;
}


/* .service-one__item__title > a:hover {
    color:  #d18548;
} */

.service-one__item__title {
    padding-left: 10px;
}

.service-one__item__image img {
    border-radius: 5px;
}

.next-page {
    background-color: #ffffff;
    padding: 80px 0px 180px 0px;
    position: relative;
}

.cta-one__img-box {
    display: flex;
    justify-content: end;
}

.cta-one__right {
    align-self: center;
    display: inline-block;
    justify-content: center;
}

.cta-one__img-2 {
    border: none;
    border-radius: 10px;
}

.cta-one__img-2 {
    margin-left: 20px;
}

.fa-icon {
    /* background-color: #fff; */
    /* padding: 6px 10px; */
    border-radius: 50%;
    margin-right: 5px;
}

.far,
.fa-envelope:before {
    /* color: #ffffff; */
}

.cta-one__img-1 img {
    border-bottom-right-radius: 40px;
}

.cta-one__img-2 img {
    border-bottom-left-radius: 40px;
    position: absolute;
    left: 17%;
    content: '';
    top: 30%;
}

.cta-one__title {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    background: #d5ac50;
    border-radius: 30px;
    padding: 12px 32px;
    text-align: center;
}

.cta-one__right p {
    margin: 25px 5px;
    color: #000;
}

.about-us-img img {
    /*border-radius: 5%;*/
}

.nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    padding: 0 5px !important;
}

.widget-area {
    padding-top: 60px;
}

.footer-menu h4 {
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-menu ul li a {
    color: #000 !important;
    font-size: 16px;
    padding-left: 12px;
    font-family: var(--body-font);
}

.footer-menu ul li i {
    color: #d5ac50 !important;
    font-size: 12px;
}

.footer-menu ul li {
    padding-bottom: 10px;
}

.copyright-text {
    margin-top: 50px;
    border-top: 1px solid #b1afaf;
    padding-top: 5px;
    color: #000 !important;
    font-size: 13px;
    margin-bottom: 0px;
}

.copyright-text a {
    color: #000 !important;
}

.copyright-text a:hover {
    color: var(--theme-color) !important;
}

.form-input {
    width: 100%;
    padding: 12px 20px;
    margin: 22px 0px;
    border: none;
    outline: none;
    background: #ffffff;
    /* border-bottom: 1px solid var(--theme-color); */
    border-radius: 5px;
    color: #000;
}

::placeholder {
    color: #000;
}

.service-count {
    padding-bottom: 100px;
}


/* .form-page{
    background-image: url(../images/banner-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
} */

.form-page-bg {
    padding: 80px 0px;
    background-color: #e8e9e8db;
}

.form-request {
    padding: 60px;
    /* background-color: var(--theme-color); */
    border-radius: 20px;
    margin-top: 20px;
}

.form-request h3 {
    font-size: 36px;
    color: #000;
    font-weight: 600;
}

.form-request p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin: 30px 0px;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu li {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    background: #fff;
    padding: 15px 20px;
    border-radius: 40px;
}

.menu li a {
    color: #d5ac50 !important;
    font-weight: 600;
}

.float-icon {
    /* position: absolute; */
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    padding: 0;
}

.menu li:hover {
    background-color: #d5ac50;
}

.menu li:hover a {
    color: #fff !important;
}

.form-box {
    background: #d5ac50;
    padding: 30px;
    border-radius: 10px;
}

.header-links ul li a {
    color: #000;
    font-size: 15px;
}

.button-bg .secondary-button {
    background: #fff;
    color: #af811b;
}

.secondary-button:hover {
    color: #fff;
}

.form-box .secondary-button {
    background: #fff;
    color: #d5ac50;
}

.menu li:hover .fa-icon i {
    color: #fff;
}

.button-bg .secondary-button:hover {
    color: #d5ac50;
}

.offcanvas.show {
    visibility: visible;
    transform: none;
    background: #f5f5f5;
}

.mobile-btn-menu {
    display: none;
}

.mobile-menu-sec * {
    color: #000;
}

.mobile-menu-sec .nav-link:hover {
    color: #000;
}

.mobile-menu-sec .dropdown-menu {
    position: inherit !important;
    transform: none !important;
    background: #fdfdfd;
    border: 0;
}

.mobile-menu-sec .dropdown-menu li a {
    border-bottom: 1px solid #c1bfbf;
}

.mobile-menu-sec .list-unstyled li a {
    border-bottom: 1px solid #d1d1d1;
}

.mobile-menu-sec .list-unstyled li a:hover {
    background: #000;
    color: #fff;
}

.dropdown-menu .dropdown-menu {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
    /* position submenu to the right */
    position: absolute;
    top: 0!important;
    left: 0 !important;
    width: 100%;
}
.dropend{
    position: relative;
}
.dropend .dropdown-item{
    text-wrap: wrap;
}

.dropdown-menu .dropdown-menu.show {
    display: block;
}


/*breadcum css*/

.breadcrumb-section {
    background-image: url('../images/breadcumb.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    color: white;
}

.breadcrumb-section .breadcrumb {
    padding: 0;
    border-radius: 0;
}

.breadcrumb-section .breadcrumb a {
    color: white;
    text-decoration: none;
}

.breadcrumb-section .breadcrumb a:hover {
    text-decoration: underline;
}

.about-page {
    /* background: #f2f2f2; */
}

.about-page h3 {
    color: #000;
}

.gallery-box {
    margin-bottom: 30px;
}

.gallery-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.footer-page {
    background: #f2f2f2;
}

.contact-info-wrap {
    margin-bottom: 20px;
}

.contact-info-item {
    border: 1px solid #d5ac50;
    /* filter: drop-shadow(0px 42px 76px #00042B); */
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    min-height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    transition: .3s linear;
    background: #ffffff;
}

.contact-info-item:hover {
    background: #ffffff;
}

.contact-info-item .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    font-size: 24px;
    color: #fff;
    z-index: 1;
}

.contact-info-item .icon::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #d5ac50;
}

.contact-info-item .icon i {
    transform: rotateY(0);
    transition: .3s linear;
}

.contact-info-item:hover .icon i {
    transform: rotateY(-180deg);
}

.contact-info-item .content .title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #e1b655;
}

.contact-info-item .content p {
    margin-bottom: 0;
    color: #000;
}

.contact-info-item .content span {
    display: block;
}

.contact-form-wrap {
    position: relative;
}

.contact-form-wrap>.title {
    margin-bottom: 0;
    text-align: center;
    font-size: 50px;
    letter-spacing: -0.01em;
    color: #000;
}

.contact-form-wrap>.title span {
    font-weight: 400;
    background: var(--tg-gradient-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-form {
    background: #d5ac50;
    border: 1px solid #ffffff;
    border-radius: 9px;
    padding: 20px;
    margin: 0;
}

.contact-form .form-grp {
    margin-bottom: 3px;
}

.contact-form .form-grp textarea,
.contact-form .form-grp input {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--tg-white);
    background: rgb(243 196 90);
    border: 1px solid rgba(230, 238, 251, 0.13);
    border-radius: 5px;
    padding: 10px 20px;
    height: 50px;
    display: block;
    color: #000;
}

.contact-form .form-grp select {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: var(--tg-white);
    background: rgb(243 196 90);
    border: 1px solid rgba(230, 238, 251, 0.13);
    border-radius: 5px;
    padding: 10px 20px;
    height: 50px;
    display: block;
}

.contact-form .form-grp select:focus-visible {
    border: 0px dashed crimson;
    outline: none;
}

.contact-form .form-grp select option {
    background: #000;
}

.contact-form .form-grp textarea::placeholder,
.contact-form .form-grp input::placeholder,
.contact-form .form-grp select::placeholder {
    font-size: 16px;
    color: #fff;
    opacity: .8;
}

.contact-form .form-grp textarea {
    min-height: 110px;
    max-height: 110px;
}

.contact-shape {
    position: absolute;
    left: 18%;
    z-index: -1;
    bottom: 8%;
}

.contact-map {
    width: 100%;
    height: 700px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

.padding-sec {
    padding: 50px 0px;
}

.contact-info-item .content p a {
    color: #000;
}

.service-cmn-box h4 {
    color: #000;
}

.service-cmn-box h5 {
    color: #000;
    margin-top: 30px;
}

.service-cmn-box p {
    color: #000;
}

.service-cmn-box ul {
    padding-left: 20px;
}

.service-cmn-box ul li {
    color: #000;
}

.service-pages .work-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 130px;
}

.service-area-pages .work-item {
    align-items: center;
}

.work-thumb {
    width: 50%;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
    border-radius: 30px;
    padding: 30px;
    position: sticky;
    top: 30px;
}

.service-cmn-box h3 {
    color: #000;
}

.work-item:nth-child(odd) .work-content {
    margin-left: 0;
    margin-right: 60px;
}

.work-content {
    flex-grow: 1;
    margin-left: 60px;
}

.work-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.get-btn {
    background: #f3c45a;
    margin-top: 20px;
    color: #000;
}

.cstm-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    justify-content: center;
}

.cstm-content p {
    color: #000;
}

.cstm-content h3 {
    color: #000;
}

.cstm-content h4 {
    color: #d5ac50;
}

.cstm-content h5 {
    color: #af811b;
}

section.banner-sec {
    background-image: linear-gradient(rgba(232, 233, 232, 0.86), rgba(232, 233, 232, 0.86)), url(../images/banner-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.banner-sec h3 {
    color: #000;
}

.banner-btn {
    font-size: 19px;
    font-weight: 500;
    color: #d5ac50;
    background: #fff;
    padding: 15px 20px;
    border-radius: 40px;
    transition: all 0.3 ease-in-out;
}

.banner-btn:hover {
    background-color: #d5ac50;
    color: white;
}

.card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none;
    border-radius: 8px;
    padding: 16px;
}

.card .card-body .card-title {
    font-size: 20px;
    color: #d5ac50;
    font-weight: 600;
}

.card .card-body .card-text {
    /* font-size: 14px; */
    color: #000;
}

.section-head {
    position: relative;
    top: -80px;
}

.breadcrumb-section.section-twdw {
    padding-bottom: 100px;
}

.info-sec h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.info-sec h2 {
    color: #000;
}

.info-sec p {
    color: #414141;
}

.info-sec ul li {
    color: #000;
    list-style: circle;
}

.info-sec ul {
    padding-left: 1rem;
}

.twdw-img {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 7px 21px rgba(16, 5, 39, 0.09);
    border-radius: 30px;
    padding: 30px;
    margin: auto;
    height: fit-content;
}

.twdw-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.material-card {
    padding: 1rem;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: 16px;
    border: 1px solid #cccccc;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.material-card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #af811b;
}

.material-card h3 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #af811b;
}

.material-card p {
    margin: 0;
}

.testimonial-carousel .item {
    background: #000000;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-carousel img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

.stars {
    color: #FFD700;
    margin-bottom: 8px;
    font-size: 1rem;
}

.about-left-side h6{ color:#000; }
.about-left-side img{ width:180px; text-align:center; padding-right: 26px; }