/**
*	Theme Name: Boeckeler Immobilien
**/

body{
    font-family: "Lato", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Average", serif !important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.defaultmct-sec p:has(iframe){
	width:100%;
	max-width:100%
}
.defaultmct-sec p:has(iframe) iframe{
	min-height:1800px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
body.bmenu-open {
    overflow: hidden;
}
.nav-bar {
    text-align: right;
    padding: 25px;
    background-image: url(images/site-header-bg.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.main-navigation {
    clear: both;
    position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0 18px 0 0;
    position: relative;
}

.nav-menu li:last-child {
    margin: 0;
}
.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.50px;
}
.nav-menu li.menu-button a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    background-color: #c92320;
    padding: 13px 32px;
    display: inline-block;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-weight: bold;
}
.nav-menu li.menu-button a:hover{
    color: #ffffff;
    background-color: #a90000;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 12px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children ul.sub-menu li a {
    padding-left: 20px;
    padding-right: 20px;
}
.nav-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: -5px;
    top: 3px;
    font-weight: 300;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0d9';
    font-family: FontAwesome;
    position: absolute;
    font-size: 11px;
    left: 8px;
    top: 13px;
    right: auto;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: rgba(38, 38, 38, 0.8);
    border: 0;
    padding: 0;
    position: absolute;
    right: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}

ul.sub-menu li {
    margin: 0;
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 225px;
    font-size: 15px;
}
ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
    border-left: 0;
    right: 100%;
    top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: #a90000;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #c92320;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu,
span.submenu-toggle{
    display: none;
}
.nav-menu li.menu-item-has-children ul.sub-menu li {
    padding-right: 0;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.content-header.cover {
    padding: 215px 0 120px;
    position: relative;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1{
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
ul#breadcrumbs li a{
    background: none;
    padding: 0;
    margin: 0;
    text-transform: unset;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.site-header .container {
    max-width: 100%;
    padding: 0 100px;
}
.site-logo {
    width: 423px;
    padding: 25px 0;
}
/*Header*/

/*Home*/
.hslider-bg.cover {
    height: 800px;
    position: relative;
    padding: 260px 0 0 0;
}
.hslider-bg.cover.small {
    height: auto;
    padding: 180px 0 60px;
    min-height: 550px;
}
.hslider-bg.cover::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hslide-content {
    position: relative;
    z-index: 1;
    width: 58%;
}
.hslide-content h1,
.hslide-content h2,
.hslide-content h3,
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    color: #ffffffff;
    font-size: 50px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.hslider-bg.small .hslide-content h1, .hslider-bg.small .hslide-content h2, .hslider-bg.small .hslide-content h3, .hslider-bg.small .hslide-content h4, .hslider-bg.small .hslide-content h5, .hslider-bg.small .hslide-content h6{
    font-size: 50px;
}
.hslide-content p {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 15px 0;
    width: 70%;
}
.hslide-content p strong{
    color: rgba(221, 188, 107, 1);
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}
a.all-buttons,
.hslide-content a,
.hmain-content a{
    color: #ffffff;
    font-size: 16px;
    font-family: "Average", serif;
    font-weight: 500;
    background-color: #c92320;
    padding: 9px 45px;
    display: inline-block;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
a.all-buttons:hover,
.hslide-content a:hover,
.hmain-content a:hover{
    color: #ffffff;
    background-color: #a90000;;
}
.hmain-content a,
.hmain-content a.all-buttons{
    font-size: 15px;
    padding: 8px 40px;
    margin-top: 15px;
}
.hmain-content a.link {
    color: #404040;
    font-size: 17px;
    line-height: 31px;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
    text-decoration: underline !important;
    letter-spacing: 0;
    text-transform: unset;
    font-family: "Lato", sans-serif !important;
}
.hmain-content a.link:hover{
    color: #c92320;
}
.page-template-main-content .hmain-content p strong {
    color: #404040;
    font-size: 19px;
    text-transform: unset;
    letter-spacing: 0;
}
.page-template-main-content .hmain-content p{
    width: 100%;
}
a.all-buttons i{
    margin-right: 5px;
}
.hslide-content a {
    margin-top: 25px;
}
#home_slider {
    margin: 0;
}
#home_slider .slick-dots {
    right: auto;
    left: 44px;
    width: 12px;
    bottom: 44%;
}
#home_slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    margin-bottom: 12px;
}
#home_slider .slick-dots li button{
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    opacity: 0.2;
}
#home_slider .slick-dots li.slick-active button{
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
}
#home_slider .slick-dots li button::before{
    display: none;
}
.hbcompany-content {
    background-color: #ffffff;
    box-shadow: 0 0 24px rgba(38,38,38,0.2);
    padding: 15px 50px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.hcompany-title h3 {
    color: #c92320;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.hcompany-title p {
    color: #404040;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.hcompanyl-list {
    border-left: 1px solid #f1f1f1;
    padding-left: 55px;
}
.hcompanyl-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
    column-gap: 80px;
}
#hcompany_slidee .vertically-center{
    display: table;
    width: 100%;
}
#hcompany_slidee .vertically-center div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
}
#hcompany_slidee .vertically-center img {
    object-fit: contain;
    height: 135px;
    margin: 0 auto;
    padding: 0 10px;
}
.hsellproperty-sec{
    padding: 60px 0;
}
.hmain-content {
    text-align: center;
    position: relative;
    padding-top: 65px;
    margin-bottom: 50px;
}
.hmain-content::after{
    content: '';
    display: inline-block;
    background-color: #c92320;
    width: 1px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.hmain-content p strong {
    color: #c92320;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #262626;
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong{
    color: #c92320;
}
.hmain-content.small h1,
.hmain-content.small h2,
.hmain-content.small h3,
.hmain-content.small h4,
.hmain-content.small h5,
.hmain-content.small h6{
    font-size: 31px;
    text-transform: capitalize;
    line-height: 41px;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6,
.hmain-content.white ul li{
    color: #ffffff;
}
.hmain-content p {
    color: #404040;
    font-size: 17px;
    line-height: 31px;
    font-weight: 400;
    margin: 0 auto 15px;
    width: 78%;
}
.hmain-content.small p{
    font-size: 16px;
    line-height: 29px;
}
.hmain-content.white p{
    color: #ffffff;
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.hmain-content ul li{
    color: #404040;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    margin-bottom: 22px;
    padding-left: 25px;
}
.hmain-content ol li{
    color: #404040;
    font-size: 17px;
    font-weight: 400;
}
.hmain-content.small ul{
    margin: 20px 0;
}
.hmain-content.small ul li {
    font-size: 16px;
    margin-bottom: 11px;
}
.hmain-content ul li::after {
    content: '';
    display: inline-block;
    background-image: url(images/check-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
}
.hsellproperty-list .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.hsellproperty-lbox {
    box-shadow: 0 0 18px rgba(38,38,38,0.2);
    transition: all 0.4s ease;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.hsellproperty-lbox .thumb {
    position: relative;
    overflow: hidden;
}
.hsellproperty-lbox .thumb::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}
.hsellproperty-lbox:hover .thumb::after{
    opacity: 1;
}
.hsellproperty-lbox .thumb img{
    transition: all 1s ease;
}
.hsellproperty-lbox:hover .thumb img{
    transform: scale(1.3);
    transition: all 1s ease;
}
.hsellproperty-lbinner {
    padding: 30px;
    text-align: center;
}
.hsellproperty-lbinner h3 {
    color: #262626;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
.hsellproperty-lbinner p {
    color: #404040;
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
}
.hsellproperty-lbox a.all-buttons {
    font-size: 15px;
    padding: 10px 23px;
    width: 170px;
    text-transform: capitalize;
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}
.hsellproperty-lbox a.all-buttons i{
    margin-left: 5px;
    font-size: 14px;
}
.hsellproperty-lbox:hover a.all-buttons{
    visibility: visible;
    opacity: 1;
    top: 50%;
    z-index: 2;
}
.hmakespecial-content {
    background-color: #f3f3f3;
}
.hmakespecial-content.right .col-sm-12:first-child,
.hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12:first-child{
    order: 2;
}
.hmakespecial-content.right .col-sm-12:nth-child(2),
.hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12:nth-child(2){
    order: 1;
}
.hmain-content.hmakespecial-ct {
    text-align: left;
    padding: 0 40px;
    margin: 0;
}
.hmain-content.hmakespecial-ct::after{
    display: none;
}
.hmain-content.hmakespecial-ct p{
    width: 100%;
}
.hmain-content.hmakespecial-ct p:last-child{
    margin: 0;
}
.hmakespecial-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.hmakespecial-ct a.all-buttons{
    margin-top: 20px;
    padding: 10px 30px;
}
.lasticspecial-sec{
    padding: 70px 0;
}
.hchoose-sec {
    padding: 70px 0 30px;
}
.hwhychoose-ct {
    padding-bottom: 90px;
}
.hwhychoose-sec {
    background-color: #262626;
    padding: 90px 0 0;
}
.hwhychoose-ct .hmain-content{
    text-align: left;
    padding: 0;
}
.hwhychoose-ct .hmain-content::after{
    display: none;
}
.hwhychoose-ct .hmain-content p{
    width: 100%;
}
.hwhychoose-lbox .icon img {
    width: 58px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(79%) saturate(2478%) hue-rotate(346deg) brightness(80%) contrast(98%);
}
.hwhychoose-lbox strong {
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 16px 0 10px 0;
    font-family: "Average", serif !important;
    display: block;
}
.hwhychoose-lbox p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
}
.hwhychoose-lbox {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 40px 20px;
    text-align: center;
    transition: all 0.4s ease;
}
.hwhychoose-lbox:hover{
    background-color: #c92320;
}
.hwhychoose-lbox:hover .icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(190deg) brightness(110%) contrast(103%);
}
.hwhychoose-list .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
.hwhychoose-content .col-sm-12:nth-child(2) {
    align-self: flex-end;
}
.hwhychoose-img {
    width: 500px;
    margin: -175px 0 0 auto;
}
.hfinalcial-sec{
    padding: 60px 0;
    display: none;
}
.hfinalcial-sec .hmakespecial-content{
    background-color: #ffffff;
}
.hmakespecial-ct img {
    display: inline-block;
    margin: 15px 0 !important;
}
.hfinalcial-sec .hmakespecial-img img {
    height: 475px;
    border-radius: 15px;
}
.site-footer {
    padding: 58px 0 0;
    border-top: 1px solid #fff;
    background-attachment: fixed !important;
    position: relative;
}
.site-footer::after{
    content: '';
    display: inline-block;
    background-color: rgba(38,38,38,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.footer-logo{
    margin-bottom: 35px;
}
.footer-logo img {
    width: 350px;
}
.footer-content{
    position: relative;
    z-index: 1;
}
.logon-social {
    border-bottom: 2px solid #0c2f49;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.ftsocial-links ul {
    text-align: right;
}
.ftsocial-links ul li {
    display: inline-block;
    margin-right: 6px;
}
.ftsocial-links ul li:last-child {
    margin-right: 0;
}
.ftsocial-links ul li a {
    background-color: #c92320;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
}
.ftsocial-links ul li a:hover {
    background-color: #fff;
}
.ftsocial-links ul li a img {
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.4s ease;
}
.ftsocial-links ul li a img.blue,.ftsocial-links ul li a:hover img.white {
    opacity: 0;
}
.ftsocial-links ul li a:hover img.blue {
    opacity: 1;
}
.ftdesc-pg img {
    margin-bottom: 31px;
}
.ftdesc-pg p {
    color: #b6bfc1;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    margin: 0;
    width: 80%;
}
.ftmenus-dt strong.ft-titles {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    font-family: "Average", serif !important;
}
.ftmenus-dt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu.one {
    padding-left: 40px;
}
.ft-menu ul li {
    margin-bottom: 9px;
}
.ft-menu ul li:last-child {
    margin-bottom: 0;
}
.ft-menu ul li a,
.ft-contactdt ul li span,
.ft-contactdt ul li a{
    color: #b6bfc1;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.ft-menu ul li a:hover {
    color: #c92320;
}
.ft-contactdt ul li {
    margin-bottom: 15px;
}
.ft-contactdt ul li:last-child {
    margin-bottom: 0;
}
.ft-contactdt ul li span {
    display: flex;
}
.ft-contactdt ul li a {
    display: flex;
}
.ft-contactdt ul li span i,
.ft-contactdt ul li a i{
    margin-right: 9px;
    position: relative;
    top: 7px;
    color: #c92320;
}
.ft-contactdt ul li a:hover {
    color: #c92320;
}
.copyright {
    padding: 15px 0;
    margin-top: 60px;
    border-top: 1px solid #404040;
    text-align: center;
}
.copyright span {
    color: #aab2b3;
    font-size: 16.22px;
    font-weight: 400;
    display: block;
}
.conthead-content.hslide-content {
    text-align: left;
    width: 100%;
}
.conthead-content.hslide-content h1,
.conthead-content.hslide-content h2,
.conthead-content.hslide-content h3,
.conthead-content.hslide-content h4,
.conthead-content.hslide-content h6{
    text-align: left;
}
.allseo-csec .row.right:nth-child(2){
    order: 1;
}
.seodetail_box .row.right .col-sm-12:first-child{
    order: 2;
}
.seodetail_box .row.right .col-sm-12:nth-child(2){
    order: 1;
}
.defaultchoose-sec{
    margin: 90px 0 0;
}
.hparallax-bg.cover{
    background-attachment: fixed !important;
    position: relative;
    padding: 80px 0 34px;
}
.hparallax-bg.cover::after {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hparallax-content{
    position: relative;
    z-index: 1;
}
.hparallax-content ul{
    column-count: 3;
    text-align: left;
}
.lasticspecial-flsec{
    padding-bottom: 70px;
}
.ficspecial-flsec{
    padding: 0 0 60px;
}
.page-template-main-content .hmain-content {
    text-align: left;
}
.immomakler-page #wrapper {
    width: 100%;
    margin: 0 auto;
}
.immomakler-archive.immomakler,
.immomakler-single.immomakler{
    max-width: 1320px;
    width: 100%;
    padding: 35px 40px 40px;
    margin: 0 auto;
}
/*Contact us*/
.work-progress {
	 padding: 40px 0;
}
.work-progress.contact{
    padding: 40px 0 85px;
}
.ourtesti-content.workprog-content {
	 margin-bottom: 53px;
}
.workprog-list .row {
    justify-content: center;
}
.workprog-lbox {
    text-align: center;
    background-color: #fff;
    padding: 50px 40px 40px;
    border: 2px solid #f7f6f4;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
}
.workprog-lbox:hover {
	 background-color: #c92320;
	 border-color: #c92320;
	 transform: scale(1.07);
	 z-index: 3;
}
.workprog-lbox strong {
	 color: #1a1e1f;
	 font-size: 81.04px;
	 font-weight: bold;
	 display: block;
	 margin-bottom: 7px;
}
.workprog-lbox h4 {
    color: #262626;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.workprog-lbox p,
.workprog-lbox a{
	 color: #404040;
	 font-size: 19.21px;
	 line-height: 33px;
	 font-weight: 400;
	 margin: 0 auto;
	 width: 100%;
     display: inline-block;
}
.workprog-lbox a:hover{
    color: #262626;
}
.workprog-lbox:hover strong,
.workprog-lbox:hover h4,
.workprog-lbox:hover p,
.workprog-lbox:hover a{
	 color: #fff;
}
.workprog-lbox .icon{
    width: 45px;
    height:45px;
    margin: 0 auto 30px;
}
.workprog-lbox .icon img{
    filter: brightness(0) saturate(100%) invert(21%) sepia(65%) saturate(3977%) hue-rotate(351deg) brightness(83%) contrast(89%);
}
.workprog-lbox:hover .icon img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6096%) hue-rotate(71deg) brightness(102%) contrast(97%);
}
.workprog-btmct {
	 text-align: center;
	 margin-top: 55px;
}
.workprog-btmct p {
	 color: #737879;
	 font-size: 18.23px;
	 font-weight: 400;
	 margin: 0 0 15px 0;
}
.workprog-btmct p a {
	 color: #c92320;
	 text-decoration: underline !important;
	 transition: all 0.4s ease;
	 font-weight: bold;
}
.google-mapsec {
    padding: 0;
    margin-bottom: 0;
}
.google-mapsec,
.google-mapsec iframe,
.google-mapsec img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}
.google-mapsec {
    padding: 0;
    margin-bottom: 0;
}
.hcontact-form .row{
    margin-left: -7px;
    margin-right: -7px;
}
.hcontact-form .col-3,
.hcontact-form .col-4,
.hcontact-form .col-6,
.hcontact-form .col-12{
    padding-left: 7px;
    padding-right: 7px;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea,
.hcontact-form input::placeholder,
.hcontact-form select::placeholder,
.hcontact-form textarea::placeholder{
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea{
    width: 100%;
    padding: 0 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}
.hcontact-form input,
.hcontact-form select{
    height: 60px;
}
.hcontact-form textarea{
    height: 110px;
    padding-top: 15px;
}
.hcontact-form .button{
    text-align: center;
}
.hcontact-form  input.wpcf7-form-control.has-spinner.wpcf7-submit{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background-color: #1a1a1a;
    width: 100%;
    padding: 0 40px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
    cursor: pointer;
}
.hcontact-form  input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color: #ffffff;
    background-color: #c92320;
    border-color: #c92320;
}
.hcontact-form span.wpcf7-spinner{
    margin: 5px auto 0;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output{
    color: #ffffff;
    margin: 0 auto 40px;
    text-align: center;
}
.hcontact-map iframe{
    width: 100%;
    height: 420px;
}
.hcontact-form .checkboxx input[type="checkbox"]{
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.hcontact-form .checkboxx span.wpcf7-list-item{
    margin: 0;
}
.hcontact-form .checkboxx .dsflex{
    display: flex;
}
.hcontact-form .checkboxx p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}
.hcontact-form .checkboxx p a{
	color: #ffffff;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.hcontact-form .checkboxx p a:hover{
    color: #c92320;
}
/*Contact us*/
/*Home*/

/*  Media Query  */
@media(max-width: 1600px){
	.nav-menu li {
        margin: 0 15px 0 0;
    }
	.site-header .container {
		padding: 0 30px;
	}
    .conthead-content h1{
        font-size: 40px;
    }
}
@media(max-width: 1537px){
	.header-content .col-sm-12:first-child {
		flex: auto;
		width: 15%;
	}
	.header-content .col-sm-12:nth-child(2) {
		flex: auto;
		width: 85%;
	}
	.site-logo img {
		width: 285px;
	}
	.nav-menu li {
		margin: 0 18px 0 0;
	}
	.nav-menu li a, ul.sub-menu li a, .nav-menu li a i.fa-house{
        font-size: 12px;
        letter-spacing: 0;
    }
    .nav-menu li a i.fa-house{
        top: 0;
    }
    .nav-menu li.menu-button a {
        width: 100%;
        text-align: center;
        margin: 15px 0;
        font-size: 13px;
    }
    .nav-menu li.menu-item-has-children::after{
        top: 3px;
    }
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::before{
        top: 17px;
    }
}
@media(max-width: 1440px){
	.site-logo {
		width: 100%;
	}
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::before{
        top: 15px;
    }
    .hmain-content.small h1, .hmain-content.small h2, .hmain-content.small h3, .hmain-content.small h4, .hmain-content.small h5, .hmain-content.small h6{
        font-size: 28px;
        line-height: 34px;
    }
    .hmain-content.hmakespecial-ct {
        padding: 0 30px;
    }
    .hmain-content.small p {
        font-size: 16px;
        line-height: 26px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 32px;
    }
    .hcompany-title h3{
        font-size: 28px;
    }
    .hsellproperty-lbinner h3{
        font-size: 24px;
    }
    .hsellproperty-lbinner p {
        font-size: 15px;
        line-height: 25px;
    }
}
@media(max-width: 1280px){
    .nav-menu li {
        margin: 0 11px 0 0;
    }
    .work-progress.contact {
        padding: 50px 0 50px;
    }
    .workprog-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
}

@media(max-width: 1171px){
.header-content .col-sm-12:first-child {
    flex: auto;
    width: 100%;
}
.htesti-inner p {
    font-size: 20px;
    line-height: 34.8px;
    margin: 0 auto 15px;
    width: 100%;
}
.hslide-content {
    width: 100%;
    text-align: center;
}
.hslide-content p {
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 auto 15px;
    width: 100%;
}
.hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
    font-size: 35px;
}
.hslide-content h1 br, .hslide-content h2 br, .hslide-content h3 br, .hslide-content h4 br, .hslide-content h5 br, .hslide-content h6 br{
    display: none;
}
.hslider-bg.cover {
    height: 100vh;
    position: relative;
    padding: 180px 0 150px 0;
}
.hcompanyl-list ul {
    column-gap: 40px;
}
.hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
    font-size: 26px;
    margin: 0 0 15px 0;
}
.hmain-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto 15px;
}
.hcompanyl-list {
    padding-left: 0;
}
body .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
}
.hbcompany-content{
    padding: 35px 50px;
}
#home_slider .slick-dots {
    right: 0;
    left: 0;
    width: auto;
    bottom: 50px;
    margin: 0 auto;
    text-align: center;
}
#home_slider .slick-dots li {
    display: inline-block;
    margin-bottom: 12px;
    padding: 0 5px;
}
.hbcompany-content{
    margin-top: 0;
}
    .hsellproperty-list .row {
    justify-content: center;
}
.hsellproperty-list .col-sm-12 {
    flex: auto;
    width: 100%;
    max-width: 100%;
}
.hwhychoose-list .col-6 {
    flex: auto;
    width: 100%;
}
.hsellproperty-lbox .thumb img{
    width: 100%;
}
.hchoose-sec .hmain-content {
    margin-bottom: 0;
}
.hchoose-sec {
    padding: 50px 0 30px;
}
.hsellproperty-lbox a.all-buttons{
    width: 200px;
}
.hbcompany-content .col-sm-12 {
    flex: auto;
    width: 100%;
    text-align: center;
}
.hcompany-title{
    margin-bottom: 30px;
}
#hcompany_slidee .vertically-center img {
    height: 90px;
}
section.hbcompany-lsec{
    padding-top: 30px;
}
.hmain-content {
    padding-top: 60px;
    margin-bottom: 35px;
}
.defaultchoose-sec {
    margin: 0;
}
.hslider-bg.small .hslide-content h1, .hslider-bg.small .hslide-content h2, .hslider-bg.small .hslide-content h3, .hslider-bg.small .hslide-content h4, .hslider-bg.small .hslide-content h5, .hslider-bg.small .hslide-content h6{
    font-size: 40px;
}
#menuToggle {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 43px;
    right: 30px;
    z-index: 1;
    user-select: none;
}
#menuToggle.open {
    position: fixed;
    top: 25px;
    right: 6px;
    opacity: 1;
    z-index: 999999999;
}
#menuToggle input {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    top: 0;
    right: 0;
    display: inline-block;
}
#menuToggle.open input {
    top: -6px;
    right: 1px;
}
#menuToggle span {
    display: flex;
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
    z-index: 0;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}
#menuToggle.open span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle.open span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
#menuToggle.open input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-3px, -1px);
    background: #fff;
}
#menuToggle.open input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle.open input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
ul.nav-menu li ul.sub-menu {
    display: none !important;
}
ul.nav-menu li.open ul.sub-menu {
    display: block !important;
}
.nav-menu li.menu-item-has-children ul.sub-menu {
    height: 0;
    transition: all 0.4s ease;
}
.nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
    display: block !important;
    left: 0;
    height: auto;
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu{
    padding-bottom: 0;
}
.nav-bar li.menu-button {
    border-bottom: none;
}
.nav-menu li.menu-button a {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
    padding: 15px 20px;
    font-size: 13px;
    letter-spacing: 1px;
}
.nav-menu li.menu-item-has-children{
    padding-right: 0;
}
.mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: transparent;
}
ul.sub-menu {
    display: none !important;
    position: relative !important;
    top: -100% !important;
}
.mobilesubmenu i {
    position: relative;
    top: 12px;
    right: 0;
}
.nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding-right: 10px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mobilesubmenu {
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #fff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    margin: 0 auto;
}
ul.sub-menu.open-submenu .mobilesubmenu {
    border: none;
}
.nav-menu li.menu-item-has-children::after,
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    display: none;
}
.nav-menu .sub-menu,
.nav-menu .children {
    width: 100%;
}
.nav-menu .sub-menu, .nav-menu .children{
    transform: translateX(0);
}
ul.sub-menu li {
    display: block;
}
ul.sub-menu,
.open-submenu {
    transition: all 1s;
}
.openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    float: right;
}
#navbar {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 320px;
}
#navbar::-webkit-scrollbar {
    width: 3px;
    visibility: hidden;
    opacity: 0;
}
#navbar::-webkit-scrollbar-track,
#navbar::-webkit-scrollbar-thumb {
    border-radius: 0;
}
#navbar:hover::-webkit-scrollbar {
    visibility: visible;
    opacity: 1;
}
.nav-menu li.menu-item-has-children:last-child.open ul.sub-menu.open-submenu{
    padding-bottom: 0;
}
.nav-menu li.menu-item-has-children{
    padding-right: 0;
}
.mobilesubmenu.open {
    background-color: rgba(72, 72, 72, 0.85) !important;
}
.nav-menu .sub-menu,
.nav-menu .children {
    background-color: transparent;
}
ul.sub-menu {
    display: none !important;
    position: relative !important;
    top: -100% !important;
}
.mobilesubmenu i {
    position: relative;
    top: 12px;
    right: 0;
}
.nav-bar li {
    display: block;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.mobilesubmenu {
    display: inline-block;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #fff;
    right: 0;
    z-index: 9999;
    border-left: 1px solid #717171;
    padding-left: 0;
    height: 100%;
    width: 45px;
    text-align: center;
    margin: 0 auto;
}
ul.sub-menu.open-submenu .mobilesubmenu {
    border: none;
}
.nav-menu li.menu-item-has-children::after,
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after {
    display: none;
}
.nav-menu .sub-menu,
.nav-menu .children {
    width: 100%;
}
.nav-menu .sub-menu, .nav-menu .children{
    transform: translateX(0);
}
ul.sub-menu li {
    display: block;
}
ul.sub-menu,
.open-submenu {
    transition: all 1s;
}
.openmenu {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    color: #333;
    float: right;
}
.nav-bar.open {
    right: 0;
}
.nav-menu li a {
    color: #fff;
    font-weight: normal;
    padding: 18px 0;
    font-size: 13px;
}
ul.sub-menu li:last-child {
    border: 0 !important;
}
ul.sub-menu li a {
    color: #fff !important;
    font-weight: 600;
    width: auto;
	display: inline-block;
    text-align: left;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover {
    color: #ffffff !important;
    background: transparent !important;
}
.nav-bar {
    background-color: #262626;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    padding: 20px 20px 100px;
    padding-top: 60px;
    transition: all 0.3s;
    width: 100%;
    text-align: left;
    z-index: 99999;
}
span.submenu-toggle {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #ffffff;
    width: 30px;
    display: inline-block;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 33px;
    font-size: 13px;
}
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #fff;
        cursor: pointer;
        margin-bottom: 20px;
    }
}
@media(max-width: 1025px){
    .hmain-content.small h1, .hmain-content.small h2, .hmain-content.small h3, .hmain-content.small h4, .hmain-content.small h5, .hmain-content.small h6 {
        font-size: 21px;
        line-height: normal;
    }
    .conthead-content.hslide-content,
    ul#breadcrumbs,
    .conthead-content.hslide-content h1, .conthead-content.hslide-content h2, .conthead-content.hslide-content h3, .conthead-content.hslide-content h4, .conthead-content.hslide-content h6{
        text-align: center;
    }
}
@media(max-width: 831px){
    .hmain-content p {
        width: 100%;
    }
    .hmakespecial-content.right .col-sm-12:nth-child(2), .hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12:nth-child(2) {
        order: 2;
    }
    .hmakespecial-content.right .col-sm-12, .hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12{
        flex: auto;
        width: 100%;
    }
    .hwhychoose-img {
        width: 100%;
        margin: 0;
    }
    .ftmenus-dt .col-sm-12 {
        flex: auto;
        width: 100%;
        text-align: center;
    }
    .footer-logo img {
        width: 300px;
        margin: 0 auto;
    }
    .ftdesc-pg p {
        margin: 0 auto 15px;
        width: 100%;
    }
    .ft-menu ul li a, .ft-contactdt ul li span, .ft-contactdt ul li a{
        justify-content: center;
    }
    .ft-menu.one {
        padding-left: 0;
    }
    .ftmenus-dt .col-sm-12{
        margin-bottom: 20px;
    }
    .ftmenus-dt .col-sm-12:last-child{
        margin-bottom: 0;
    }
    .copyright {
        padding: 10px 0;
        margin-top: 30px;
    }
    .hmain-content.hmakespecial-ct {
        padding: 30px;
    }
    .hsellproperty-sec {
        padding: 40px 0;
    }
    .hwhychoose-img {
        width: 50%;
        margin: 0 auto;
    }
    .hwhychoose-ct {
        padding-bottom: 30px;
    }
    .hmakespecial-content .row{
        margin: 0 !important;
    }
    .hmakespecial-img img {
        height: auto;
    }
    .hmakespecial-content .row.left .col-sm-12:first-child{
        order: 2;
    }
    .defaultchoose-sec {
        margin: 0;
    }
    .hslider-bg.small .hslide-content h1, .hslider-bg.small .hslide-content h2, .hslider-bg.small .hslide-content h3, .hslider-bg.small .hslide-content h4, .hslider-bg.small .hslide-content h5, .hslider-bg.small .hslide-content h6 {
        font-size: 33px;
    }
    .hslide-content p {
        font-size: 15px;
        line-height: 28px;
    }
    .ficspecial-flsec {
        padding: 0 0 40px;
    }
    .hwhychoose-sec {
        padding: 20px 0 0;
    }
    .hwhychoose-content .col-sm-12 {
        flex: auto;
        width: 100%;
    }
}
@media(max-width: 769px){
    .hmakespecial-content.right .col-sm-12:nth-child(2), .hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12:nth-child(2) {
        order: 1;
    }
    .hmain-content.hmakespecial-ct {
        padding: 22px;
    }
    .immomakler .h1, .immomakler h1 {
        font-size: 25px;
    }
    .immomakler-archive.immomakler, .immomakler-single.immomakler {
        padding: 35px 20px 40px;
    }
    .workprog-lbox h4{
        font-size: 18px;
    }
    .workprog-lbox p, .workprog-lbox a{
        font-size: 15.21px;
    }
}
@media(max-width: 668px){
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 21px;
        margin: 0 0 15px 0;
    }
    .hmain-content p strong{
        font-size: 13px;
    }
    .immomakler-archive.immomakler, .immomakler-single.immomakler {
        padding: 35px 20px 40px;
    }
    .hparallax-content ul{
        column-count: 2;
    }
    .hmain-content ul li{
        font-size: 14px;
    }
    .hparallax-bg.cover {
        padding: 40px 0 10px;
    }
    .lasticspecial-sec {
        padding: 40px 0;
    }
}
@media(max-width: 571px){
    #hcompany_slidee .vertically-center img {
        height: 150px;
    }
    .hcompanyl-list ul {
        column-gap: 0;
        bottom: -45px;
    }
    body .container, .container-lg, .container-md, .container-sm {
        padding: 0 20px;
    }
    .hmain-content ul li{
        font-size: 14px;
    }
    .affordability-sidebar {
        padding: 0;
    }
    .hmain-content a, .hmain-content a.all-buttons {
        font-size: 13px;
        padding: 8px 40px;
        letter-spacing: 0.50px;
    }
    .hparallax-content ul {
        column-count: unset;
        text-align: left;
    }
    .hmain-content img.aligncenter.wp-image-5025 {
        width: 300px;
    }
    .workprog-list .col-sm-12{
        width: 100%;
        margin-bottom: 20px;
    }
    .workprog-list .col-sm-12:last-child{
        margin-bottom: 0;
    }
}
@media(max-width: 415px){
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 23px;
        line-height: normal;
    }
    .hmain-content.hmakespecial-ct {
        padding: 20px;
    }
    .hmain-content.small h1, .hmain-content.small h2, .hmain-content.small h3, .hmain-content.small h4, .hmain-content.small h5, .hmain-content.small h6 {
        font-size: 18px;
        line-height: normal;
    }
    .hmain-content.small p {
        font-size: 14px;
        line-height: 25px;
        margin: 0 0 10px 0;
    }
    .hwhychoose-sec {
        padding: 20px 0 0;
    }
        .hsellproperty-lbinner h3 {
        font-size: 20px;
    }
    .hsellproperty-lbinner {
        padding: 25px 20px;
    }
    .site-header .container {
        padding: 0 20px;
    }
    .site-logo img {
        width: 250px;
    }
    #menuToggle {
        right: 20px;
    }
    .hslide-content p {
        font-size: 14px;
        line-height: 26px;
    }
    a.all-buttons, .hslide-content a, .hmain-content a {
        font-size: 13px;
        padding: 7px 40px;
    }
    .hslide-content a {
        margin-top: 10px;
    }
    .hcompany-title h3 {
        font-size: 20px;
    }
    .hmain-content p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 auto 10px;
    }
    .hslider-bg.small .hslide-content h1, .hslider-bg.small .hslide-content h2, .hslider-bg.small .hslide-content h3, .hslider-bg.small .hslide-content h4, .hslider-bg.small .hslide-content h5, .hslider-bg.small .hslide-content h6 {
        font-size: 23px;
    }
    .hmain-content.small ul li {
        padding-left: 20px;
    }
    .hmain-content.small ul li{
        font-size: 14px;
    }
    .hmain-content ul li::after {
        width: 11px;
        height: 11px;
        top: 4px;
    }
}