body {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: manrope;
    src: url(/assets/font/manrope/static/Manrope-Light.ttf);
}
body ,.header-navbar{
    font-family: manrope !important;
}
.horizontal-menu .navbar.header-navbar .navbar-container{
    padding: 0px;
}
.horizontal-menu .header-navbar.navbar-horizontal.floating-nav{
    top: 0px;
    width: 100%;
    position: relative;
    margin: 0px;
}
html body,html{
    background: #F7F7F7;
    position: relative;
}
.horizontal-menu{position: absolute;display: block;z-index: 8;padding: 0px 25px;right: 223px;top: 17px;}
.otherpage .horizontal-menu{position: relative;display: block;z-index: 222;padding: 0px 25px;right: 0px;}
.horizontal-menu .main-navbar{position: relative;}
.horizontal-menu .navbar-brand{

}
.horizontal-menu .logomainpage{

}
.horizontal-menu .navbar-brand h2{

}
.horizontal-menu .main-menu-content{position: relative;}
.horizontal-menu .navbar-nav{padding: 0px;margin: 0;list-style-type: none;font-size: 0;text-align: left;}
.otherpage .horizontal-menu .navbar-nav {
    text-align: right;
}
.horizontal-menu .navbar-nav ul {
    display:none;
    text-align: center;
    list-style-type: none;
}
.horizontal-menu .nav-item{display: inline-block;position: relative;}
.horizontal-menu .nav-link{
    color: rgba(255,255,255,1);
    line-height: 1.5;
    font-size: 21px;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
}
.headerestate .horizontal-menu .nav-link{
    /* color: #464444; */
    /* font-weight: 900; */
}
.otherpage .horizontal-menu .nav-link{
    color: black;
}
.horizontal-menu .nav-link:hover{
    background-color:white;
    color:black;
}

.horizontal-menu .nav-link img{width: 23px;vertical-align: middle;}
.horizontal-menu .nav-link span {margin-right: 4px;font-size: 16px;}

.horizontal-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.horizontal-menu ul.dropdown-menu {
    top: 100%;
    left: 14px;
    margin-top: .5em;
    margin-bottom: .5em;
    /* box-shadow: 0 0 14px 0px #e9e4e4; */
    /* border-radius: 7px; */
}
.horizontal-menu ul.dropdown-menu .dropdown-menu {
    top: -5px;
    left: 100%;
    z-index: 1;
}
.horizontal-menu ul li {
    color: black;
    position: relative;
    white-space: nowrap;
    list-style: none;
}
.horizontal-menu a {
    display:block;
    padding:0 10px;
    color: black;
    font-size:20px;
    line-height: 60px;
    text-decoration:none;
    text-align: left;
    white-space: nowrap;
    /* padding: 9px 52px 7px 33px; */
    border: none;
    color: #5c63ab;
    font-size: 16px;
    position: relative;
}
.horizontal-menu .dropdown-menu a {line-height: 27px;}

.horizontal-menu ul ul {
    display: none;
    position: absolute;
    margin-left: -14px;
}
.horizontal-menu ul ul li{
    background-color: white;
}
.horizontal-menu ul ul li:first-child{
    /* border-top-left-radius:7px; */
    /* border-top-right-radius:7px; */
}
.horizontal-menu ul ul li:last-child{
    /* border-bottom-left-radius:7px; */
    /* border-bottom-right-radius:7px; */
}

.horizontal-menu ul ul li{
}
.horizontal-menu ul li:hover > ul {
    display:block;
}
.horizontal-menu .main-menu-content > ul > li > ul{
    /* padding:10px 0px; */
}
.horizontal-menu ul ul li {
    width: 148px;
    /* float:none; */
    /* display:list-item; */
    /* position: relative; */
}
.horizontal-menu ul ul ul li {
}

.horizontal-menu ul.dropdown-menu li {
    padding: .8em .5em;
    font-size: .9rem;
}

.horizontal-menu .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 2px;
    margin-left: 2px;
    vertical-align: middle;
    content: "";
    border-color: #f4efef transparent transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0;
}
.headerestate .horizontal-menu .arrow {
    border-color: #1c1919 transparent transparent;
}
.horizontal-menu .dropdown-menu .arrow{
    right: 23px;
    top: 24px;
    border: solid #a39d9d;
    border-width: 0 2px 2px 0;
}
.horizontal-menu .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(359deg);
}
.horizontal-menu .dropdown-menu .down {
    transform: rotate(-45deg);
    -webkit-transform: rotate(270deg);
}
.horizontal-menu .nav-link:hover .arrow{
    display: inline-block;
    width: 0;
    height: 0;
    margin-bottom: 2px;
    margin-left: 2px;
    vertical-align: middle;
    content: "";
    border-color: black transparent transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0;
}
.horizontal-menu .dropdown-menu .arrow {
    border: solid #969090;
    display: inline-block;
    padding: 0px;
    width: 0;
    height: 0;
    position: absolute;
    top: 11px;
    right: 12px;
    content: "";
    border-color: #b1adad transparent transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0;
}
.horizontal-menu .dropdown-menu a:hover{
    color:#3dbbec;
}
.vertical-menu{
    display: none;
    position: absolute;
    right: 0px;
    width: 100%;
    background-color: white;
    /* padding-top: 20px; */
    z-index: 9999;
}
.vertical-menu ul{
}
.vertical-menu .navbar-nav ul{
    display:none;
}
.vertical-menu .main-navbar{

}
.vertical-menu .navbar-brand{direction: rtl;text-align: right;display: block;padding-right: 63px;}
.vertical-menu .logomainpage{width: 74px;}
.vertical-menu .navbar-brand h2{margin-top: 11px;display: inline-block;display: none;}
.vertical-menu .main-menu-content{

}
.vertical-menu .navbar-nav{direction: ltr;text-align: left;}
.vertical-menu .nav-item{
    margin-top: 0px;
}
.vertical-menu .nav-link{
    color: #000000bd;
    line-height: 1.5;
    font-size: 21px;
    padding: 0.715rem 0px;
    width: 100%;
    display: block;
    position: relative;
}
.vertical-menu .nav-link:hover{
    border-radius: 4px;
}
.vertical-menu .nav-link img{width: 23px;vertical-align: middle;}
.vertical-menu .nav-link span {margin-left: 11px;}
.closeverticalmenu{position: absolute;top: 9px;left: 23px;width: 31px;cursor: pointer;display: none;z-index: 3333;}
.vertical-menu a,.horizontal-menu a,.header-navbar a{
    text-decoration:none;
}

.vertical-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.vertical-menu ul li {
    display: block;
    background-color: #3dbbec;
    color: black;
    border-bottom: 1px solid white;
}
.vertical-menu a {
    display:block;
    padding:0 10px;
    color: black;
    font-size:20px;
    /* line-height: 60px; */
    text-decoration:none;
    position: relative;
}
.vertical-menu ul a:hover {
}
.vertical-menu ul ul {
    display: none;
}
.vertical-menu ul li:hover > ul {

}
.vertical-menu ul ul li {
    padding-left: 32px;
}
.vertical-menu ul ul ul li {
    position: relative;
}
.vertical-menu .arrow {
    border: solid #716c6c;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;

}
.vertical-menu .dropdown-menu .arrow{

}
.vertical-menu .outerarrow{
    position: absolute;
    top: 2px;
    right: 18px;
    line-height: 2px;
    padding: 10px;
}
.vertical-menu .dropdown-menu .outerarrow{
    right: 23px;
}
.vertical-menu .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.vertical-menu .dropdown-menu .down {
}

.toggle_menu{position: absolute;top: 31px;left: 44px;cursor: pointer;z-index: 27;display: none;}
.toggle_menu div {
    width: 35px;
    height: 3px;
    background-color: #2f2b2b;
    margin: 6px 0;
    display: block;
}
.vertical-overlay-menu.menu-open .main-menu{
    top:0px;
}
body > .drag-target{
    display: none;
}
.mainslideshow {position: relative;width: 100%;}
.slideshowd {position: relative;top: 0px;width: 100%;height: 592px;/* overflow-x: hidden; *//* overflow-y: visible; */}
.slideshowd .images {position: relative;width: 100%;height: 100%;z-index: 2;}
.slideshowd .images img {position: absolute;width: 100%;height: 100%;}
.mainslideshow .header-navbar {background: #303030;position: relative;}
.header-navbar .navbar-container ul.navbar-nav li > a.nav-link{
    color: white !important;
}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li:hover > a {
    background: red !important;
}
.mainslideshow .horizontal-menu-wrapper .container-xxl {position: absolute !important;}
.slideshowd .navleft ,.slideshowd .navright{position: absolute;z-index: 4;top: 50%;background-color: white;font-size: 53px;background: rgba(0, 0, 0, 0.6);margin-top: -40px;cursor: pointer;color: white;}
.slideshowd .navleft:hover ,.slideshowd .navright:hover {
    background-color:#393c3b;
}
.slideshowd .navleft{border-radius: 0 5px 5px 0;font-weight: normal;padding: 22px 8px 4px 6px;left: -67px;}
.slideshowd .navleft i{font-weight: normal;}
.slideshowd .navright{border-radius: 5px 0px 0px 5px;padding: 22px 6px 4px 8px;right: -67px;}
.displaynoneslideshow{
    display: none;
}
.displayblockslideshow{
    display: block;
}
.slideshowd .searchd {position: absolute;z-index: 20;top: 83%;left: 50%;transform: translate(-50%,-50%);width: 1000px;text-align: center;color: white;display: block;}
.slideshowd .searchd h1,.slideshowd .searchd h4{
    color:white;
    font-weight:bold;
}
.slideshowd .searchd h1{margin-bottom: 16px;font-size: 35px;font-weight: 300;}
.slideshowd .searchd h4{margin-bottom: 25px;font-size: 19px;font-weight: 300;}
.boxdsearchdd {position: relative;width: 100%;}
.boxdsearchdd .mainsearchd {position: relative;width: 100%;background-color: white;padding-top: 38px;padding-left: 26px;padding-bottom: 88px;padding-right: 25px;box-shadow: -1px 3px 10px 0px #d1d5d7;}
.boxdsearchdd .itemsd {position: relative;width: 22.5%;float: left;padding: 0px 2px;}
.boxdsearchdd .boxsearchd {position: relative;/* width: 10%; */float: left;/* height: 58px; */background-color: dodgerblue;top: 32px;}
.boxdsearchdd .boxsearchd > span ion-icon {font-size: 21px;position: relative;display: inline-flex;top: 6px;}
.boxdsearchdd .boxsearchd > span {
    position: relative;
    float: left;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}
.boxdsearchdd select {position: relative;width: 100%;float: left;border: none;padding: 20px 0px;outline: none;}
.boxdsearchdd input {position: relative;width: 100%;float: left;/* border: none; */padding: 13px 0px;outline: none;box-sizing: border-box;border: none;background-color: white;color: #4e4e4eb0;border: 1px solid #2a282826;padding-left: 3px;}
.boxdsearchdd input::-webkit-input-placeholder {
    color: #4e4e4eb0;
    font-weight:bold;
}

.boxdsearchdd input:-ms-input-placeholder {
    color: #4e4e4eb0;
    font-weight:bold;
}

.boxdsearchdd input::placeholder {
    color: #4e4e4eb0;
    font-weight:bold;
}
.custom-select {
    position: relative;
}
.custom-select select {
    display: none;
}
.select-selected {
    background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #4e4e4eb0 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #4e4e4eb0 transparent;
    top: 16px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #4e4e4eb0;
    padding: 9px 4px;
    border: 1px solid #2a282826;
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    text-align: left;
    user-select: none;
    font-family: 'manrope';
    font-weight: bold;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.main-menu {
    height: auto !important;
    overflow: hidden;
    margin-top: 62px;
    margin-left: 9px;
}
.slideshowd .shadowitemd {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6a6a6aab;
    z-index: 3;
}
.headerestate .header-navbar {background: #303030;position: relative;}
.headerestate{position: relative;width: 100%;height: 94px;background-color: white;}
.headerestate .imgheader{position: absolute;top: 0px;width: 100%;z-index: 1;height: 300px;}
.headerestate .shadowhead{position: absolute;width: 100%;z-index: 2;background-color: #3a393994;top: 0px;height: 300px;}
.headerestate .searchestate{
    position: absolute;
    z-index: 4;
    top: 229px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1000px;
    text-align: left;
    color: white;
}
.searchestate h2{
    color:white;
    margin-bottom: 35px;
    font-size: 37px;
}
.searchestate .select-selected {/* padding: 27px 4px; */}
.searchestate .itemsd input {
    /* padding: 27px 0px; */
    padding-left: 3px;
}
.searchestate .select-selected:after {top: 18px;}
.searchestate .select-selected.select-arrow-active:after {top: 28px;}
.searchestate .boxdsearchdd .boxsearchd {
    /* height: 75px; */
}
.searchestate .boxdsearchdd .boxsearchd > span{
    /* padding-top: 22px; */
}

.gallerydd .containerd .gallery a img {
    /* float: left; */
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}
.gallerydd .clear {
    clear: both;
}
.gallerydd a {
    color: #009688;
    text-decoration: none;
    position: relative;
    /* float: left; */
    width: 33.333333333333%;
}
.gallerydd a:hover {
    color: #01695f;
    text-decoration: none;
}
.gallerydd .gallery .loadmore {
    position: absolute;
    z-index: 2;
    background-color: #ada6a67a;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    border: 2px solid #fff;
}
.gallerydd .gallery .loadmore > span {position: relative;float: left;top: 50%;left: 50%;transform: translate(-50%,-50%);color: white;font-weight: bold;}
.gallerydd .gallery{
    position: relative;
    max-width: 50%;
    display: inline-block;
    text-align: center;
}
h2.project_name{color: #484747;font-family: revert;font-weight: bold;margin-bottom: 19px;}
h4.addressd{margin-bottom: 36px;font-weight: bold;}
.infodd{
    margin-top: 43px;
    padding: 0px 1px;
}
.infodd .card{
    border-radius:0px

}
.generaldetails span.keyss{font-weight: bold;font-size: 16px;}
.generaldetails span.valuess{

}
.generaldetails .card-title,.summarydetails .card-title,.mapsdetails .card-title{
    color: #2f2ff9c7;
    font-weight: bold;
}
.summary .summary_image {
    width: 100%;
}
.summary > div.design,.summary > div.location{
    margin-top: 26px;
    border-top: 1px dashed #bfbcbc91;
    padding-top: 20px;
}
#ws-walkscore-tile{
    text-align: center !important;
    width: auto !important;
}
.subscribe .card-header{
    background-color:red;
    border-radius:0px;
}
.subscribe .card-header *{
    color:white;
}
.subscribe .card-body .form-group {padding: 17px 14px;border-bottom: 1px solid #16151536;}
.subscribe .card-body .form-group label{

}
.subscribe .card-body .form-group input{border: none;box-shadow: none;}
.subscribe .card-body {
    padding:0px;
}
.subscribe .parentsubmit {
    text-align: center;
}
.subscribe .submit {
    background-color:dodgerblue;
    padding: 20px 48px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}
.aboutus img.profileimg {width: 128px;height: 128px;margin-top: -61px;}
.aboutus .name{
    text-align:center;
    margin-top: 20px;
    font-weight: bold;
    color: black;
    font-size: 22px;
}
.textleft{
    text-align:left;
}
.textcenter{
    text-align:center;
}
.card.aboutus{
    margin-top: 67px;
}
.aboutus .itemsdd {
    font-size: 16px;
}
.mainpageitems {

}
.mainpageitems img {width: 100%;}
.mainpageitems h3{margin-top: 20px;padding-left: 20px;}
.mainpageitems > a.anode{margin-top: 20px;display: block;padding-left: 20px;margin-bottom: 20px;}
.mainpageitems .itemsd{margin-bottom: 12px;padding-left: 20px;}
.mainpageitems .itemsd span{

}
.allitemsmainpage,.positionrelatived{
    position: relative;
}
.opacityfade {
    position: absolute;
    float: left;
    width: calc(100% - 27px);
    height: calc(100% - 28px);
    z-index: 3;
    background-color: #a5a0a021;
    margin-left: 13px;
    border-radius: 7px;
    display: none;
}
.metro{position: relative;width: 100%;display: block;padding: 46px 0px;}

.metro .itemmetro{position: relative;float: left;width: 25%;display: inline-block;height: 100%;padding-top: 22%;}
.metro .itemmetro .shadowd{width: 100%;display: inline-block;height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 2;}
.metro .itemmetro .shadowd .background{width: 100%;display: inline-block;height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;background-color: #58585852;}
.metro .itemmetro img{width: 100%;display: inline-block;height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
.rowmetro.a .itemmetro:nth-child(1) , .rowmetro.b .itemmetro:nth-child(3){
    width: 50%;
}
.metro .rowmetro {position: relative;width: 100%;height: 50%;overflow: hidden;}
.rowmetro .shadowd .section1{position: absolute;top: 12%;left: 12%;color: white;font-weight: bold;}
.rowmetro .shadowd .section2{position: absolute;bottom: 12%;right: 12%;color: white;font-weight: bold;}
#mapsd,#streetview {
    height: 400px;
}
#allinmap{
    height:600px;
    width: 100%;
}
.paddingcontent{
    padding: 103px 100px;
    /* display: block; */
    /* position: relative; */
}
select#quantity{
    width: 57px;
    display: inline-block;
    padding: 4px;
}
.previewmaakermap img{
    width: 200px;
}
.previewmaakermap h3 {margin-top: 12px;font-weight: bold;}
.previewmaakermap h4{color: #5151f5b8;font-size: 15px;}
.customfooter{background-color: #004274;color: white;text-align: center;padding-top: 53px !important;font-size: 17px;}
.weblogpage{padding: 15px;}
.weblog_list{

}
#weblog-items{display: grid;grid-template-columns: 1fr 1fr 1fr;-webkit-column-gap: 2rem;-moz-column-gap: 2rem;column-gap: 2rem;justify-items: center;}
.weblog-card{margin-bottom: 2rem;box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);position: relative;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;min-width: 0;word-wrap: break-word;background-color: #FFFFFF;background-clip: border-box;border: 0 solid rgba(34, 41, 47, 0.125);border-radius: 0.428rem;}
.weblog-card .item-img{}
.weblog-card .item-img a{text-decoration: none;}
.weblog-card .item-img img{width: 100%;border-top-right-radius: 0.428rem;border-top-left-radius: 0.428rem;max-width: 100%;height: 100%;}
.weblog-card .item-title{display: -webkit-flex;text-align: center !important;}
.weblog-card .item-title a{-webkit-box-flex: 1;-webkit-flex-grow: 1;-ms-flex-positive: 1;flex-grow: 1;border-radius: 0;border-color: #7367F0 !important;background-color: #7367F0 !important;color: #FFFFFF !important;padding: 11px 0px;}
.weblog-card .item-title span{vertical-align: text-top;}
.blogpageitem {padding: 20px;}
.titleweblog{

}
.dateblog{

}
.contentweblog{

}
.blogpageitem .contentweblog p,.weblogpage1 .contentweblog li{
    font-size: 17px;
    line-height: 35px;
    text-align: justify;
}
.blogpageitem .contentweblog .imgckeditor {
    text-align: center;
}
.blogpageitem .contentweblog .imgckeditor img{
    max-width: 100%;
}
.imgckeditor {
    text-align: center;
}
.pagepageitem img {
    max-width: 100%;
    width: 600px;
}
.spinner_border{color: green;font-size: 23px;padding: 49px;text-align: center;display: none;}
.outermsg{text-align: center;font-size: 25px;padding: 49px;display: none;}
.outermsg .error{color: red;}
.outermsg .success{color: blue;}
.customnavpag{justify-content: space-between !important;display: flex !important;padding: 10px 21px;}
.pagination{list-style-type: none;padding: 0;margin: 0;background-color: #F3F2F7;border-radius: 18px;}
.pagaction{margin-top: 18px;margin-left: 16px;}
.pagaction .rangeq{display: inline-block;}
.pagaction .rangeq span{

}
.pagination .page-item{
    display: inline-block;
    background-color: #F3F2F7;
    border-radius: 18px;
}
.pagination .page-item.active{

}
.page-item .page-link {
    line-height: 1.3;
    margin: 0;
    margin-right: 0;
    font-size: 1rem;
    position: relative;
    display: block;
    color: #6E6B7B;
    padding: 7px 15px;
    border-radius: 18px;
    text-decoration: none;
}
.page-item.active .page-link {
    background-color: #e22336;
    color: white;
}
.logotop{position: absolute;z-index: 5;top: 21px;left: 63px;}
.logotop .navbar-brand{

}
.logotop img{width: 100px;}
.call {
    position: absolute;
    top: 33px;
    right: 106px;
    z-index: 4;
    display: flex;
    text-decoration: none;
    color: white;
}
.headerestate .call {
    /* color:black; */
}
.call .icon{
    display: inline-block;
}
.call .icon img{
    width: 24px;
}
.call .phone {
    display: inline-block;
    margin-top: 1px;
}
.call .phone span{}
.bordermenu{
    position: absolute;
    z-index: 5;
    background: red;
    width: 100%;
    border-bottom: 1px solid #104ba5;
    top: 93px;
}
.selecttypesearch{
    text-align: center;
}
.selecttypesearch .itemstype{
    display: inline-block;
    background-color: rgba(0,174,255,.56);
    padding: 13px 19px;
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;
    cursor: pointer;
    font-weight: 900;
}
.selecttypesearch .itemstype span{}
.selecttypesearch .itemstype.active{
    background-color: white;
    color: black;
}
.labelboxitem{
    color: black;
    text-align: left;
    margin-bottom: 9px;
}
.vscomp-wrapper{
    height: 41px;
}
.section1{position: relative;width: 100%;margin-top: 125px;}
.atitle{background-color: #2F477A;color: #FFFFFF;padding: 4px 13px;border-radius: 6px;}
.mainslider{position: relative;width: calc(100% - 80px);padding: 0px 40px;}
.nvigation{position: absolute;top: -32px;/* height: 100%; */width: 30px;cursor: pointer;}
.nvigation.pre{right: 71px;}
.nvigation.next{right: 24px;}
.nvigation span{background: rgba(0,0,0,.15);color: white;padding: 0px 5px 2px 5px;}
.nvigation img{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 41px;
    color: #e22336;
}
.chevron-left{

}
.chevron-right{

}
.innerslider{position: relative;width: 100%;white-space: nowrap;overflow: hidden;margin-bottom: 2rem;box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);}
.moveslide{position: relative;left: 0px;float: right;}
.itemss{position: relative;display: inline-block;box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);margin-bottom: 30px;/* height: 346px; */text-decoration: none;}
.inneritem{position: relative;/* width: 100%; *//* height: 100%; */}
.containimg{width: 100%;height: 265px;position: relative;top: 0px;left: 0px;/* z-index: 0; */}
.containimg img{width: 100%;max-height: 100%;position: relative;top: 50%;left: 50%;transform: translate(-50%,-50%);/* height: 100%; */}
.hsectionfeu{

}
.hsectionfeu h2{
    text-align: center;
    margin-bottom: 77px;
    font-weight: 100;
    font-size: 33px;
    margin-top: 145px;
}
.overimage{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #2e2c2c7a;
}
.overimage .feacgren{
    background-color: #77c720;
    display: inline-block;
    position: absolute;
    top: 21px;
    left: 19px;
    font-size: 13px;
    padding: 0px 4px 2px 4px;
    color: white;
}
.overimage .priceover{
    display: inline-block;
    position: absolute;
    bottom: 21px;
    left: 19px;
    font-size: 24px;
    padding: 0px 4px 2px 4px;
    color: white;
}
.overimage .state_type{
    background-color: black;
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 19px;
    font-size: 13px;
    padding: 0px 4px 2px 4px;
    color: white;
}
.detailsitif h3{
    margin: 0px;
}
.detailsitif p{
    margin: 0px;
    margin-top: 12px;
    font-size: 13px;
    margin-bottom: 10px;
}
.detailsitif .itemsd{
    margin: 13px 0px;
    font-weight: 900;
    margin-bottom: 24px;
}
.detailsitif{
    padding-left: 20px;
    padding-top: 23px;
}
.ifrd{
    display: inline-block;
    margin-right: 11px;
}
.ifrd i{
    color: #6c6969;
}
.ifrd span{
    margin-left: 5px;
    color: #545252;
    font-weight: 600;
}
.itembyauth{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #636363;
    color: #636363;
}
.itembyauth .leftsectionauth{
    width: 50%;
    text-align: left;
    padding: 17px;
}
.itembyauth .rightsectionauth{
    width: 50%;
    text-align: right;
    padding: 17px;
}
.itembyauth .iconauth{
    display: inline-block;
}
.itembyauth .nameauth{
    display: inline-block;
}
.section2{
    padding: 100px;
}
.section2 .rowpropert{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    justify-items: center;
}
.section2 .itempropery{
    display: inline-block;
    position: relative;
}
.section2 .trp{
    font-size: 30px;
    margin-bottom: 12px;
}
.section2 .trpp{}
.section2 .itempropery img{
    width: 100%;
}
.section2 .inneritempropery{
    /* padding: 50px; */
}
.section2 img{}
.section2 .qpip{
    position: absolute;
    z-index: 10;
    top: 28px;
    left: 34px;
    color: white;
}
.section2 .qpip span{

}
.section2 .qpip div{display: inline-block;margin-left: 10px;}
.section2 .mqpip{
    position: absolute;
    z-index: 10;
    bottom: 28px;
    left: 34px;
    color: white;
}
.qpip_name{
    position: absolute;
    z-index: 10;
    top: 52px;
    left: 34px;
    color: white;
    font-size: 23px;
}
.section3{
    background-image: url('/assets/image/205.jpg');
    background-repeat: no-repeat;
    margin-bottom: 100px;
    position: relative;
}
.section3 .backimgsection3{
    position: absolute;
    width: 100%;
    /* height: 100%; */
    z-index: -1;
}
.section3 .section3item{
}
.section3 .feturedtxt{
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    color: white;
    padding: 132px 10px;
}
.section3 .itemfetur{
}
.section3 .decrfet{
    padding-top: 15px;
    font-size: 26px;
}
.section3 .numfet{
    font-size: 28px;
}
.section3 .p11{
    font-size: 25px;
}
.section3 .p12{
    font-size: 14px;
}
.section3 .forminquery{
    background: white;
    padding: 35px;
}
.section3 .hesddesc{
    font-weight: 900;
    font-size: 21px;
}
.section3 .pdesc{
    margin: 11px 0px;
}
.section3 .onerow{
    margin-bottom: 10px;
}
.section3 .forminq{
    display: block;
    font-weight: 900;
}
.section3 .formpublicitem{
    width: 100%;
    padding: 9px;
    outline: none;
    border: none;
    border: 2px solid #cfc9c9;
    border-radius: 6px;
    margin-top: 3px;
    color: #7a7676;
}
.section3 .tworow{
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
.section3 .row1iq{
    position: relative;
}
.section3 .Agreement{}
.section3 .Agreement p{}
.section3 .Agreement div{}
.section3 .Agreement input{}
.section3 .Agreement span{}
.section3 .submitinq{}
.section3 .submitinq span{
    position: relative;
    display: block;
    width: 100%;
    background-color: #00aeff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: white;
    margin-top: 10px;
    cursor: pointer;
}
.visibilityhidden{
    visibility: hidden;
}
.section3back{position: absolute;width: 100%;top: 0px;left: 0px;background: red;height: 100%;z-index: 0;}
.innersection3{
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    background: #0e3268c7;
    padding: 103px 39px;
}
.allitemsmainpage{}
.appenditem{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding: 0px 38px;
}
.opacityfade{}
.itemsds{}
.itemsds .card{}
.mainpageitems{}
.allitemsmainpage .detailsitif{
    position: absolute;
    bottom: 15px;
    color: white;
}
.allitemsmainpage .detailsitif .state_type_1{
    background-color: #2a2828a3;
    padding: 0px 6px 0px 6px;
    border-radius: 4px;
    display: inline-block;
}
.allitemsmainpage .detailsitif .priceover_r{
    font-weight: bold;
    font-size: 20px;
    margin: 4px 0px;
}
.allitemsmainpage .detailsitif .ifrd_r{
    display: inline-block;
    margin-right: 16px;
}
.allitemsmainpage .detailsitif h3{
    font-weight: 100;
    margin: 2px 0px;
}
.allitemsmainpage h2{
    text-align: center;
    font-weight: 200;
    margin-bottom: 78px;
}
.footermain{
    display: grid;
    grid-template-columns: 2fr 2fr 3fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding-bottom: 25px;
}
.footermain .item_footermain{
    text-align: left;
    padding-left: 30px;
}
.footermain .item_footermain p{}
.footermain .itemnavfooter{
    display: block;
    line-height: 33px;
}
.footermain .itemnavfooter span{}
.footermain .itemnavfooter i{}
.footermain .newsleter{
    display: grid;
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
.footermain .newsleter input{
    padding: 13px;
    border-radius: 7px;
    outline: none;
    border: none;
    width: 50%;
}
.footermain .newsleter span{
    padding: 9px;
    text-align: center;
    background-color: red;
    margin-right: 17px;
}
.footermain .txtfooter{
    margin-top: 14px;
}
.allrightreverse{
    background: #00335A;
    padding: 39px;
    margin: 0px;
}
.allrightreverse a{
    color: white;
    text-decoration: none;
}
.allitemsinmap{
    padding: 45px 0px;
}
.statussend{
    display: none;
    text-align: center;
    padding: 10px 0px;
}
.searchpage{
    margin-top: 314px;
}
.section1statepage{}
.section1statepage .statename1{
    display: flex;
    justify-content: space-between;
}
.section1statepage .statename1left{}
.section1statepage .statename1right{
    padding-top: 21px;
    font-size: 28px;
    font-weight: 900;
}
.pagestatemain{padding: 10px 50px;}
.state_status_type{
    color: white;
}
.state_status_type .statefor{
    display: inline-block;
    background-color: rgba(0,0,0,.65);
    font-weight: 900;
    margin-left: 8px;
    padding: 3px 10px;
    font-size: 13px;
}
.state_status_type .statefeutered{
    display: inline-block;
    background-color: #77c720;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 900;
}
.address_state_top{
    margin-top: 17px;
    padding-left: 19px;
}
.address_state_top i{margin-right: 10px;}
.containerd{
    text-align: center;
}
.gallerydd{
    text-align: center;
    padding: 20px 117px;
    position: relative;
}
.galleryitem{
    margin-top: 10px;
}
.galleryitem .innergalleryitem{
    text-align: center;
}
.galleryitem .itemgalleryb{
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
}
.galleryitem .itemgalleryb img{
    width: 90px;
    max-height: 90px;
}
.owerviewstated{
    position: relative;
    background-color: white;
    padding: 35px;
}
.owerviewstated .topoverview{
    display: flex;
    justify-content: space-between;
    font-size: 22px;
}
.owerviewstated .lefttopod{
    font-size: 22px;
}
.owerviewstated .righttopod{}
.owerviewstated .overviewproperty{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* justify-items: center; */
}
.owerviewstated .itemoverpro{
    margin-top: 23px;
}
.owerviewstated .topovert{}
.owerviewstated .topovert i{}
.owerviewstated .topovert span{
    margin-left: 10px;
}
.owerviewstated .btmovert{
    color: #5c6872;
    padding-top: 9px;
}
.owerviewstated .icontod{
    display: inline-block;
}
.owerviewstated .icontod i{
    color: #5c6872;
}
.owerviewstated .txttod{
    display: inline-block;
    font-weight: bold;
    padding-left: 10px;
}
.card_etate{
    position: relative;
    background-color: white;
    padding: 35px;
    margin-top: 23px;
}
.card_etate .title_card_etate{
    padding-bottom: 30px;
    border-bottom: 1px solid #bdb8b861;
    margin-bottom: 20px;
    justify-content: space-between;
    display: flex;
    font-size: 23px;
    font-weight: 900;
}
.card_etate .left_card_etate{}
.card_etate .right_card_etate{}
.description_sec{}
.description_sec .contrentdesc_sec{}
.address_sec{}
.address_sec .title_add_sec{}
.address_sec .left_add_sec{}
.address_sec .right_add_sec{}
.address_sec .right_add_sec a{
    font-size: 15px;
}
.address_sec .itemaddress{}
.rowaddres{
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding: 5px 0px;
}
.rowaddres .leftrowaddress{
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #cdc6c675;
    padding-bottom: 11px;
}
.rowaddres .leftfetadd{
    font-weight: bold;
}
.rowaddres .leftrightadd{}
.item_energy_class{}
.item_energy_class .row_energy{
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #c1bbbb;
    padding: 12px 0px;
}
.item_energy_class .left_energy{}
.item_energy_class .right_energy{}
.fetures_sec{}
.fetures_sec .all_item_fetured{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}
.fetures_sec .item_fetured{
    padding: 16px 0px;
}
.fetures_sec .item_fetured i{}
.fetures_sec .item_fetured span{
    margin-left: 10px;
}
.additnal_detial{}
.additnal_detial .title_additioan_detial{
    margin-top: 43px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b7b0b0;
    margin-bottom: 12px;
}
.details_box{
    padding: 33px;
    background-color: rgba(0, 174, 255, 0.1);
    border: 1px solid #00aeff;
    border-radius: 7px;
}
.shadow_itempropery{
    position: absolute;
    width: 100%;
    height: 99%;
    background-color: #12111185;
}
.menu_black .horizontal-menu .nav-link span,.menu_black .call .phone span{
    color:black;
}
.floor_plan_sec{}
.floor_plan_tabs{
    display: flex;
}
.floor_plan_tabs .floor_plan_tab_item{
    display: inline-block;
    background: #08ab9c;
    margin-right: 1px;
    padding: 10px 14px;
    cursor: pointer;
    color: white;
}
.floor_plan_tabs .floor_plan_tab_item.active{
    background: #6086cb;
}
.floor_plan_content{}
.floor_plan_content .floor_plan_content_item{

    display: none;
}
.theme_item_fp{
    border-bottom: 1px solid #9d9898;
}
.floor_plan_content .floor_plan_content_item.one_bed_item{
    display: block;
}
.theme_item_fp > div{
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
}
.floor_plan_content_item .fp_img{margin-top: 10px;}
.floor_plan_content_item .fp_img img{
    width: 50%;
}
.floor_plan_content_item .fp_title{font-size: 20px;}
.floor_plan_content_item .fp_bed{
}
.floor_plan_content_item .fp_bath{
}
.floor_plan_content_item .fp_sqft{
}
.floor_plan_content_item .fp_price{
}
.floor_plan_content_item .fp_price_sqft{}
.floor_plan_content_item .fp_soldout{
    font-weight: 900;
}
.amenities_list{display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;-webkit-column-gap: 2rem;-moz-column-gap: 2rem;column-gap: 2rem;}
.amenities_list h3{}
.amenities_list .amenities_item{
    display: flex;
    align-items: center;
    margin-top: 11px;
}
.amenities_list .amenities_item img{
    width: 31px;
    height: 31px;
}
.amenities_list .amenities_item span{
    margin-left: 9px;
}
.details_item_box{
    margin: 14px;
    line-height: 23px;
}
.details_item_box .row_box{}
.details_item_box .left_box{
    font-weight: 600;
    color: #000000a1;
}
.details_item_box .right_box{
    color: dodgerblue;
}


.details_item_box_inner{
    margin: 14px;
    line-height: 23px;
    margin-left: 0px;
}
.details_item_box_inner .row_box{}
.details_item_box_inner .left_box{
    font-weight: 600;
    color: #000000a1;
}
.details_item_box_inner .right_box{
    color: white;
}
.closeverticalmenu {
    position: absolute;
    right: 32px;
    top: 5px;
    width: 32px;
    height: 32px;
    opacity: 0.5;
}
.closeverticalmenu:hover {
    opacity: 1;
}
.closeverticalmenu:before, .closeverticalmenu:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000000a1;
}
.closeverticalmenu:before {
    transform: rotate(45deg);
}
.closeverticalmenu:after {
    transform: rotate(-45deg);
}
#submitsubscribe{
    cursor: pointer;
}
#submit_form{padding: 9px;text-align: center;background-color: red;margin-right: 17px;cursor: pointer;}
.details_box #submit_form{padding: 4px 10px;text-align: center;background-color: #00a3eb;margin-right: 0px;cursor: pointer;color: white;font-size: 13px;}
@media screen and (max-width: 1000px) {
    .gallerydd .gallery{
        max-width:70%;
    }
    .headerestate .searchestate{

    }
    .searchpage{
        margin-top: 357px;
    }
    .searchestate{
        width: 90% !important;
    }
    .slideshowd{
        height: 500px;
    }
    .slideshowd .navleft, .slideshowd .navright{
        font-size: 37px;
    }
    .slideshowd .navright{
        right:0px;
        padding: 10px 1px 0px 0px;
    }
    .slideshowd .navleft{
        left:0px;
        padding: 10px 1px 0px 0px;
    }
    .boxdsearchdd .itemsd {
        width: 46%;
    }
    .boxdsearchdd .boxsearchd{
        width: 100%;
        text-align: center;
    }
    .slideshowd .searchd{
        width: 85%;
        left: 47%;
    }
    .searchestate .select-selected {padding: 14px 4px;}
    .searchestate .itemsd input {
        padding: 18px 0px;
        padding-left: 3px;
    }
    .searchestate .select-selected:after {top: 25px;}
    .searchestate .select-selected.select-arrow-active:after {top: 16px;}
    .searchestate .boxdsearchdd .boxsearchd {
        height: 46px;
    }
    .searchestate .boxdsearchdd .boxsearchd > span {
        padding-top: 11px;
    }
    .searchestate h2{
        font-size:30px;
        display: none;
    }
}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 1300px){
    .section2 .itempropery{
        height: 200px;
    }
    .section2 .itempropery img{
        height: 99%;
    }
    .section2{
        padding:50px;
    }
    .section2 .inneritempropery{
        padding: 20px;
    }
    .boxdsearchdd .mainsearchd{
        height:160px;
    }
    .headerestate .searchestate{
        left: 48%;
    }
}
@media screen and (max-width: 1100px){
    .section2 .inneritempropery{
        padding: 10px;
    }
    .section2{
        padding:30px;
    }
    .headerestate .searchestate{
        margin-top:50px;
        left: 47%;
    }
}
@media screen and (max-width: 900px){
    .gallerydd .gallery{
        max-width:90%;
    }
    .amenities_list{grid-template-columns: 1fr 1fr ;}
    .owerviewstated .itemoverpro{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding-right: 18px;
    }
    .owerviewstated .btmovert{
        padding-top: 0px;
    }
    .boxdsearchdd .mainsearchd{
        height:140px;
    }
    .footermain{
        grid-template-columns: 1fr;
    }
    .footermain .newsleter input,.footermain .newsleter span{
        width:50%;
    }
    #weblog-items {
        grid-template-columns: 1fr ;
    }
    .owerviewstated .overviewproperty{
        grid-template-columns: 1fr 1fr;
    }
    .owerviewstated .itemoverpro:nth-child(4),.owerviewstated .itemoverpro:nth-child(5),.owerviewstated .itemoverpro:nth-child(6){
        margin-top:25px;
    }
    .rowaddres{
        grid-template-columns: 1fr ;
    }
    .rowaddres .leftrowaddress:nth-child(2){
        margin-top:10px
    }
    .fetures_sec .all_item_fetured{
        grid-template-columns: 1fr 1fr ;
    }
    .card_etate{
        padding:10px
    }
    .pagestatemain{
        padding:10px;
    }
    .gallerydd{
        padding:0px;
    }
    .footermain .newsleter{
        grid-template-columns: 1fr;
    }
    .footermain .newsleter span{
        margin-top:10px;
    }
    .appenditem{
        grid-template-columns: 1fr 1fr;
    }
    .section3 .feturedtxt{
        padding: 3px 39px;
        margin-bottom: 32px;
        grid-template-columns: 1fr;
    }
    .innersection3{
        grid-template-columns: 1fr;
        padding: 46px 10px;
    }
    .section3 .itemfetur{
        margin-bottom: 29px;
    }
    .section2 .inneritempropery{
        padding: 0px;
    }
    .section2{
        padding:10px;
    }
    .toggle_menu{
        display: block;
    }
    .logotop{
        display:none;
    }
    .horizontal-menu{
        display: none;
    }
    .boxdsearchdd .boxsearchd > span{
        float:none;
    }
    .section1{
        margin-top: 191px;
    }
    .itembyauth{
        font-size: 12px;
    }
}
@media screen and (max-width: 700px){
    .appenditem{
        grid-template-columns: 1fr;
    }
    .section2 .rowpropert{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 500px){
    .boxdsearchdd .mainsearchd{
        height: 213px;
        padding: 5px;
    }
    .slideshowd .searchd{
        left:49%;
        width: 95%;
    }
    .section1{
        margin-top: 161px;
    }
    .slideshowd .searchd h1{
        font-size:15px;
        margin-top:40px;
    }
    .slideshowd .searchd h4{
        margin-top:2px;
        font-size:15px;
    }
    .headerestate .searchestate{
        margin-top:120px;
    }
    .searchpage{
        margin-top: 504px;
    }
    .boxdsearchdd .boxsearchd{
        top:5px
    }
    .appenditem{
        padding:0px 10px;
    }
}
