:root {
    --color-1: #ab833f;
    --color-1-light: #e7b258;
    --color-1-extra-light: #ffe9c3;
    --color-1-dark: #87662f;
    --color-2: #000000;
    --color-2-light-rgba: rgba(0, 0, 0, 0.49);
    --color-success: #4CAF50;
    --color-orange: #4CAF50;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

p {
    font-size: 17px;
    line-height: 2;
    color: #363636;
}

.boxed_wrapper {
    overflow: inherit;
}

.main-menu-box {
    margin-top: 9px;
}

.logo-box-style2 {
    position: relative;
    margin: 0px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 0px 0px 4px 4px;
}

.logo-box-style2 img {
    height: 80px;
}

.main-menu .navigation>li>a {
    color: #525252;
    font-size: 15px;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0.7px;
}

.cover-img {
    width: 100%;
}

.cover-img.cover-mob {
    display: none;
}

.slotholder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    background: -webkit-linear-gradient(to right, rgb(0 0 0 / 70%), rgb(255 255 255 / 0%));
    background: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(255 255 255 / 0%));
    /* opacity: 0.5; */
}

.about-style2-image-box .pattern {
    background: var(--color-1-extra-light);
}

.btn-one {
    font-family: 'Poppins';
    border: 2px solid var(--color-1);
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 3.3;
    padding: 0 20px 0;
}

.btn-one:hover {
    border: 2px solid #ffffff;
    background: var(--color-2);
    letter-spacing: 2px;
}

.btn-submit {
    background: var(--color-2);
    border: 2px solid var(--color-2);
    box-shadow: 0px 20px 25px rgb(0 0 0 / 25%);
}

.btn-submit:hover {
    background: var(--success);
}

.stricky .btn-one:hover {
    letter-spacing: 1px;
}

.stricky-fixed .btn-one:hover {
    border: 2px solid var(--color-2);
    background: var(--color-2);
    letter-spacing: 1px;
}

.btn-type-2 {
    border: none ! important;
}

.btn-type-2:hover {
    border: none ! important;
    background: var(--color-2);
}

.single-working-box-style2 {
    width: 50%;
}

.single-working-box-style2 .read-more a span:before {
    bottom: 30px;
}

.single-working-box-style2 .static-content,
.single-working-box-style2 .overlay-content {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.single-working-box-style2 .static-content {
    margin: 20px;
    background: rgb(0 0 0 / 50%);
    background: -webkit-linear-gradient(to right, rgb(0 0 0 / 50%), rgb(47 21 0 / 71%));
    background: linear-gradient(to right, rgb(0 0 0 / 50%), rgb(47 21 0 / 71%));
}

.single-working-box-style2 .overlay-content {
    margin: 30px 20px;
    background: rgb(20 94 100 / 86%);
    background: -webkit-linear-gradient(to right, rgb(20 94 100 / 86%), rgb(20 94 100 / 86%));
    background: linear-gradient(to right, rgb(20 94 100 / 86%), rgb(20 94 100 / 86%));
}

.single-working-box-style2 .icon-holder,
.single-working-box-style2 .overlay-content .icon-holder {
    box-shadow: 0px 10px 25px rgb(0 0 0 / 10%);
    padding: 15px 5px;
    width: 150px;
    height: auto;
    margin: 0 auto 30px;
    border: 2px solid var(--color-1);
    background: #ffffff;
    border-radius: 0px;
}

.single-working-box-style2:hover .icon-holder img {
    transform: scale(1.0);
}

.sf-btn-1 {
    background: var(--color-1);
    white-space: nowrap;
    padding: 15px 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: fit-content;
    transition: 0.5s;
}

.sf-btn-1:hover {
    letter-spacing: 2px;
    background: var(--color-1-light);
}

.sf-btn-1.text-center {
    margin-left: auto;
    margin-right: auto;
}

.working-style2-area {
    background-size: cover;
    background-repeat: repeat;
}

.working-style2-area::before {
    background: rgb(0 0 0 / 89%) none repeat scroll 0 0;
}

.why-choose-title {
    background: var(--color-2);
}

.instagram-items {
    margin-right: 0px;
}

.instagram-items li {
    width: calc(33.33% - 3px);
    display: inline-block;
}

.instagram-items li {
    padding: 4px;
}

.instagram-items li:nth-child(3n+3) {
    padding: 4px 0px 4px 4px;
}

.instagram-title {
    padding: 120px 0px;
}

.instagram-items li .img-holder img {
    height: 200px;
    object-fit: cover;
}

.scroll-to-top {
    width: 35px;
    height: 35px;
    line-height: 30px;
}

.breadcrumb-area .inner-content {
    padding: 200px 0 100px;
}

.breadcrumb-area {
    background-position: right bottom;
}

.breadcrumb-area .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.breadcrumb-area .title:before {
    top: auto;
    bottom: 0px;
}

.breadcrumb-area::before {
    content: '';
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    background: -webkit-linear-gradient(to right, rgb(0 0 0 / 70%), rgb(255 255 255 / 0%));
    background: linear-gradient(to right, rgb(0 0 0 / 70%), rgb(255 255 255 / 0%));
}

.breadcrumb-area .breadcrumb-menu ul li {
    opacity: 0.75;
}

.about-area {
    padding-top: 70px;
    padding-bottom: 50px;
}

.about-text {
    padding-left: 50px;
}

.about-image-box {
    padding-bottom: 60px;
    background: var(--color-1-extra-light);
}

.about-image-box .text-box:before {
    color: transparent;
}

.about-area.type-2 .about-image-box {
    padding-left: 0px;
    padding-right: 60px;
}

.about-area.type-2 .about-image-box:before {
    left: 0;
    right: auto;
}

.single-brand-item {
    background: #ffffff;
    border: 1px solid #f1f1f1;
}

.brand-area {
    background: #fbfbfb;
}

.brand-items-carousel.owl-carousel .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
}

.single-brand-item img {
    filter: grayscale(100%);
}

.single-brand-item:hover img {
    filter: grayscale(0%) ! important;
}

.single-brand-item a {
    padding: 15px;
}

.about-area.type-2 .about-text {
    padding-left: 0px;
}

.project-logo {
    position: absolute;
    width: 200px;
    margin-top: -50px;
    background: #fff;
    padding: 5px;
    border: 2px solid var(--color-1);
    box-shadow: 0px 5px 25px rgb(73 73 73 / 16%);
}

.project-logo img {
    width: 100%;
    height: auto;
}

.project-breadcrumb .inner-content {
    padding: 200px 0px 200px;
}

.project-area .sec-title {
    padding-bottom: 20px;
    padding-top: 20px;
}

.info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 1px;
    padding-left: 1px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 30px auto auto;
}

.info-box .info-item {
    width: calc(33% + 1px);
    margin-top: -1px;
    margin-left: -1px;
    padding: 40px 15px;
    border: 1px solid #000000;
    box-sizing: border-box;
    transition: all 0.2s;
    box-sizing: border-box;
    text-align: center;
    background: rgb(79 49 0);
}

.info-box .info-item img,
.info-box .info-item label,
.info-box .info-item p {
    display: block;
}

.info-box .info-item img {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.info-box .info-item label {
    margin-bottom: 4px;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #979595;
}

.info-box .info-item p,
.info-box .info-item a p {
    margin-bottom: 0px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 15px;
}

.info-box-2 ul {
    height: calc(100% - 30px);
    background-color: #fdfdfd;
    border: 1px solid #fdfdfd;
    margin-bottom: 30px;
    padding: 20px;
    transition: 0.5s;
}

.info-box-2 ul:hover {
    border: 1px solid var(--color-1);
    box-shadow: 1px 1px 15px #ccc;
    background: #fff;
}

.project-info-content {
    max-width: 100%;
    margin: 50px auto 0;
}

.how-work-box .how-works-content ul li {
    margin-bottom: 30px;
}

.how-work-box .how-works-content ul li .text h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 2px 0 8px;
}

.single-service-sidebar:before {
    content: none;
}

.single-service-sidebar {
    max-width: 100%;
}

.sidebar-contact-box {
    margin-top: -200px;
    padding-bottom: 30px;
}

.sidebar-contact-box .contact-form .inner-box {
    padding: 0px;
    background: transparent;
    border: none;
}

.sidebar-contact-box .contact-form form select {
    padding-left: 45px;
    background: #ffffff;
}

.sidebar-contact-box .contact-form form input[type="text"],
.sidebar-contact-box .contact-form form input[type="email"],
.sidebar-contact-box .contact-form form input[type="tel"],
.sidebar-contact-box .contact-form form select {
    height: 46px;
    width: 100%;
}

.sidebar-contact-box .contact-form form textarea {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
}

.sidebar-contact-box .contact-form form input[type="text"],
.sidebar-contact-box .contact-form form input[type="email"],
.sidebar-contact-box .contact-form form input[type="tel"],
.sidebar-contact-box .contact-form form textarea,
.sidebar-contact-box .contact-form form select {
    margin-bottom: 20px;
    padding-right: 15px;
    color: #000;
}

.form-sidebar .sidebar-contact-box .contact-form form input[type="text"],
.form-sidebar .sidebar-contact-box .contact-form form input[type="email"],
.form-sidebar .sidebar-contact-box .contact-form form input[type="tel"],
.form-sidebar .sidebar-contact-box .contact-form form textarea,
.form-sidebar .sidebar-contact-box .contact-form form select {
    margin-bottom: 16px;
    padding-right: 10px;
}

.sidebar-contact-box .contact-form form input[type="tel"] {
    margin-bottom: 13px;
    padding-right: 10px;
}

.sidebar-contact-box .contact-form form .input-box .icon {
    top: 12px;
}

.about-style2-text .sec-title p {
    margin: 0 0 10px;
}

.about-style2-area {
    padding: 90px 0 90px;
}

.sec-title .title {
    letter-spacing: 3px;
    word-spacing: 0.5rem;
}

.why-choose-title .button a:hover {
    background: var(--color-1);
}

.custom-area-1 {
    padding-top: 0px;
    padding-bottom: 80px;
}

.single-contact-address-box {
    margin-top: -70px;
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 27%);
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 27%);
}

.single-service-sidebar {
    height: 100%;
}

.form-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
}

.form-sidebar .sidebar-contact-box .inner-content {
    padding: 30px 30px 40px;
    background: var(--color-1-dark);
    box-shadow: 0px -12px 25px rgb(20 94 100 / 37%);
    border: 3px solid #fff;
}

.form-sidebar .sec-title .title {
    font-size: 35px;
    line-height: 1.8;
    word-spacing: inherit;
}

.form-sidebar .sec-title .bottom-text {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    margin: 8px 0 0;
}

.contact-form form textarea {
    height: auto;
}

.contact-info-area {
    padding: 50px 0px 30px;
}

.sec-title.with-text {
    padding-bottom: 22px;
}

.content-info-box .inner-content {
    padding: 60px 0px 0px;
}

.contact-details-form textarea {
    margin-top: 0px;
}

.form-large .col-md-cus-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.form-small .col-md-cus-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.about-text .inner-content .text,
.about-style2-text .text {
    text-align: justify;
}

.single-project-style4 .img-holder img {
    height: 400px;
    object-fit: cover;
}

.single-project-style4 .overlay-box {
    height: 240px;
}

.fancybox-button--share {
    display: none;
}

.single-project-style4 .overlay-box .box .link {
    color: #fff;
    font-size: 30px;
}

.instagram-items li .img-holder .overlay .box .link-icon {
    color: #fff;
    font-size: 25px;
}

.single-fact-counter {
    margin-bottom: 35px;
}

.single-fact-counter .title {
    padding-left: 0px;
}

.single-fact-counter .title h3 {
    font-size: 13px;
    line-height: 1.5;
    color: #949494;
}

.single-fact-counter .title h3 span {
    color: #27282c;
}

.single-fact-counter .count-box {
    padding-left: 25px;
    width: 75px;
}

.single-fact-counter .count-box h1 {
    font-size: 40px;
    line-height: 1;
}

.single-fact-counter .count-box:before {
    top: -2px;
    width: 40px;
    height: 40px;
}

.company-overview-area {
    padding: 80px 0px 100px;
}

.instagram-title .pattern-bg {
    bottom: -50px;
    opacity: 0.32;
}

.mainmenu-right.style2 .button {
	padding: 10px 0;
}

.main-menu.style2 .navigation>li>a {
	padding: 27px 0px;
}

.mainmenu-right.style2 .button a {
    width: 198px;
    border: none;
    text-align: center;
}

.title.nearby-place h3 {
    font-size: 13px ! important;
    color: #757575 ! important;
    border-left: 4px solid var(--color-1-light);
    padding-left: 12px;
}

.title-time {
    font-size: 25px ! important;
    line-height: 1;
    color: #27282c ! important;
}

.title-location {
    font-size: 14px ! important;
    color: #505050 ! important;
    letter-spacing: 0.5px;
}

.footer-contact-info {
    box-shadow: 0px -25px 25px rgb(0 0 0 / 5%);
}

.project-info-content .project-info-title {
    padding-left: 0px;
}

.project-info-content .project-info-title:before {
    content: none;
}

.project-info-content .project-info-title h3 {
    padding-left: 0px;
}

.working-style2-content {
    margin-top: -110px;
    text-align: center;
    background: #fff;
    padding: 50px 30px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
}

.about-text .sec-title {
    padding-bottom: 20px;
}

.intro-box {
    display: block;
}

.intro-box .sec-title {
    max-width: 100%;
}

.footer-contact-info-area {
    margin: -90px 0 -75px;
}

.text-rera {
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 12px;
    color: #ffffffc4;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.5;
}

.single-testimonial-style2 .overlay-content .quote-icon span:before {
    color: var(--color-1);
    font-size: 63px;
    line-height: 63px;
}

.owl-item.active .single-testimonial-style2 {
    border: 1px solid var(--color-1);
}

.testimonial-style2-area {
    padding: 80px 0 80px;
}

.testimonial-style2-content .owl-carousel .owl-stage-outer {
    padding: 10px 0px 10px;
}

.working-area::before {
    opacity: 0.92;
    background: var(--color-1);
}

.yt-video {
    width: 100%;
    height: 550px;
    border-radius: 10px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .container {
        max-width: 92%;
    }
}

@media only screen and (max-width: 767px) {
    .logo-box-style2 {
        position: relative;
        padding: 10px 0px;
        background: none;
    }
    .logo-box-style2 img {
        height: 40px;
        width: auto ! important;
    }
    .mainmenu-right.style2 {
        right: 0px;
    }
    .mainmenu-right.style2 .button {
        display: block;
        text-align: right;
        margin-left: auto;
        padding: 10px 0px;
    }
    .mainmenu-right.style2 .button a {
        width: 164px;
        padding: 8px 0px 13px;
        font-size: 12px;
        line-height: 1;
    }
    .cover-img.cover-desk {
        display: none;
    }
    .cover-img.cover-mob {
        display: block;
    }
    .about-area {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .about-text {
        padding-left: 0px;
    }
    .title span {
        font-size: 24px;
    }
    .about-style2-area {
        padding: 50px 0 50px;
    }
    .about-style2-image-box .pattern {
        top: -10px;
        left: 10px;
        bottom: 0px;
    }
    .about-style2-image-box {
        margin-top: 50px;
    }
    .about-style2-text .sec-title {
        padding-bottom: 15px;
    }
    .about-style2-text .text {
        padding-top: 25px;
    }
    .project-bg {
        height: 350px;
        object-fit: cover;
    }
    .single-working-box-style2 .icon-holder,
    .single-working-box-style2 .overlay-content .icon-holder {
        padding: 10px 5px;
        width: 120px;
        margin: 0 auto 10px;
    }
    .why-choose-area {
        padding: 70px 0px;
    }
    .why-choose-content .single-box.whitebg:nth-last-child(2) {
        background: #f7feff;
        border-top: 1px solid #e2fbff;
    }
    .instagram-title {
        padding: 70px 0px 0px;
    }
    .instagram-title {
        padding: 70px 0px 0px;
    }
    .instagram-items {
        display: -webkit-inline-box;
    }
    .instagram-items li .img-holder img {
        height: 100px;
    }
    .brand-items-carousel.owl-carousel .owl-nav {
        left: auto;
        right: 0px;
        display: none;
    }
    .brand-area .sec-title {
        padding-bottom: 10px;
    }
    .brand-area {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .contact-details-form-box .title-box {
        padding-bottom: 25px;
    }
    .contact-details-form-box {
        padding: 20px 20px 70px;
    }
    .contact-details-form input[type="text"],
    .contact-details-form input[type="email"],
    .contact-details-form input[type="tel"] {
        height: 45px;
        margin-bottom: 15px;
    }
    .contact-details-form textarea {
        margin-bottom: 15px;
    }
    .single-brand-item .overlay-content {
        width: 100px;
        padding: 0px 0px 0px;
    }
    .single-brand-item .overlay-content p {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
    .about-area.type-2 .about-image-box {
        padding-right: 20px;
        margin-top: 30px;
    }
    .about-image-box {
        padding-bottom: 20px;
    }
    .custom-area-1 {
        padding-top: 0px;
        padding-bottom: 50px ! important;
    }
    .custom-area-1 .about-text {
        margin-top: 0px;
    }
    .about-text .sec-title {
        padding-bottom: 20px;
    }
    .project-area.type-2 .about-text {
        margin-top: 0px;
    }
    .project-info-content .project-info-title {
        padding-left: 0px;
    }
    .project-info-content .project-info-title:before {
        width: 40px;
    }
    .project-info-content .inner-content {
        padding: 30px 20px;
    }
    .title span {
        font-size: 16px;
        line-height: 1;
    }
    .info-box .info-item {
        width: calc(50% + 1px);
    }
    .how-work-box .how-works-content {
        padding-top: 0px;
    }
    .single-contact-address-box {
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .form-large .col-md-cus-6,
    .form-small .col-md-cus-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row .order.order-1 {
        -webkit-order: 2;
        order: 2;
    }
    .row .order.order-2 {
        -webkit-order: 1;
        order: 1;
    }
    .sidebar-contact-box {
        margin-top: 0px;
    }
    .single-service-sidebar {
        padding-top: 15px ! important;
    }
    .form-sidebar .sec-title .title {
        margin-top: 8px;
        font-size: 25px;
        line-height: 1.2;
    }
    .form-sidebar .sidebar-contact-box .inner-content {
        padding: 35px 30px 40px;
        box-shadow: none;
        border: none;
    }
    .company-overview-area {
        padding: 80px 0px 10px;
    }
    .single-fact-counter {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    .footer-contact-info {
        box-shadow: none;
    }
    .form-sidebar .sidebar-contact-box .contact-form form input[type="text"],
    .form-sidebar .sidebar-contact-box .contact-form form input[type="email"],
    .form-sidebar .sidebar-contact-box .contact-form form input[type="tel"],
    .form-sidebar .sidebar-contact-box .contact-form form textarea,
    .form-sidebar .sidebar-contact-box .contact-form form select {
        padding-left: 0px;
        text-indent: 50px;
    }
    .footer-contact-info-area {
        margin: 0px 0 0px;
    }
    .text-rera {
        margin-bottom: 0;
        margin-top: 10px;
        color: #000000;
        font-weight: 400;
    }
    .yt-video {
        height: 180px;
    }
    .working-style2-area::before {
        background: rgb(0 0 0 / 68%) none repeat scroll 0 0;
    }
}