:root {
    --theme-color: #b14e22;
    --body-color: #555555;
    --title-color: #121f38;
    --secondary-color: #fde5d8;
    --heading-font: "Elsie", serif;
    --title-font:
        "Marcellus", serif;
    --body-font:
        "DM Sans", sans-serif;
    --main-container: 1270px;
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-weight: 400;
    color: var(--body-color);
    line-height: 28px;
    overflow-x: hidden;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

ul {
    list-style-type: none;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

li {
    padding: 0px;
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

img {
    border: none;
    max-width: 100%
}

p {
    margin: 0 0 10px 0;
    line-height: 1.63;
    font-family: var(--body-font);
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--heading-font);
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 15px 0
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 56px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: calc(var(--main-container) + var(--container-gutters));
        padding-left: calc(var(--container-gutters)/2);
        padding-right: calc(var(--container-gutters)/2)
    }

    .container-fluid {
        padding-left: calc(var(--container-gutters)/2);
        padding-right: calc(var(--container-gutters)/2)
    }
}

@media only screen and (max-width: 1600px) {
    .container-fluid.px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0>.row {
        margin-left: -12px !important;
        margin-right: -12px !important
    }
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 46px;
    padding: 0 20px 0 42px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--body-bg);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    border-radius: 35px;
}

/* css */

button.navbar-toggler {
    background: #ffffff !important;
}

.logo {
    width: 290px;
    padding: 3px;
    /* margin-left: 120px; */
}

.upper_header_layout {
    background-color: #000;
}

.header-top {
    padding: 9px;
    display: none;
}

.header-links-1 ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.header-links P a {
    color: #ffffff;
    font-weight: 500;
}

.header-links P a:hover {
    color: var(--theme-color);
}

.header-links P {
    margin-bottom: 0px;
}

.header-links {
    display: flex;
    align-items: center;
}

.header-links-1 {
    float: right;
    display: flex;
    align-items: center;
}

.header-links-1 ul li a {
    color: #ffffff;
    font-weight: 500;
}

.header-links-1 ul li a:hover {
    color: var(--theme-color);
}

.header-links p a i {
    color: #ba5524;
}

.header-links-1 ul li a i {
    color: #ba5524;
}

.tab-links li {
    padding: 0px 24px;
    display: flex;
    align-items: center;
}

.tab-links li a {
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.tab-links li a:hover {
    color: var(--theme-color);
}

.banner_text_bttn {
    width: 150px;
}

.banner_box {
    position: relative;
    margin: 20px 90px 0px 90px;
    padding: 100px;
    background: linear-gradient(to bottom right, rgb(255 255 255 / 37%), rgb(255 255 255)), url(../img/bg-4.jpg)
}

.header-layout {
    padding-top: 26px !important;
}

.intro-thumb {
    overflow: hidden;
    border-top-left-radius: 150px;
}

.intro-thumb img {

    transition: all .3s linear;
}

.intro-thumb img:hover {
    transform: scale(1.1);
    border-top-left-radius: 30%;
}

.banner__section {
    position: relative;
    background-image: url(../img/hero-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-social {
    position: absolute;
    top: 40%;
    right: 70px;
    display: flex;
    align-items: center;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: right top;
    z-index: 9;
}

.banner-social>h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--text-font);
    position: relative;
    width: fit-content;
    padding-right: 10px;
    margin-bottom: 0;
}

.banner-social ul {
    width: 100%;
}

.banner-social ul li {
    display: inline-block;
    margin-right: 10px;
    transform: rotate(90deg);
}

.banner-social ul li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
}

.banner-social ul li a:hover {
    background-color: var(--theme-color);
}

.service_section_bg {
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@keyframes zoomup {
    0% {
        transform: scale(1.09);
    }

    50% {
        transform: scale(1.0)
    }

    100% {
        transform: scale(1.09);
    }
}

.award_img {
    animation: zoomup .9s linear infinite;
}

.widget_title {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-wrapper {
    background-image: url(../img/bg-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.widget-area {
    padding: 80px 0px 0px 0px;
}

.copyright-wrap {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #00000012;
}

.footer-widget {
    ul {
        padding: 0px;
    }

    li {
        padding: 8px 0px;
        border-bottom: 1px dotted #ba55245e;
    }

    a {
        color: #494949;
        font-size: 15px;
        text-decoration: none;
        font-weight: 600;
    }

    p {
        color: #494949;
        font-size: 15px;
        font-weight: 600;
    }

    i {
        color: var(--theme-color);
        margin-right: 15px;
        font-size: 17px;
        font-weight: 600;
    }
}

.footer-widget a:hover {
    color: var(--theme-color);
    letter-spacing: 0.9px;
    transition: all .3s linear;
}

.footer-widget p:hover {
    color: var(--theme-color);
    transition: all .3s linear;
}

.footer_logo img {
    width: 310px;
}

.footer_logo p {
    font-size: 15px;
    color: #000;
    margin: 20px 0px;
}

.quick_links {
    margin-left: 30px;
}

.address {
    margin-left: 28px;
}

.copyright-text {
    color: #000;
    font-size: 13px;
}

.copyright-text a {
    color: #000;
}

.primary-bttn {
    background-color: #ba5524;
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 4px 1px #5b5858;
}

.primary-bttn:hover {
    background-color: #000;
    color: #fff;
}

.vs-bttn {
    background-color: #ba5524;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    height: 52px;
    box-shadow: 1px 1px 4px 1px #5b5858;
}

.vs-bttn:hover {
    color: #fff;
    background-color: #000;
}

.dropdown ul {
    display: none;
    background-color: #fff;
    width: 242px;
    top: 23px;
    background-color: #f1f1f1;
    padding-left: 10px;
    z-index: 9;
    box-shadow: 1px 1px 3px 2px #ccc;
}

.dropdown ul li {
    padding: 8px 10px;
    color: #000;
    transition: all .3s linear;
}

.dropdown ul li:hover {
    background-color: var(--theme-color);
}

.dropdown ul li:hover a {
    color: #ffffff;
}

.dropdown:hover ul {
    display: block;
    position: absolute;
    z-index: 9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.intro-content {
    margin-left: 40px;
}

.section-title h3 {
    position: relative;
    color: #000;
    font-size: 72px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.section-title p {
    font-size: 17px;
    color: #000;
    font-weight: 400;
}

.subtitle {
    margin-bottom: 20px;
    color: #ba5524;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
}

.section-title-2 h3 {
    position: relative;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.service_section,
.about_section {
    padding: 110px 0px;
}

.service_section_bg {
    background-image: url(../img/service-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.service-card {
    margin: 20px 0px;
    position: relative;
    text-align: center;
}

.service-card h3 {
    font-size: 28px;
    margin: 30px 0px 15px 0px;
}

.service-card h3 a {
    color: #fff;
    text-decoration: none;
}

.thumb {
    z-index: 2;
    overflow: hidden;
    position: relative;
    transition: all .3s linear;
}

/* .thumb img{
    position: relative;
} */
.thumb:hover p {
    opacity: 1;
    margin: 0px 28px;
    padding: 10px 35px;
    background-color: var(--theme-color);
    color: #fff;

}

.thumb p {
    position: absolute;
    bottom: 0%;
    font-size: 15px;
    color: #000;
    margin: 0px 28px;
    padding: 10px 35px;
    opacity: 0;
    transition: all .3s linear;
}

.shape1 {
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

.shape1 img {
    width: 100%;
    height: 600px;
}

.icon {
    position: relative;
    bottom: -28px;
}

.icon img {
    width: 45px;
}

.link-btn {
    margin-top: 10px;
}

.about-button {
    margin-top: 30px;
}

.about_bg_image {
    background-image: url(../img/about/aboutshape2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about_section_bg {
    position: relative;
    background-image: url(../img/bg-5.jpg);
}

.about_shape_img-1 {
    position: absolute;
    top: 50px;
    left: 40px;
}

.about_shape_img-2 {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

.about-2-img {
    position: absolute;
    bottom: -50px;
    right: 15px;
}

.project_section {
    padding: 120px 0px;
}

.project_section_bg {
    background-image: url(../img/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.gallery_img {
    border-radius: 12px;
}

.gallery_img {
    transition: all .3s linear;
    overflow: hidden;
}

.item {
    overflow: hidden;
}

.gallery_img:hover {
    transform: scale(1.1);
}

.gallery-title h3 {
    position: relative;
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.testimonials_section {
    padding: 120px 0px;
    background-color: #ffffffc9;
}

.testimonials_section_bg {
    position: relative;
    background-image: url(../img/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.review {
    background-color: #ba5524;
    padding: 40px;
    color: #fff;
    border-radius: 8px;
}

.review img {
    width: 120px !important
}

.review h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.review p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0px;
}

.testimonials_shape_img-1 {
    position: absolute;
    top: 40px;
    right: 40px;
}

.testimonials_shape_img-2 {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.top__header__content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.upper_header_address a {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
}

.upper_header_address img {
    background-color: var(--theme-color);
    border-radius: 50%;
    padding: 8px;
    width: 45px;
}

.upper_header_number img {
    background-color: var(--theme-color);
    border-radius: 50%;
    padding: 8px;
    width: 45px;
}

.upper_header_number a {
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 500;
}

.upper_header_logo a img {
    width: 264px;
    height: auto;
}

.upper_header_number a:hover {
    color: #000;
}

.upper_header_address a:hover {
    color: #000;
}

.social_icons {
    display: flex;
}

.social_icons img {
    width: 40px;
    height: auto;
    margin-left: 15px;
}

.why_choose_section {
    position: relative;
    padding: 100px 0px;
    background-color: #000000bd;
}

.why_choose_bg {
    background-image: url(../img/bg-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.why_choose_content {
    text-align: center;
}

.why_choose_content h4 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 25px;
    font-weight: 600;
}

.why_choose_content h2 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 25px;
    font-weight: 600;
}

.why_choose_content p {
    color: #fff;
    font-size: 17px;
}



/* service page start here  */
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gt-breadcrumb-wrapper .gt-page-heading {
    padding: 120px 0 120px;
    z-index: 9;
    text-align: center;
}

.gt-breadcrumb-wrapper .gt-page-heading h3 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 800;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li i {
    color: var(--theme-color);
}

.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}


/* Service Sidebar Styles */
.service-sidebar {
    position: relative;
}

.service-sidebar__single {
    margin-bottom: 30px;
}

.service-sidebar__info {
    padding: 30px;
    background-color: #f2eeea;
    border-radius: 8px;
}
.section-padding{
    padding: 100px 0px;
}
.service-sidebar__nav {
    list-style: none;
}

.service-sidebar__nav li+li {
    margin-top: 20px;
}

.service-sidebar__nav li a {
    position: relative;
    display: block;
    padding: 19px 30px;
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 700;
    background-color: var(--theme-color);
    transition: all 0.5s ease;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}

.service-sidebar__nav li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: calc(100% - 30px);
    background-color: var(--theme-color);
    transition: all 0.5s ease;
}

.service-sidebar__nav li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
    transition: all 0.5s ease;
    z-index: -1;
}

.service-sidebar__nav li.current a {
    color: var(--white);
    background-color: var(--primary-color);
}

.service-sidebar__nav li.current a::before {
    opacity: 0;
}

.service-sidebar__nav li a:hover {
    color: var(--white);
}

.service-sidebar__nav li a:hover::after {
    width: 100%;
    left: 0;
}

.service-sidebar__contact {
    position: relative;
    margin-top: 40px;
    text-align: center;
    background-color: #fe892ee0;
    border-radius: 8px;
    overflow: hidden;
    padding: 40px 20px;
    color: var(--white);
}

.service-sidebar__contact__icon {
    width: 70px;
    height: 70px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
}

.service-sidebar__contact__icon span {
    font-size: 30px;
    color: var(--primary-color);
    transition: all 0.5s ease;
}

.service-sidebar__contact:hover .service-sidebar__contact__icon {
    transform: rotateY(180deg);
}

.service-sidebar__contact:hover .service-sidebar__contact__icon span {
    color: var(--white);
}

.service-sidebar__contact__time {
    font-size: 16px;
    margin-bottom: 10px;
}

.service-sidebar__contact__number {
    font-size: 24px;
    font-weight: 700;
}

.service-sidebar__contact__number a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-sidebar__contact__number a:hover {
    opacity: 0.8;
}

/* Service Details Content Styles */
.service-details__content {
    padding-left: 30px;
}

.service-details__thumbnail {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

.service-details__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.service-details__thumbnail:hover img {
    transform: scale(1.05);
}

.service-details__title {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--text-color);
    position: relative;
    padding-bottom: 15px;
}

.service-details__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
}

.service-details__text {
    margin-bottom: 25px;
    line-height: 1.8;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.wow {
    visibility: hidden;
}

.fadeInUp {
    animation-name: fadeInUp;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/* Responsive */
@media (max-width: 991px) {

    .col-lg-4,
    .col-lg-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-details__content {
        padding-left: 0;
        margin-top: 40px;
    }
}