 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 img {
     width: 100%;
 }

 a,
 a:hover,
 a:focus,
 a:visited,
 a:active {
     text-decoration: none;
 }

 p,
 ul,
 li {
     padding: 0;
     margin: 0;
 }

 body {
     font-family: "Lato", sans-serif;
 }

 /* header */

 header {
     position: unset;
     left: 0;
     right: 0;
     top: 0;
     z-index: 99;
 }

 header .header-top {
     background-color: #9b6d1a;
     padding: 3px 0px;
 }

 header .header-top .top-info li,
 header .header-top .top-info li a {
     color: #fff;
     font-size: 14px;
 }

 header .header-top .top-info li:last-child a {
     display: inline-block;
     height: 35px;
     width: 35px;
     border-radius: 50px;
     line-height: 35px;
     text-align: center;
     background-color: #fff;
     color: #9b6d1a;
     border: 1px solid #9b6d1a;
     transition: .5s;
 }

 header .headermn .navbar .navbar-brand {
     width: 10%;
     padding: 0px;
 }

 header .nav-link {
     color: #000;
     font-size: 13px;
     font-weight: 500;
     transition: .5s;
     position: relative;
     padding: 0px 0px !important;
     text-transform: uppercase;
 }

 header .nav-link::after {
     content: '';
     background-color: #9b6d1a;
     width: 0%;
     height: 2px;
     position: absolute;
     bottom: -5px;
     left: 0;
     transition: .5s;
 }

 header .nav-link:hover::after {
     width: 100%;
 }

 header .nav-link:hover,
 header .nav-link:focus {
     color: #9b6d1a;
 }

 header .navbar-toggler {
     border: none;
     color: #9b6d1a;
     font-size: 28px;
     border-radius: 0;
 }

 header .navbar-toggler:focus {
     box-shadow: none;
 }

 header .offcanvas-title img {
     width: 34%;
 }

 header .navbar-nav {
     position: relative;
     align-items: center;
     gap: 20px;
 }

 .sticky {
     left: 0;
     right: 0;
     z-index: 999;
     position: fixed !important;
     top: 0px;
     animation: slideDown .5s ease-out;
     background-color: black;
     box-shadow: 0 0 10px #00000021;
 }

 .sticky .headermn .navbar .navbar-brand {
     width: 9%;
 }

 @keyframes slideDown {
     from {
         transform: translateY(-100%);
     }
     to {
         transform: translateY(10);
     }
 }

 header .navbar .whatsapp li a {
     display: inline-block;
     padding: 10px 20px;
     background-color: transparent;
     color: #9b6d1a;
     border-radius: 3px;
     transition: .5s;
     border: 1px solid #9b6d1a;
     position: relative;
     transition: .5s;
     z-index: 1;
 }

 header .navbar .whatsapp li a::before {
     position: absolute;
     content: '';
     top: 0px;
     left: 0px;
     width: 0px;
     height: 100%;
     transition: .5s;
     background-color: #9b6d1a;
     z-index: -1;
 }

 header .navbar .whatsapp li a:hover:before {
     width: 100%;
 }

 header .navbar .whatsapp li a:hover {
     color: #ffffff;
 }

 header .dropdown-menu {
     background-color: #fff;
     border: none;
     border-radius: 0;
     box-shadow: 0 0 10px #00000026;
 }

 header .dropdown-menu .dropdown-item {
     color: #000;
     font-size: 14px;
 }

 header .dropdown-menu .dropdown-item:hover {
     background-color: #aa8a60;
     color: #fff;
 }

 /* slider */

 #slider {
     max-height: 760px;
     overflow: hidden;
 }

 #slider .owl-theme .owl-dots .owl-dot {
     display: none;
 }

 /* about-sec */

 #about-sec {
     padding: 50px 0px;
 }

 #about-sec .row {
     row-gap: 25px;
 }

 #about-sec h1 {
     color: #9b6d1a;
     font-size: 30px;
     font-weight: 600;
     margin-bottom: 15px;
 }

 #about-sec .text {
     font-size: 17px;
     letter-spacing: 1px;
     margin-bottom: 15px;
     color: #000;
 }

 /* our-project */

 #our-project {
     background-color: #000;
     padding: 50px 0px;
 }

 #our-project .row {
     row-gap: 25px;
 }

 #our-project h2 {
     font-weight: 600;
     line-height: 35px;
     margin-bottom: 50px;
     text-transform: uppercase;
     color: #fff;
     text-align: center;
     font-size: 30px;
     color: #fff;
 }

 #our-project .iner {
     border: 1px solid #fff;
 }

 #our-project .imgs img {
     width: 100%;
     object-fit: contain;
 }

 #our-project .content h4 {
     text-align: center;
     font-size: 17px;
     color: #fff;
     display: inline-block;
     padding: 13px 10px;
     background-color: #9b6d1a;
     width: 100%;
     margin: 0px;
     transition: .5s;
     border: 1px solid #9b6d1a;
 }

 #our-project .content h4:hover {
     background-color: #fff;
     color: #9b6d1a;
 }

 #our-project .view-btn {
     text-align: center;
     margin-top: 30px;
 }

 #our-project .view-btn a {
     padding: 13px 40px;
     display: inline-block;
     background-color: #9b6d1a;
     color: #fff;
     border: 1px solid #9b6d1a;
     transition: .5s;
 }

 #our-project .view-btn a:hover {
     background-color: #fff;
     color: #9b6d1a;
 }

 /* about-sec-a */

 #about-sec-a {
     padding: 50px 0px;
 }

 #about-sec-a .row {
     row-gap: 25px;
 }

 #about-sec-a h2 {
     color: #9b6d1a;
     font-size: 30px;
     font-weight: 600;
     margin-bottom: 15px;
 }

 #about-sec-a .content-a {
     background: #101010;
     padding: 29px 50px 15px 35px;
 }

 #about-sec-a .text {
     font-size: 15px;
     letter-spacing: 1px;
     margin-bottom: 15px;
     color: #a6a6a6;
     line-height: 26px;
 }

 #about-sec-a .text a {
     color: #d3ac72;
     font-weight: 600;
 }

 #about-sec-a ul li {
     margin-bottom: 10px;
     font-size: 15px;
     color: #fff;
 }

 #about-sec-a ul li i {
     font-size: 5px;
     color: #fff;
 }

 #about-sec-a ul li span {
     color: #d3ac72;
 }

 /* about-sec-b */

 #about-sec-b {
     padding: 50px 0px;
     background-color: #e4e4e49f;
 }

 #about-sec-b h3 {
     color: #9b6d1a !important;
     font-size: 24px;
     font-weight: 500;
 }

 #about-sec-b .text {
     font-size: 16px;
     letter-spacing: 1px;
     margin: 15px 0px;
     color: #000;
 }

 #about-sec-b ul {
     margin-left: 25px;
 }

 #about-sec-b ul li {
     margin-bottom: 10px;
     font-size: 16px;
     color: #000;
 }

 #about-sec-b ul li i {
     font-size: 5px;
     color: #000;
 }

 /* gallery */

 #gallery {
     padding: 50px 0 40px;
     overflow: hidden;
 }

 #gallery .row {
     row-gap: 20px;
 }

 #gallery h2 {
     font-size: 33px;
     color: #000;
     font-weight: bold;
     text-align: center;
     margin-bottom: 30px;
 }

 #gallery .img-wrapper {
     position: relative;
     margin-top: 15px;
     overflow: hidden;
     border-radius: 10px;
     box-shadow: 0 0 8px #00000033;
 }

 #gallery .img-wrapper img {
     height: 350px;
     object-fit: cover;
     width: 100%;
 }

 #gallery .img-overlay {
     background: rgba(0, 0, 0, 0.7);
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     opacity: 0;
 }

 #gallery .img-overlay i {
     color: #fff;
     font-size: 3em;
 }

 #overlay {
     background: rgba(0, 0, 0, 0.7);
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     z-index: 999;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

 #overlay img {
     margin: 0;
     width: 80%;
     height: auto;
     -o-object-fit: contain;
     object-fit: contain;
     padding: 5%;
 }

 @media screen and (min-width: 768px) {
     #overlay img {
         width: 35%;
     }
 }

 #nextButton i {
     color: #fff;
     font-size: 2em;
     transition: opacity 0.8s;
 }

 #nextButton:hover {
     opacity: 1;
 }

 #prevButton i {
     color: #fff;
     font-size: 2em;
     transition: opacity 0.8s;
 }

 #prevButton:hover {
     opacity: 0.7;
 }

 #exitButton i {
     color: #fff;
     font-size: 2em;
     transition: opacity 0.8s;
     position: absolute;
     top: 15px;
     right: 15px;
 }

 #exitButton:hover {
     opacity: 0.7;
 }

 /* testimonail */

 #testimonail {
     padding: 50px 0px;
     background-color: #e4e4e49f;
 }

 #testimonail .owl-carousel .owl-item img {
     width: 20%;
     text-align: center;
     margin: auto;
 }

 #testimonail .iner {
     text-align: center;
     width: 60%;
     margin: auto;
 }

 #testimonail .iner .imgs {
     margin-bottom: 30px;
 }

 #testimonail .iner p {
     font-size: 16px;
     letter-spacing: 1px;
     margin-bottom: 15px;
     color: #000;
 }

 #testimonail .iner h5 {
     font-weight: 600;
     margin-bottom: 15px;
 }

 #testimonail .iner h6 i {
     color: gold;
 }

 /* footer */

 footer {
     background-color: #9b6d1a;
     padding: 50px 20px 15px;
 }

 footer .footer-top h3,
 footer .footer-top h3 a {
     font-size: 18px;
     margin-bottom: 25px;
     color: #ffffff;
 }

 footer .footer-top h3 img {
     width: 71%;
 }

 footer .footer-top .text {
     font-size: 14px;
     width: 82%;
     color: #fff;
     text-align: justify;
     margin-bottom: 20px;
 }

 footer .footer-top .icon li a {
     width: 40px;
     height: 40px;
     display: inline-block;
     border-radius: 50px;
     color: #ffffff;
     text-align: center;
     line-height: 40px;
 }

 footer .footer-top .info li {
     color: #fff;
     margin-bottom: 9px;
     font-size: 14px;
 }

 footer .footer-top .info li i {
     font-size: 12px;
 }

 footer .footer-top .info li a {
     color: #fff;
     font-size: 14px;
     display: inline-block;
     transition: .5s;
 }

 footer .footer-top .info li a:hover {
     padding-left: 6px;
 }

 .logoicon {
     border-top: 1px solid #5e5e5e;
     margin-top: 27px;
     padding-top: 15px;
 }

 .logoicon .imgsc {
     text-align: center;
 }

 .logoicon .imgsc img {
     width: 244px;
     padding: 5px 20px 12px;
     display: inline-block;
     background-color: #040203;
     border-radius: 30px;
 }

 /* quickcontact */

 .quickcontact {
     width: 60px;
     position: fixed;
     top: 68%;
     right: 1%;
     z-index: 102;
 }

 /* modal */

 .modal form.row {
     row-gap: 20px;
 }

 .modal .form-control {
     border-radius: 0px;
     border: none;
     box-shadow: none;
     background-color: #f1f1f1;
 }

 .modal .form-control:focus {
     border-color: #000;
 }

 .modal .submit {
     background-color: #9b6d1a;
     color: #fff;
     font-weight: 500px;
     padding: 10px;
     border: 0;
     transition: .5;
 }

 .modal .submit:hover {
     background-color: #000;
 }

 /* iner-about-sec */

 #iner-about-sec {
     overflow: hidden;
     padding: 50px 0px;
     background-color: #9b6d1a;
 }

 #iner-about-sec h1 {
     text-align: center;
     font-size: 32px;
     font-weight: 600;
     margin-bottom: 10px;
     color: #fff;
 }

 #iner-about-sec h2 {
     text-align: center;
     font-size: 32px;
     font-weight: 600;
     margin-bottom: 10px;
     color: #fff;
 }

 #iner-about-sec p,
 #iner-about-sec p a {
     text-align: center;
     color: #fff;
 }

 /* contact-sec */

 #contact-sec {
     padding: 50px 0px;
     background-color: #000;
 }

 #contact-sec .inr {
     row-gap: 25px;
 }

 #contact-sec .form-control {
     border: 1px solid #635c5c;
     padding: 10px 20px;
     margin-bottom: 15px;
     border-radius: 0px;
     box-shadow: none;
     background-color: transparent;
     font-size: 15px;
 }

 #contact-sec .form-control::placeholder {
     color: #635c5c;
 }

 #contact-sec .submit-btn {
     padding: 10px 40px;
     border: 1px solid #fff;
     transition: .5s;
     border-radius: 2px;
     background-color: #fff;
     color: #9b6d1a;
 }

 #contact-sec .submit-btn:hover {
     background-color: transparent;
     color: #fff;
 }

 #contact-sec ul {
     margin-left: 25px;
 }

 #contact-sec ul li {
     margin-bottom: 15px;
     padding-bottom: 15px;
     border-bottom: 1px solid #635c5c;
     color: #fff;
 }

 #contact-sec ul li:last-child {
     border: none;
 }

 #contact-sec ul li a {
     color: #fff;
 }

 #contact-sec ul li span {
     font-size: 16px;
     color: #fff;
 }

 /* map-sec */

 #map-sec {
     padding: 50px 0px;
 }

 /* project-det */

 #project-det {
     padding: 50px 0px;
 }

 #project-det .row {
     row-gap: 35px;
 }

 #project-det .imgs {
     background-color: #000;
 }

 #project-det .imgs img {
     object-fit: contain !important;
     height: 350px;
     width: 100%;
 }

 #project-det .content h2 {
     font-size: 30px;
     font-weight: 600;
     margin-bottom: 15px;
 }

 #project-det .content p {
     text-align: justify;
 }

 #project-det .content .text {
     color: #3e3e3ef7;
     margin-bottom: 30px;
     font-size: 15px;
 }

 #project-det .iner h3 {
     font-size: 25px;
     font-weight: 600;
     margin-bottom: 10px;
 }

 #project-det .iner h5 {
     font-weight: 600;
 }

 #project-det .inquiry-btn {
     padding: 11px 35px;
     display: inline-block;
     margin-top: 15px;
     border: 1px solid #9b6d1a;
     transition: .5s;
     border-radius: 2px;
     background-color: #9b6d1a;
     color: #fff;
 }

 #project-det .inquiry-btn:hover {
     background-color: transparent;
     color: #9b6d1a;
 }

 #project-det .inquiry-btn.inquiry-btn-a {
     background-color: #0c641a !important;
 }

 #project-det .inquiry-btn.inquiry-btn-a:hover {
     color: #fff;
 }

 /* project-det-con */

 #project-det-con {
     padding: 50px 0px;
     background-color: #e4e4e44d;
 }

 #project-det-con h2 {
     font-size: 27px;
     font-weight: 600;
     margin-bottom: 20px;
 }

 #project-det-con ul {
     margin-left: 35px;
 }

 #project-det-con ul li {
     margin-bottom: 10px;
 }

 #project-det-con ul li i {
     font-size: 6px;
 }

 #project-det-con h3 {
     font-size: 22px;
     font-weight: 600;
     margin-bottom: 15px;
 }

 #project-det-con .text {
     font-size: 15px;
     text-align: justify;
 }

 #project-det-con p {
     margin-bottom: 15px;
 }

 /* blog-sec */

 #blog-sec {
     padding: 50px 0px;
 }

 #blog-sec .row {
     row-gap: 25px;
 }

 #blog-sec .iner {
     box-shadow: 0 0 10px #00000033;
 }

 #blog-sec .iner .content {
     padding: 20px 20px 20px !important;
 }

 #blog-sec .iner .content h3 {
     color: #000;
     font-size: 21px;
     font-weight: 500;
 }

 #blog-sec .iner .content .text {
     margin: 10px 0px 15px;
     color: #000;
 }

 #blog-sec .iner .content .read-btn {
     display: inline-block;
     padding: 10px 20px;
     background-color: #000;
     color: #fff;
     transition: .5s;
 }

 #blog-sec .iner .content .read-btn:hover {
     background-color: #9b6d1a;
     color: #fff;
 }

 /* blog-det */

 #blog-det {
     padding: 50px 0px;
 }

 #blog-det .row {
     row-gap: 25px;
 }

 #blog-det .content {
     margin-top: 20px;
 }

 #blog-det .content .text {
     font-size: 16px;
     text-align: justify;
     color: #000;
 }

 #blog-det .content .text a {
     color: #9b6d1a;
     font-weight: 600;
 }

 #blog-det .content h2 {
     font-size: 30px;
     font-weight: 600;
     margin: 15px 0px;
 }

 #blog-det .content h3 {
     font-size: 24px;
     font-weight: 600;
     margin: 10px 0px;
 }

 #blog-det .inr {
     position: sticky;
     top: 20px;
 }

 #blog-det .inr h4 {
     font-size: 20px;
     position: relative;
 }

 #blog-det .inr h4::before {
     position: absolute;
     width: 30px;
     height: 4px;
     background-color: #9b6d1a;
     top: 30px;
     content: '';
 }

 #blog-det .inr ul {
     margin-top: 30px;
 }

 #blog-det .inr ul li {
     margin-bottom: 15px;
     border-bottom: 1PX solid #c7c5c5;
     padding-bottom: 15px;
 }

 header .dropdown-menu {
     height: 300px;
     overflow-y: scroll;
 }
 .vmg-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.vmg-card:hover {
    transform: translateY(-6px);
}

.vmg-icon {
    width: 70px;
    height: 70px;
    background: #f4f4f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.vmg-icon i {
    font-size: 30px;
    color: #b68c2f;
}

.vmg-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.text-justify {
    text-align: justify;
    
}