
body {
	padding: 0;
	margin: 0;
	font-family: 'Marcellus', serif;
font-family: 'Poppins', sans-serif;
}
.top_nav {
	 max-width: 1240px;
	width: 100%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

ul.icon_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
ul.icon_list li {
    padding-left: 20px;
}
section.top {
    background: #161616;
    color: #fff;
    padding: 5px 20px;
}
.top_nav i {
    color: #cbb16b;
}
li.btn_link {
    background: #cbb16b;
    color: #fff;
    border-radius: 7px;
}
ul.navbar li {
    font-size: 20px;
}
ul.navbar li {
	    padding: 5px 8px;

}
ul.navbar li {
    margin: 0px 10px;
}
.copy_box {
    max-width: 1240px;
	width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.copyright p {
    margin: 0;
    font-size: 15px;
}
section.footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background: #343434;
    color: #fff;
}
section.footer_top {
    background: #1a1a1a;
    color: #fff;
    padding: 40px 10px;
}
.four_box1 {
    width: 25%;
}
.four_box2 {
    width: 35%;
}
.four_box3 {
    width: 20%;
}
.four_box4 {
    width: 20%;
}

.four_box h4 {
    margin: 0;
    font-size: 19px;
    color: #cbb26b;
    text-transform: uppercase;
}
.four_box p {
    font-size: 18px;
    margin-top: 0;
    font-weight: 300;
}
img.border_line {
    position: relative;
    top: -10px;
}
ul.icon_list_footer li {
    display: flex;
	align-items:center;
}
ul.icon_list_footer {
    padding: 0;
    margin: 0;
}
ul.icon_list_footer li a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}
ul.navbar li a {
    color: #333;
    text-decoration: none;
}
li.btn_link a {
    color: #fff !important;
    padding: 0px 7px;
}
ul.link_list_footer {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.link_list_footer li a {
    color: #fff;
    text-decoration: none;
}
.hero_box {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.hero_text_box {
    max-width: 660px;
    margin-left: auto;
    text-align: center;
    transform: translate(0%, 100%);
}
.dr-container img {
    width: 100%;
}
h1.hero_text {
    font-size: 71px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #cbb26b;
    margin: 0;
    position: relative;
}
img.make_border {
    position: relative;
    top: -20px;
    left: 24px;
}
h2.hero_text2 {
    font-size: 51px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #cbb26b;
    margin-top: 0;
    margin-bottom: 25px;
}
a.more_link {
    background: inherit;
    color: #333;
    border-radius: 7px;
    border: 1px solid;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 18px;
    font-family: sans-serif;
}
section.offer_box {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    color: #333;
    margin: 0px;
    background: #f0f0f0;
    padding: 5px;
}
section.offer_box h4 {
    margin: 0;
}
section.offer_box a {
    color: #333;
    text-decoration: none;
}
/*  about section    */

.about-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.about_text_box {
    max-width: 540px;
}
section.about {
    background: url(../img/about_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 520px;
}
.about_text_box h4 {
    margin: 0px;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 400;
}
.about_text_box {
    max-width: 540px;
    transform: translate(0%, 25%);
}
.about_text_box h2 {
    color: #cbb26b;
    font-size: 36px;
    font-family: 'Marcellus', serif;
    margin: 0;
}
.about_text_box p {
    font-size: 20px;
    font-family: 'Poppins';
    margin-top: 10px;
}
a.readmore_link {
    background: #cbb26b;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 16px;
    font-family: 'Poppins';
}

/*  six box section    */

.four_box.four_box4 {
    overflow-x: hidden;
}
.image-box-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.image-box-container h2 {
    max-width: 585px;
    margin: 0 auto;
    text-align: center;
}
.six_box {
    text-align: center;
    width: 33.33%;
}
.six-image-text {
    display: flex;
    flex-wrap: wrap;
}
.six_box h4 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.btn_box {
    text-align: center;
}
section.images-box {
    background: #161616;
}
.image-box-container h2 {
    color: #cbb26b;
    font-size: 36px;
    font-family: 'Marcellus', serif;
    margin: 0 auto 30px;
}
section.images-box {
    background: #161616;
    padding: 50px 20px;
}

/*  Products section    */

.product-container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
section.products-box {
    padding: 50px 20px;
}
.product-container h2 {
    color: #cbb26b;
    font-size: 36px;
    font-family: 'Marcellus', serif;
    margin: 0 auto 30px;
}
.product-box {
    width: 50%;
    float: left;
    min-height: 330px;
}
.pro_titlebox h3 {
    border-bottom: 2px solid;
    margin-top: 70px;
}
.four-pro {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    margin-right: 50px;
}
.pro_titlebox p {
    font-size: 18px;
    margin: 0;
    padding: 0px;
}
.pro_titlebox h3 {
    border-bottom: 2px solid #333;
    margin-top: 70px;
    margin-bottom: 5px;
    color: #cbb26b;
    font-size: 32px;
    font-family: 'Marcellus', serif;
}
a.view_more {
    color: #000;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
}

/* dr section */


.dr-container {
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}
.dr-container h2 {
    color: #cbb26b;
    font-size: 36px;
    font-family: 'Marcellus', serif;
    margin: 0 auto 30px;
}
section.about-text {
    background: url(../img/dr_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 20px;
}
.dr-container p {
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
    margin-bottom: 40px;
}


 /* Testimonial section */
 
 
.testimonial-container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
}
.client_box1 h2 {
    color: #cbb26b;
    font-size: 34px;
    font-family: 'Marcellus', serif;
    margin: 0px;
    font-weight: 400;
}
section.testimonial-slider {
    background: url(../img/clients_say.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.client_box1 p {
    font-size: 18px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
}
.three_box.client_box1 {
    width: 30%;
}
.carousel-item {
padding:10px;
}
.carousel-item .say_text {
    background: #fff !important;
    padding: 25px !important;
}

.carousel-item.active .say_text {
    background: #f1e2ce !important;
}

/* Basic styling for the testimonial carousel */
.testimonial-carousel {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.carousel-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.carousel {
   display: flex;
    width: 100%;
    align-items: center;
}

.carousel-item {
    flex: 0 0 50%; /* Two items at a time */
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.prev-btn, .next-btn {
    background: radial-gradient(black, transparent);
    color: white;
    border: none;
    padding: 11px 13px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #fff !important;
}


.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #007BFF;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

/* Animation for sliding */
@keyframes slide {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -50%; /* Slide to the next item */
    }
}
.client_name {
    display: flex;
    flex-wrap: wrap;
}
img.client-image {
    width: 80px;
}
.client_rating h5, .client_rating h6, .client_rating .rating_icon {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
.image_cilent {
    margin-right: 20px;
}
.testi_content p {
    margin: 0 !important;
    margin-bottom: 10px !important;
    text-align: left;
    line-height: 28px;
    font-size: 15px !important;
    font-style: italic !important;
}
.carousel-dots {
    display: none;
}
section.testimonial-slider {
    padding: 120px 20px !important;
}
.imagebox-container {
    max-width: 1240px;
    margin: 0 auto;
}
.gallery_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.four-images img {
    max-width: 350px;
}
.four-images {
    width: 25%;
}
.imagebox-container {
    max-width: 1240px;
    margin: 0 auto;
}
section.image-slider {
    padding: 50px 20px;
}
.imagebox-container h2 {
    color: #333;
    font-size: 36px;
    font-family: 'Marcellus', serif;
    margin: 0 auto 30px;
    text-align: center;
}
section.payments {
    background: #cbb26b;
    color: #fff;
    text-align: center;
    padding: 10px 20px 15px;
}
.four-images img {
    width: 100%;
}
.payment-container p {
    margin: 0;
	font-size: 16px;
    font-family: 'Poppins';
}
.payment-container h3 {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
}
.dr-container img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
ul.navbar.active {
    z-index: 999;
}

        /* Basic styles for header */
        header {
            background-color: #fff;
            color: #333;
            padding: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
			max-width: 1280px;
    margin: 0 auto;
        }

        /* Logo styles */
        .logo {
            font-size: 24px;
            font-weight: bold;
        }

        /* Navigation styles */
        .navbar {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
        }

      

        /* Hamburger menu styles */
        .menu-toggle {
            display: none;
            cursor: pointer;
            font-size: 24px;
            margin-right: 20px;
        }

        /* Media query for small screens */
        @media screen and (max-width: 1023px) {
            .navbar {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 110px;
                left: 0;
                background-color: #333;
                width: 100%;
            }
			header {
    padding: 10px 20px;
}


            .navbar.active {
                display: flex;
            }

            .navbar li {
                margin: 10px 0;
                text-align: center;
            }

            .menu-toggle {
                display: block;
            }
        }
		
section.top {
    padding: 5px 20px;
}
.all-page-title {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
h1.page-title-text {
    font-size: 42px;
    font-family: 'Marcellus', serif;
    margin: 0px;
	letter-spacing: 3px;
}
section.page-title {
    background: #cbb26b;
    padding: 100px 20px;
}
.copyright a {
    color: #fff;
    text-decoration: none;
}
section.services-box {
    padding: 50px 20px;
}
.service-container {
    max-width: 1240px;
    margin: 0 auto;
}
.service-container {
    display: flex;
    flex-wrap: wrap;
}
.box_text {
    width: 50%;
}
.box_text {
    width: 40%;
    margin: 1%;
    border: 1px solid #cbb26b;
    padding: 3%;
    border-radius: 5px;
    background: #f5f5f5;
    box-shadow: 0px 0px 15px #cccccc45;
}
.box_text img {
    max-width: 75px;
}
.box_text h4 {
    font-family: 'Marcellus';
    font-size: 24px;
    margin: 5px 0px 0px;
    color: #cbb26b;
}
section.contact-container {
    padding: 50px 20px;
}
.contact_pagebox {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.contact_pagebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info_box {
    width: 47%;
}
ul.contact_icon {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.contact_icon li {
    display: flex;
    align-items: baseline;
    font-size: 20px;
}
ul.contact_icon li i {
    margin-right: 20px;
}
ul.socal_link_icon {
    margin: 0px;
    padding: 0;
    display: flex;
    list-style: none;
}
ul.socal_link_icon li i {
    font-size: 40px;
    color: #cbb26c;
    margin-right: 15px;
}
ul.contact_icon li a {
    text-decoration: none;
    color: #333;
}
table.table_day, table.table_day th, table.table_day td {
    text-align: center;
    color: #000;
    border: 1px solid #cbb26b;
    padding: 10px;
	    border-collapse: collapse;
}
.info_inner h2, .info_box h2 {
    font-family: 'Marcellus';
    font-size: 30px;
    color: #cbb26b;
    border-bottom: 3px dotted;
    padding-bottom: 5px;
}
.number span a {
    color: #fff;
    text-decoration: none;
}

	
	
@media (min-width: 320px) and (max-width: 580px){
.six_box {
    text-align: center;
    width: 100%;
}
ul.contact_icon li {
    font-size: 15px;
}
.info_inner h2, .info_box h2 {
    font-size: 24px;
}
.logo img {
    max-width: 180px;
}
.hero_text_box {
    max-width: 300px;
    background: #0000007d;
	padding: 20px 0px;
}
}
@media (min-width: 581px) and (max-width: 767px){
.six_box {
    text-align: center;
    width: 50%;
}
.hero_text_box {
    max-width: 450px;
    background: #0000007d;
	padding: 30px 0px;
}
.logo img {
    max-width: 220px;
}
}	
		
@media (max-width: 767px){
.info_box {
    width: 100%;
}
.info_inner h2, .info_box h2 {
    font-size: 28px;
}

.box_text {
    width: 98%;
    margin: 1%;
}
.four-images {
    width: 50%;
}
h1.page-title-text {
    font-size: 36px;
    font-family: 'Marcellus', serif;
    margin: 0px;
	letter-spacing: 3px;
}
section.page-title {
    background: #cbb26b;
    padding: 80px 20px;
}
.product-box {
    width: 100%;
    float: left;
    min-height: 330px;
}
.four-pro {
    display: inherit;
    margin: 0px 0px 30px;
}
.testimonial-container {
    display: inherit;
    width: 100%;
}
.pro_titlebox h3 {
    margin-top: 0px !important;
}
.three_box.client_box1 {
    width: 100%;
}
.carousel-item {
    flex: 0 0 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.copy_box {
    display: flex;
    flex-wrap: wrap;
}
.four_box1, .four_box2, .four_box3, .four_box4{
	width: 100%;
}
.hero_text_box {
    margin: 0 auto;
    transform: translate(0%, 35%);
}
h1.hero_text {
    font-size: 40px;
}

h2.hero_text2 {
    font-size: 32px;
	margin-bottom: 10px;
}
.image-1 {
    min-height: 300px !important;
}
img.make_border {
    position: relative;
    top: -10px;
    left: 20px;
    max-width: 40px;
}
section.about {
    padding: 0px 20px;
}
p {
    font-size: 17px !important;
}
.copyright p {
    margin: 0;
    font-size: 12px !important;
}
.about_text_box h2, .image-box-container h2, .product-container h2, .dr-container h2, .imagebox-container h2, .client_box1 h2 {
    font-size: 30px;
}
.pro_titlebox h3 {
    font-size: 26px;
    padding-bottom: 10px;
}
section.footer_top {
    padding: 40px 20px;
}
ul.icon_list_footer li {
    font-size: 14px;
}
.about_text_box h4 {
    font-size: 16px;
}
.six_box h4 {
    font-size: 20px;
}
.six_box img {
    max-width: 225px;
}
.dr-container img {
    width: 100%;
    max-width: 300px;
}
section.testimonial-slider {
    padding: 40px 40px !important;
}
ul.navbar.super_nav li a {
    color: #fff;
}
ul.navbar.super_nav li a {
    font-size: 16px;
}
ul.navbar.super_nav li {
    border-bottom: 1px solid #cbb16b;
}
li.btn_link {
    background: inherit;
    border-radius: 0;
}
a.more_link {
    color: #cbb26b;
}

}
		
@media (min-width: 768px ) and (max-width: 1024px){

ul.navbar.super_nav li {
    border-bottom: 1px solid #cbb16b;
}
ul.contact_icon li {
    font-size: 16px;
}
.four_box {
    max-width: 48%;
    margin-bottom: 20px;
}
.copy_box {
    display: flex;
    flex-wrap: wrap;
}
li.btn_link {
    background: inherit;
    border-radius: 0;
}
ul.navbar.super_nav li a {
    color: #fff;
}
ul.navbar.super_nav li a {
    font-size: 16px;
}
.six_box {
    text-align: center;
    width: 50%;
    float: left;
}
.three_box.client_box1 {
    width: 100%;
	padding: 0px 0px;
}
section.testimonial-slider {
    padding: 80px 20px !important;
}

.testimonial-container {
    display: inherit;
}
.four_box1, .four_box2, .four_box3, .four_box4 {
    width: 100%;
}
section.footer_top {
    padding: 40px 30px;
}
.four-pro img {
    max-width: 150px;
}
.pro_titlebox h3 {
    margin-top: 40px;
    font-size: 28px;
}
.four-pro {
    display: inherit;
    max-width: 100%;
    margin: 10px;
}
.pro_titlebox h3 {
    margin-top: 0px;
    font-size: 28px;
    margin-bottom: 10px;
}
.four-pro {
    display: inherit;
    max-width: 100%;
    margin: 10px;
    min-height: 350px;
}
.six_box {
    text-align: center;
    width: 33%;
}
.six_box img {
    max-width: 200px;
}
.six_box h4 {
    font-size: 18px;
}
.product-box {
    width: 50%;
    float: left;
    min-height: 389px;
}
section.about {
    padding: 0px 30px;
}

}		
@media (min-width: 1024px) and (max-width: 1250px){
.logo img {
    max-width: 225px;
}
.six_box img {
    max-width: 225px;
}
.six_box h4 {
    font-size: 22px;
}
section.about {
    padding: 0px 30px;
}
header {
    padding: 10px 20px;
}
ul.navbar li {
    font-size: 15px;
}
.product-box {
    width: 50%;
    float: left;
    min-height: 360px;
}


}		





.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    text-align: center;
}
.slider {
    position: relative;
    height: 635px;
}
.slide {
    position: absolute;
    width: 100% !important;
    height: 100%;
    left: 0;
    top: 0 !important;
}
.slide .image-1 {
    width: 100%;
}
button#prevBtn {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: transparent;
    width: 40px;
    height: 40px;
    color: #cbb16b !important;
    border: 2px solid #cbb16b !important;
    border-radius: 50px;
	cursor: pointer;
}
button#nextBtn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: transparent;
    width: 40px;
    height: 40px;
    color: #cbb16b !important;
    border: 2px solid #cbb16b !important;
    border-radius: 50px;
	cursor: pointer;
}
section.hero-section {
    position: relative;
}
@media (max-width: 767px){
	.slider {
    position: relative;
    height: 300px;
}
}





/* styles.css */
.slider-container {
    position: relative;
    max-width: 100%; /* Make the slider responsive */
    overflow: hidden;
}

.slider2 {
    display: flex;
    transition: transform 0.5s ease;
}

.slide1 {
    flex: 0 0 100%; /* 100% width for responsiveness */
}

.slide1 img {
    max-width: 100%;
    height: auto;
}

/* Add styles for the active dot */
.dot.active {
    background-color: #f44336; /* Change to your desired active color */
}
button.next-button {
    color: #cbb26b;
    border: none;
    padding: 11px 16px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #cbb26b !important;
}
button.prev-button {
    color: #cbb26b;
    border: none;
    padding: 11px 16px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #cbb26b !important;
}

.g_nav {
    text-align: center;
}

/* styles.css */
.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #161616;
    transition: left 0.3s;
	    z-index: -1;

}

.button:hover::before {
    left: 0;
    transition: left 0.3s;
}

.button span {
    z-index: 2;
    position: relative;
}

/* Add some extra styles to the button for a nicer effect */
.button:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	color:#fff !important;
}
.slide.active {
    z-index: 1;
}
button#prevBtn, button#nextBtn {
  
    z-index: 2;
}
.pdf_setion img {
    max-width: 32.5%;
}
@media (max-width: 767px){
	.pdf_setion img {
    max-width: 100%;
}
}