@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

@font-face {
    font-family: 'aktivgrotesk-blacuploadedfile';
    src: url('../fonts/aktivgrotesk-black-webfont.woff2') format('woff2'),
        url('../fonts/aktivgrotesk-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aktivgrotesk-bolduploadedfile';
    src: url('../fonts/aktivgrotesk-bold-webfont.woff2') format('woff2'),
        url('../fonts/aktivgrotesk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aktivgrotesk-hairuploadedfile';
    src: url('../fonts/aktivgrotesk-hairline-webfont.woff2') format('woff2'),
        url('../fonts/aktivgrotesk-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aktivgrotesk-lighuploadedfile';
    src: url('../fonts/aktivgrotesk-light-webfont.woff2') format('woff2'),
        url('../fonts/aktivgrotesk-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aktivgrotesk-mediuploadedfile';
    src: url('../fonts/aktivgrotesk-medium-webfont.woff2') format('woff2'),
        url('../fonts/aktivgrotesk-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aktivgrotesk-reguuploadedfile';
    src: url('../fonts/aktivgrotesk-regular-webfont.woff2') format('woff2'),
        url('../fonts/aktivgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aktivgrotesk-thinuploadedfile';
    src: url('../fonts/aktivgrotesk-thin-webfont.woff2') format('woff2'),
        url('../fonts/aktivgrotesk-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
    scroll-behavior: smooth;
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 16px;
    color: #2b3031;
    line-height: 22px;
    font-weight: normal;
    font-family: 'aktivgrotesk-reguuploadedfile';
    font-style: normal;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #978543;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    margin-bottom: 15px;
    color: #2b3031;
}

.h3,
h3 {
    font-size: 1.6rem;
}

.mobile {
    display: none;
}


.desktop {
    display: block;
}

select.form {
    width: 100%;
    font-family: 'Lato', serif;
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .25ch;
    color: #555 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/

}

.mar-top {
    margin-top: 80px !important;
}

textarea {
    height: 200px;
    letter-spacing: .25ch;

}

textarea.form-control {
    font-size: 14px;
}

/*p{
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    font-family: 'aktivgrotesk-lighuploadedfile';
    font-family: 'Lato', serif;;
    font-weight: normal;
    font-style: normal;
}*/
p,
li {
    float: none;
    font-size: 15px;
    color: #555;
    font-weight: 400;
    letter-spacing: .25ch;
    font-family: 'Lato', serif;
}

.font-style1 {
    font-size: clamp(2.4rem, 4vw, 2.4rem);
    letter-spacing: .35ch;
    line-height: 1.2;
    text-transform: uppercase;
}

.font-style2 {
    font-weight: 300;
    margin: 0 0 1.6rem;
    font-size: 32px;
    letter-spacing: .25ch;
    line-height: 1.2;
    text-transform: uppercase;
}

.discover p {
    font-size: 14px;
    color: #000;
}

.bg-color1 {
    background-color: #1b1b1b;
}

.text-color2 {
    color: #8d8d8d;
}

.text-yellow {
    color: #978543;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.isStuck {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1b1b1b !important;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.header-right {
    text-align: right;
}

.home-page .header {
    background-color: transparent;
}

.header {
    background-color: #000;
}

.home-page .header {
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    z-index: 999;
}

.home-page .isStuck .header {
    position: relative;
}

.logo,
.brand-logo {
    display: table;
    margin: 10px auto 5px auto;
    width: 60%;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.isStuck .logo {
    display: none;
    opacity: 0;
}

.brand-logo {
    /*display: none;*/
    position: relative;

}

.brand-logo img {
    width: 280px;
    padding: 5px 0;
}

/*.isStuck .brand-logo{
    display: block;
}*/
.social-icons,
.social-icons li,
.footer-icons li {
    display: inline-block;
    vertical-align: middle;
}

.social-icons li {
    margin-right: 15px;
}

.social-icons li a,
.footer-icons li a {
    font-size: 20px;
    color: #fff;
}

.social-icons li a:hover {
    color: #9a8739
}

.social-icons.footer-icons {
    margin-top: 0;
}

.footer-icons li a {
    font-size: 18px;
}

.footer-icons li {
    margin-right: 15px;
}

li.footer-icons1 a:hover {
    color: #c53297;
}

li.footer-icons2 a:hover {
    color: #4267b2;
}

li.footer-icons3 a:hover {
    color: #00a592;
}

.mobile-menu {
    font-size: 3em;
    color: #fff;
    cursor: pointer;
    display: none;
}

.navigation {
    padding: 15px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navigation>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 12px;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 1;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #ffffff;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
    text-align: left;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 18px;
    color: #000;
    white-space: normal;
    border-radius: 0;
    border: 0;
}

.navigation>li:first-child {
    display: block;
}

.navigation a {
    overflow: hidden;
    position: relative;
    display: block;
    color: #fff;
    padding: 0px 20px;
    font-family: 'Lato', serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2ch;
    line-height: 1.8;
    font-size: 13px;
    transition: all 500ms ease 0s;
}

.navigation li.dropdown {
    padding-right: 20px;
}

.navigation li.dropdown a {
    padding-right: 24px;
}

.navigation>li.dropdown>a:after {
    font-family: bootstrap-icons;
    content: "\F282";
    position: absolute;
    top: 50%;
    right: 0;
    /*font-size: 14px;*/
    transition: all 500ms ease 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
    color: #9b8738;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
    color: #fff;
    background-color: #000;
    border: 0;
    border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    display: block;
}

.social-icons,
.contact-list {
    margin-top: 26px;
}

.contact-list li {
    padding: 0 10px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2ch;
}

.contact-list li:first-child {
    padding-left: 0;
}

.contact-list li:last-child {
    padding-right: 0;
}

.contact-list li i {
    margin-right: 5px;
    vertical-align: middle;
}

.contact-list li:last-child {
    padding-right: 0;
}

.contact-list li a:hover,
.contact-list li a:focus {
    color: #9a8739;
}

.contact li a {
    color: #000;
}

.btn1 {
    border: 1px solid #fff;
    padding: 0.6rem 1.2rem;
    background-color: transparent;
    color: #fff;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3ch;
    font-family: 'Lato', serif;
}

.btn1:hover,
.btn1:active,
.btn1:focus,
.btn:focus-visible {
    background-color: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;

}

.btn2 {
    background-color: #9b8738;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.4px;
    padding: 8px 9px;
    text-transform: uppercase;
    width: 100%;
}

.btn2:hover,
.btn2:focus {
    color: #fff;
    background-color: #b6a974;
}

.btn3 {
    background-color: #9b8738;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.4px;
    padding: 8px 9px;
    /* width: 100%; */
    display: inline-block;
}

.btn3:hover,
.btn3:focus {
    color: #fff;
    background-color: #b6a974;
}

input::placeholder {
    font-size: 14px;
    color: #282828;
    font-family: 'Lato', serif;
    letter-spacing: .2ch;
}

#metro-touch-slider .carousel-caption {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 120px;
}

.sub-title1 {
    color: #fff;
    font-size: 28px;
    letter-spacing: .35ch;
    line-height: 1.2;
    text-transform: uppercase;
}

#metro-touch-slider .carousel-caption h5 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: .35ch;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-img-box {
    position: relative;
}

.home-img-style1:before,
.home-img-style2:before {
    content: "";
    position: absolute;
    bottom: -27px;
    left: -27px;
    background-color: #9a8739;
    width: 300px;
    height: 332px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
}

.home-img-style2:before {
    left: auto;
    right: -27px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.style-box1 {
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin: 15px 0;
    display: block;
}

.style-box1 span {
    display: inline;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #30373e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.style-box1:hover {
    background-color: #1b1b1b;
    color: #fff;
}

.style-box1:hover span {
    color: #fff;
    -webkit-text-stroke-width: unset;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-fluid,
.parallax .container-xxl {
    position: relative;
    z-index: 1;
}

.overlap:before,
.overlap2:before {
    background-color: rgba(0, 0, 0, 0.35);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap2:before {
    background-color: rgba(0, 0, 0, 0.90);
}

.latest-service {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
}

.overlay {
    background: rgba(0, 0, 0, .4);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.overlay-invisible {
    opacity: 0;
}

.latest-service:hover .overlay {
    opacity: 1
}

.overlay-p-15 {
    padding: 15px;
}

/*.overlay-border {
    height: 100%;
    width: 100%;
}*/
.latest-service-content {
    position: absolute;
    top: 52%;
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.latest-service-inner {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.latest-service:hover .latest-service-inner {
    opacity: 1
}

.latest-service img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

/*.latest-service:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}*/
.latest-service-inner h3 {
    font-weight: 300;
    margin: 0 0 1.6rem;
    font-size: 32px;
    color: #fff;
    letter-spacing: .25ch;
    line-height: 1.2;
    text-transform: uppercase;
}

.latest-service-inner h3 a:hover {
    color: #fff
}

.latest-service-inner h6 {
    color: #f4b11d;
}

.latest-service-inner p {
    color: #fff;
}

#project-carousel .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #D6D6D6;
    border-radius: 100%;
    margin: 5px;
}

#project-carousel .owl-dots .owl-dot.active span,
#project-carousel .owl-dots .owl-dot:hover span {
    background-color: #1b1b1b;
    border-color: #1b1b1b;
}

.project-overlap {
    position: relative;
    overflow: hidden;
}

.project-box .project-overlap {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .85) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .85) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .85) 90%);
}

#project-carousel .item .project-box .project-overlap .img-fluid {
    width: 100px;
    display: inline-block;
}

.sub-title {
    color: #555;
}

.project-box:hover .project-overlap {
    bottom: 0;
}

.project-box .project-overlap .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}

.project-box:hover .project-overlap .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.project-box .project-overlap a {
    font-size: 22px;
    color: #fff;
}

.footer-widget {
    padding: 20px 0 20px 0;
}

.widget-title {
    font-size: 14px;
    font-weight: 400;
    color: #988738 !important;
    margin-bottom: 20px;
    letter-spacing: .2ch;
    font-family: 'Lato', serif;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 0px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
}

/*.footer-menu li a:before{
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family:'bootstrap-icons';
}*/
.footer-links {
    display: block;
    color: #585858;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    /*letter-spacing: .2ch;*/
    font-family: 'Lato', serif;
}

.footer-links a {
    padding: 0 10px;
}

.footer-links a:first-child {
    padding-left: 0;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #ddd;
}

.address-box {
    margin-bottom: 15px;
}

.address-box .address-icon-holder {
    float: left;
    margin-right: 15px;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

/*.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #ff1a27 transparent transparent transparent;
    content: '';
    left: 10px;
}*/
.address-box .address-content {
    position: relative;
    overflow: hidden;
}

.address-box .address-content strong {
    color: #ffffff;
}

.address-box .address-content {
    color: #ffffff;
}

.address-box .address-content p {
    color: #fff;
}

.address-box .address-content p a:hover {
    color: #ddd;
}

.w-80 {
    width: 80%;
}

/*.address-box{
    border-right: 2px solid #fff;
    padding:50px 20px;
    text-align: center;
}
.address-box.last-child{
    border-right: 0;
}
.address-box .address-icon-holder{
    font-size: 16px;
    display: table;
    margin:auto;
    margin-bottom: 15px;
    color:#000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: '';
    left: 10px;
}
.address-box a:hover,
.address-box a:focus{
    color: #ccc;
}
.footer-links a{
    margin:4px 5px;
}*/
/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap:after {
    position: absolute;
    font-family: "bootstrap-icons";
    content: '\F286';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: normal;
    color: #4e4e4e;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #4e4e4e;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.progress-wrap:after {
    color: #4e4e4e;
}

.progress-wrap svg.progress-circle path {
    stroke: #4e4e4e;
}

.card-img {
    position: relative;
    cursor: pointer;
}

.overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #000000a1;
    border-radius: 5px;
}

.card-img:hover .overlay1 {
    opacity: 1;
}

.card-img:hover .overlay1 i.bi.bi-search {
    display: block;
}

.icon {
    color: white;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

i.bi.bi-search {
    display: none;
}

.card-img:hover i.bi.bi-search {
    display: block;
}

.mid-overlay .icon:hover {
    color: #fff;
}

.mid-overlay .icon:focus {
    color: #fff;
}

.project-wrap h5.card-title a {
    border: 1px solid #dfdfdf;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-family: aktiv-grotesk-std, sans-serif;
    padding: 15px;
    /*background: #91919133;*/
    font-size: 17px;
}

.project-wrap h5.card-title a:hover {
    background: #00000061;
}

.project-wrap .card-body {
    padding: 127px 0;
}

.project-wrap h5.card-title {
    margin-bottom: 0;
}

.card.project-wrap {
    padding: 150px 0;
    border-radius: 0px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 20px;
}

.card.project-wrap:before {
    background-color: rgb(0 0 0 / 31%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
}

.padding-rooms {
    padding: 10% 10%;
}

.border_bottom {
    border-bottom: 4px solid #2b3031;
    ;
    width: 20%;
}

.who_we_areimg1 {
    background-image: url(../../assets/images/who-we-are-img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.who_we_areimg2 {
    background-image: url(../../assets/images/who-we-are-img2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.utilityroom_img1 {
    border-bottom-left-radius: 100px;
}

.bootroom_img {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.wardrobes_img {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.pantries_img {
    border-top-right-radius: 100px;
}

.home-img-box {
    position: relative;
}

.border_right {
    border-bottom-right-radius: 100px;
}

.border_left {
    border-top-left-radius: 100px;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.list1 li,
.list2 li,
.areas-list li {
    position: relative;
    padding: 5px 0 5px 20px;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '\F285';
    font-family: "bootstrap-icons";
}

.list2 li:before {
    color: #fff !important
}

.areas-list li:before {
    content: '\F3E7';
}

.areas-list li:hover a,
.areas-list li:hover:before {
    color: #000;
}

#project-slider .slick-arrow {
    z-index: 9;
}

#project-slider .slick-prev {
    left: 0;
}

#project-slider .slick-next {
    right: 12px;
}

#project-slider .image-box {
    margin: 0 3px;
    position: relative;
    overflow: hidden;
    height: 90vh;
}

#project-slider .image-box:before {
    content: "";
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4f4f4bd;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#project-slider .slick-current.slick-active .image-box:before {
    display: none;
}

#project-slider .slick-prev,
#project-slider .slick-next {
    font-size: 50px;
    color: #000435;
}

#project-slider .slick-prev:before,
#project-slider .slick-next:before {
    display: none;
}

.title2.button {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000;
    padding: 13px 14px;
}

.title2.button h4 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 400;
}

.title.button {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #000000;
    padding: 13px 30px;
}

.title.button h4 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 400;
}


#project-slider .slick-arrow i.fa-solid.fa-chevron-left {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    right: 7%;
    background: #000;
    padding: 15px 25px;
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    cursor: pointer;
}

#project-slider .slick-arrow i.fa-solid.fa-chevron-right {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    right: 3%;
    background: #000;
    padding: 15px 25px;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    cursor: pointer;
}

.black-sec {
    background: #1b1b1b;
}

.black-sec p,
.black-sec li {
    color: #fff
}

.p-100 {
    padding: 100px 0;
}

.inner-box p {
    color: #fff;
}

.layer-box-left {
    box-shadow: rgb(154 136 53 / 90%) -5px 5px, rgb(154 134 62 / 60%) -10px 10px, rgb(155 136 56 / 40%) -15px 15px;
}

.layer-box-right {
    box-shadow: rgb(154 136 53 / 90%) 5px 5px, rgb(154 134 62 / 60%) 10px 10px, rgb(155 136 56 / 40%) 15px 15px;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navigation>li:first-child {
    display: none;
}

.border-sec-main {
    border: 5px solid #000;
}

.border-sec1 {
    border: 5px solid #9b8738;
    margin-left: -20%;
    background-color: #fff;
}

.submit-icon {
    display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
/* CSS */
.button-theme {
    appearance: none;
    background-color: transparent;
    border: 1.5px solid #fff;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
}

.button-theme:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #978543;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}

.button-theme:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-theme:after {
    background-color: #978543;

}

.button-theme span {
    z-index: 1;
    position: relative;
    color: #fff !important
}

.gallery-service-sec .owl-theme .owl-nav {
    position: absolute;
    bottom: auto;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gallery-service-sec .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #000;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.gallery-service-sec .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.gallery-service-sec .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.gallery-service-sec .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #978543;
    color: #fff
}

.gallery-service-sec .services-slider {
    margin: -155px 200px 90px;
    padding: 20px;
    background-color: #000 !important;
    border: 1px solid #978543;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2scubic-bezier(.3, .58, .55, 1);
    transition: .2scubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
}

.class-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.class-item .ci-pic img {
    min-width: 100%;
}

.class-item .ci-text {
    background: #0a0a0a;
    position: relative;
    padding: 10px 30px 26px 30px;
    z-index: 1;
}

.class-item .ci-text:after {
    position: absolute;
    left: -5px;
    top: -44px;
    height: 100px;
    width: 600px;
    border-top: 4px solid #9c8640;
    background: #0a0a0a;
    content: "";
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: -1;
}

.class-item .ci-text span {
    color: #f36100;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}


.class-item .ci-text a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #978543;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.class-item .ci-text a:hover {
    background: #a19568;
}

@media(min-width:993px) and (max-width:1600px) {
    #project-slider .slick-arrow i.fa-solid.fa-chevron-left {
        right: 120px;
    }
}

@media(min-width:992px) and (max-width:1300px) {
    #project-slider .image-box {
        height: auto;
    }

    .class-item .ci-text a {
        right: 20px !important;
    }

    .class-item .ci-text {
        padding: 10px 10px 26px 10px !important;
    }

}

@media(min-width:220px) and (max-width:991px) {

    .social-icons,
    .contact-list {
        margin-top: 9px;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .style-box1 {
        border: 1px solid #dfdfdf;
        padding: 20px;
        margin: 15px 0;
        display: none;
    }

    .mobile-menu {
        display: table;
        font-size: 20px;
        background: transparent;
        padding: 8px 14px;
        color: #fff;
        cursor: pointer;
        margin: 10px auto;
        border: 1px solid #fff;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -575px;
        width: 450px;
        overflow: hidden;
        overflow-y: scroll;
        background-color: #000;
        height: 100%;
        z-index: 99999 !important;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 20px;
    }

    .navigation {
        text-align: left;
        display: block;
    }

    .nav-wrapper.open {
        left: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child {
        display: block;
        text-align: left;
    }

    .navigation li a {
        padding: 10px 20px;
        color: #fff;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #fff;
        color: #000;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static !important;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .home-page .header {
        position: static;
        background-color: #1b1b1b;
    }

    #metro-touch-slider .carousel-caption {
        padding-top: 0;
        right: 10%;
        left: 10%;
    }

    .flexbox {
        display: block;
    }

    .width-30,
    .width-40,
    .width-50,
    .width-60,
    .width-70,
    .width-20,
    .width-25,
    .width-33 {
        width: 100%;
    }

    .address-box {
        padding: 20px;
        border-right: 0;
        border-bottom: 1px solid #272727;
    }

    .address-box.last-child {
        border-bottom: 0;
    }

    .project-box:hover .project-overlap,
    .project-box .project-overlap {
        bottom: 0;
    }

    #project-slider .image-box {
        height: auto;
    }

    .border-sec1 {
        margin-left: 0;
    }

    .gallery-service-sec .services-slider {
        margin: -155px 150px 90px !important;
    }

    .class-item .ci-text:after {
        width: 750px !important;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .mobile-menu {
        display: table;
        font-size: 20px;
        background: transparent;
        padding: 8px 14px;
        color: #fff;
        cursor: pointer;
        margin: 0;
        border: 1px solid #fff;
        float: right;
    }


    .logo,
    .brand-logo {
        width: 100%;
    }

    .home-page .header {
        padding: 1rem !important;
    }

    .contact-list {
        text-align: left;
    }

    .header-right {
        text-align: right;
    }

    #project-slider .slick-arrow i.fa-solid.fa-chevron-left {
        right: 12%;
    }

}

@media(min-width:220px) and (max-width:767px) {
    .title.button h4 {
        color: #fff !important;
        margin-bottom: 0px;
        font-size: 15px !important;
    }

    .title2.button {
        z-index: 11;
        position: absolute;
        top: -2px !important;
        right: 0px !important;
        background: #000000;
        padding: 10px 23px !important;
    }

    .title.button {
        z-index: 11;
        position: absolute;
        bottom: 0px !important;
        left: -1px !important;
        background: #000000;
        padding: 12px 13px !important;
    }

    .slide-btn {
        z-index: 11;
        position: absolute;
        bottom: 10px !important;
        right: -9px !important;
        /* background: #ffffff94; */
        padding: 0px 0px;
    }

    .next,
    .prev {
        background: #000;
        color: #fff;
        padding: 5px 10px !important;
        border: none;
    }

    .logo,
    .brand-logo {
        margin: 10px auto;
        width: 30%;
    }

    .contact-list,
    .header-right {
        text-align: center;
    }

    #project-slider .slick-arrow i.fa-solid.fa-chevron-left {
        bottom: -10px;
        right: 220%;
        padding: 7px 10px;
    }

    #project-slider .slick-arrow i.fa-solid.fa-chevron-right {
        bottom: -10px;
        right: 50%;
        padding: 7px 10px;
    }

    .next,
    .prev {
        background: none !important;
        color: #fff;
        padding: 5px 10px !important;
        border: none;
    }

    .gallery-service-sec .services-slider {
        margin: -155px 80px 90px !important;
    }

}

@media(min-width:576px) and (max-width:767px) {
    #metro-touch-slider .carousel-caption h5 {
        font-size: 30px;
    }

    .sub-title1 {
        font-size: 22px;
    }
}

@media(min-width:220px) and (max-width:575px) {
    #metro-touch-slider .carousel-caption h5 {
        font-size: 18px;
    }

    .sub-title1 {
        font-size: 14px;
    }

    .btn1 {
        padding: 0.4rem 1.4rem;
    }

    .font-style1 {
        font-size: 26px;
    }

    .p-5 {
        padding: 1.3rem !important;
    }

    .nav-wrapper {
        width: 100%;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .home-img-style1:before,
    .home-img-style2:before {
        bottom: -15px;
        left: -15px;
        width: 150px;
        height: 150px;
    }

    .home-img-style2:before {
        right: -15px;
    }

    /* .padding-rooms{
        padding: 20% 10%;
    } */

    .other_roomsec {
        flex-direction: column-reverse;
    }

    .carousel-indicators {
        margin-bottom: 0rem;
    }

    .border-sec1 {
        padding: 0 !important;
        border: none;
    }

    .gallery-service-sec .services-slider {
        margin: -155px 10px 140px !important;
    }

    .gallery-service-sec .services-slider {
        bottom: -130px !important
    }

    .gallery-service-sec .services-slider {
        padding: 10px !important
    }

    .gallery-service-sec .services-slider h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .gallery-service-sec .services-slider h5 {
        font-size: 16px;
    }
}

@media(min-width:220px) and (max-width:300px) {
    .doc-btn .btn3{
        width: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 385px) {
    .ct-mail {
        font-size: 12px;
    }

    .class-item .ci-text h5 {
        font-size: 19px !important;
    }

    .class-item .ci-text {
        padding: 10px 30px 25px 10px !important
    }

    .class-item .ci-text a {
        width: 30px !important;
        height: 30px !important;
        font-size: 18px !important;
        right: 15px !important;
        bottom: 36px !important;
        line-height: 34px !important;
    }

}




