body {
	font-family: "Signika", sans-serif;
	color: #000;
	margin-top: 127px;
}

* {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3 {
	font-family: "Mulish", sans-serif;
}

h3 {
	font-size: 30px;
}

p {
	font-size: 18px;
	line-height: 30px;
}

a.btn-blue:hover {
	background: #154d5f;
	color: #fff;
	transition: 0.5s;
}

a:hover {
	text-decoration: none;
}

/*a {font-family: 'Mulish', sans-serif;}*/
/*Header*/
.header {
	padding: 20px 0px 5px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background: #fff;
	top: 0;
}

.phone-div {
	text-align: right;
	padding: 0px 16px 16px;
}

.header .navbar-collapse {
	justify-content: flex-end;
}

.header .navbar-nav li.about-menu a {
	background: #95be48;
	font-family: "Mulish", sans-serif;
	color: #fff;
	height: 44px;
	width: 140px;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	padding: 13px 5px;
}

.header .navbar-nav li.about-menu a img {
	margin-right: 13px;
	margin-top: -2px;
}

.header .navbar-nav li {
	padding: 0px 30px;
}

.header .navbar-nav li.about-menu {
	padding-right: 0px;
}

.header .navbar-nav li a img {
	margin-right: 13px;
	margin-top: -2px;
}

.header .navbar-nav li a {
	font-size: 14px;
	font-family: "Mulish", sans-serif;
	letter-spacing: 1px;
	padding: 12px 11px;
	color: #002d62;
}

.phone-div img {
	margin-right: 13px;
	margin-top: -2px;
}

.phone-div a {
	color: #6578a2;
	font-family: "Mulish", sans-serif;
}

/*banner*/
.banner img {
	width: 83.5%;
	height: 790px;
	object-fit: cover;
	object-position: top;
	float: right;
}

.slider-div {
	padding: 0px;
}

.banner-caption h3,
.banner-caption h1 {
	color: #fff;
	font-size: 55px;
	font-weight: 600;
	line-height: 64px;
	font-family: "Mulish", sans-serif;
	margin-bottom: unset;
}

.banner-caption {
	background: #002d62;
	z-index: 999;
	position: absolute;
	width: 590px;
	height: 390px;
	display: flex;
	align-items: center;
	padding: 40px 50px 40px 90px;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 12%;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
}

.banner-caption h3 span,
.banner-caption h1 span {
	font-weight: normal;
	font-style: italic;
}

/*pagination*/
.pagination .page-item.active .page-link {
	background-color: #002662;
	border-color: #002662;
}

.pagination .page-link {
	color: #002662;
}

.pagination .page-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #002662;
	border-color: #002662;
}

/*icon content*/
.icon-content {
	padding: 80px 40px 85px;
}

.icon-content h3 {
	font-size: 18px;
	color: #001940;
	font-weight: 700;
	margin-bottom: 10px;
}

.icon-content p {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.icon-content .media img {
	margin-top: 3px;
}

/*content*/
.content-main {
	position: relative;
}

.content-main .left-img {
	padding: 90px 0px;
}

.content-main .right-info {
	background: #f4f5f7;
	display: flex;
	align-items: center;
	position: relative;
	box-shadow: 3px 1px 10px -9px rgb(0 0 0 / 8%);
}

.content-main:after {
	content: "";
	background: #f4f5f7;
	height: 100%;
	width: 20%;
	right: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.right-info:before {
	content: "";
	background: #f4f5f7;
	height: 100%;
	width: 210px;
	left: -29%;
	position: absolute;
	top: 0;
	z-index: -1;
	box-shadow: 3px 1px 10px -9px rgb(0 0 0 / 8%);
}

.infor-right {
	padding-left: 85px;
}

.infor-right h3 {
	font-size: 25px;
	line-height: 42px;
	font-weight: 600;
	color: #000;
	margin-bottom: 17px;
}

.infor-right p {
	color: #6f6f6f;
	font-weight: 300;
	line-height: 32px;
	font-size: 15px;
	margin-bottom: 60px;
}

a.btn-clr {
	background: #6578a2;
	border: 1px solid #6578a2;
	color: #fff;
	padding: 14px 34px;
	display: inline-block;
	margin-right: 25px;
}

a.btn-clr-br {
	border: 1px solid #6578a2;
	color: #6578a2;
	padding: 14px 34px;
	display: inline-block;
}

a.btn-clr img,
a.btn-clr-br img {
	margin-left: 19px;
}

.mobileView {
	display: none;
}

/*news section*/
.news-div {
	padding: 90px 0px 50px;
}

.news-head P {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	color: #002662;
	line-height: 19px;
	letter-spacing: 1px;
	font-family: "Mulish", sans-serif;
}

.news-head h3 {
	font-size: 45px;
	color: #000;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 45px;
}

.news-btn a {
	float: right;
	margin-right: 0px;
}

.news-head {
	padding-left: 40px;
}

.news-btn {
	padding-right: 40px;
}

.news-box {
	padding: 45px 40px;
}

.news-box h4 {
	font-size: 20px;
	line-height: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
	font-family: "Mulish", sans-serif;
	font-weight: 600;
}

.news-box p {
	color: #1c1c1c;
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 40px;
}

/*parallex */
.bg-div {
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

/*count*/
.count-div {
	background: #f4f5f7;
	padding: 74px 0px 100px;
}

.count-div P {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	color: #002662;
	line-height: 19px;
	letter-spacing: 1px;
	font-family: "Mulish", sans-serif;
}

.count-div h3 {
	font-size: 45px;
	color: #000;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 70px;
}

.count-box {
	text-align: center;
}

.count-div .count-box h3 {
	font-size: 18px;
	color: #001940;
	font-weight: 700;
	line-height: 23px;
	margin-bottom: 13px;
}

.count-box img {
	margin-bottom: 20px;
}

.count-box p {
	color: #001940;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

/*inner img*/
.inner-img img {
	height: 500px;
	object-fit: cover;
	width: 100%;
}

.inner-img {
	margin: 90px 0px;
}

/*drs*/
.heading-div P {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	color: #002662;
	line-height: 19px;
	letter-spacing: 1px;
	font-family: "Mulish", sans-serif;
}

.heading-div h3 {
	font-size: 45px;
	color: #000;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 70px;
	max-width: 80%;
}

.drs-div .media h3 {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}

.drs-div .media p {
	color: #6f6f6f;
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
}

.drs-div .media img {
	margin-top: 3px;
	margin-right: 45px;
}

.drs-div .media {
	margin-bottom: 68px;
}

.drs-div {
	padding: 55px 0px;
}

.drs-left .media {
	padding-right: 35px;
}

.drs-right .media {
	padding-left: 35px;
}

/*Product list*/
.product-inner ul.prod-list li {
	width: 48%;
	float: left;
	margin: 0px;
}

.product-inner ul.prod-list li .media img {
	width: 20px;
	margin-right: 15px;
}

.product-inner ul.prod-list li .media p {
	color: #6f6f6f;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
}

.product-inner ul.prod-list li .media h3 {
	color: #002662;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 7px;
}

.product-inner {
	display: inline-block;
	padding: 30px 34px 10px;
	box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
	width: 100%;
}

.product-inner ul.list-inline.list-div li {
	color: #002662;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 0.5px;
	font-weight: 300;
	position: relative;
	padding-right: 10px;
}

ul.list-inline.list-div li:after {
	content: "";
	background: #002662;
	width: 1px;
	height: 14px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
}

ul.list-inline.list-div li:last-child:after {
	display: none;
}

.product-box > img {
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.recent-prod {
	padding-bottom: 55px;
}

.recent-prod .news-head h3 {
	margin-bottom: 57px;
}

/*brand div*/
.brand-img ul li {
	margin: 0px !important;
	padding: 0px 2px;
}

.brand-img ul li img {
	width: 252px;
}

.brand-img ul {
	text-align: center;
	display: flex;
}

.brand-div {
	padding: 90px 0px 140px;
}

/*footer */
.footer {
	background-repeat: no-repeat;
	background-position: right;
	background-size: 50%;
}

.ftr-logo {
	margin-bottom: 25px;
}

.ftr-ads h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 16px;
}

.ftr-ads p {
	color: #1c1c1c;
	font-size: 19px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 18px;
}

.ftr-ads a {
	color: #1c1c1c;
}

.ftr-social {
	display: flex;
	height: 185px;
	align-items: flex-end;
	justify-content: flex-start;
}

.ftr-social ul {
	margin-bottom: 0px;
}

.ftr-social ul li {
	margin-left: 15px;
}

.ftr-ads {
	padding-left: 58px;
	padding-bottom: 35px;
}

.form-ftr {
	padding: 60px;
	background: #002662;
}

.form-icon ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0.5px;
	font-weight: 300;
	font-family: "Mulish", sans-serif;
}

.form-icon ul li {
	padding-bottom: 20px;
}

.form-icon ul li img {
	margin-right: 28px;
}

.form-div h3 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 22px;
	font-weight: 300;
}

/* .footer .form-div form input { max-width: 310px;    border-radius: 0px;    height: 40px;    margin-bottom: 20px;} */
/* .form-icon ul {margin-bottom: 0px;} */
/* .footer .form-div button.btn.btn-form { border-radius: 0px; padding: 10px 35px; background: #6578A2; color: #fff;display: inline-block;} */
/* .footer .form-div form input::placeholder {font-size: 14px; color:#000000; opacity: .6;} */
.copyright-div {
	padding: 30px 39px 0px;
}

.copyright-div ul li {
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	position: relative;
	margin: 0px !important;
	padding: 0px 9px;
}

.copyright-div ul li a {
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
}

.copyright-div ul li:after {
	content: "";
	background: #000;
	width: 1px;
	height: 14px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -1px;
}

.copyright-div ul li:last-child:after {
	display: none;
}

/*list page*/
.property-head {
	padding: 75px 0px;
}

.property-head p {
	text-transform: inherit;
	max-width: 74%;
	color: #6f6f6f;
	font-size: 15px;
	line-height: 32px;
	margin-bottom: 0px;
}

.property-head .news-head h4 {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	color: #002662;
	line-height: 19px;
	letter-spacing: 1px;
	font-family: "Mulish", sans-serif;
}

.property-head .news-head h3 {
	margin-bottom: 30px;
}

.property-list a.filter-btn {
	background: #95be48;
	color: #fff;
	padding: 14px 30px;
	margin-left: 26px;
	display: inline-block;
}

.custom-search-input input {
	border: none;
	border-bottom: 1px solid #001940;
	border-radius: 0px;
	padding: 0px;
}

.custom-search-input input:focus {
	outline: none;
	box-shadow: none;
}

.custom-search-input {
	position: relative;
	width: 100%;
}

.custom-search-input input::placeholder {
	color: #001940;
	font-size: 15px;
	line-height: 21px;
}

.custom-search-input span.input-group-btn {
	position: absolute;
	right: 0;
	z-index: 999;
}

.filter-right ul {
	text-align: right;
	padding-right: 40px;
}

.filter-right ul li a {
	color: #001940;
	font-size: 15px;
	line-height: 21px;
	padding-left: 28px;
}

.filter-right ul li a img {
	margin-right: 3px;
	margin-top: -1px;
}

.property-list a.filter-btn img {
	margin-right: 10px;
}

.filter-div {
	margin-bottom: 60px;
}

.filter-search,
.filter-right {
	display: flex;
	margin-bottom: 60px;
	align-items: end;
}

.filter-right ul {
	margin-bottom: 0px;
	width: 100%;
}

.property-list .product-div {
	margin-bottom: 50px;
}

.property-list {
	padding-bottom: 90px;
}

/*propert detail page*/
.property-detail {
	padding: 32px 0px 100px;
	position: relative;
}

.property-detail .breadcrumb {
	padding: 10px 0 30px;
	position: relative;
	background-color: transparent;
	align-items: center;
	margin-bottom: 0;
}

.property-detail .breadcrumb a {
	color: white;
	font-family: "Mulish", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.property-detail .breadcrumb a:hover {
	text-decoration: underline;
}

.property-detail .breadcrumb svg {
	width: 10px;
	aspect-ratio: 1;
	transform: rotate(-90deg);
	margin: 0 10px;
}

.property-detail .breadcrumb .breadcrumb-current {
	color: white;
	font-family: "Mulish", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.property-detail:before {
	content: "";
	background: #002d62;
	width: 100%;
	position: absolute;
	left: 0;
	height: 520px;
	top: 0;
}

.back-div {
	padding-bottom: 26px;
}

.back-div a {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.back-div a img {
	margin-right: 20px;
	margin-top: -5px;
}

.prop-left img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.prop-img {
	position: relative;
	margin-bottom: 24px;
}

.prop-btn {
	position: absolute;
	bottom: 0;
	left: 35px;
	width: 100%;
}

.prop-btn a {
	background: #95be48;
	display: inline-table;
	width: 183px;
	height: 54px;
	text-align: center;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 600;
}

.prop-img img {
	height: 288px;
	width: 100%;
}

.prop-detail ul.prod-list li .media img {
	width: 20px;
	margin-right: 10px;
}

.prop-detail ul.prod-list li .media p {
	color: #6f6f6f;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
}

.prop-detail ul.prod-list li .media h3 {
	color: #002662;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 3px;
}

.prop-detail {
	padding-top: 7px;
	padding-right: 90px;
}

.prop-info h2 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 27px;
}

.prop-detail ul.prod-list li .media {
	padding-right: 30px;
}

.prop-info p {
	font-size: 16px;
	font-weight: 300;
	line-height: 38px;
	margin-bottom: 30px;
}

.prop-info ul {
	margin-bottom: 12px;
}

a.load-more {
	color: #95be48;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}

a.load-more img {
	margin-left: 15px;
}

.ken-div {
	margin-top: 64px;
}

.ken-div h3 {
	margin-bottom: 24px;
	font-size: 35px;
	line-height: 44px;
}

.info-box h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
}

.info-box p {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.info-box span {
	float: right;
}

.info-box {
	padding-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 34px;
}

.info-box:last-child {
	border: none;
	padding-bottom: 0px;
}

.prop-detail iframe {
	margin-top: 32px;
}

.count-div.count-detail {
	margin-bottom: 100px;
}

.property-sidebar {
	padding: 43px 50px 68px;
	background: #e6e7f0;
	margin-top: 79px;
}

.property-sidebar h3 {
	font-size: 25px;
	line-height: 45px;
	color: #001940;
	font-weight: 700;
}

.property-sidebar .media h4 {
	font-size: 17px;
	font-weight: 500;
	color: #001940;
	line-height: 36px;
	margin-bottom: 0px;
}

.property-sidebar .media p {
	margin-bottom: 0px;
	padding-top: 0px;
}

.property-sidebar .media p img {
	margin-right: 15px;
}

.property-sidebar .media a {
	color: #001940;
	font-size: 15px;
	line-height: 35px;
	font-family: "Signika", sans-serif;
}

.property-sidebar p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #001940;
	margin-bottom: 0px;
	padding-top: 14px;
}

.property-sidebar .media {
	align-items: center;
}

.side-btn ul {
	text-align: center;
	margin-bottom: 0px;
}

.side-btn ul li a {
	color: #fff;
}

.side-btn ul li {
	background: #6578a2;
	width: 49%;
	margin: 0px !important;
	padding: 14px;
}

.side-btn ul li.li-first {
	background: #002662;
}

.team-list {
	padding-left: 40px;
}

.property-head.team-head p {
	padding-bottom: 32px;
}

.team-list ul li a {
	padding: 10px 40px;
	background: #f4f5f7;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
	border-radius: 5px;
	color: #001940;
}

.team-list ul li {
	padding-right: 10px;
}

.team-list h4 {
	padding-bottom: 20px;
	color: #001940;
	font-size: 15px;
	font-weight: 600;
	font-family: "Mulish", sans-serif;
}

.team-list ul li a.active {
	background: #002662;
	color: #fff;
}

.team-list ul {
	margin-bottom: 0px;
}

.team-box > img {
	height: 500px;
	object-fit: cover;
	width: 100%;
}

.team-info {
	padding: 50px 45px 70px;
}

.team-info h3 {
	font-size: 20px;
	color: #002662;
	letter-spacing: 0.2px;
	float: left;
	padding-right: 30px;
	font-family: "Signika", sans-serif;
	font-weight: 500;
}

.team-info a.social-icon {
	float: right;
}

.team-info p {
	clear: both;
}

.team-info p a {
	font-size: 17px;
	line-height: 32px;
	font-weight: 300;
	color: #001940;
}

.brand-div.team-brand {
	padding-top: 70px;
}

.ovens-title h2 span {
	display: block;
	font-style: italic;
	font-weight: normal;
}

.ovens-title h2 {
	font-size: 55px;
	color: #fff;
	font-weight: 600;
	line-height: 64px;
	padding-left: 165px;
	margin-bottom: 50px;
}

.property-detail.ovens-detail {
	padding-top: 68px;
	padding-bottom: 0px;
}

.count-div.ovens-count {
	background: transparent;
	padding: 54px 0px 100px;
}

.count-div.ovens-count .ams-div {
	padding-left: 40px;
}

.ovens-cont {
	padding: 100px 0px;
}

.ovens-para h3 {
	font-size: 25px;
	line-height: 42px;
	margin-bottom: 70px;
	max-width: 87%;
}

.ovens-para p {
	font-size: 15px;
	line-height: 32px;
	font-weight: 300;
	padding-right: 30px;
	margin-bottom: 25px;
}

.drs-box {
	padding-bottom: 50px;
}

.drs-inner.gray-drs {
	background: #f4f5f7;
}

.drs-inner {
	padding: 60px 15px 60px 50px;
	box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 10%);
	height: 353px;
	margin-right: 15px;
}

.drs-inner h4 {
	font-size: 20px;
	line-height: 15px;
	color: #001940;
	margin-bottom: 20px;
}

.drs-inner p {
	color: #001940;
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 25px;
}

.drs-right .drs-inner {
	margin-left: 15px;
	margin-right: 0px;
}

.drs-inner .media > img {
	margin-right: 40px;
}

.news-div.overns-team {
	padding-bottom: 0px;
}

.drs-right .drs-inner .media {
	padding-left: 0px;
	padding-right: 15px;
}

.services-div .drs-inner {
	height: auto;
	margin-bottom: 50px;
}

.services-div .drs-right .drs-inner {
	margin-left: 0px;
	margin-right: 15px;
	padding: 60px 15px 60px 40px;
}

.service-head p {
	max-width: 61%;
}

.drs-box.services-div {
	padding-bottom: 0px;
}

.news-bg img {
	width: 100%;
}

.property-head.news-title h1 {
	font-size: 45px;
}

.property-head.news-title h3 {
	max-width: 70%;
	margin-bottom: 0px;
}

.property-head.news-title {
	padding-bottom: 0px !important;
}

.property-head.news-title .back-div {
	padding-bottom: 25px !important;
}

.news-bg .news-head {
	margin-top: 40px;
}

.news-head {
	padding-left: 15px !important;
}

.news-bg .postDate {
	font-weight: 100;
	font-size: 15px;
	color: #002662;
	margin-bottom: 10px;
}

.news-bg .news-para.transacties-content {
    flex-direction: column;
}

.news-bg .news-para {
	padding-top: 0 !important;
	display: flex;
	gap: 40px;
	flex-direction: column;
}

@media only screen and (min-width: 992px) {
	.news-bg .news-para {
		flex-direction: row;
	}
}

.news-bg .news-para .content h3 {
    font-size: 18px!important;
    padding-bottom: 20px;

}

@media only screen and (min-width: 992px) {
    .news-bg .news-para .content h3 {
        padding-bottom: 30px;
    }
}

.news-para .toc {
	flex: 1;
	height: fit-content;
	max-height: 400px;
	border-right: 1px solid #dddddd;
	padding-right: 10px;
}

.news-para .toc .toc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.news-para .toc .toc-header .toc-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.news-para .toc .toc-header .toc-toggle svg {
	transform: rotate(180deg);
}

.news-para .toc .toc-header .toc-toggle[aria-expanded="true"] svg {
	transform: rotate(0deg);
}
.news-para .toc .toc-header .toc-toggle[aria-expanded="false"] svg {
	transform: rotate(180deg);
}

.news-para .toc h3 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	width: fit-content;
}

.news-para .toc ul {
	list-style: none;
}

.news-para .toc ul li.toc-level-3 {
    padding-left: 5px;
}

.news-para .toc ul li.toc-level-3:before {
    content: '-';
    margin-right: 2px;
}

.news-para .toc ul li a {
	color: #002d62;
	font-size: 15px;
	font-weight: 300;
}

.news-bg .news-para .content {
	flex: 2.5;
}

.news-bg .news-para .content h2,
.news-bg .news-para .content h3,
.news-bg .news-para .content h4 {
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.news-bg .news-para .share-section {
	margin-left: 0;
}

.news-para h4 {
	font-weight: 300;
}

.news-para p {
	color: #6f6f6f;
	font-size: 15px;
	font-weight: 300;
	line-height: 32px;
	padding-left: 0 !important;
}
.news-para p:not(:last-of-type) {
	padding-bottom: 40px;
}

.news-div {
	padding-top: 70px !important;
}

.news-div .news-head {
	padding-left: 40px !important;
}

.news-div.news-para h4 {
	font-weight: 300;
}

.news-div.news-main {
    padding-top: 20px;
}

@media only screen and (min-width: 992px) {
    .news-div.news-main {
    padding-top: 55px;
}
}

.news-div.news-main .news-box {
	margin-bottom: 55px;
}

.news-div .news-img {
	position: relative;
}

.news-div .news-img .news-tag {
	position: absolute;
	top: 30px;
	left: 45px;
	background-color: #f4f5f7;
	border-radius: 4px;
	padding: 10px 35px;
	color: #001940;
	font-size: 15px;
	font-weight: 100;
}

.news-bg .news-head .blog-specs {
	display: flex;
	align-items: flex-start;
	background-color: #f4f5f7;
	padding: 10px 15px;
	margin-bottom: 65px;
	width: fit-content;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .news-bg .news-head .blog-specs {
        flex-direction: row;
        align-items: center;
    }
}

.news-bg .news-head .blog-specs .author {
	display: flex;
	align-items: flex-start;
	gap: 10px;
    flex-direction: column;
}

@media only screen and (min-width: 992px) {
    .news-bg .news-head .blog-specs .author {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
}



.news-bg .news-head .blog-specs .author img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	object-fit: cover;
	object-position: center;
}

.news-bg .news-head .blog-specs .author p {
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
	text-transform: unset;
	font-family: "Signika", sans-serif;
	letter-spacing: unset;
}

.news-bg .news-head .blog-specs .reading-time::before {
	display: none;
}

@media only screen and (min-width: 992px) {
	.news-bg .news-head .blog-specs .reading-time::before {
		content: "|";
		padding: 0 10px;
		display: block;
	}
}

.news-bg .news-head .blog-specs .reading-time {
	color: #000000;
	font-size: 15px;
	font-weight: 100;
	display: flex;
	align-items: center;
}

.news-bg .news-head .blog-specs .reading-time svg {
	width: 13px;
	height: 13px;
	aspect-ratio: 1;
	margin-right: 10px;
}

.news-bg .news-para .about-author {
	background-color: #f4f5f7;
	padding: 25px;
	display: flex;
	gap: 30px;
	width: 100%;
	margin-top: 100px;
	flex-direction: column;
}

@media only screen and (min-width: 992px) {
	.news-bg .news-para .about-author {
		flex-direction: row;
		padding: 40px 45px;
	}
}

.news-bg .news-para .about-author .image {
	width: fit-content;
}

.news-bg .news-para .about-author .image .image-inner {
	width: 100px;
	aspect-ratio: 1;
	border-radius: 100px;
	overflow: hidden;
}

@media only screen and (min-width: 992px) {
	.news-bg .news-para .about-author .image .image-inner {
		width: 185px;
	}
}

.news-bg .news-para .about-author .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-bg .news-para .about-author .author-content {
}

.news-bg .news-para .about-author .author-content .subtitle {
	text-transform: uppercase;
	color: #002662;
	font-size: 15px;
	font-weight: 100;
	margin-bottom: 20px;
}

.news-bg .news-para .about-author .author-content .name {
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 20px;
}

.news-bg .news-para .about-author .author-content .about p {
	color: #6f6f6f;
	font-size: 15px;
	line-height: 2.1;
	margin-bottom: 0;
}

.news-bg .news-para .about-author .author-content .linkedin {
	min-width: 35px;
	width: 35px;
	height: 35px;
	aspect-ratio: 1;
	border-radius: 35px;
	padding: 8px;
	background-color: #ffffff;
	margin-top: 15px;
}

.cross-btn,
.mobile-links,
.mob-title,
#slider,
.mob-ftrlink2 {
	display: none;
}

.brand-div.brand-mob,
a.btn-clr.team-btn {
	display: none;
}

.produt-mobslider {
	display: none;
}

div#filtermodel .modal-dialog {
	margin: 0px;
	height: 100%;
}

div#filtermodel .modal-content {
	width: 428px;
	height: 100%;
	background: #00245d;
}

div#filtermodel .modal-body {
	padding: 60px 70px;
	height: 100%;
}

div#filtermodel button.close-btn {
	background: transparent;
	box-shadow: none;
	border: none;
	float: right;
	color: #fff;
	font-size: 13px;
}

div#filtermodel button.close-btn img {
	width: 11px;
}

div#filtermodel .filter-main {
	padding-top: 45px;
	clear: both;
}

div#filtermodel .filter-main img {
	margin-bottom: 30px;
}

.filter-main p {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 0px;
}

.filter-main h4 {
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 60px;
}

.filter-num {
	margin-top: 38px;
	padding-bottom: 26px;
	border-bottom: 1px solid #fff;
}

.filter-num h3 {
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 30px;
}

.filter-num form input {
	height: 44px;
	background: transparent;
	box-shadow: none;
	border: 1px solid #eee;
	width: 130px;
	margin-right: 25px;
	padding: 20px 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.filter-num form input::placeholder {
	color: #fff;
}

.filter-num .form-inline .form-group:last-child input {
	margin-right: 0px;
}

.filter-num .checkbox-cont input[type="checkbox"],
.filter-num .checkbox-cont input[type="radio"] {
	opacity: 0;
	width: 22px;
	height: 22px;
	position: absolute;
	z-index: 1;
	margin-left: -3px;
	display: block;
	margin-top: -1px;
	cursor: pointer;
}

.filter-num .checkbox-cont input:checked + .checkmark:before {
	background-position: -22px top;
}

.checkbox-cont {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 15px;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

/* Create a custom checkbox */
.filter-num .checkbox-cont .checkmark:before {
	content: "";
	display: inline-block;
	background: url(../images/checkbox-img.png) no-repeat left top;
	width: 21px;
	height: 21px;
	float: left;
	position: relative;
	top: 0px;
}

.filter-num .checkbox-cont .checkmark {
	position: relative;
	margin: 0;
	margin-right: 0;
	float: left;
	padding-left: 0;
	z-index: 0;
	margin-top: 0;
}

label.checkbox-cont span {
	padding-left: 15px;
}

select.dropdown-btn {
	height: 44px;
	background: transparent;
	box-shadow: none;
	border: 1px solid #eee;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	padding: 10px;
	color: #fff;
}

.filter-num.filter-dropdown {
	border: none;
}

.filter-btm {
	position: relative;
	bottom: 0px;
	width: 100%;
	left: 0;
	padding: 0px 60px;
}

.filter-btm a.filter-white {
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

.filter-btm a.filter-clr {
	background: #fff;
	color: #00245d;
	width: 100%;
	display: block;
	text-align: center;
	padding: 10px;
}

/*.header.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
	animation:slide-down 0.7s;
	    top: 0;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}*/

.cities,
.areas {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.cities .city-slider,
.areas .area-slider {
	overflow: hidden;
	width: 90%;
}

.cities .city-slider .swiper-wrapper .swiper-slide,
.areas .area-slider .swiper-wrapper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
}

.cities .city-slider .swiper-wrapper .swiper-slide:hover,
.areas .area-slider .swiper-wrapper .swiper-slide:hover {
	color: #030b12;
}

.cities .city-slider .swiper-wrapper .swiper-slide .city-image,
.areas .area-slider .swiper-wrapper .swiper-slide .area-image {
	width: 100%;
	aspect-ratio: 216 / 117;
}

.cities .city-slider .swiper-wrapper .swiper-slide .city-image img,
.areas .area-slider .swiper-wrapper .swiper-slide .area-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cities .city-slider .swiper-wrapper .swiper-slide .city-name,
.areas .area-slider .swiper-wrapper .swiper-slide .area-name {
	color: #030b12;
	font-size: 18px;
	font-weight: 700;
	font-family: "Mulish", sans-serif;
}

.cities .swiper-navigation,
.areas .swiper-navigation {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 50px;
	bottom: 45%;
}

.cities .swiper-navigation .swiper-button,
.areas .swiper-navigation .swiper-button {
	position: absolute;
}

.cities .swiper-navigation .swiper-button.swiper-button-prev:after,
.cities .swiper-navigation .swiper-button.city-button-prev:after,
.cities .swiper-navigation .swiper-button.area-button-prev:after {
	content: "";
	mask-image: url(../images/arrow-blue.svg);
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	rotate: 180deg;
}

.cities .swiper-navigation .swiper-button.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.cities .swiper-navigation .swiper-button.swiper-button-prev,
.cities .swiper-navigation .swiper-button.city-button-prev,
.cities .swiper-navigation .swiper-button.area-button-prev {
	left: -10px;
	top: 0;
	background-color: #002d62;
	padding: 13px;
	width: fit-content;
	height: fit-content;
}

.cities .swiper-navigation .swiper-button.swiper-button-next:after,
.cities .swiper-navigation .swiper-button.city-button-next:after,
.cities .swiper-navigation .swiper-button.area-button-next:after {
	content: "";
	mask-image: url(../images/arrow-blue.svg);
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
}

.cities .swiper-navigation .swiper-button.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.cities .swiper-navigation .swiper-button.swiper-button-next,
.cities .swiper-navigation .swiper-button.city-button-next,
.cities .swiper-navigation .swiper-button.area-button-next {
	right: -10px;
	top: 0;
	background-color: #002d62;
	padding: 13px;
	width: fit-content;
	height: fit-content;
}

.areas .swiper-navigation .swiper-button.swiper-button-prev:after,
.areas .swiper-navigation .swiper-button.city-button-prev:after,
.areas .swiper-navigation .swiper-button.area-button-prev:after {
	content: "";
	mask-image: url(../images/arrow-blue.svg);
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	rotate: 180deg;
}

.areas .swiper-navigation .swiper-button.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.areas .swiper-navigation .swiper-button.swiper-button-prev,
.areas .swiper-navigation .swiper-button.city-button-prev,
.areas .swiper-navigation .swiper-button.area-button-prev {
	left: -10px;
	top: 0;
	background-color: #002d62;
	padding: 13px;
	width: fit-content;
	height: fit-content;
}

.areas .swiper-navigation .swiper-button.swiper-button-next:after,
.areas .swiper-navigation .swiper-button.city-button-next:after,
.areas .swiper-navigation .swiper-button.area-button-next:after {
	content: "";
	mask-image: url(../images/arrow-blue.svg);
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
}

.areas .swiper-navigation .swiper-button.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.areas .swiper-navigation .swiper-button.swiper-button-next,
.areas .swiper-navigation .swiper-button.city-button-next,
.areas .swiper-navigation .swiper-button.area-button-next {
	right: -10px;
	top: 0;
	background-color: #002d62;
	padding: 13px;
	width: fit-content;
	height: fit-content;
}

.filter-new .filter-search,
.filter-new .filter-right {
	align-items: center;
	margin-bottom: 0px;
}

.filter-new {
	background: #f4f5f7;
	margin: 0px 15px 50px;
	padding: 40px 60px;
}

.filter-new .filter-right ul {
	text-align: center;
	padding-right: 0px;
	display: flex;
	justify-content: center;
}

.filter-new .filter-right ul li {
	color: #001940;
	font-size: 15px;
	line-height: 21px;
	background: #fff;
	padding: 15px 30px;
	font-weight: 600;
	display: flex;
	width: 40%;
	margin-right: 20px;
	align-items: center;
}

.filter-right ul input {
	border: none;
	padding-left: 15px;
	width: 100%;
}

.filter-right ul input::placeholder {
	color: #001940;
}

.filter-right ul input:focus {
	outline: none;
}

.filter-new .filter-right ul li a i {
	padding-right: 14px;
}

.filter-new .filter-search .custom-search-input {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 12px 25px;
}

.filter-new .filter-search .custom-search-input input {
	border-bottom: none;
}

.filter-total {
	display: flex;
	align-items: center;
	justify-content: end;
}

.filter-total ul {
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
}

.filter-new .filter-search .custom-search-input input::placeholder {
	color: #001940;
}

.filter-new .filter-total a.toon-btn {
	background: #6578a2;
	color: #fff;
	padding: 15px 20px;
	font-size: 15px;
}

.filter-total ul li {
	color: #001940;
	font-size: 15px;
}

@media (max-width: 1400px) {
	.filter-new .filter-right ul li {
		width: 42%;
	}
}

@media (max-width: 1200px) {
	.filter-new {
		padding: 40px;
	}

	.filter-new .filter-right ul li {
		padding: 15px 25px;
	}

	.filter-new .filter-right ul li {
		width: 46%;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.filter-new .filter-right ul li {
		width: 46%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.filter-new {
		padding: 30px;
	}

	.list-inline-item {
		display: flex;
	}

	.filter-new .filter-right ul li i {
		padding-right: 0px;
	}

	.filter-new .filter-right ul li {
		padding: 15px;
		font-size: 12px;
	}

	.filter-total {
		padding-left: 0px;
	}

	li.list-inline-item.total-txt {
		padding: 15px 0px;
	}

	.filter-new .filter-total a.toon-btn {
		padding: 7px 12px;
		font-size: 11px;
		text-align: center;
	}

	.filter-right ul input {
		padding-left: 10px;
	}

	.filter-total ul {
		display: flex;
		align-items: center;
	}

	.filter-total ul li {
		font-size: 13px;
	}

	.filter-new .filter-right ul li {
		margin-right: 9px;
		padding: 10px 15px;
		width: 45%;
	}

	.filter-new .filter-search .custom-search-input {
		padding: 9px 25px;
	}

	.filter-new .filter-search .custom-search-input input {
		font-size: 14px;
	}

	.filter-new .filter-search .custom-search-input input::placeholder {
		font-size: 13px;
	}
}

@media (max-width: 767px) {
	.filter-new {
		padding: 20px;
		margin: 0px 0px 35px;
	}

	.filter-new .filter-search .custom-search-input {
		margin-bottom: 10px;
	}

	.filter-new .filter-right ul li a {
		display: inline-block;
		width: 100%;
	}

	.filter-new .filter-right ul li:last-child {
		margin-right: 0px;
		float: right;
	}

	.filter-new .filter-right ul li {
		width: 46%;
		display: inline-flex;
	}

	.filter-new .filter-right ul {
		margin-bottom: 10px;
	}

	.filter-new .filter-total ul {
		display: block;
	}

	.filter-new .filter-total a.toon-btn {
		display: inline-block;
	}

	.filter-total ul li:last-child {
		float: left;
	}

	.filter-total {
		display: block;
	}

	.filter-total ul li {
		width: 46%;
		display: inline-block;
		margin: 0px !important;
		float: right;
	}

	.filter-new .filter-total a.toon-btn {
		width: 100%;
	}

	.filter-new .filter-right ul {
		display: block;
		text-align: left;
	}

	li.list-inline-item.total-txt {
		text-align: center;
		padding: 15px 0px;
		font-size: 14px;
	}

	.property-list {
		padding: 0px 20px 35px;
		font-size: 14px;
	}

	.filter-new .filter-right ul li a {
		padding: 15px 25px;
	}

	.filter-new .filter-total a.toon-btn {
		padding: 15px 14px;
		font-size: 14px;
		text-align: center;
	}
}

/*Responsive*/

@media (min-width: 1200px) {
	.container {
		width: 85%;
		max-width: 1460px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1310px;
	}
}

@media (max-width: 1799px) {
	.banner img {
		width: 87%;
	}

	.banner-caption {
		left: 8%;
	}
}

@media (max-width: 1680px) {
	.banner img {
		width: 88%;
	}

	.banner-caption {
		left: 7%;
	}
}

@media (max-width: 1500px) {
	.banner img {
		width: 91.4%;
	}

	.banner-caption {
		left: 3%;
	}

	.form-icon ul li:last-child {
		padding-bottom: 0px;
	}

	.ftr-ads p {
		margin-bottom: 15px;
	}

	.footer {
		background-position: bottom right;
		background-size: 50% 100%;
	}

	.copyright-div {
		padding: 30px 35px 0px;
	}

	.ftr-ads p {
		font-size: 18px;
		line-height: 28px;
	}

	.copyright-div ul li,
	.copyright-div ul li a {
		font-size: 14px;
	}

	.product-inner {
		padding: 25px 25px 10px;
		width: 100%;
	}

	.banner-caption h3,
	.banner-caption h1 {
		font-size: 50px;
	}

	.banner-caption {
		height: 350px;
	}

	.count-div h3 {
		font-size: 42px;
	}

	.drs-div .media {
		margin-bottom: 50px;
	}

	div#filtermodel .modal-body {
		padding: 30px 70px;
	}

	.filter-main h4 {
		margin-bottom: 40px;
	}

	div#filtermodel .filter-main {
		padding-top: 25px;
	}

	.filter-num h3 {
		font-size: 20px;
	}

	.filter-num {
		margin-top: 30px;
	}

	.filter-num h3 {
		font-size: 19px;
		margin-bottom: 20px;
	}

	.filter-btm {
		bottom: 0px;
	}
}

@media (max-width: 1300px) {
	.ftr-ads {
		padding-left: 40px;
	}

	.form-ftr {
		padding: 40px;
	}

	.form-div form {
		max-width: 250px;
	}

	.form-icon ul li {
		padding-bottom: 16px;
	}

	.copyright-div {
		padding: 30px 20px 0px;
	}

	.ftr-ads p {
		font-size: 17px;
		line-height: 27px;
	}

	.product-box > img {
		height: 270px;
	}

	.filter-right ul {
		padding-right: 30px;
	}

	.team-list ul li a {
		padding: 10px 35px;
		font-size: 15px;
		display: inline-block;
		margin-bottom: 15px;
	}
}

@media (max-width: 1250px) {
	.team-list ul li a {
		padding: 10px 31px;
		font-size: 14px;
	}

	.header .navbar-nav li {
		padding: 0px 25px !important;
	}

	.header .navbar-nav li.about-menu {
		padding: 0px !important;
	}
}

@media (max-width: 1024px) {
	.team-box > img {
		height: 320px;
	}

	.team-info h3 {
		width: 80%;
	}

	.team-info {
		padding: 40px 40px 60px;
	}

	.news-head h3 {
		font-size: 40px;
	}

	.property-head {
		padding: 75px 0px 60px;
	}

	.header .navbar-nav li {
		padding: 0px 25px;
	}
}

@media (max-width: 991px) {
	.header .navbar-nav li.about-menu a {
		padding: 11px 5px;
		height: auto;
		width: 110px;
	}

	.header .navbar-nav li {
		padding: 0px 10px !important;
	}

	.header .navbar-nav li a {
		font-size: 13px !important;
	}

	.header .navbar-nav li.about-menu a {
		font-size: 13px;
	}

	.phone-div a {
		font-size: 14px;
	}

	.phone-div {
		padding: 0px 16px 10px;
	}

	.banner img {
		width: 94.4%;
		height: 600px;
	}

	.banner-caption h3,
	.banner-caption h1 {
		font-size: 40px;
	}

	.banner-caption {
		height: 315px;
		width: 500px;
	}

	.icon-content {
		padding: 60px 0px 55px;
	}

	.icon-content .media img {
		width: 29px;
	}

	.icon-content h3 {
		font-size: 16px;
	}

	.icon-content p {
		font-size: 14px;
		line-height: 27px;
	}

	.infor-right h3 {
		font-size: 20px;
		line-height: 31px;
	}

	.infor-right {
		padding-left: 20px;
	}

	a.btn-clr {
		margin-right: 10px;
		font-size: 15px;
		padding: 13px 18px;
	}

	a.btn-clr-br {
		font-size: 15px;
		padding: 13px 18px;
	}

	.infor-right p {
		margin-bottom: 40px;
	}

	.news-head P {
		margin-bottom: 7px;
		font-weight: 300;
		font-size: 13px;
	}

	.news-head h3 {
		line-height: 44px;
		font-size: 39px;
	}

	.news-box {
		padding: 35px;
	}

	.news-box h4 {
		font-size: 18px;
		line-height: 28px;
		padding-right: 0px;
	}

	.news-box p {
		font-size: 14px;
		line-height: 28px;
	}

	.bg-div {
		height: 400px;
	}

	.count-box p {
		font-size: 15px;
	}

	.count-div h3 {
		font-size: 35px;
	}

	.brand-div {
		padding: 70px 0px 100px;
	}

	.property-head {
		padding: 75px 0px 50px;
	}

	.property-head p {
		max-width: 94%;
	}

	.team-box > img {
		height: 250px;
	}

	.team-info {
		padding: 30px 25px 40px;
	}

	.team-info h3 {
		width: 80%;
		font-size: 17px;
	}

	.team-info p a {
		font-size: 15px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.mobileView {
		display: block !important;
	}

	.desktopView {
		display: none;
	}

	.navbar-collapse {
		padding-right: 15px;
	}

	#mobile-nav {
		display: block;
		position: fixed;
		background: #00336d;
		width: 100%;
		height: 100vh;
		top: 0;
		padding: 0px;
		overflow-y: auto;
		z-index: 10001;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		left: 100%;
	}

	#mobile-nav.open {
		left: 0;
	}

	.navbar-nav {
		margin-left: 0;
		margin-right: 0;
	}

	.nav > li {
		border-bottom: 1px solid #333;
	}

	.navbar-nav > li > a {
		padding: 7px;
		color: #fff;
		font-size: 22px;
		font-weight: 500;
	}

	.cross-btn {
		width: 26px;
		height: 26px;
		display: block;
		color: #000;
		text-align: center;
		font-size: 15px;
		line-height: 17px;
		border-radius: 50%;
		padding-top: 5px;
		margin: 12px 15px;
		position: absolute;
		z-index: 1000;
		top: 5px;
		left: auto;
		right: 0px;
	}

	.header .navbar-default .navbar-nav > li > a:hover {
		background: #222;
	}

	.header ul.nav.navbar-nav.navbar-right {
		margin-top: 40px;
	}

	.header .navbar-toggle {
		cursor: pointer;
	}

	.open ul.nav.navbar-nav {
		margin-top: 50px;
	}

	.calls-info {
		display: none;
	}

	.navbar-toggler-icon {
		background-image: url(../images/toggle-icon.png) !important;
		background-size: contain;
	}

	.navbar-expand-md .navbar-toggler {
		display: block;
		padding: 0px;
		position: relative;
		top: 0px;
		margin: auto;
	}

	.header nav.navbar.navbar-expand-md {
		padding: 18px 0px;
		float: right;
		width: 63px;
		height: 63px;
		background: #002662;
	}

	.header .language {
		width: 100%;
	}

	.header .navbar ul.navbar-nav li a {
		color: #fff;
	}

	.navbar-nav {
		display: block;
		width: 100%;
		position: relative;
		padding-left: 84px;
		padding-top: 100px;
	}

	.header .navbar ul.navbar-nav li a {
		font-size: 16px;
		padding: 10px 0px;
	}

	.menu {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 0px;
	}

	.header {
		padding: 0px;
	}

	.header .container {
		padding: 0px;
	}

	.navbar-expand-md .navbar-toggler:focus {
		outline: none;
	}

	.cross-btn {
		display: block;
	}

	.logo {
		padding: 10px 0px 4px 20px;
	}

	.phone-div {
		padding: 0px 35px 0px 0px;
	}

	.banner-caption {
		height: 190px;
		width: 100%;
		bottom: 0;
		top: auto;
		padding-left: 50px;
		left: 0;
	}

	.mobile-links ul {
		margin-bottom: 0px;
		padding-left: 23px;
	}

	.mobile-links {
		background: #002662;
		padding: 10px 0px;
	}

	.mobile-links ul li a {
		color: #fff;
		font-size: 14px;
		letter-spacing: 0.2px;
	}

	.mobile-links ul li {
		width: 30%;
	}

	.banner-caption h3,
	.banner-caption h1 {
		font-size: 25px;
		line-height: 30px;
	}

	.mobile-links,
	.mob-title,
	#slider {
		display: block;
	}

	.banner-caption {
		left: 6%;
		width: 94%;
		bottom: 0;
		padding-left: 40px;
		padding-right: 25px;
	}

	.header .container .row {
		margin: 0px;
	}

	.logo img {
		width: 80%;
	}

	div#slider button.owl-prev {
		background-image: url(../images/arrow-left.jpg);
		width: 27px;
		height: 27px;
		border-radius: 0px;
	}

	div#slider button.owl-next {
		background-image: url(../images/arrow-right.jpg);
		width: 27px;
		height: 27px;
		border-radius: 0px;
	}

	div#slider .owl-nav {
		position: absolute;
		bottom: 36%;
		right: 15px;
	}

	div#slider button span {
		font-size: 0px;
	}

	div#slider {
		padding-bottom: 28px;
	}

	div#slider button:focus {
		outline: none;
	}

	#product-slider button.owl-prev {
		background-image: url(../images/arrow-left.jpg);
		width: 27px;
		height: 27px;
		border-radius: 0px;
	}

	#product-slider button.owl-next {
		background-image: url(../images/arrow-right.jpg);
		width: 27px;
		height: 27px;
		border-radius: 0px;
	}

	#product-slider .owl-nav {
		position: absolute;
		bottom: 11%;
		right: 10px;
	}

	.product-mob button span {
		font-size: 0px;
	}

	.product-mob {
		padding-bottom: 28px;
	}

	.product-mob button:focus {
		outline: none;
	}

	.product-mob img {
		height: 284px;
		object-fit: cover;
	}

	.mob-title P {
		margin-bottom: 5px;
		font-weight: 300;
		font-size: 10px;
		text-transform: uppercase;
		color: #002662;
		line-height: 19px;
		letter-spacing: 1px;
		font-family: "Mulish", sans-serif;
	}

	.mob-title h3 {
		font-size: 20px;
		color: #000;
	}

	.mob-title {
		margin-bottom: 30px;
	}

	.icon-content {
		padding: 38px 30px 0px;
	}

	.icon-content .icon-div h3 {
		color: #000;
	}

	.icon-content .icon-div p {
		font-size: 13px;
		line-height: 25px;
		margin-bottom: 55px;
	}

	.content-main .left-img {
		padding: 0px 0px;
	}

	.content-main {
		padding: 0px 20px;
	}

	.infor-right {
		padding: 32px 0px 43px;
	}

	.infor-right h3,
	.news-head h3,
	.count-div h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.infor-right p {
		line-height: 25px;
		font-size: 13px;
		margin-bottom: 26px;
	}

	a.btn-clr {
		font-size: 14px;
	}

	.content-main:before {
		content: "";
		background: #f4f5f7;
		width: 100%;
		height: 200px;
		position: absolute;
		top: 19%;
		left: 0;
	}

	.news-btn {
		display: none;
	}

	.news-div {
		padding: 55px 0px 40px;
	}

	.news-head h3 {
		margin-bottom: 33px;
	}

	.news-img {
		padding: 0px 20px;
	}

	.news-box {
		padding: 35px 20px;
	}

	.news-box p {
		margin-bottom: 55px;
	}

	.news-box h4 {
		font-size: 16px;
		line-height: 25px;
		padding-right: 0px;
		padding-bottom: 13px;
	}

	.bg-div {
		display: none;
	}

	.count-div P {
		line-height: 25px;
		font-size: 13px;
		margin-bottom: 2px;
	}

	.count-div {
		padding: 47px 30px 36px;
	}

	.news-head {
		padding-left: 45px;
	}

	.count-div .count-box h3 {
		text-align: left;
		margin-bottom: 3px;
	}

	.ams-div .count-box p {
		text-align: left;
		padding-bottom: 40px;
		font-size: 16px;
		line-height: 22px;
	}

	.count-box img {
		margin-bottom: 20px;
		float: left;
		height: 36px;
		margin-right: 35px;
	}

	.count-div h3 {
		margin-bottom: 25px;
		line-height: 25px;
	}

	.inner-img {
		margin: 0px;
	}

	.mob-img {
		padding: 0px;
	}

	.inner-img img {
		height: 220px;
	}

	.banner > img,
	.banner > video {
		display: none;
	}

	.drs-div {
		padding: 55px 30px;
	}

	.heading-div P {
		line-height: 13px;
		font-size: 10px;
		margin-bottom: 2px;
	}

	.heading-div h3 {
		font-size: 20px;
		line-height: 25px;
		max-width: 70%;
		margin-bottom: 30px;
	}

	.drs-div .media img {
		margin-right: 20px;
	}

	.drs-div .media h3 {
		font-size: 16px;
	}

	.drs-left .media {
		padding-right: 0px;
	}

	.drs-div .media p {
		font-size: 13px;
		line-height: 25px;
	}

	.drs-right .media {
		padding-left: 0px;
	}

	a.btn-clr.mob-drs {
		float: right;
		padding: 13px 35px;
	}

	.news-head P {
		font-size: 10px;
		line-height: 13px;
		margin-bottom: 0px;
	}

	.recent-prod .news-head h3 {
		margin-bottom: 30px;
	}

	.product-inner ul.list-inline.list-div li {
		font-size: 16px;
		line-height: 21px;
		letter-spacing: 0.2px;
	}

	.product-inner ul.prod-list li .media h3 {
		font-size: 13px;
		line-height: 16px;
	}

	.product-inner {
		margin-bottom: 30px;
	}

	.product-inner ul.prod-list li .media p {
		font-size: 13px;
		line-height: 17px;
	}

	.product-inner {
		padding: 25px 25px 2px;
	}

	.product-div {
		padding: 0px 20px;
	}

	.brand-img ul {
		display: block;
	}

	.brand-div {
		padding: 0px 0px 50px;
	}

	.brand-img ul li img {
		width: 108px;
	}

	.brand-img ul li {
		margin: 0px 0px 5px !important;
	}

	.recent-prod {
		padding-bottom: 25px;
	}

	.footer {
		background-image: none !important;
	}

	.mob-ftrlink2 {
		display: block;
		margin-top: -87px;
		padding-left: 25px;
	}

	.mob-ftrlink,
	.ftr-social {
		display: none;
	}

	.mob-ftrlink2 ul li a {
		color: #000;
	}

	.ftr-ads {
		padding-left: 25px;
	}

	.ftr-ads h3 {
		font-size: 12px;
		line-height: 22px;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.ftr-ads p {
		font-size: 12px;
		line-height: 22px;
		font-weight: 300;
		margin-bottom: 7px;
	}

	.form-icon ul li a {
		font-size: 12px;
		line-height: 15px;
	}

	.ftr-logo img {
		width: 125px;
	}

	.ftr-info {
		padding: 0px;
	}

	.ftr-logo {
		padding-left: 25px;
	}

	.form-div form {
		max-width: 100%;
	}

	.footer .ftr-info .row {
		margin: 0px;
	}

	.copyright-div ul li,
	.copyright-div ul li a {
		font-size: 10px;
		line-height: 30px;
	}

	.copyright-div {
		padding: 15px 0px;
		text-align: center;
	}

	.copyright-div ul {
		margin-bottom: 0px;
	}

	.copyright-div ul li:after {
		height: 10px;
		right: -2px;
	}

	.copyright-div ul li {
		padding: 0px 5px;
	}

	.form-ftr {
		padding: 35px 25px;
	}

	.property-head {
		padding: 46px 0px;
	}

	.property-head .news-head h4 {
		font-size: 10px;
		line-height: 13px;
		margin-bottom: 0px;
	}

	.property-head .news-head h3 {
		margin-bottom: 22px;
	}

	.property-head .news-head P {
		font-size: 14px;
		line-height: 28px;
		max-width: 100%;
	}

	.property-head .news-head {
		padding-left: 22px;
	}

	.property-list a.filter-btn {
		margin-left: 0px;
	}

	.property-list {
		padding: 0px 5px 35px;
	}

	.filter-div {
		margin-bottom: 25px;
	}

	.filter-search,
	.filter-right {
		margin-bottom: 35px;
	}

	.filter-right ul {
		text-align: left;
		padding-right: 0px;
	}

	.filter-right ul li a {
		padding-left: 0px;
	}

	.filter-right ul li {
		width: 48%;
	}

	.property-list .product-div {
		margin-bottom: 0px;
	}

	.product-box > img {
		height: 200px;
		width: 100%;
	}

	.header .navbar-nav li.about-menu {
		margin-top: 10px;
	}

	.prop-detail {
		padding-right: 15px;
		padding-top: 0px;
	}

	.prop-info h2 {
		font-size: 20px;
		line-height: 45px;
		margin-bottom: 10px;
	}

	.prop-detail ul.prod-list li .media p {
		margin-bottom: 25px;
	}

	.prop-info p {
		font-size: 14px;
		font-weight: 300;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.ken-div h3 {
		margin-bottom: 24px;
		font-size: 25px;
		line-height: 31px;
		font-weight: 600;
	}

	.ken-div {
		margin-top: 74px;
	}

	.info-box h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.info-box p {
		font-size: 16px;
		line-height: 21px;
	}

	.prop-detail iframe {
		height: 311px;
	}

	.prop-left,
	.pro-newdiv,
	.count-div.count-detail {
		display: none;
	}

	.back-div {
		padding-bottom: 13px;
	}

	.back-div a img {
		margin-top: 0;
	}

	.property-detail:before {
		height: 250px;
	}

	.product-mob {
		padding-bottom: 18px;
	}

	.property-detail {
		padding: 32px 5px 60px;
	}

	.prop-info ul {
		margin-bottom: 4px;
	}

	.info-box {
		border: none;
		padding-bottom: 10px;
	}

	.prop-right {
		padding: 0px;
	}

	.property-sidebar {
		margin-top: 50px;
	}

	.brand-div.brand-mob,
	a.btn-clr.team-btn {
		display: block;
	}

	.team-list {
		padding-left: 22px;
	}

	.team-new {
		padding: 0px;
	}

	.team-box > img {
		height: 400px;
	}

	.property-head.team-head .news-head p {
		padding-bottom: 77px;
	}

	a.btn-clr.team-btn {
		display: inline;
		float: right;
		margin-top: -80px;
		z-index: 9;
		position: relative;
		margin-right: 40px;
	}

	.header .navbar-nav li {
		padding: 0px !important;
	}

	body {
		margin-top: 107px;
	}

	div#mobile-nav .phone-div {
		padding-right: 90px;
	}

	div#mobile-nav .phone-div a {
		color: #fff;
	}

	div#mobile-nav .cross-btn {
		display: block;
		background: #fff;
		width: 63px;
		height: 58px;
		border-radius: 0px;
		margin: 0px;
		top: 0;
	}

	div#mobile-nav .cross-btn img {
		margin-top: 14px;
	}

	.head-btm {
		position: absolute;
		width: 100%;
		bottom: 0;
	}

	.head-btm ul {
		text-align: center;
		margin-bottom: 0px;
		border-top: 1px solid #fff;
	}

	.head-btm ul li a {
		color: #fff;
	}

	.head-btm ul li {
		width: 49%;
		padding: 29px 0px;
		margin: 0px !important;
		border-right: 1px solid #fff;
	}

	.head-btm ul li:last-child {
		border-right: 0px;
	}

	div#mobile-nav ul li a {
		color: #fff;
	}

	.header .menu-icon img {
		filter: none !important;
	}

	.header .navbar-nav li.about-menu a {
		padding: 13px 15px 13px 18px;
	}

	.mob-menu-link {
		padding-left: 45px;
		padding-top: 60px;
	}

	a.home-link-mb {
		background: #95be48;
		font-family: "Mulish", sans-serif;
		color: #fff;
		text-align: center;
		font-size: 14px;
		display: inline-block;
		padding: 10px 30px;
		margin-bottom: 40px;
	}

	a.home-link-mb img {
		margin-right: 15px;
	}

	.mob-menu-link ul li {
		width: 57px;
		height: 40px;
		border: 1px solid #fff;
		text-align: center;
		line-height: 40px;
	}

	.mob-menu-link ul li.active {
		background: #fff;
	}

	div#mobile-nav .mob-menu-link ul li.active a {
		color: #002662;
	}

	.header .navbar-nav li a {
		font-size: 14px !important;
		letter-spacing: 1px !important;
	}
}

@media (max-width: 320px) {
	.phone-div {
		padding: 0px 15px 0px 0px;
	}

	.phone-div a {
		font-size: 13px;
	}

	.logo img {
		width: 90%;
	}
}

#searchPropertiesFrm .autocomplete {
	position: relative;
	display: flex;
	border-radius: 12px;
	overflow: inherit !important;
}

#searchPropertiesFrm .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}

.home #searchPropertiesFrm .autocomplete-items {
	width: 330px;
}

#searchPropertiesFrm .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

#searchPropertiesFrm .autocomplete-items div:hover {
	background-color: #e9e9e9;
}

#searchPropertiesFrm .autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

body #searchPropertiesFrm .autocomplete-items {
	position: absolute;
	border: none;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 35px !important;
	left: -25px;
	right: 10px;
	max-height: 330px;
	overflow-y: scroll;
}

@media (min-width: 768px) {
	body #searchPropertiesFrm .autocomplete-items {
		top: 100%;
	}
}

.home #searchPropertiesFrm select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: calc(100% - 10px) center;
}

.home #searchPropertiesFrm .autocomplete-items {
	width: 330px;
}

@media (min-width: 768px) {
	.home #searchPropertiesFrm .autocomplete-items {
		width: inherit;
	}
}
.city-content {
	margin-top: 70px;
}

.city-content .title-pre {
	font-size: 15px;
	font-weight: 300;
	color: #002662;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.city-description {
	margin-top: 10px;
}

.city-description h2 {
	margin-bottom: 30px;
}

.city-description p {
	color: #6f6f6f;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0;
}
.city-description p:not(:last-of-type) {
	margin-bottom: 40px;
}

.property-list {
	padding-bottom: 0;
}

.property-list .section-reviews {
	padding-bottom: 100px;
}

.property-list .section-reviews .col-review {
	margin-top: 55px !important;
}

.section-reviews .col-review .review-inner {
	width: 100%;
}

.section-faq {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}

body.archive.tax-categories .section-faq .container {
}

.section-faq .col-content .textfield {
	font-size: 15px;
	font-weight: 300;
	color: #6f6f6f;
}

.section-faq .col-faq {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
}

.section-faq .col-faq .faq-item .accordion .card {
	width: 100%;
	border: none;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	box-shadow: none;
	padding: 0;
}

.section-faq .col-faq .faq-item .accordion .card .card-header {
	background-color: #fff;
	padding: 30px;
	border-bottom: none;
}
.section-faq .col-faq .faq-item .accordion .card .card-header button {
	width: 100%;
	border: none;
	background-color: transparent;
	display: flex;
	justify-content: space-between;
    align-items: center;
	box-shadow: none;
	padding: 0;

}

.section-faq .col-faq .faq-item .accordion .card .card-header button:after {
	content: "";
	mask-image: url(../assets/icons/icon-arrow-right.svg);
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	background: #68769f;
	transform: rotate(-90deg);
	display: block;
	height: 20px;
	min-width: 20px;
}
.section-faq .col-faq .faq-item .accordion .card .card-header button[aria-expanded="false"]::after {
	transform: rotate(90deg);
}

.section-faq .col-faq .faq-item .accordion .card .card-header button span {
	color: #001940;
	font-size: 18px;
	font-weight: 700;
    flex:1;
    white-space: normal;
    text-align: left;
}

.section-faq .col-faq .faq-item .accordion .card .card-header button img {
	display: none;
}

.section-faq .col-faq .faq-item .accordion .card .card-body {
	padding: 0 30px 30px 30px;
}

.section-faq .col-faq .faq-item .accordion .card .card-body p {
	font-size: 15px;
	color: #6f6f6f;
	line-height: 1.6;
	font-weight: 300;
	margin-bottom: 0;
}

.section-gebieden-steden {
	padding: 80px 0;
}

.section-gebieden-steden .title-pre {
	font-weight: 100;
	color: #002662;
	font-size: 15px;
}

.section-gebieden-steden ul.list-gebieden-steden {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* 4 kolommen = 25% */
	grid-template-rows: repeat(4, auto); /* max 5 items per kolom */
	grid-auto-flow: column; /* vul eerst kolom, dan volgende */
	column-gap: 32px;
	row-gap: 10px;
	padding-top: 30px;
}
.section-gebieden-steden ul.list-gebieden-steden li {
	break-inside: avoid;
}

.section-gebieden-steden ul.list-gebieden-steden li p {
	margin-bottom: 0;
	line-height: 1;
}
.section-gebieden-steden ul.list-gebieden-steden li p a {
	font-size: 15px;
	font-weight: 300;
	color: #002662;
}

.section-gebieden-steden ul.list-gebieden-steden li p a:hover {
	text-decoration: underline;
}

.section-filter .blog-filter {
	padding-left: 15px;
}

@media only screen and (min-width: 992px) {
    .section-filter .blog-filter {
        padding-left: 55px;
    }
}

.section-filter .blog-filter h4 {
	font-size: 15px;
	margin-bottom: 20px;
}

.section-filter .blog-filter .list-inline {
	margin-bottom: 0;
}

.section-filter .blog-filter .list-inline .list-inline-item {
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .section-filter .blog-filter .list-inline .list-inline-item {
    padding-bottom: 0;
}
}

.section-filter .blog-filter .list-inline .list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
	padding-right: 10px;
	display: inline-block;
}

.section-filter .blog-filter .list-inline .list-inline-item a {
	padding: 10px 35px;
	font-size: 15px;
	display: inline-block;
	background: #f4f5f7;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
	border-radius: 5px;
	color: #001940;
}

.section-filter .blog-filter .list-inline .list-inline-item a.active {
	background: #002662 !important;
	color: #fff;
}
