:root {
    --body-bg: #0e0d0c;
    --theme-color: #ac754c;
    --body-color: #;
    --title-color: #081528;
    --secondary-color: #fde5d8;
    --border-color: #e7e5e5;
    --title-font:
        "Kanit", sans-serif;
    --body-font:
        "Kanit", sans-serif;
    --icon-font:
        "Font Awesome 5 Pro";
    --main-container: 1270px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --ripple-ani-duration: 5s
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--body-bg);
    line-height: 28px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    margin: auto;
}

.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
}

a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    transition: all ease .4s;
    font-family: var(--body-font) !important;
    font-weight: 400;
}

a:hover {
    color: #fff;
}

dl,
ol,
ul {
    margin: 0 !important;
    padding-left: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
    font-family: var(--body-font);
}

p {
    margin: 0 0 18px 0;
    line-height: 1.63;
    font-family: var(--body-font);
    font-weight: 400;
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 28px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: var(--theme-color);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: #fff;
    border-radius: inherit;
    z-index: 1;
    transition: all ease .4s
}

.scroll-btn:focus i,
.scroll-btn:hover i {
    background-color: var(--title-color);
    color: var(--white-color)
}

.scroll-btn.show {
    bottom: 40px;
    opacity: 1;
    visibility: visible
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

/* css */
.logo2 {
    display: none;
}

.menu-logo {
    display: block;
}

.banner-heading-2 img {
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
    border-right: 8px solid var(--theme-color);
}

.banner-heading h3 {
    font-size: 52PX;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}

.banner-heading p {
    font-size: 18px;
    font-weight: 400;
    /* text-transform: capitalize; */
    margin: 30px 0px;
    color: #000000;
    width: auto;
}

.svg-image {
    position: absolute;
    top: -120px;
    width: 100%;
    content: '';
    z-index: 9;

}

.hero-image {
    position: absolute;
    left: -30%;
    width: 18%;
    content: '';
    z-index: 9;
    bottom: -45%;
}

.header-links ul li a {
    color: #fff;
    margin: 0px 20px;
}

.header-icon {
    margin-right: 20px;
}

.header-icon img {
    max-width: 28px;
    height: 28px;
}

.header-links ul {
    display: flex;
    float: right;
}

.header-links-1 ul {
    display: flex;
    padding: 12px;
    justify-content: center;
}

.primary-btn {
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 10px 20px 10px 30px;
    font-size: 17px;
    background: var(--theme-color);
    border: 1px solid #fff;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    border-right: 6px solid #fff;
    border-left: 6px solid #fff;
}

.secondery-button {
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 14px 20px 10px 30px;
    font-size: 16px;
    background: var(--body-color);
    border: none;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
    box-shadow: 8px 8px 2px 0px #ccc;
}

.primary-btn:hover {
    background-color: #000;
    color: #fff;
    transition: 800ms;
}

.logo {
    max-width: 180px;
    height: auto;
}

.header-links {
    align-self: center;
    text-align: center;
}

.header-links-1 {
    text-align: center;
    align-self: center;
}

.header-links ul li a i {
    padding-right: 15px;
}

.header-layout {
    position: absolute;
    top: 0;
    width: 100%;
}

.header-bttn {
    padding: 10px 0px;
}

.tabs-icon li a {
    color: #000;
    margin: 0px 0px;
    font-size: 18px;
    font-weight: 400;
}

.tabs-icon li a:hover {
    color: var(--theme-color);
    transition: 500ms;
    border-radius: 5px;
}

.main-header {
    position: relative;
    background: url("../images/banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 100px;
}

.header_nav {
    z-index: 1;
    background: #ffffff87;
    padding-top: 60px;
}

.tabs-icon li {
    align-items: center;
    display: flex;
}

.highlight {
    color: var(--theme-color);
    text-transform: capitalize;
}

.service-area {
    position: relative;
    padding: 80px 0px;
    background: #ac754c;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-top {
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    background: var(--theme-color);
}

.section-title h1 {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
}

.section-title h6 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.service-single-item {
    position: relative;
    margin-top: 10px;
    /* box-shadow: 1px 1px 5px 2px #ddd; */
    background-color: #f0f0f0;
    padding: 20px;
    min-height: 445px;
    border-radius: 14px;
    border: 2px dotted #ac754c;
}

.service-icon-box h3 {
    font-size: 25px;
    color: #ac754c;
    font-weight: normal;
}

.service-button a {
    color: var(--theme-color);
}

.service-single-item:hover {
    background-color: #000000;
    box-shadow: 1px 1px 6px 1px var(--theme-color);
    transition: 800ms;
}

.service-contents p {
    font-size: 15px;
    margin: 20px 0px;
}

.service-single-item:hover .service-title2 {
    color: #fff;
}

.service-single-item:hover .service-contents p {
    color: #fff;
}

.service-single-item:hover .service-button a {
    color: #fff;
}

.service-single-item:hover .service-icon img {
    filter: invert(100%);
}

.service-contents {
    color: #000;
    font-size: 17px;
}

.about_area {
    padding: 80px 0px;
}

.testimonials {
    background-image: url(../images/banner-img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}

.testimonials-page {
    background: #000000d9;
    padding: 60px 0px;
}

.item p {
    color: #ffffff;
    margin: 40px;
}

.testimonials h3 {
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
}

.testimonials h6 {
    color: var(--theme-color);
    font-size: 20px;
    text-transform: uppercase;
}

.item h4 {
    color: #ffffff;
    font-size: 24px;
}

.item {
    /* background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(192, 176, 165)); */
    /* padding: 10px;  */
    margin: 30px 10px;
    height: auto;
    /* border-radius: 13px; */
}

.counter-area {
    background: url(../images/counter_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 90px;
}

.case-study-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.case-study-thumb:hover:before {
    left: 0%;
    width: 100%;
}

.case-study-thumb::before {
    background-image: linear-gradient(90deg, rgba(214, 211, 203, 0.62) 0%, rgb(173, 139, 113) 100%);
    position: absolute;
    content: "";
    right: 0%;
    height: 100%;
    width: 0%;
    transition: .5s;
}

.case-study-single-box {
    margin-bottom: 30px;
}

.gallery-btn {
    float: right;
}

.project-area {
    padding: 80px 0px;
}

.project-area h3 {
    font-size: 48px;
    color: #000;
}

.project-area h6 {
    font-size: 20px;
    color: var(--theme-color);
}

.section-title {
    margin-bottom: 50px;
}

.copyright-wrap {
    background: #1f1f1f;
}

.copyright-text {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    margin-bottom: 0px;
}

.service-icons {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 14px;
    overflow: hidden;
}

.counter-title h4 {
    color: #f2bf99;
    font-size: 42px;
}

.counter-title span {
    color: var(--theme-color);
    font-size: 42px;
}

.counter-title h5 {
    color: #fff;
    font-size: 27px;
}

.counter-single-items {
    text-align: center;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu ul li a:hover {
    color: var(--theme-color)
}

.footer-menu h4 {
    color: var(--theme-color);
    margin-bottom: 20px;
}

.footer-menu ul li {
    font-size: 17px;
    padding: 5px 0px;
}

.widget-area {
    padding: 80px 0px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
}

.address-line {
    margin-left: 35px;
}

.imges-1 {
    position: absolute;
    top: 68%;
    right: 15%;
    border-radius: 10px !important;
}

.imges-2 {
    position: absolute;
    top: 26%;
    right: 38%;
    border-radius: 10px !important;
}

.wrapper {
    padding: 60px 0px;
}

.breadcumb-wrapper {
    margin-top: 172px;
    background-position: bottom;
}

.breadcumb-content {
    padding: 110px 0px 150px 0px;
}

.breadcumb-content h3 {
    font-size: 38px;
    color: #000000;
    text-align: center;
}

.service-menu ul li a h3 {
    font-size: 21px;
    color: #fffefe;
}

.service-menu ul li {
    background-color: var(--theme-color);
    margin: 0px 0px 30px 0px;
    border-bottom: 3px solid #797979;
    padding: 10px 14px 4px 15px;
    border-radius: 30px;
}

.service-menu ul li a {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    align-items: center;
}

.about-image-section img {
    border-radius: 12px;
    text-align: center;
}

.about-image-section {
    text-align: left;
}

.about-image-section-right {
    text-align: right;
}

.about-image-section-right img {
    border-radius: 12px;
}

.Service-image-section {
    text-align: justify;
}

.service-text p {
    font-size: 17px;
    color: #534441;
    margin-bottom: 60px;
}

.area-bg {
    background: #f2f2f2;
    padding: 20px 0px;
}

.form-input {
    width: 100%;
    padding: 10px;
    margin: 15px 0px;
    outline: none;
    color: #000;
    box-shadow: 0px 0px 5px 0px #ac754c;
    border: none;
    border-radius: 8px;
}

.contact-us-list {
    text-align: center;
}

.contact-us-list h4 {
    font-size: 28px;
    color: #000;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.contact-us-list ul li a {
    color: var(--theme-color);
    font-size: 20px;
}

.contact-us-list ul li {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 10px 0px;
    box-shadow: 1px 1px 5px 2px #ddd;
    border-radius: 6px;
}

.contact-title {
    font-size: 28px;
    color: #000;
}

.page-title {
    font-size: 30px;
    color: var(--theme-color);
}

.payment-heading h3 {
    font-size: 34px;
    color: var(--theme-color);
    text-align: center;
    margin-bottom: 60px;
}

.Service-image-section h3 {
    color: #0c0c0c;
    text-align: center;
}

.Service-image-section-right h3 {
    text-align: center;
}

.Service-image-section p {
    color: #000000;
}

.service-menu ul li:hover {
    background-color: #fff;
}

.service-menu ul li:hover h3 {
    color: #000;
}

.contact-us-list ul li:hover {
    background-color: var(--theme-color);
}

.contact-us-list ul li:hover a {
    color: #fff;
}

.main-project-area {
    padding: 50px 0px;

    h3 {
        text-align: center;
    }

    .filter-item {
        margin: 10px 0;
    }

}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.blogs-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.blog-item {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.blog-item a:first-child {
    width: 100%;
}

.blog-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-item h3 a {
    color: black;
    font-size: 1.5rem;
}

.blog-sidebar h3 {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    border-left: 3px solid var(--theme-color);
    margin-bottom: 2rem;
}

.blog-sidebar-items {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.4rem;
}

.blog-sidebar-items a {
    color: black;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 500;
}

.blog-sidebar-items img {
    height: 80px;
    width: 100px;
}

.blog-main {
    padding: 1.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-main .blog-title {
    font-size: 2rem;
}

.blog-main .blog-title-sm {
    font-size: 1.5rem;
    color: var(--theme-color);
    margin: 1rem 0;
}
.blog-main img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.blog-main .blog-title-xs {
    font-size: 1.2rem;
    color: var(--theme-color);
    margin: 0.5rem 0;
}

.blog-main a {
    font-size: 1rem;
    color: var(--theme-color);
}

.blog-main p {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom: 0;
    color: #525252;
}