* {
    padding: 0;
    margin: 0;
}

html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1853px;
}

h1,
h2,
h3,
h4,
h5,
h5,
p {
    color: black;
    font-family: "DM Sans", sans-serif;
}

p {
    font-size: 18px;
    color: black;
    font-family: "DM Sans", sans-serif;
}


section {
    padding: 0;
    margin: 0;
}



/* navbar */
.hamburger-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #333;
    transition: all 0.3s ease-in-out;
}

#toggleButton.active .hamburger-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggleButton.active .hamburger-bar:nth-child(2) {
    opacity: 0;
}

#toggleButton.active .hamburger-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.nav-link {
    position: relative;
    text-decoration: none;
    color: black;
    font-size: 16px;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #A67C52;
    left: 25px;
    bottom: 3px;
    transition: width 0.4s ease;
}

.nav-link:hover::after {
    width: 40%;
}

.navbar-brand img {
    max-width: 87px;
}

.navbar {
    padding: 15px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #121212;
    font-size: 22px;
    font-weight: 500;
    padding-right: 22px;
    padding-left: 22px;
    transition: 0.5s all ease;
    line-height: 100%;
}


.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #A67C52;
}

.nav-link.active {
    color: #A67C52;
    font-weight: bold;
}

.dropdown-menu {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    color: black;
    font-size: 16px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.dropdown-item:hover {
    background-color: #A67C52;
    color: #f5f5f5;
}

.nav-link.dropdown-toggle {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: black;
    transition: 0.4s all ease;
}

.nav-link.dropdown-toggle:hover {
    color: white;
}

.nav-link.active::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #A67C52;
    left: 25px;
    bottom: 3px;
    transition: width 0.4s ease;
}

.nav-link.active:hover::after {
    width: 40%;
}

.nav-link[href="#close"]::after {
    content: none;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: hidden;
}

.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-link a.active {
    color: #A67C52;
    font-weight: bold;
}



.nav-link a.active:hover::after {
    width: 40%;
}

/* navbar */


/* stellernav */
li#menu-item-75 {
    margin-right: 23px;
}
.stellarnav.light > ul > li:nth-child(4){
    position: relative;
}

.stellarnav.light.right.mobile,.stellarnav.light.right.desktop{
    display: flex;
    justify-content: flex-end;
}
.stellarnav.light a, .stellarnav.light li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    position: relative; 
    text-decoration: none; 
    transition: color 0.5s
}
.stellarnav.light a, .stellarnav.light li a:hover{
    color: #A67C52;
}
/* Hover effect for link color */
.stellarnav.light a:hover, .stellarnav.light li a:hover {
    color: #A67C52;
}

/* Pseudo-element for the underline */
.stellarnav.light a::after, .stellarnav.light li a::after {
    content: ''; 
    position: absolute; 
    bottom: 15px; 
    left: 20%; 
    width: 0; 
    height: 2px;
    background-color: #A67C52; 
    transition: width 0.5s ease; 
}

/* Hover effect for underline animation */
.stellarnav.light a:hover::after, .stellarnav.light li a:hover::after {
    width: 50%;
}
.logo img{
    width:16%
}
.stellarnav.light li:nth-child(4) a::after {
    display: none; 
}
.stellarnav.light > ul > li:nth-child(4) > a::before {
    content: "\f078"; 
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    margin-right: 8px; 
    color: #121212; 
    position: absolute;
    right: -21px;
    top: 39%;
}


.stellarnav.light ul ul li a::before {
    content: none; 
}
header.header {
    padding: 10px 0;
}
/* stellernav */

/* banner */
/* .banner {
    margin-top: 3.7rem;
} */

#banner .owl-nav {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 22;
    color: white;
    display: block !important;
}

#banner .owl-prev {
    position: absolute;
    left: 30px;
    visibility: visible;
    border: 1px solid #FFF;
    background-color: transparent !important;
    padding: 10px !important;
    border-radius: 50%;
    display: inline-block;
    width: 41px;
    height: 41px;
    font-family: FontAwesome;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

#banner .owl-next {
    position: absolute;
    right: 30px;
    visibility: visible;
    border: 1px solid #FFF;
    background-color: transparent !important;
    padding: 10px !important;
    border-radius: 50%;
    display: inline-block;
    width: 41px;
    height: 41px;
    font-family: FontAwesome;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

#banner .owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    position: absolute;
    left: 8px;
    bottom: 0%;
}

#banner .owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    right: 8px;
    bottom: 0%;
}

#banner .owl-prev:hover,
#banner .owl-next:hover {
    background-color: #0056b3;
    color: #ffffff;
}

#banner .owl-nav span {
    color: white;
}

#banner .owl-nav i {
    color: white !important;
    font-size: 20px !important;
}


.item img {
    object-fit: contain;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-carousel .item {
    animation: fadeIn 0.3s ease-in-out;
}


.image {
    position: relative;
}

.image h2 {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: 700;
}

/* .reveal span {
    opacity: 0;
    animation: appear 3s infinite;
    animation-delay: calc(var(--i) * 0.3s);
    display: inline-block;
    --i: 0;
}

.reveal span:nth-child(1) { --i: 0; }
.reveal span:nth-child(2) { --i: 1; }
.reveal span:nth-child(3) { --i: 2; }
.reveal span:nth-child(4) { --i: 3; }
.reveal span:nth-child(5) { --i: 4; }
.reveal span:nth-child(6) { --i: 5; }
.reveal span:nth-child(7) { --i: 6; }
.reveal span:nth-child(8) { --i: 7; }
.reveal span:nth-child(9) { --i: 8; }
.reveal span:nth-child(10) { --i: 9; }

@keyframes appear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.reveal {
    display: inline-block;
    position: relative;
    color: transparent;
    overflow: hidden;
    border-right: .15em solid transparent;
    background-image: linear-gradient(90deg, white 50%, transparent 50%);
    background-clip: text;
    white-space: nowrap;
    -webkit-background-clip: text;
    animation:
        typing 3.5s steps(30, end) infinite,
        blink-caret .5s step-end infinite;
    max-width: 340px;
}


/* The typewriter cursor effect */
@keyframes blink-caret {

    from,
    to {
        border-color: transparent
    }

    50% {
        border-color: transparent
    }
}

@keyframes appear {
    0% {
        background-position: -100%;
    }

    100% {
        background-position: 100%;
    }
}


#banner img {
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

/* banner */

/* about */
.about {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 176px 0;
    margin-top: -22px;
}

.about-img img {
    object-fit: cover;
    margin-right: 85px;
}

.about .headings {
    padding-top: 42px;
}

.about .headings h2 {
    margin-bottom: 48px;
}

.about-img {
    margin-right: 34px;
}

.headings h2 {
    font-size: 64px;
    font-weight: 700;
    line-height: 60px;
}




.headings p {
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
}

.customBtn a {
    display: inline-block;
    color: white;
    width: 224px;
    text-transform: uppercase;
    background-color: #A67C52;
    text-align: center;
    border-radius: 34px;
    padding: 25px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 15px;
    margin-top: 60px;
}

.customBtn a:hover {
    border: #A67C52 2px solid;
    background: transparent;
    color: #A67C52;
}

.btom .left a {
    color: #A67C52;
}

.menu ul {
    padding-left: 0;
}

.links li {
    list-style: none;
}

/* about */

/* services */
.services {
    background-image: url(../img/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 87px 0 100px 0;
}

.serviceBox {
    padding: 48px 39px 41px 37px;
    background-color: #FFF2E4;
    border-radius: 15px;
    min-height: 435px;
}

.services .headings h2 {
    padding-bottom: 62px;
}

.serviceBox .icons img {
    max-width: 87px;
    margin-bottom: 33px;
}

.serivcesheading h5 {
    font-size: 23px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 15px;
}

/* serviced */

/* industry */

.industries {
    background-color: #F3F1EE;
    padding: 87px 0;
}

.industries .headings h2 {
    padding-bottom: 62px;
}

.indBox .serivcesheading {
    background-color: white;
    border-radius: 0 0 14px 14px;
    padding: 29px 39px 33px 37px;
}

.serivcesheading a {
    color: #A67C52;
    font-size: 18px;
    font-weight: 600;
    transition: 0.6s;
}

.serivcesheading a:hover {
    color: #121212;
}

.serivcesheading a:hover span {
    margin-left: 3px;
}

.serivcesheading a span {
    padding-right: 3px;
    margin-top: 2px;
    transition: 0.5s;
}

/* footer */

span.footer-address {
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0 0 0 10px;
}

span.footer-img-iiu {

    width: 93px;
    display: inline-block;
}

footer {
    background-color: #121212;
    padding: 74px 0 0 0;
}

.footerBtom {
    background-color: #202020;
    /* height: 40px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 74px;
}

.links a {
    display: block;
}

.btom {
    display: flex;
    justify-content: space-between;
    color: white;
}

.btom .left p,
.btom .right p {
    color: #FFFF;
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
}

.left p span,
.right p a {
    color: #A67C52;
}

.menus h5 {
    color: #A67C52;
    font-size: 26px;
    font-weight: 600;
    line-height: 46px;
}

.menus .links a {
    color: #BCBCBC;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.address p {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #BCBCBC;
}

.address p span {
    padding-right: 19.5px;
}

/* footer */
/* slider */

/* .slider .owl-carousel .item {
    height: 10rem;
    background: #009688;
    display: flex;
    justify-content: center;
    align-items: center; font-size:70px; color:#fff;
    border-radius: 15px;
} */

.slider-box img {
    border-radius: 15px;
}

.slider {
    position: relative;
}

p {
    font-size: 16px;
}

.slider .container .owlslider {
    position: absolute;
    right: 0;
    height: 100vh;
    top: 50%;
    transform: translate(6%, -13%);
}

.slider {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 94px 0 100px 0;
}

.slider .headings p {
    margin: 52px 0 70px 0;
}

.slider .slider-box p {
    font-size: 26px;
    font-weight: 400;
    color: #121212;
    line-height: 34px;
}

.mainSlide {
    padding-left: 40px;
}

/* slider */

/* floating */
.floatingBtn {
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: 990;
}

.floatingBtn a {
    background-color: #A67C52;
    padding: 20px 59px;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    max-width: 378px;
    border-radius: 20px 0 0 20px;
}

.floatingBtn a span {
    padding-right: 8px;
}

.contact-form-section {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: .5rem;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: .5rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

button {
    background-color: #A67C52;
    color: white;
    padding: .5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
}

button:hover {
    background-color: #844d16;
}

.serviceBox {
    margin-bottom: 20px;
}

.indBox {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .contact-form-section {
        margin: 1rem;
    }
}


/* back */
.topBack {
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    z-index: 990;
}

.topBack a {
    background-color: #A67C52;
    padding: 10px;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
}

.moreBtn {
    display: flex;
    justify-content: center;
}

.whiteLogo img {
    max-width: 134px;
}


















/* ---- Inner Pages Css  (Anant Singh 02/04/2025) ----- */
.container-fluid {
    padding: 0px 40px;
}

.breadcumb {
    /* margin: 3rem 0px 0px 0px; */
    position: relative;
}

.breadcumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    height: 234px;
    max-height: 234px;
}

.breadcumb #overlay {
    position: absolute;
    width: 100%;
    height: 234px;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: rgba(2, 2, 2, 0.72);
}

.hero-content-upper {
    padding-top: 6%;
}

.hero-content-upper p {
    color: #FEFEFE;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px;
}

.hero-content-upper p a {
    color: #ECECEC;
    text-decoration: none;
}

.hero-content-upper h2 {
    margin: 0px 0px;
    padding: 0px 0px;
    color: #FEFEFE;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.hero-content {
    position: absolute;
    color: #ffffff;
    top: 5%;
    left: 0%;
    width: 100%;
}

.contactustop-section {
    margin: 0px 0px;
    padding: 60px 0px;
    position: relative;
    width: 100%;
    background: #fff;
}

.addresscard {
    margin: 0px 0px;
    padding: 17px 16px;
    position: relative;
    width: 100%;
    background: #FFF2E4;
    border-radius: 15px;
    min-height: 308px;
}

.addresscard-icon {
    margin: 26px auto;
    padding: 10px 0px;
    background: #A67C52;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.addresscard-icon img {
    width: 41px;
}

.addresscard h5 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: center;
    color: #121212;
    font-size: 25px;
    font-weight: 700;
    line-height: 38px;
}

.addresscard p {
    margin: 0px 0px;
    padding: 7px 0px;
    text-align: center;
    color: #121212;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
    line-height: 23px;
}

.addresscard p a {
    color: #121212;
    text-decoration: none;
}

.addresscard p a:hover {
    color: #121212;
    text-decoration: underline;
}

.getintouch-secti {
    margin: 0px 0px;
    padding: 50px 0px 0px 0px;
    position: relative;
    width: 100%;
}

.quoteform-card {
    margin: 0px 0px;
    padding: 23px 26px;
    position: relative;
    width: 100%;
    background: #FFF2E4;
    border-radius: 15px;
    min-height: 280px;
}

.getintouch-img {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    height: 543px;
    overflow: hidden;
    border-radius: 15px;
}

.getintouch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quoteform {
    margin: 20px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
}

.quoteform-card h3 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #121212;
    font-size: 35px;
    font-weight: 700;
    line-height: 38px;
}

.quoteform-card h6 {
    margin: 0px 0px;
    padding: 7px 0px;
    text-align: left;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    line-height: 24px;
}

.quoteform .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #46423D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 55px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 22px;
}

.quoteform .form-control2 {
    border-radius: 12px;
    margin-bottom: 29px;
        height: 140px;
}

.submitbtn {
    margin: 0px 0px;
    padding: 11px 47px;
    background: #A67C52;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 36px;
    border: #A67C52 2px solid;
}

.submitbtn:hover {
    border: #A67C52 2px solid;
    background: transparent;
    color: #A67C52;
}

.map-section {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    min-height: 550px;
}

.projects-section {
    margin: 0px 0px;
    padding: 60px 0px;
    position: relative;
    width: 100%;
    background: #fff;
}

.projectcard {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    min-height: 374px;
}

.projectcard h6 {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    width: 91%;
    line-height: 24px;
}

.projectcard-img {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    height: 299px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.projectcard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.9s ease-in-out;
}

.projectcard-img:hover img {
    transform: scale(1.5);
    overflow: hidden;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.projects-section {
    margin: 0px 0px;
    padding: 60px 0px;
    position: relative;
    width: 100%;
    background: #fff;
}

.projects-section p {
    margin: 0px 0px 24px 0px;
    padding: 0px 0px;
    text-align: left;
    color: #362F2D;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    line-height: 28px;
}

.serviceimg {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    height: 367px;
    overflow: hidden;
    border-radius: 22px;
}

.serviceimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.9s ease-in-out;
}

.serviceimg:hover img {
    transform: scale(1.5);
    overflow: hidden;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.servicetext {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    background: #fff;
}

.servicetext p {
    margin: 0px 0px 24px 0px;
    padding: 0px 0px 0px 28px;
    text-align: left;
    color: #362F2D;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    line-height: 28px;
}

.servicetext-section {
    margin: 0px 0px;
    padding: 60px 0px 30px 0px;
    position: relative;
    width: 100%;
    background: #F3F1EE;
}

.servicetext-section p {
    margin: 0px 0px 24px 0px;
    padding: 0px 0px 0px 28px;
    text-align: left;
    color: #362F2D;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    line-height: 28px;
}

.aboutcard-section {
    background-image: url(../img/bg-right.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 86px 0;
    margin-top: -22px;
}

.aboutimg03 {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    height: 397px;
    overflow: hidden;
    border-radius: 22px;
}

.aboutimg03 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.9s ease-in-out;
}

.aboutimg03:hover img {
    transform: scale(1.5);
    overflow: hidden;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.industries .indBox img{
    height: 260px;
    width: 100%;
}