@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #fac537;
    --primary-dark: #e8b21d;
    --light-primary: #fbe8b3ab;
    --white: #fff;
    --black: #000;
    --light-bg: #f7f7f7;
    --font-main: "Poppins", sans-serif;
    --font-sub: "Urbanist", sans-serif;

}

html,
body {
    font-family: var(--font-main);
}

p,
span,
li {
    font-family: var(--font-sub);
}


/* font-family: "Cormorant Garamond", serif; */
.section-padding {
    padding: 50px 10px;
}

.bg_light_gray {
    background-color: #f2f2f2;
}

.logo-color {
    color: var(--primary);
}

.nav-tog {
    /* border: 1px solid var(--primary); */
    color: var(--primary);
    display: none;
    font-size: 24px;
}


.logo-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;

    padding-bottom: 0;
    padding-bottom: 15px;
}

.logo-top .navbar-brand img {
    width: 200px;
}

.nav-menu li {
    margin: 0 15px;
}

.nav-menu li a {
    font-size: 15px;
    text-transform: uppercase;
    /* font-family: "Cinzel", serif; */
    font-family: var(--font-main) !important;
    font-weight: 400;
    color: var(--white);
}

.nav-menu li a:hover,
.nav-menu li a:focus,
.nav-menu li a:active {
    color: var(--primary);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary);
}

.nav-menu li a.active {
    color: var(--primary);
}

.hero-section-main {
    width: 100%;
    height: 100vh;

}

.drop-menu-cs {
    background-color: #212529;
}

.drop-menu-cs li a {
    border-radius: 5px;
}

.drop-menu-cs li a:active {
    background-color: var(--primary);
    color: var(--white);
}

.hero-baner {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-baner-caption {
    text-align: center;
}

.hero-baner-caption h1 {
    color: var(--white);
    font-family: var(--font-main) !important;
    font-size: 65px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

.hero-baner-caption p {
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
}

.nav-custom {
    background-color: #212529;
}

.home-about-img {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.home-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-about-right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-about-box {
    width: 100%;
    height: fit-content;
    background-color: var(--white);
    padding: 30px;
    position: absolute;
    left: -20%;
    top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-about-box h3 {
    font-family: var(--font-main) !important;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #212529;

}

.home-about-box h4 {
    font-size: 18px;
    text-align: center;
    line-height: 27px;
}

.home-about-box p {
    color: #2D3E4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}

.right_css {
    left: unset;
    right: -20%;
}

.main-btn {
    width: 180px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    background-color: transparent;

}

.main-btn:hover {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 50px;
}

.bg-image-sec {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2582282913165266) 0%, rgba(0, 0, 0, 0.2190126050420168) 100%), url(../images/roots/11.png);
}

.short-desc-left {
    width: 100%;
    height: 500px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.short-desc-left p {
    text-align: center;
    color: var(--white);
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}





.section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-title h3 {
    font-family: var(--font-main) !important;
    font-size: 40px;
    color: #000;
    text-align: center;
}

.section-title p {
    font-size: 20px;
    text-align: center;

}

.home-highlights-box-first {
    width: 100%;
    height: 550px;
    /* background-color: var(--primary); */
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

.highlight-height-2 {
    height: 310px;
}

.highlight-height-3 {
    height: 230px;
}

.home-highlights-box-first h3 {
    font-family: var(--font-main) !important;
    font-size: 23px;
    font-weight: 500;
    color: var(--white);
    line-height: 30px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}

.home-highlights-box-first:hover h3 {
    display: none;
}

.highlights-overlay {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #fac637a0;
    position: absolute;
    top: -100%;
    left: 0;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.home-highlights-box-first:hover .highlights-overlay {
    top: 0;
}

.highlights-overlay p {
    text-align: center;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

.home-service-img {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-service-img img {
    width: 70%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.home-service-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 20px;
    padding: 50px;
}

.home-service-right h3 {
    font-family: var(--font-main) !important;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #212529;
}

.home-service-right p {
    text-align: center;
    color: #212529;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

.bg-img-contact {
    min-height: 60vh;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(266deg, rgba(198, 48, 96, 0) 0%, rgba(198, 48, 96, 0.5887605042016807) 100%), url(../images/baner/4.jpg);
}

.home-cnt-container {
    width: 100%;
    height: fit-content;
    background-color: #0000007d;
    border-radius: 15px;
    padding: 20px;
}

.home-cnt-box {
    padding: 10px;
}

.home-cnt-box h3 {
    font-family: var(--font-main) !important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    line-height: 30px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
}

.home-cnt-box p {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
    margin: 10px 0;
}

.cnt-border-right {
    border-right: 1px solid var(--primary);
}

.cnt-border-top {
    border-top: 1px solid var(--primary);
}

.no-fn-fam {
    font-family: unset !important;
}

.footer-section {
    background-color: #222;
    width: 100%;
    min-height: 55vh;
    padding-top: 50px;
    padding-bottom: 0;
}

.footer-widget h3 {
    color: var(--white);
    font-size: 25px;
    font-weight: 500;
}

.footer-widget ul {
    padding: 0;
    list-style: none;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer-widget ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    width: 48%;
    margin-bottom: 40px;
}

.footer-widget ul li i {
    color: var(--primary);
    margin-top: 1px;
}

.footer-widget ul li .footer-cnt h3 {
    font-size: 16px;
    color: var(--primary);
}

.footer-widget ul li .footer-cnt p {
    font-size: 15px;
    color: #ccc;
    margin: 0;

    line-height: 25px;
}

.footer-widget-2 h3 {
    color: var(--white);
    font-size: 25px;
    font-weight: 500;

}

.footer-widget-2 ul {
    padding: 0;
    list-style: none;
    margin-top: 25px;
    padding-left: 5px;
}

.footer-widget-2 ul li {
    margin-bottom: 15px;
}

.footer-widget-2 ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    color: #ccc;
    text-decoration: none;
    transition: 0.5s;
}

.footer-widget-2 ul li a:hover {
    color: var(--primary);
}

.footer-widget-3 h3 {
    color: var(--white);
    font-size: 25px;
    font-weight: 500;
}

.footer-widget-3 ul {
    padding: 0;
    list-style: none;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer-widget-3 ul li {
    margin: 0 10px;
}

.footer-widget-3 ul li a {
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    text-decoration: none;
    font-size: 18px;
    transition: 0.5s;

}

.footer-widget-3 ul li a:hover {
    color: var(--white);
    background-color: var(--primary);
}

.copy-right {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c1c1c;
}

.copy-right p {
    color: var(--white);
    margin: 0;
    font-size: 15px;
    text-align:Center;
}

.copy-right p a{
    text-decoration: none;
    color: var(--light-bg);
    white-space:nowrap;
}
.copy-right p a:hover{
    color: var(--primary);
}
.page-baner {
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pages-baner-caption {
    text-align: center;
}

.pages-baner-caption h1 {
    color: var(--white);
    font-family: var(--font-main) !important;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.8px;
    margin: 0;
}

.about-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-img-left {
    max-width: 700px;
    width: 100%;
    height: 500px;
}

.about-img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

.about-right-img img {
    border-radius: 15px 0 0 15px;
}

.about-dt-right {
    padding: 80px;
    width: 100%;
    padding-right: 50px;
}

.about-dt-right h3 {
    font-family: var(--font-main) !important;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #212529;
}

.about-dt-right p {
    text-align: left;
    color: #2D3E4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

.about-address-left {
    flex-direction: column;
    align-items: flex-start;
}

.about-address-left h3 {
    font-family: var(--font-main) !important;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    line-height: 33px;
}

.about-address-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-address-left ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    color: var(--white);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
}

.about-address-left ul li .about-ad-icon {
    min-width: 50px;
    min-height: 50px;
    border: 1px solid var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
    font-size: 20px;

}

.service-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-section .service-img-left,
.service-section .service-dt-right {
    flex-basis: 50%;
}

.service-section .service-img-left {
    height: 500px;
}

.service-section .service-img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.services-dt {
    padding: 30px;
    padding-right: 150px;
    padding-left: 80px;
}

.services-dt h3 {
    font-family: var(--font-main) !important;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary);
}

.services-dt p {
    text-align: left;
    color: #2D3E4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

.services-dt ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.services-dt ul li {
    margin: 10px 0;
    text-align: left;
    color: #2D3E4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

.service-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}


.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}

.tab:hover {
    color: var(--white);
    background-color: #ac2752;
}

.tabs {
    width: 100%;
    display: flex;
    justify-content: center;

}

.panels {
    background: var(--white)f6;
    min-height: 200px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel,
#four:checked~.panels #four-panel,
#five:checked~.panels #five-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab,
#four:checked~.tabs #four-tab,
#five:checked~.tabs #five-tab {
    background: var(--primary);
    color: var(--white);
}


.gallery-img-bx-1 {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    border-radius: 7px;
    overflow: hidden;
}

.gallery-img-bx-1 img,
.gallery-img-bx-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-img-bx-1 img:hover,
.gallery-img-bx-2 img:hover {
    transform: scale(1.1);
}

.gallery-img-bx-2 {
    height: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    border-radius: 7px;
    overflow: hidden;

}

.gallery-img-bx-1 a,
.gallery-img-bx-2 a {
    width: 100%;
    height: 100%;
}

.contact-us-box {
    padding: 20px;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}


.contact-us-box h3 {
    font-family: var(--font-main) !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary);
    line-height: 28px;
}

.contact-address {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-address li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-top: 20px;
    color: #222;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

.contact-address li .contact-ad-icon {
    min-width: 50px;
    min-height: 50px;
    border: 1px solid var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary);
    font-size: 20px;

}

.contact-form {
    padding: 30px;
    background-color: var(--white);
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact-form h3 {
    font-family: var(--font-main) !important;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: #212529;
}

.contact-form p {
    color: #2D3E4D;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
}

.contact-form-box label {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Raleway", sans-serif;
    color: #1c1c1c;
    margin-bottom: 5px;
}

.contact-form-box input {
    height: 50px;
    border: 1px solid #c3436c5a;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    border: 1px dashed var(--primary);
}

.contact-form-box textarea {
    height: 190px;
    border: 1px solid #c3436c5a;
}


.header-cs {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #0000004f;
    display: flex;
    justify-content: space-between;
    padding: 7px 60px;
}

.nav-left {
    width: 40%;
}

.header-cs .nav-custom {
    background-color: transparent;
    width: 60%;
    justify-content: flex-end !important;
}

.header-cs .nav-menu {
    justify-content: flex-end !important;
    width: 100%;
}

.nav-contact-us {
    background-color: var(--primary-dark);
    padding: 7px 15px !important;
    border-radius: 5px;
    transition: 0.5s;
}

.nav-contact-us:hover {
    color: var(--white) !important;
    border-radius: 40px;
}

.about-section {
    display: flex;
    justify-content: center;

}

.about-section .about-left {

    width: 50%;
}

.about-section .about-right {
    width: 50%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 70px;
}

.about-left video {
    width: 100%;
    height: 570px;
    object-fit: cover;
}

.about-right-icon-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-right-icon-img img {
    width: 250px;
}

.about-right h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--font-family);
    margin: 15px 0;
    text-align: center;
}

.about-right p {
    font-size: 17px;
    text-align: left;
    line-height: 27px;
    margin-bottom: 5px;

}

.about-right a {
    padding: 7px 15px !important;
    border-radius: 5px;
    transition: 0.5s;
    text-decoration: none;
    width: 170px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    color: var(--primary);
    margin-top: 15px;

}

.about-right a:hover {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 40px;
}

.highlights_section {
    background-color: var(--light-bg);
}

.home-services-img {
    height: 350px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

.home-services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-service-info-container {
    padding: 20px;
}

.home-services-info {
    padding: 15px;
    margin-top: -100px;
    border-radius: 15px;
    background-color: var(--white);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: relative;
}

.home-services-info h3 {
    font-size: 23px;
    font-weight: 500;
}

.home-services-info p {
    font-size: 16px;
}

.home-services-info a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    background-color: var(--primary-dark);
    color: var(--white);
    rotate: -30deg;
    transition: 0.5s;
}

.home-services-info a:hover {
    rotate: 0deg;
}

/* .home-services-btn{
    display: none;;
} */
.home-service-widget:hover .home-services-img img {
    transform: scale(1.1);
    transition: 0.5s;
}

.home-service-widget:hover .home-services-btn {
    display: block;
}



.carousel-btns .owl-nav {
    width: 100%;
    position: absolute;
    top: 38%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btns .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;
}


.carousel-btns .owl-nav button.owl-next {
    margin-right: -25px;
}

.carousel-btns .owl-nav button.owl-prev {
    margin-left: -25px;
}



.faq-box .accordion-item {
    overflow: hidden;
    border: none;
    margin-bottom: 10px;
    background-color: var(--white);
    border-radius: 10px !important;
}

.faq-box .accordion-button {
    font-size: 18px;
    box-shadow: none !important;
    background-color: var(--white) !important;
    /* height: 60px; */
}

.faq-box .accordion-button:not(.collapsed) {

    font-weight: 600;
    color: var(--primary-dark);
}

.faq-body p {
    font-size: 16px;
    margin: 0;
    line-height: 27px;
}

.faq-body ul {
    border: 0;
    width: 100%;
}

.faq-body ul li {
    font-size: 16px;
    line-height: 25px;
    color: var(--black);
    margin-bottom: 10px;
}

.faq-body ul li strong {
    margin-right: 5px;
}

.faq-section {
    background-color: var(--light-bg);
}

.faq-left {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.footer {
    background-color: #171717;
}

.newsletter-container {
    background-color: #000;
    padding: 40px;
    border-radius: 0 0 40px 40px;
}

.newsletter-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.newsletter-left p {
    color: var(--light-bg);
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.newsletter-field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.newsletter-field input {
    height: 45px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid var(--primary-dark);
    font-size: 15px;
}

.newsletter-field input:focus {
    background-color: transparent;
    border: 1px dashed var(--primary-dark);
}

.newsletter-field button {
    width: 150px;
    height: 45px;
    border-radius: 5px;
    background-color: var(--primary-dark);
    color: var(--white);
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: 0.5s;
}

.newsletter-field button:hover {
    border-radius: 40px;
}

.newsletter-field input::placeholder {
    color: var(--light-bg);
}

.footer-widget {
    padding: 10px;
    padding-right: 90px;
}

.footer-widget img {
    width: 250px;
}

.footer-widget p {
    font-size: 15px;
    color: var(--light-bg);
    margin-top: 10px;
    line-height: 26px;
}

.footer-container {
    padding: 60px 0;
}

.footer-contact ul li {
    font-size: 15px;
    color: var(--light-bg);
    line-height: 26px;
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact ul li i {
    color: var(--primary-dark);
    margin-top: 5px;
}

.footer-contact ul li a {
    border: 0;
    padding: 0;
    color: var(--light-bg);
    font-size: 15px;
    min-height: unset;
    display: unset;
}

.footer-contact ul li a:hover {
    background-color: transparent;
    color: var(--primary-dark);
}

.footer-icons li {
    width: unset !important;
    margin-left: 0 !important;
}

ul.footer-icons {
    margin: 5px 0;
}

.side-contact-form {
    width: 0;
    height: fit-content;
    background-color: var(--white);
    padding: 20px;
    margin-right: -500rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar-enquiry {
    position: fixed;
    right: 0;
    top: 17%;
    z-index: 5510;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebarContactSlide {
    width: 500px;
    transition: 0.5s;
    margin-right: 0;
}

.side-contact {
    width: 210px;
    height: 40px;
    background-color: var(--primary);
    border: 0;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    rotate: 90deg;
    position: absolute;
    left: -126px;

}

.side-contact-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.side-close-btn {
    width: 45px;
    height: 45px;
    border: 0;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 50%;
}

.side-close-btn:hover {
    background-color: var(--primary-dark);
}

.sidebar-contact-btn {
    width: 100%;
    height: 50px;
    background-color: var(--primary);
    border: 0;
    color: var(--white);
    margin-top: 10px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.sidebar-contact-btn:hover {
    border-radius: 40px;
}

.html-overlay {
    background-color: #00000079;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5000;
    display: none;
}

.overlay-pos {
    position: relative;
}

.contact-map-box {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-map-box iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.main-service-center {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-service-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.main-service-side-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-service-left {
    background-color: var(--primary-dark);
    padding: 30px;
    margin-right: -100px;
    position: relative;
}

.main-service-left h3 {
    color: var(--white);
}

.main-service-left p {
    color: var(--light-bg);
}

.main-service-right ul {
    padding: 0;
    margin: 0;

}

.main-service-right ul li {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.left-100 {
    margin-left: -100px;
    margin-right: unset;
}

.main-service-right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
}

.left-service {
    justify-content: flex-end;
    padding-right: 30px;
    padding-left: 0;
}

.service-third-section {
    background-color: var(--light-primary);
}

.service-tab-container ul.servics-tab-list {
    display: flex;
    justify-content: center;
    border: 0 !important;
    gap: 30px;
    flex-wrap: nowrap;
}

.service-tab-container ul.servics-tab-list li {
    width: 26%;
}

.service-tab-container ul.servics-tab-list li button {
    width: 100%;
    height: 200px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-dark);
    /* rotate: 5deg; */
    border-radius: 20px;
}

.service-table-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-table-box {
    width: 84%;
    background-color: var(--white);
    border-radius: 12px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.service-table-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-dark);
}

.service-table-box h4 {
    font-size: 16px;
    font-weight: 300;
}

.service-table-box h6 {
    font-weight: 600;
}

.service-table table tr th {
    border: 1px solid #dfdfdf;
    padding: 12px !important;

}

.service-table table tr td {
    border: 1px solid #dfdfdf;
    padding: 12px !important;
}

.service-table-box p {
    font-size: 15px;
    margin: 5px 0;
    color: #d01f1f;
}

.service-table {
    max-height: 240px;
    overflow: auto;
}

/* width */
.service-table::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
.service-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.service-table::-webkit-scrollbar-thumb {
    background: var(--primary-dark);
}

.signature-service-section {
    background-color: var(--light-bg);
}

.main-service-slider {
    background-color: var(--white);
    border-radius: 10px;
    padding: 10px;
}

.main-service-slider-left {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-service-slider-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.main-service-slider-right {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-service-slider-right h3 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.main-service-slider-right p {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
}

.service-style-widget {
    width: 100%;
    height: 100%;
    background-color: var(--light-bg);
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.service-style-widget img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
}

.service-style-widget h3 {
    margin: 10px 0;
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 22px;
}

.service-style-widget p {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

.highlight-service-widget {
    height: 350px;
    justify-content: center;
}

.highlight-service-widget ul {
    padding: 0;
    margin: 0;
}

.highlight-service-widget ul li {
    margin: 10px;
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
}


.why_choose_us_section {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: var(--bg-white-light);
}

.whychooseUs-container {
    padding: 30px;
    border: 2px solid #222;
    border-radius: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
}

.whychooseUs-container span {
    width: 60px;
    height: 60px;
    background-color: #e3b517;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    left: -30px;
}

.why-choose-info h3 {
    color: #919191;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.why-choose-info p {
    color: #919191;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.why-choose-left {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-choose-left img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.why-choose-right {
    padding: 30px;
    padding-top: 65px;
}

.why-choose-right-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-bottom: 15px;

}

.why-choose-right-box span {
    min-width: 120px;
    height: 50px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    margin-left: -100px;
    margin-top: 3px;
}

.why-choose-right-box-info {
    padding: 20px;
    padding-top: 5px;
    /* border-bottom: 1px solid #ccc; */
    height: 100%;

}

.why-choose-right-box-info h3 {
    color: var(--gray-color);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.why-choose-right-box-info p {
    color: var(--gray-color);
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

/* .why-choose-right-box span.bg-2{
    background-color:#b7920d ;
}
.why-choose-right-box span.bg-3{
    background-color:#9a7a07 ;
}
.why-choose-right-box span.bg-4{
    background-color:#7f660b ;
}
 */

.main-about-mission h3 {
    font-size: 24px;
    margin: 10px 0;
}
.founder-section{
    padding-bottom: 20px;
}
.founderimg-left {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.founderimg-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foundermain-right {
    padding: 50px;
    background-color: var(--light-primary);
    border-radius: 5px;
}
.foundermain-right{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.foundermain-right h3 {
    font-size: 35px;
    color: var(--primary);
}

.foundermain-right h5{
    font-size: 18px;
}
.foundermain-right p{
    font-size: 17px;
    margin-bottom: 10px;
}

.third-service-main-img{
    width: 90%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.third-service-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 200px;
}
.third-service-desc{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.third-service-desc h3{
    font-size: 35px;
    text-align:center;
}
.third-service-desc p{
    font-size: 17px;
    line-height: 28px;
    text-align:center;
    margin: 0;
}
.third-service-main-container{
    display: flex;
}
.third-service-main-left,.third-service-main-right{
    width: 50%;
}
.third-service-main-widget{
    display: flex;
    justify-content: flex-start;
    background-color: var(--white);
}
.third-service-main-widget img{
    width: 50%;
    height: 350px;
    object-fit: cover;

}
.third-service-main-widget-dt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    width: 50%;
}
.third-service-section{
    background-color: #f2f2f2;
}
.third-service-main-widget-dt h3{
    font-size: 21px;
    font-weight: 600;
    color: var(--black);
}
.third-service-main-widget-dt ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}
.third-service-main-widget-dt ul li{
    margin: 5px 0;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}
.third-service-main-widget-dt ul li::before{
    width: 8px;
    height: 8px;
    background-color: var(--primary-dark);
    content: '';
    position: absolute;
    left: -20px;
    top: 7px;

}

.about-left-second {
    position:relative;
}

.about-left-second img.about-img-1{
    width:65%;
    height:500px;
    object-fit:cover;
    border-radius:3px;
}
.about-left-second img.about-img-2{
    width:300px;
    height:350px;
    object-fit:cover;
    border-radius:3px;
    position:absolute;
    top:15%;
    right:10%;
    border:5px solid var(--white);
}




.gallery-container ul {
    justify-content: center;
}

.gallery-container ul,
.gallery-container ul li,
.gallery-container ul li button {
    border: 0 !important;
}

.gallery-container ul li button {
    width: 150px;
    border: 1px solid var(--primary) !important;
    color: var(--primary);
    border-radius: 0 !important;
    font-weight: 500;
}

.gallery-container ul li button.active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.gallery-container ul li button:hover {
    background-color: var(--primary-dark) !important;
    color: var(--white) !important;
}

.gallery-bx,
.gallery-bx a {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-bx a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-bx a:hover {
    cursor: zoom-in;
}

.gallery-bx a:hover img {
    transform: scale(1.2);
    transition: 0.10s;
    rotate: 5deg;
}










