@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;

}

@font-face {
  font-family: Nexa;
  src: url("../fonts/Nexa+Book.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    scroll-behavior: smooth;
}
body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-size: 16px;
    color: #787878;
    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;
    color:#787878;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover,a:focus{
    color: #95b67f;
    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: #585858;
}
.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{
    float: none;
    font-size: 15px;
    color: #787878;
    font-weight: 400;
    letter-spacing: .25ch;
    white-space: pre-wrap;
    font-family: 'Lato', serif;
}
.font-style1{
    font-size: 35px;
    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: #848484;
}
.bg-color2{
    background-color: #95b67f;
}
.text-color2{
    color: #8d8d8d;
}
.full-screen {
    background-size: cover;
    background-position: top;
    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: #fff!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);
}
.isStuck .navigation li a{
    color: #000;
}
.navbar__items li a:hover,
.navbar__items li a:focus,
.navbar__items li a.active{
    background-color: #96b680;
    color: #fff;
}
.isStuck .navigation li a:hover,
.isStuck .navigation li a:focus,
.isStuck .navigation li a.active{
    background-color: #96b680;
    color: #fff;
}
.header-right{
    text-align: right;
}
.header{
    background-color: #cccccc;
}
.home-page .header{
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    z-index: 999;
/*    background-color:transparent;*/
}
.home-page .header {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0));
}
.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;
    width: 75%;
}
/*.isStuck .brand-logo{
    display: block;
}*/
.social-icons,
.social-icons li{
    display: inline-block;
    vertical-align: middle;
}

.social-icons li{
    margin-right: 15px;
}
.social-icons li a{
    font-size: 20px;
    color: #fff;
}
.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: #e60023;
}

.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: 254px;
	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 14px;
	color:#000;
	white-space: normal;
    border-radius: 0;
    border:0;
}
.navigation > li:first-child{
	display:block;
}
.navigation a{
	overflow: hidden;
    padding: 10px 35px;
    font-family: 'Lato', serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2ch;
    line-height: 1.8;
    font-size: 13px;
    color: #fff;
    position: relative;
    display: block;
}
.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: 10px;
    /*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{
    background-color: #96b680;
    color: #fff;
}
.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: #848484;
	border:0;
	border-radius: 0;
}

.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	display: block;
    visibility: visible;
}
.social-icons,
.contact-list{
    margin-top:26px;
}
.contact-list li {
    padding: 0 10px;
    color: #000;
    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: #848484;
}
.contact li a{
    color: #000;
}
.btn1{
	border:1px solid #fff;
	padding: 0.9rem 2.5rem;
	background-color: #96b780;
	color: #fff;
	transition: 0.5s;
	font-weight:500;
	border-radius:0;
    font-size: 26px;
	text-transform:uppercase;
    letter-spacing: .3ch;
    font-family: 'Lato', serif;
}
.btn1:hover,
.btn1:active,
.btn1:focus,
.btn:focus-visible{
	background-color: #000;
	color: #fff;
	outline: none;
	box-shadow: none;

}
.btn2 {
    background-color: #000;
    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:#7e7e7e;
}
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: #95b67f;
    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;
    width:100%;
}
.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: #96b680;
    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,.5);
    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: 1; 
}
.latest-service:hover .overlay {
    background: rgba(0,0,0,.6);
}
.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: 1;
    -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 .list1 li{
     color: #fff;
     letter-spacing: .25ch;
        font-size: 15px;
}

.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;
}
.footer-widget .contact-list li{
    color: #fff;
    padding: 0;

}

.footer-widget .contact-list li a:hover,
.footer-widget .contact-list li a:focus{
    color: #000;
 }
.widget-title{
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    margin-bottom: 20px;
    letter-spacing: .2ch;
    font-family: 'Lato', serif;
}
.widget-title h3 a:hover,
.widget-title h3 a:focus{
    color: #95b67f;
}
.footer-menu li a{
    position: relative;
    padding:2px 0 2px 0px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .2ch;
    font-family: 'Lato', serif;
}
/*.footer-menu li a:before{
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family:'bootstrap-icons';
}*/
.footer-links{
    display: block;
    color: #fff;
    padding-top:20px;
    font-size: 15px;
    /*letter-spacing: .2ch;*/
    font-family: 'Lato', serif;
    border-top: 1px solid #b8b8b8;
}
.footer-links p{
    color: #fff;
}
.footer-links a{
    padding:0 10px;
}
.footer-links a:first-child{
    padding-left: 0;
}
.footer-menu li a:hover,
.footer-links a:hover{
    color: #000;
}

.footer-menu li{
    color: #fff;
}
.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: #95b67f;
    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: #95b67f;
}
.progress-wrap svg.progress-circle path {
    stroke: #95b67f;
}
.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 span.card-title {
    border: 1px solid #dfdfdf;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    font-family: 'Nexa';
    padding: 15px;
    /*background: #91919133;*/
    font-size: 17px;
    display:inline-block;
    margin:0;
}
.project-wrap span.card-title:hover {
    background: transparent;
}
.project-wrap .card-body {
    padding: 127px 0;
}
.project-wrap h5.card-title {
    margin-bottom: 0;
    color:#fff;
}
.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, .areas-list li {
    position : relative;
    padding : 5px 0 5px 20px;
    font-family: 'Lato', serif;
    letter-spacing: .25ch;
    font-size: 15px;
}
.list2{
    padding-left: 15px;
}
.list2 li{
    color:#fff;
    list-style-type: disc;
     font-family: 'Lato', serif;
    letter-spacing: .25ch;
    font-size: 15px;
      padding : 5px 0 5px 0;
}
.list1 li:before, .areas-list li:before {
    position : absolute;
    top : 5px;
    left : 0;
    content : '\F285';
    font-family : "bootstrap-icons";
}
.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;
}

.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: top;
    position:relative;
    color:#fff;
    z-index:1;
}

@-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;
}

.inner-box{
    border: 1px solid #96b680;
    padding: 30px;
}

.inner-box1{
    border: 4px double #96b680;
    padding: 30px;
}

.inner-box2{
    border: 2px dashed #96b680;
    padding: 30px;
}

.inner-box3{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px;
}

.inner-box4{
    outline: 2px solid #96b680;
    outline-offset: -10px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #fff;
}

.inner-box5{
    outline: 5px double #fff;
    outline-offset: -20px;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #96b680;
}

.inner-box6{
    outline: 5px double #fff;
    outline-offset: -20px;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #848484;
}

.contact-address-section .contact-info {
    background: #e7e7e7;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0 20px;
    min-height: 175px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.contact-address-section .contact-info .icon-part {
    margin-right: 22px;
}

.contact-address-section .contact-info .icon-part i {
    color: #95b67f;
    font-size: 30px;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 6px solid #95b67f6b;
    display: inline-block;
}

.contact-address-section .contact-info .content-part .info-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    margin: 0 0 5px;
}

.contact-address-section .contact-info .content-part .info-title {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0;
}

.contact-address-section .contact-info .content-part a {
    color: #111111;
    display: block;
}

.contact-address-section .contact-info .content-part a:hover {
    color: #95b67f;
}

.contact-address-section .contact-info:hover {
    transform: translateY(-5px);
}

.contact-address-section.style2 {
    margin: 0;
}

.form-btn {
    background: #848484;
    border: none;
    padding: 15px 35px;
    margin: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
}

.form-btn:hover, .form-btn:focus {
    background: #fff;
    color: #000 !important;
}

@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;
    }
}
@media(min-width:1200px) and (max-width:1400px){
    .style-box1{
        padding: 15px 42px;
    }
    
    .footer-widget .contact-list li{
        font-size: 13px;
    }
}


@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;
    }
    .isStuck .navigation li a,
    .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: #fff;
    }
    #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;
    }
    .footer_contacts.contact-list{
        text-align: start;
    }
    .footer_contacts.contact-list li a{
        display: initial;
        line-height: 42px;
    }
    .contact-list.footer_contacts li:last-child, .contact-list.footer_contacts li a span, .social-icons{
        display: block;
    }
    .font-style1{
        
        font-family: 'Nexa';
        font-size: 24px;
    }
    .project-wrap h5.card-title {
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    .footer-widget .contact-list li{
        display: block;
    }
   
}
@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 (max-width: 991px) {
    #project-slider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 10px;
    }
    #project-slider > div {
        width: 100%;
    }
    #project-slider .image-box {
        width: 100%;
        margin:0;
    }
    #project-slider .image-box img {
        width: 100%;
        display: block;
    }
    #project-slider .image-box:before{
        background-color: transparent;
    }
    .title2.button,.title.button{
        position: static !important;
    }
    .title2.button{
        background: #585858 !important;
    }
    .project-two-img-section .card.project-wrap{
        padding: 1px 0;
    }
    .project-two-img-section .card.project-wrap:before{
        display:none;
    }
    .project-two-img-section .project-wrap span.card-title {
        border: 0;
        padding: 0px;
        font-size: 12px;
        color: #000;
    }
    .project-wrap span.card-title:hover{
        background: transparent;
    }
    
}
@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;
}


}

@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-size: 15px;
    }
    .font-style1 {
        font-size: 18px;
    }
    .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;
    }
    .latest-service-inner h3{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .font-style2{
        font-size: 20px;
    }
    .footer-widget .contact-list li{
        display: block;
    }
    .latest-service-content {
        width: 90%;
        top: 50%;
    }
    .inner-box{
        padding: 15px;
    }
    .inner-box1{
        padding: 15px;
    }
    .inner-box2{
        padding: 15px;
    }
    .inner-box3{
        padding: 15px;
    }
    .contact-address-section .contact-info {
        flex-direction: column;
        padding: 15px;
        text-align: center;
    }

    .contact-address-section .contact-info .icon-part {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .contact-address-section .contact-info .content-part .info-subtitle {
        margin: 0 0 10px;
    }
    .contact-address-section .contact-info .content-part .info-title{
        font-size: 16px;
        font-weight: 500;
    }
    
}
