* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: .5rem !important;
    }
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;

}

.navbar-light .navbar-nav .nav-link {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #d4af37 !important;

}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-brand img {
    width: 210px !important;
    /* font-weight: 800 !important; */
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#d4af37 !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100% !important;
    left: -372px !important;
    margin-top: .125rem !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 800px !important;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-menu li {
    padding: 6px 0 !important;
}

#banner {
    width: 100% !important;
    height: 50% !important;

}

#about {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.about-content h2 {
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 15px;


}

.about-content h2 span {
    text-transform: uppercase;
    font-weight: 700;
    color: #d4af37;
}

.about-content h4 {
    font-weight: 700;
}

.about-content p {
    font-size: 17px;
    line-height: 30px;

}

.about-content button {
    background-color: #d4af37;
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
}

.about-content button:hover {
    background-color: #fff !important;
    color: #d4af37 !important;
    border: 1px solid #d4af37 !important;
    transition: all .4s ease-in-out !important;
}

.about-image img {
    width: 100%;
}

#area {
    width: 100%;
    height: auto;
    padding: 70px 0;
    position: relative;
    z-index: 1;


}

#area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../image/backgroud.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: -1;
    background-repeat: repeat-x;

}

#area span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d4af37;


}

#area h2 {
    font-size: 35px;
    padding-top: 10px;
}

.box-info {
    gap: 20px;
}

.area-box {
    border: 0.9px solid #d4af37;
    padding: 20px;
    text-align: center;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    min-height: 300px;
}

.box-info {
    padding-top: 60px;
}

.area-box .image-box img {
    width: 65px;
}

.area-box .area-text-content h3 {
    padding-top: 20px;
    font-size: 18px;
}

.area-box .area-text-content h3:hover {
    text-decoration: underline;
    transition: all .4s ease-in-out !important;
}

.area-box .area-text-content p {
    color: #524f4f;
}

.read-para {
    padding-top: 20px;
}

.read-para p {
    font-size: 18px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}


#mission {
    padding: 60px 0;
    width: 100%;
    background-color: #f0f0f0;
    ;
}

.mission-image img {
    width: 100%;
}

.mission-content p {
    font-size: 17px;
    line-height: 30px;
}

.mission-val {
    /* padding-top: 30px;     */
}

.mission-val h3 {
    font-size: 35px;
    color: #fff;
}

.mission-list {
    padding-top: 15px;
    text-align: left;
}

.mission-list li {
    padding-bottom: 15px;
    /* font-weight: 700; */
    color: #fff;

}

.mission-list li i {
    color: #d4af37;
    font-size: 25px;
    /* border: 1px solid #d4af37; */
    padding: 5px;
}

.btn-outline-success {
    background-color: #d4af37 !important;
    color: #fff !important;
    border: none !important;
    font-weight: 700 !important;
}

.btn-outline-success:hover {
    color: #d4af37 !important;
    background-color: #fff !important;
    border: 1px solid #d4af37 !important;
    transition: all .4s ease-in-out !important;
}

#core_valve {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: url(../image/funfact-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

#Disclaimer {
    width: 100%;
    height: auto;
    padding: 60px 0;

}

.Disclaimer-content {
    border: 4px dotted #d4af37;
    padding: 30px;
}

.Disclaimer-content h3 {
    text-align: center;
    font-size: 35px;
    padding-bottom: 15px;
    font-weight: 700;
}

.Disclaimer-content p {
    font-size: 17px;
    line-height: 30px;
}

.Disclaimer-content button {
    border: 1px solid #d4af37;
    padding: 10px 20px;
    font-weight: 600;
    margin-right: 10px;
}

.Disclaimer-content button:hover {
    color: #fff;
    background-color: #d4af37;
    transition: all 0.4s ease-in-out;
}

footer {
    width: 100%;
    height: auto;
    /* padding: 20px 0; */
    text-align: center;
    background-color: rgb(33, 37, 41);
    background: linear-gradient(rgb(21 26 48 / 51%), rgb(21 26 48 / 54%)), transparent url(../image/footer-backgroud-2.jpg) center center / cover no-repeat;
}


.top-footer {
    border-bottom: 1px solid #969393;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer-logo img {
    width: 200px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    /* height: 124px; */
}

.footer-content {
    flex: 1;
    padding: 20px;
    margin: 10px;
    min-height: 300px;
    box-sizing: border-box;
    text-align: left;

}

.footer-content ul {
    text-align: center;
}

.footer-content ul li {
    text-align: left;
}

.footer-content ul li a span {
    font-size: 15px;
}

.footer-content p {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
}

.footer-content h3 {
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 22px;
}

.footer-content ul li {
    padding-bottom: 15px;
    color: #fff;
}

.footer-content ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-decoration: none;
}

.footer-content ul li a:hover {
    color: #d4af37;
    transition: all 0.4s ease-in-out;
}

.footer-buttom-part {
    padding: 20px 0;
}

.footer-buttom-part p {
    font-size: 16px;
    color: #abafb5;
    margin: 0;
}

.footer-buttom-part img {
    width: 80px;
}

.carousel-caption {
    position: absolute !important;
    right: 15% !important;
    bottom: 13.25rem !important;
    left: 15% !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    color: #fff !important;
    text-align: center !important;
    z-index: 2;
}

.carousel-caption h5 {
    font-size: 60px !important;
    text-transform: capitalize;
}

.carousel-caption p {
    font-size: 17px !important;
    line-height: 30px !important;
}

.carousel-item img {
    position: relative !important;
}

.overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: 1 !important;
}

/* .carousel-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 
    color: #fff;
    text-align: center;
} */
.carousel-caption p {
    color: #ece5e5;
}

#service {
    width: 100%;
    height: auto;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

#service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../image/paper-style-luxury-background_23-2148983583.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: -1;
    background-repeat: repeat-x;

}

#service h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.social-box {
    padding-top: 30px;
}

.social-box .box {
    background: #fff;
    /* background-color: #fff; */
    border-radius: 10px;
    cursor: pointer;
    margin: 20px 0;
    padding: 40px 10px;
    transition: all 0.5s ease-out;
    border: 1px solid #d4af37;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    align-items: center;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
}

.social-box .box:hover {
    background-color: #d4af37;

}

.social-box .box:hover .box-title h3 {
    color: #fff;
}

.social-box .box:hover .box-text span {
    color: #fff;
}

.social-box .box-text {
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0;
}

.social-box .box-btn a {
    color: #4183D7;
    font-size: 16px;
    text-decoration: none;
}

.social-box .fa {
    color: #4183D7;
}

.box-title h3 {
    color: #d4af37;
    font-size: 22px;
    font-weight: 700;
}



/* testimonal */

/* #testimonal{
    width: 100%;
    height: auto;
    padding: 60px 0;
    text-align: center;
} */

.demo {
    background: #3d3d3d;
    padding: 60px 0;
    text-align: center !important;
}

.testimonial {
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 5px solid #d4af37;
    border-left: none;
    border-right: none;
    text-align: center !important;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #d4af37;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonial .description {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #d4af37;
}

.client {
    padding-bottom: 20px;
}

.client span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d4af37;
}

.client h3 {
    font-size: 35px;
    padding-top: 10px;
    color: #fff;
}

/* testimoal End*/


/* address-part */
#address {
    background: linear-gradient(rgba(21, 26, 48, 0.90), rgba(21, 26, 48, 0.90)), transparent url(../image/address-background.jpg) center center / cover no-repeat fixed;
    padding-top: 100px;
    padding-bottom: 70px;
}



/* form-part-start */

.form-container {
    font-family: 'Roboto', sans-serif;
    padding: 40px 40px 0 0;
    position: relative;
    /* height: 480px !important; */

}

/* .form-container .form-icon {
    color: #d4af37;
    background-color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    height: 80px ;
    width: 80px;
    border: 3px solid #d4af37;
    border-radius: 50% 50% 50% 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
} */

.form-container .form-horizontal {
    background: linear-gradient(#e7e7e7 25px, rgba(255, 255, 255, 0.97) 25px);
    padding: 40px 20px 20px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.form-container .title {
    color: #222;
    font-size: 27px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
}

.form-container .title:after {
    content: '';
    background-color: #d4af37;
    height: 3px;
    width: 110px;
    margin: 10px 0 0;
    display: block;
    clear: both;
}

.form-horizontal .form-group {
    background-color: rgba(255, 255, 255, 0.15);
    margin: 0 0 15px;
    border-bottom: 2px solid #e7e7e7;
}

.form-horizontal .input-icon {
    color: #d4af37;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 30px;
    margin: 0 0 0 4px;
    vertical-align: top;
    display: inline-block;
}

.form-horizontal .form-control {
    color: #222;
    background-color: transparent;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    width: calc(100% - 40px);
    height: 33px;
    padding: 3px 10px 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s;
}

.form-horizontal textarea.form-control {
    height: auto;
    width: 100%;
    margin-left: 40px;
}

.form-horizontal .form-control:focus {
    box-shadow: none;
    border: none;
}

.form-horizontal .form-control::placeholder {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-horizontal .btn {
    color: #d4af37;
    background-color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 15px 7px 20px;
    margin: 0 auto;
    border: 2px solid #d4af37;
    border-radius: 20px;
    display: block;
    transition: all 0.3s ease 0s;
}

.form-horizontal .btn:hover {
    background-color: #d4af37 !important;
    color: #fff !important;
}

.form-horizontal .btn:hover,
.form-horizontal .btn:focus {
    color: #d4af37;
    background-color: #fff;
    border: 2px solid #d4af37;
}

.form-horizontal .btn i {
    transition: all 0.3s ease 0s;
}

.form-horizontal .btn:hover i {
    color: #d4af37;
    transform: translateX(3px);
}

.address.map iframe {
    margin-top: 20px;
    width: 100%;
}


/* form-partend */


/*whatsaap  */

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
}

.whatsapp-icon img {
    width: 50px;
    height: 50px;
}

/*whatsaap  */



/* top-header */
.top-header {
    padding: 15px;
}

/* top-header */




/* scroll to botton */

#scrollTopBtn {
    /* display: none; */
    position: fixed;
    bottom: 93px;
    right: 34px;
    z-index: 99;
    border: none;
    /* outline: none; */
    background-color: #d4af37;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#scrollTopBtn:hover {
    background-color: #333;
}

/* scroll to botton */



/* popup */

.popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-box{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 800px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
}
.popup-box .close-btn{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: red;
}