:root {
    --theme-color: #fff;
    --base-color: #fff;
    --header-color: #2d768e;
    --nav-color:#3e7ebf;
    --font-color: #101010;
    --font-color3: #ffffff;
    --font-color2: #913737;
    --hover-color: #821717;
    --sidebar-li-color: #b2f1ff;
    --shadow: 0 3px 7px rgb(0 0 0 / 12%);
    --shadow-lg: 0px 4px 6px rgb(0 0 0 / 28%);
    --shadow-md: 0px 20px 30px 0px rgb(1 11 60 / 10%);
}

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
}

a {
    text-decoration: none;
}

body {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.2;
    overflow-x: hidden;
    background: var(--theme-color);
    font-family: 'NewsGothicStd';
}

@font-face {
    font-family: 'NewsGothicStd';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/NewsGothicStd-woff.woff) format('woff2');
}

/* .logo a {
    color: var(--font-color3);
    text-decoration: none;
    font-size: 22px;
    text-align: right;
    display: block;
} */

header {
    background: var(--font-color3);
    padding:0 20px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .navigation{

}
header .btn-menu-trigger{
    display:none;
    align-items: center;
    justify-content: center;
    width: 40px;
    aspect-ratio: 1/1;
    border: none;
    background-color: transparent;
    color:  var(--header-color);
    font-size: 20px;
}
header .navigation-wrapper{

}
header .navigation-wrapper .btn-menu-trigger{
    position: absolute;
    top:10px;
    right: 10px;
    z-index: 1;
}
header .navigation-menu{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 20px;
    padding-left: 30px;
}
header .navigation-menu li{

}
header .navigation-menu li .menu-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 15px;
    color:var(--font-color);
    font-weight: 500;
}
header .navigation-menu li .menu-item:hover{color:var(--nav-color);}
header .navigation-menu li .menu-item.active{color:var(--nav-color);}
header .brand{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .brand .logo{
    display: block;
    font-size:1.5rem;
    font-weight:500;
    color: var(--header-color);
}



.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
    color: var(--header-color);
}

.navbar-collapse {
    justify-content: start;
}

.sidemenu {
    margin: 0;
    padding: 0;
    padding-left: 30px;
}

.sidemenu ul {
    margin: 10px 0 5px 2px;
}

.sidemenu li ul li {
    list-style: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.sidemenu li a {
    color: var(--font-color);
    font-size: 15px;
    font-weight: 100;
    margin: 0px 0 8px;
    display: flex;
    align-items: center;
    text-decoration: none;
    
    transition:0.5s all ease;
}
.sidemenu li a:hover {
    color:var(--nav-color) ;}
    /*scale: 1.2em; 
    background:rgba(255, 255, 255, 0.685); 
    padding-left: 10px; 
    border-radius:10px;
    
    
}*/

.sidemenu ul li a {
    color: var(--font-color);
    padding: 0 0 5px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    background: transparent;
    border: none;
    text-decoration: none;
}
.logo-img-wrapper{width: 13%; overflow: hidden; padding-top: 20px;padding-right: 30px;}
.logo-img-wrapper img{object-fit: contain;width: 100%;height: 100%;}

/*.swiper-slide{width:60%; overflow: hidden; }
.swiper-slide img{width: 100%; height:100%; object-fit}*/

/*--------------------------- section portfolio area css ------------------------*/
.section-portfolio {
    /*background: url(../images/shape_bg.png);*/
    background-repeat: repeat;
    min-height: calc(100vh - 60px);
    padding-right: 30px;
}

.banner {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 10px;
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 800px;
    position: relative;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    background: var(--font-color2);
    width: 32px;
    height: 32px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid var(--theme-color);
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    color: var(--theme-color);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 16px;
    color: var(--theme-color);
}

ul.sidemenu li {
    padding: 0px 12px;
    margin: 0 0 0;
    border-radius: 10px 0 10px 0;
    list-style: none;
}

/*----------------------- residential listing area css -----------------------*/
.residential-listing .list_img {
    position: relative;
}

.residential-listing .list_img img {
    border-radius: 5px;
    position: relative;
}

.residential-listing .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.589);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: .3s ease;
}

.residential-listing .list_img:hover .overlay {
    transform: scale(1);
}
.farmhouse-img figcaption{transition: 0.3s all ease;}
.farmhouse-img:hover figcaption {color:var(--nav-color);}

figcaption {
    margin: 3px 0 30px;
    text-align: start;
    font-size: 17px;
    text-transform: capitalize;
    position: relative;
    color: var(--font-color);
}

.overlay a {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    background: var(--header-color);
    border: none;
    width: 153px;
    margin: 0 auto;
}

.overlay a:hover {
    background-color: #2b7087;
}

.section-portfolio h1 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    background: #ffffff;
    padding: 6px 8px;
    border-radius: 3px;
    color: var(--nav-color);
    padding-left: 42px;
}


/*---------------------------- modern house area css ----------------------------*/
.gallery_sec img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    display: block;
    overflow: hidden;
}


.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover::after {
    background-color: rgba(255, 255, 255, 0.541);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-position: center;
    left: 0;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.modernhouse h2 {
    font-weight: 400;
    font-size: 28px;
    color: #5b534c;
    line-height: 1.3;
}

.modernhouse p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

.modernhouse .btn {
    position: absolute;
    top: 20px;
    right: 16px;
    background: rgb(98 169 217 / 66%);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 3px solid #186178;
    z-index: 9;
}



/*------------------------------ client list css -----------------------------*/
.client {
    column-count: 3;
}

.client li {
    list-style: none;
    line-height: 1.8;
}

.award li {
    list-style: circle;
    line-height: 1.9;
}

.press a {
    color: var(--font-color);
    font-size: 15px;
    line-height: 1.7;
}

form.contactform input,
select {
    margin: 0 0 43px;
    height: 48px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.contactform .btn {
    background: #ffffff;
    font-size: 14px;
    padding: 8px 44px;
    border: 1px solid rgb(167, 167, 167);
    color: black;
    width: 100%;
    padding: 20px;
}

form.contactform select {
    appearance: auto;
    
}
.form-control{
    font-size: 14px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0px;
    box-shadow: none!important;
    border-bottom: 1px solid rgb(167, 167, 167);
}

.rightaddress p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4rem;
}

.rightaddress p a{
    color: var(--font-color);
}

.rightaddress p span {
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
}

.employment h4 {
    font-size: 22px;
    margin: 41px 0 12px;
}

.employment p {
    line-height: 1.7;
}

.employment ul {
    margin: 0;
    padding: 0;
}

.employment ul li {
    list-style: none;
    line-height: 1.7;
}
.resident {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 5rem 0;
    position: relative;
    margin: 4rem 0 0;
    z-index: 1;
}
.resident::after {
    background: rgb(86 86 86 / 71%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}
.swiper.mySwiper.residential {
    border-radius: 13px;
    border: 4px solid rgb(199 122 57 / 52%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.residential .swiper-slide {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.residential .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resident h3{
    color: #fff;
    margin: 0 0 10px;
    font-size: 33px;
}
.resident p{
    color: #fff;
    line-height: 1.4;
    font-size: 17px;
}
.commercial{
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 5rem 0;
    position: relative;
    margin: 0;
    z-index: 1;
}
.commercial .row {
    flex-direction: row-reverse;
}
.commercial::after {
    background: rgb(255 255 255 / 71%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}
.swiper.mySwiper.commercial_area {
    border-radius: 13px;
    border: 4px solid rgb(199 122 57 / 52%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.commercial_area .swiper-slide {
    height: 500px;
    position: relative;
    overflow: hidden;
}
.commercial_area .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.commercial h3{
    margin: 0 0 10px;
    font-size: 33px;
}
.commercial p{
    line-height: 1.4;
    font-size: 17px;
}
footer{
    position: relative;
}
footer ul {
    padding: 2rem 0 0;
}
footer ul li{
    list-style: none;
}
footer ul li a{
    color: var(--font-color);
}
.footer .subscribe {
    z-index: 0;
    bottom: 0;
    position: absolute;
}
.footer .subscribe.active {
    z-index: 99;
}
.newsletter-subscribe .subscribe-container {
    background-color: #efefed;
    height: 8rem;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
}
.newsletter-subscribe .subscribe-container form {
    width: 40%;
    align-items: center;
    display: flex;
}
.newsletter-subscribe input {
    width: 100%;
    height: 2.6rem;
    border-bottom: 1px solid #aca39a;
}
.newsletter-subscribe .subscribe-container form button {
    height: 2.6rem;
    border-bottom: 1px solid #aca39a;
}

/*------------------------------------header----------------------------------------*/
.home-heading{margin-bottom:20px; padding-left: 25px;}
.home-heading  a{font-size: 3.1rem; color:var(--font-color); font-weight: 700; margin: 0; transition:0.3s all ease;}

.home-heading a:hover{color:var(--header-color);}
.home-heading p{font-size: 1.0rem; color:var(--font-color); font-weight: 100; margin: 0;}
.home-menu{padding-top: 180px;}
.banner-img{margin-top:120px;}


/*-------------------------------------header end--------------------------------------------------*/
.brand a
{
    display:inline-block; 
    text decoration:none;
}

.residential a
{
    text-decoration:none; 
    color:rgb(33, 33, 33); 
    font-size:25px;
}
.footer ul li a
{ 
    text-decoration:none; 
    color:#101010; 
    font-size:16px; 
    transition:0.5s all ease;
}
.footer ul li
{
    list-style:none; 
    display:inline-block; 
    padding:10px 10px; 
    margin-top:35px;
}
.footer ul li a:hover{color:#2b7087;}
.abs
{
    position:absolute; 
    top:10%; 
    left:0%;
    z-index: 99; 
    background:rgba(255, 255, 255, 0.881); 
    padding:15px 300px;
}
.abs-2
{
    position:absolute; 
    top:10%; left:50%;
    z-index: 99; 
    background:rgba(255, 255, 255, 0.82); 
    padding:15px 247px; 
    background:#101010bb;
}


.category-type{position: relative; display: flex; z-index: 0;}
.category-image:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.category-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-tile{
    font-size: 32px;
    font-weight: 600;
    color: var(--base-color);
    text-transform: uppercase; 
    text-align:center;
}
.category-icon{
    width: 40px;
    padding-left: 47%;
    margin-top:150px;
}
.icon{width:40px;}
.category-overlay{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:1;
}
.bg-lighter
{
    background:rgb(255, 241, 241)!important; 
    padding:20px 10px;
}

.email-form
{
    border:1px solid black; 
    width:30%; padding:10px 25px; 
    margin-right:20px; 
    border-radius:10px;
}
.submit
{
    background:#186178; 
    color:rgb(255, 255, 255); 
    padding:10px 25px; 
    border-radius:10px; 
    border:none; 
}



/*----------------------------------------responsive------------------------------------------------*/


@media screen and (max-width: 1600px) {

  
}
@media screen and (max-width: 1440px) {
    .footer ul li a {font-size: 12px;}
    .footer ul li {padding: 10px 5px;margin-top: 0px;}
}
@media screen and (max-width: 1024px) {
    header .btn-menu-trigger{
        display: flex;
    }
    header .navigation-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100vh;
        background-color:var(--header-color);
        z-index: 9;
        padding: 20px;
        transform: translateX(-100%);
        transition: all 0.3s ease;
    }
    header .navigation-wrapper.active{
        transform: translateX(0%);
    }
    header .navigation-menu{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .footer ul li a {font-size: 11px;}
    .footer ul li {padding: 10px 5px;margin-top: 0px;}
    .category-icon {
        margin-top: 70px!important;
      }
      .footer-ul {
        padding-left: 0rem!important;
      }
    header .navigation-wrapper .btn-menu-trigger{color:var(--nav-color);}
    header .navigation-menu li .menu-item{color: rgb(0, 0, 0); transition: 0.3s all ease;}
    header .navigation-menu li .menu-item:hover{color: rgb(0, 0, 0);}
    .logo-img-wrapper{width: 20%; padding-top: 0px;}
    header .navigation-menu li .menu-item.active{color:var(--nav-color);}
  
}
@media screen and (max-width: 990px) {
    .category-icon {margin-top: 20px!important;}
    .email-form {width: 60%;}
      header .btn-menu-trigger{
        display: flex;
    }
    header .navigation-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100vh;
        background-color:var(--header-color);
        z-index: 9;
        padding: 20px;
        transform: translateX(-100%);
        transition: all 0.3s ease;
    }
    header .navigation-wrapper.active{
        transform: translateX(0%);
    }
    header .navigation-menu{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;150
    }
    .logo-img-wrapper{width: 23%; padding-top: 0px;}
	
}
@media screen and (max-width: 640px) {
    .footer ul li {margin-top: 0px;}
    .email-form {width: 80%;}
    header .btn-menu-trigger{
        display: flex;
    }
    header .navigation-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100vh;
        background-color:var(--header-color);
        z-index: 9;
        padding: 20px;
        transform: translateX(-100%);
        transition: all 0.3s ease;
    }
    header .navigation-wrapper.active{
        transform: translateX(0%);
    }
    header .navigation-menu{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .logo-img-wrapper{width: 31%; padding-top: 0px;}
    


}
@media screen and (max-width: 480px) {
    ul { padding-left: 0rem!important; }
    .email-form {width: 100%;}
    .category-icon {margin-top: 99px !important;}
    .client {column-count: 1;}
    .news-letter{display: block!important; text-align:center;}
    .submit{margin-top:25px; text-align:center;}
    header .btn-menu-trigger{
        display: flex;
    }
    header .navigation-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
        background-color:var(--base-color);
        z-index: 9;
        padding: 20px;
        transform: translateX(-100%);
        transition: all 0.3s ease;
    }
    header .navigation-wrapper.active{
        transform: translateX(0%);
    }
    header .navigation-menu{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .email-form{margin:0px;}
    .logo-img-wrapper{width: 45%; padding-top: 0px;}
    .section-portfolio {padding-right: 0px;}
    .section-portfolio h1{padding-left: 12px;}
    .sidemenu ul li a {padding: 0 0 5px 12px;}
    figcaption {font-size: 15px;}
    .responsise-padding{padding: 50px;}
    .sidemenu li a{padding-left: 13px;}
    .press{padding-top:65px;}
    .press a {padding-left: 35px;}
    .contactform{padding-top: 41px;}
    .rightaddress{padding-top: 41px;}
    .employment{padding-top: 41px;}
    .award{padding-top: 41px; }
    .modernhouse{padding-top: 41px; }
    .sidemenu ul {margin: 10px 0 5px 15px;}
}






 