* {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
    --bs-yellow: #F2A451;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

img {
    max-width: 100%;
}

/* 
========================
Topbar Css Start -----------------------
========================
*/

section.top-bar {
    position: relative;
    background-color: #13202A;
    padding: 8px 0;
}

.left-bar {
    display: flex;
    align-items: center;
}

.right-bar ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.left-bar .mobile-no span.icon i {
    color: #fff;
    font-size: 16px;
}

.left-bar .mobile-no a {
    color: #fff;
    font-size: 16px;
}

.left-bar .mobile-no {
    margin-right: 20px;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.left-bar .address span.icon i {
    color: #fff;
    font-size: 16px;
}

.left-bar .address a {
    color: #fff;
    font-size: 16px;
}

.right-bar ul li a {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    padding: 0;
    transition: 0.5s;
}

.right-bar ul li a:hover {
    background-color: var(--bs-yellow);
}

.left-bar .address a:hover {
    color: #fff;
}

.right-bar ul li {
    margin-right: 10px;
}

.right-bar ul li a i {
    font-size: 14px;
}

.left-bar .address {
    margin-right: 20px;
}

/* 
========================
Topbar Css End -----------------------
========================
*/

/* 
========================
Navbar Css Start -----------------------
========================
*/

header.top-navbar nav.navbar.navbar-expand-lg {
    padding: 0;
}

a.navbar-brand {
    padding: 16px 0;
}

a.navbar-brand img {
    max-width: 150px;
}

button.dropdown-btn.for-mobile {
    display: none;
}

.dropdown-container {
    display: none;
}

ul.dropdown-menu {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border: none;
    position: absolute;
    visibility: hidden;
    transform-origin: top;
    border-radius: 0;
    display: block;
    width: 210px;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: -80px;
    transform: scaleY(0);
    transition: .3s;
    border-top: 2px solid #F2A451;
}

ul.navbar-nav li.nav-item {
    position: relative;
    padding: 0 5px;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 1px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border: none;
    z-index: 100;
    width: 200px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #F2A451;
}

ul.dropdown-menu li.nav-item:hover>.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

ul.navbar-nav li.nav-item:hover .dropdown-menu {
    top: 100%;
    opacity: 1;
    margin-top: 0px;
    visibility: visible;
    transform: scaleY(1);
    padding: 0px;
}

ul.dropdown-menu li.nav-item:hover>.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

ul.navbar-nav.ms-auto {
    align-items: center;
}

a.nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    transition: .5s;
}

.nav-link:focus,
.nav-link:hover {
    color: #F2A451;
}

.dropdown-toggle::after {
    display: none;
}

a.nav-link-btn {
    background-color: #F2A451;
    border-color: transparent;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: .5s;
}

a.nav-link-btn:hover {
    border-color: transparent;
    color: #fff;
}


li.nav-item.for-desktop ul.dropdown-menu li.nav-item {
    padding: 0;
}

li.nav-item.for-desktop ul.dropdown-menu li.nav-item a.main-item {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 8px;
    display: block;
    border-bottom: 1px solid #F2A451;
    transition: .5s;
    letter-spacing: normal;
}

li.nav-item.for-desktop ul.dropdown-menu li.nav-item a.main-item:hover {
    background-color: #F2A451;
    color: #fff;
    padding-left: 15px;
    letter-spacing: 0.6px;
}

ul.sub-menu li.sub-item a.sub-link {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 8px;
    display: block;
    border-bottom: 1px solid #F2A451;
    transition: .5s;
    letter-spacing: normal;
}

ul.sub-menu li.sub-item a.sub-link:hover {
    background-color: #F2A451;
    color: #fff;
    padding-left: 15px;
}

li.nav-item.for-desktop ul.dropdown-menu li.nav-item a.main-item::before {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(225deg);
    transition: 0.5s;
}

li.nav-item.for-desktop ul.dropdown-menu li.nav-item a.main-item:hover:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}


li#Services ul.dropdown-menu li.nav-item a.main-item::before {
    display: none;
}

header.top-navbar {
    position: relative;
    background-color: #fff;
    transition: 0.7s;
}


header.top-navbar.sticky {
    position: sticky;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 200;
    border-radius: 0;
    background: #fff;
    transition: .7s;
}

.dropdown-container li a::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 5px;
    right: 5px;
}



.dropdown-menu.show li.dropdown-item a.sub-link::after {
    display: none;
}

/* 
========================
Navbar Css End -----------------------
========================
*/

/* 
========================
Banner Css Start -----------------------
========================
*/

section.banner-area {
    position: relative;
    background-image: url(../assets/images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 460px;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 35%;
}

.banner-content h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}

.banner-content h1 span.text-color {
    color: var(--bs-yellow);
}

.banner-content p {
    color: #fff;
    letter-spacing: 0.6px;
    text-align: justify;
    margin-bottom: 20px;
}

.banner-btn a {
    background-color: var(--bs-yellow);
    color: #fff;
    padding: 6px 25px;
    border-radius: 5px;
    position: relative;
    transition: all linear .3s;
}

@keyframes vibrate {
    0% {
        box-shadow: 0 0 0 0 #F2A451;
    }
}

.banner-btn a:hover,
.banner-btn a:focus {
    animation: vibrate 1s;
    box-shadow: 0 0 0 1em transparent;
}

/* 
========================
Banner Css End -----------------------
========================
*/


/* 
========================
About Section Css Start -----------------------
========================
*/



section.about-area {
    padding: 60px 0;
    position: relative;
}


.about-imgs-area {
    position: relative;
    background-color: var(--bs-yellow);
    padding: 20px;
}

.about-counter {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #13202A;
    color: #fff;
    padding: 20px 25px;
}

img.second-img {
    position: absolute;
    max-width: 294px;
    background-color: var(--bs-yellow);
    padding: 10px;
    bottom: 0;
    right: 0;
}

.about-experi {
    background-color: #13202A;
    color: #fff;
    padding: 20px 25px;
    position: relative;
    width: fit-content;
}

img.first-img {
    max-width: 250px;
    margin-bottom: 10px;
}


.about-content-area h1 {
    font-size: 30px;
    color: var(--bs-yellow);
    margin-bottom: 10px;
}


.about-content-area h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}

.about-content-area p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 30px;
    color: #666;
    letter-spacing: 0.6px;
}



/* 
========================
About Section Css End -----------------------
========================
*/



/* 
========================
Features Section Css start -----------------------
========================
*/


section.features-area {
    position: relative;
    background-color: #13202A;
    padding: 50px 0;
}

.features-box {
    display: flex;
}

.features-box .icon img {
    max-width: 80px;
}

.features-box .content {
    padding-left: 10px;
}

.features-box .content h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 10px;
}

.features-box .content p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.6px;
}





/* 
========================
Features Section Css End -----------------------
========================
*/



/* 
========================
Services Section Css Start -----------------------
========================
*/



section.services-area {
    position: relative;
    padding: 60px 0;
    background-color: #c0c0c05c;
}

.heading-area {
    text-align: center;
    margin-bottom: 30px;
}

.heading-area h1 {
    color: #F2A451;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

section.services-area .row {
    justify-content: center;
}

.services-box {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    margin-bottom: 40px;
}

.services-box img {
    width: 100%;
    transition: .5s;
    height: 260px;
}

.services-content {
    background-color: #13202A;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.services-content h3 {
    position: relative;
}

/* .services-content h3::after {
    content: '';
    background-image: url(../assets/images/services-imgs/right-arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 40;
    top: 0;
    background-size: contain;
} */

.services-content h3 a {
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.services-box:hover img {
    transform: scale(1.1);
}


/* 
========================
Services Section Css End -----------------------
========================
*/



/* 
========================
Work Process Section Css Start -----------------------
========================
*/



section.work-process-area {
    padding: 60px 0;
    position: relative;
}

.work-process-box {
    position: relative;
    padding: 20px;
    text-align: center;
}

.work-process-box .icon img {
    background-color: #F2A451;
    max-width: 100px;
    padding: 15px;
    border-radius: 10px;
}

.work-process-box .icon {
    margin-bottom: 20px;
    text-align: center;
}

.work-process-box .content h2 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
}

.work-process-box .content h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.6px;
}








/* 
========================
Work Process Section Css End -----------------------
========================
*/




/* 
========================
Why Choose Us Section Css Start -----------------------
========================
*/

section.why-choose-us-area {
    position: relative;
    padding: 60px 0;
}

.why-choose-us-img img {
    width: 100%;
}

.why-choose-us-content h1 {
    color: #F2A451;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.why-choose-us-content h3 {
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.why-choose-us-inner-box {
    margin-bottom: 20px;
    position: relative;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #cbcbcb;
}

.why-choose-us-inner-box.bg-blue {
    background-color: #13202A;
}

.why-choose-us-inner-box.bg-blue h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    font-weight: 500;
}

.why-choose-us-inner-box.bg-blue p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: justify;
}

.why-choose-us-inner-box.bg-white h4 {
    color: #000;
    font-size: 20px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    font-weight: 500;
}

.why-choose-us-inner-box.bg-white p {
    color: #000;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    font-weight: 300;
    text-align: justify;
}

.why-choose-us-content p {
    margin-bottom: 10px;
    line-height: 30px;
    text-align: justify;
    color: #000;
    letter-spacing: 0.6px;
}


/* 
========================
Why Choose Us Section Css End -----------------------
========================
*/


/* 
========================
Gallery Section Css Start -----------------------
========================
*/

section.gallery-area {
    background-color: #13202A;
    padding: 60px 0;
    position: relative;
}

.gallery-img {
    margin-bottom: 40px;
}

.gallery-img img {
    max-width: 360px;
    border-radius: 5px;
}




/* 
========================
Gallery Section Css End -----------------------
========================
*/


/* 
========================
Popular Product Section Css Start -----------------------
========================
*/


section.popular-product {
    padding: 60px 0;
    position: relative;
}

.popular-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
}

.popular-box img {
    border-radius: 5px;
    max-width: 100%;
    transition: .5s;
}

.popular-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 27px;
    width: 90%;
}

.popular-content h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    font-weight: 600;
}

.popular-content p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    font-weight: 400;
}

.popular-box:hover img {
    transform: scale(1.1);
}




/* 
========================
Popular Product Section Css End -----------------------
========================
*/


/* 
========================
Testimonials Section Css Start -----------------------
========================
*/

section.tf_testimonials {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.testimonials-content {
    background-color: #13202A;
    height: 100%;
    padding: 30px;
}

h1.testimonials-title {
    text-align: center;
    color: #fff;
    letter-spacing: 0.6px;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 600;
}

.testimonials-box {
    background-color: #000;
    position: relative;
    padding: 40px;
    border-radius: 10px 10px 10px 0;
    margin: 10px;
}

.rating-box {
    text-align: center;
    margin-bottom: 20px;
}

.rating-box i {
    color: #FEC810;
    font-size: 25px;
}

.testimonials-box .content p {
    text-align: center;
    color: #fff;
    letter-spacing: 0.6px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 300;
}

.testimonials-box .content {
    margin-bottom: 20px;
}

.testimonials-box .name-area {
    text-align: center;
}

.testimonials-box .name-area h3 {
    text-align: center;
}

.testimonials-box .name-area h3 {
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 20px;
    font-weight: 500;
}

.testimonials-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff !important;
}

.slick-dots li button:before {
    font-size: 16px !important;
    color: #fff !important;
}

.slick-dots {
    bottom: -50px !important;
}

/* 
========================
Testimonials Section Css End -----------------------
========================
*/




/* 
========================
Appointment Section Css Start -----------------------
========================
*/

section.appointment-area {
    padding: 60px 0;
    position: relative;
}

.appointment-form {
    background-color: #13202A;
    height: 100%;
    padding: 30px;
}

.appointment-form label.form-label {
    color: #fff;
    letter-spacing: 0.6px;
}

.appointment-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 5px 0;
    font-weight: 300;
    color: #fff !important;
    box-shadow: none !important;
}

.appointment-form input::placeholder {
    color: #666 !important;
    font-weight: 300;
}

.appointment-form h1 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent !important;
    border-color: #ffffff !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

textarea.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 5px 0;
    font-weight: 300;
    color: #fff !important;
    box-shadow: none !important;
}

textarea.form-control::placeholder {
    color: #666 !important;
    font-weight: 300;
}

.quote-btn .submit-btn {
    background-color: var(--bs-yellow);
    color: #fff;
    padding: 6px 25px;
    border-radius: 5px;
    border: none;
    position: relative;
    transition: all linear .3s;
}

span.error-message {
    color: white;
    letter-spacing: 0.6px;
}

.quote-btn .submit-btn:hover,
.quote-btn .submit-btn:focus {
    animation: vibrate 1s;
    box-shadow: 0 0 0 1em transparent;
}


/* 
========================
Appointment Section Css End -----------------------
========================
*/





/*================ Footer css start  ==============*/

footer.main-footer {
    background-color: #13202A;
    padding: 60px 0 20px;
    position: relative;
}

.footer-inner img {
    position: relative;
    width: 160px;
    height: auto;
    margin-top: 30px;
}

.footer-inner {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 175px;
    width: 200px;
    border-radius: 150px 150px 0 0;
    background-color: #13202a;
    text-align: center;
    top: 0;
}

ul.tf__topbar_right_footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-social {
    margin-top: 60px;
    margin-bottom: 40px;
}

.tf__topbar_right_footer li {
    line-height: 50px;
}

.tf__topbar_right_footer li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #F8FAFA;
    color: #f2a451;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    font-size: 22px;
    transition: all linear .3s;
}

.tf__topbar_right_footer li a:hover {
    background-color: #f2a451;
    color: #fff;
}

.link {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}

.link ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.link ul li a {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
}

.link ul li {
    margin: 0 20px;
}

.helpful_box {
    padding: 25px;
}

.heading_helpful {
    color: #fff;
    font-size: 30px;
    letter-spacing: .8px;
    padding: 0 35px;
}

.helpful_box h4 {
    color: #fff;
    font-size: 22px;
    letter-spacing: .8px;
}

.helpful_box p a {
    color: #fff;
    font-size: 18px;
    letter-spacing: .8px;
}

.helpful_box p {
    color: #fff;
    font-size: 18px;
    letter-spacing: .8px;
}

.helpful_links_main {
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}

.copyright-detail {
    text-align: center;
    padding-top: 30px;
}

.copyright-detail p {
    color: #fff;
    font-size: 18px;
    letter-spacing: .8px;
}


.helpful_box ul li {
    padding: 5px 30px;
    position: relative;
}

.helpful_box ul li a {
    color: #fff;
    letter-spacing: 0.6px;
}

.helpful_box ul li::before {
    content: '\f0a4';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    color: #fff;
    animation: arrow1 5s linear infinite;
}

@keyframes arrow1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(10px, 0px, 0);
        transform: translate3d(10px, 0px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.copyright-detail p a {
    color: #F2A451;
    font-weight: 500;
}

/*================ Footer css END ==============*/



/*================ Newsletter Area css Start ==============*/


section.newsletter-area {
    position: relative;
    padding: 60px 0;
    background-color: #f2a451;
    margin-bottom: 110px;
}

.newsletter-content {
    text-align: center;
}

.newsletter-content h2 {
    color: #13202a;
    margin-bottom: 10px;
    font-size: 35px;
    letter-spacing: 0.6px;
    font-weight: 700;
}


.newsletter-content h4 {
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    font-size: 25px;
    font-weight: 500;
}

.newsletter-content .banner-btn a {
    border: 2px solid #13202a;
    color: #13202a;
}


@keyframes vibrate1 {
    0% {
        box-shadow: 0 0 0 0 #13202a;
    }
}

.newsletter-content .banner-btn a:hover,
.newsletter-content .banner-btn a:focus {
    animation: vibrate1 1s;
    box-shadow: 0 0 0 1em transparent;
}

/*================ Newsletter Area css End ==============*/



/*================ About Us Page Area css Start ==============*/

.page-header.parallaxie {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 100%), url(../assets/images/breadcrumb-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 46.1672px;
    padding: 100px 0;
}

.page-header-box h2 {
    font-size: 65px;
    color: #fff;
    letter-spacing: 0.6px;
    font-weight: 600;
    margin-bottom: 20px;
}

ol.breadcrumb {
    margin-bottom: 0;
    align-items: center;
}

.page-header-box .breadcrumb li {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-right: 30px;
}

.page-header-box .breadcrumb li a {
    color: #fff;
}

.page-header-box .breadcrumb li:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 22px;
    color: #50AFE5;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 5px;
    left: -20px;
}

.page-header-box .breadcrumb li:first-child:before {
    display: none;
}

/*================ About Us Page Area css End ==============*/




/*================ Services Details Area css Start ==============*/


.service-details {
    padding: 70px 0;
    position: relative;
    background-color: #13202A;
}

.service-sidebar-list h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
}

.service-sidebar-list ul li {
    margin-bottom: 30px;
    transition: 0.5s;
}

.service-sidebar-list ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 30px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    border-radius: 10px;
    background-color: #F2A451;
    transition: all 0.5s ease 0s;
    z-index: 1;
}


.service-sidebar-contact {
    border-radius: 10px;
    background-color: #F2A451;
    width: 100%;
    padding: 35px 30px;
    margin-bottom: 30px;
}

.service-sidebar-contact h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 20px;
}

ul.link-widget-1-list li {
    margin-bottom: 12px;
}

ul.link-widget-1-list a {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
}


.service-sidebar-contact ul.link-widget-1-list a i {
    margin-right: 10px;
}


span.services-location {
    margin-left: 35px;
}

.services-form {
    border-radius: 10px;
    background-color: #F2A451;
    width: 100%;
    padding: 35px 30px;
}

.services-form label.form-label {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.services-form input.form-control {
    background-color: transparent !important;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.6px;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 4px 0;
    box-shadow: none !important;
}

.services-form input.form-control::placeholder {
    color: #fff !important;
    font-weight: 300;
}

.services-form textarea.form-control {
    color: #fff !important;
    font-weight: 500;
}

.services-form textarea.form-control::placeholder {
    color: #fff !important;
    font-weight: 300;
}

.service-details-right-image {
    margin-top: 75px;
    overflow: hidden;
}

.service-details-right-image img {
    width: 100%;
    border-radius: 10px;
    transition: 0.5s;
    height: 530px;
}

.service-details-right-content {
    margin-top: 30px;
}

.service-details-right-content h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 15px;
}

.service-details-right-content p {
    color: #fff;
    letter-spacing: 0.6px;
    font-size: 17px;
    line-height: 32px;
    text-align: justify;
    font-weight: 300;
}

.services-form .quote-btn .submit-btn {
    background-color: #13202a;
}


.one-side {
    position: sticky;
    top: 100px;
    height: 100%;
}



section.wood_door_area {
    position: relative;
    padding: 60px 0;
}

.small-img img {
    height: 95px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 90px;
    display: block;
    opacity: 0.6;
}

.inner-box-type {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.big-img-preview img {
    max-width: 360px;
}

section.inner-page {
    padding: 60px 0;
    position: relative;
}

.wood_doors_box .product-title {
    text-align: center;
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-top: 20px;
}

.wood_doors_box {
    margin-bottom: 40px;
}

.wood_doors_box a img {
    border-radius: 5px;
}

.inner-page-content h3 {
    color: #F2A451;
    font-size: 30px;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

ol.breadcrumb li:last-child {
    font-weight: 400;
    font-size: 20px;
}


/*================ Services Details Area css End ==============*/


button#nextBtn {
    background-color: #F2A451;
    border-color: #F2A451;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: .5s;
    border: none;
}

button#prevBtn {
    background-color: #F2A451;
    border-color: #F2A451;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: .5s;
    border: none;
}

button#submitBtn {
    background-color: #F2A451;
    border-color: #F2A451;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: .5s;
    border: none;
}

.service-details-right-content li {
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.6px;
    text-align: justify;
    line-height: 30px;
}

.gallery-img video {
    width: 100%;
    height: 245px;
}

h1.services-head {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.modal-services {
    margin: 0px 30px;
}

label.form-check-label {
    font-size: 16px;
    font-weight: 500;
}

label.form-check-label-2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px;
}

.form-check ul li {
    font-size: 17px;
    margin-left: 50px;
    margin-top: 10px;
}


.modal-dialog-top-centered {
    display: flex;
    align-items: flex-start; /* Align at the top */
    justify-content: center;
    min-height: 100vh; /* Ensure it takes up the full viewport height */
}

.modal.fade .modal-dialog.modal-dialog-top-centered {
    transform: translateY(0%);
}

label.form-check-label-3 {
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0px;
}

.changing-bg-btn {
    animation: bg-change 3s infinite;
}

@keyframes bg-change {
    0% { background-color: #F2A451; } 
    25% { background-color: #13202A; } 
    50% { background-color: #F2A451; } 
    75% { background-color: #13202A; } 
    100% { background-color: #F2A451; } 
}


.gallery-btn a {
    background-color: var(--bs-yellow);
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    position: relative;
    transition: all linear .3s;
}

.gallery-btn {
    text-align: center;
}