/* General Style */



/* Fonts */

@font-face {
	font-family: Minion W01;
	src: url(../font/minion.woff2);
}

@font-face {
	font-family: Minion W01-Italic;
	src: url(../font/minion-pro-italic.ttf);
}

@font-face {
	font-family: 'Gill Sans W01';
	src: url('../font/gill-sans-w01-medium.woff2');
}

@font-face {
	font-family: 'Gill Sans W01 Light';
	src: url('../font/gill-sans-w01-light.woff');
}

.minion-Italic {
	font-family: 'Minion W01-Italic', serif;
}

.gill-sans {
	font-family: 'Gill Sans W01', serif;
}

.gill-sans-light {
	font-family: 'Gill Sans W01 Light', serif;
}


body {
	font-family: 'Gill Sans W01', serif;
	font-size: 1rem;
}


/* Font-size */

h1 {
	font-size: 1.5rem;
}

.section-title {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Gill Sans W01', serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 0;
}

.v2-tag {
	border-bottom: 1px solid #000;
	font-size: 0.625rem;
	line-height: 0.93rem;
	padding: 0.25rem 0;
	letter-spacing: .15em;
}

/* Buttons */

.primary-btn {
	height: 2.5rem;
	padding: 0 2.125rem;
	transition: all .4s;
	font-size: 0.75rem;
	letter-spacing: .15em;
	position: relative;
}

.secondary-btn {
	border: 0;
	font-family: Gill Sans W01;
	min-width: 0;
	height: 40px;
	padding: 0 15px;
	letter-spacing: .15em;
	font-size: 0.75rem;
}

.outline-dark {
	border: 1px solid #6BABFF;
	background: transparent;
	color: #000;
}

.outline-dark:hover {
	border: 1px solid black;
	background: black;
	color: white;
}

.outline-light {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.outline-light:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

.outline-white {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.btn-white {
	background: #fff;
	color: #000;
}

.btn-black {
	background: #000;
	color: #fff;
}

/* Navbar Section */

#mega-menu-wrap-header-menu #mega-menu-header-menu {
	font-family: 'Gill Sans W01';
}


#mega-menu-wrap-header-menu-2 #mega-menu-header-menu-2 {
	font-family: 'Gill Sans W01';
}

#mega-menu-wrap-header-menu-2 #mega-menu-header-menu-2 > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Gill Sans W01';
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Gill Sans W01';
}

.navbar {
	background: #576c8b;
	display: flex;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 30;
	padding: 0 7rem 0 2em;
	transition: height .6s cubic-bezier(.165, .84, .44, 1);
}

.nav-holder {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.navbar-brand {
	display: block;
	height: 9rem;
	left: 53%;
	margin-left: -9.06rem;
	position: relative;
	width: 18.18rem;
	z-index: 12;
}

.navbar-brand div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.navbar-brand svg {
	display: block;
	fill: #000;
	height: 88%;
	width: 100%;
}

.nav-item, .nav-submenu-holder {
	padding: 0 0.93rem;
	height: 100%;
}

.nav-link {
	font-family: Gill Sans W01, Arial, sans-serif;
	color: black;
	padding: 0;
	letter-spacing: .1em;
	font-size: 0.75rem;
	line-height: 16px;
	padding: 1.37rem 0 1.31rem;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
	transition: border-bottom-color .6s ease;
}

.nav-link:hover {
	border-bottom: 1px solid black;
	color: #000;
}

.nav-submenu {
	transition: width 0s linear .4s, opacity .4s;
	background: #fff;
	opacity: 0;
	width: 0;
	position: fixed;
	left: 0;
	overflow: hidden;
}

.nav-submenu-holder:hover .nav-submenu {
	transition: width 0s linear .4s, opacity .4s ease .4s;
	opacity: 1;
	width: 100%;
	z-index: 10;
}

.nav-submenu-content {
	border-top: 1px solid #f5f1ed;
	padding: 1.87rem 1.56rem 2.81rem;
	z-index: 10;
}

.nav-submenu-menus-title {
	font-family: Gill Sans W01, Arial, sans-serif;
	font-size: 0.75rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: block;
	margin-bottom: 1.37rem;
}

.nav-submenu-menus-list-holder {
	list-style: none;
	padding: 0;
	margin-bottom: 1.37rem;
}

.nav-submenu-menus-list a {
	text-decoration: none;
	line-height: 1.25rem;
	display: block;
	color: #000;
}

.nav-submenu-menus-sale-list, .nav-submenu-promo {
	color: #000;
	text-decoration: none;
	font-family: Gill Sans W01, Arial, sans-serif;
	font-size: 0.75rem;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nav-submenu-menus-sale-list:hover, .nav-submenu-promo-content:hover {
	color: #000;
}

.nav-submenu-menus {
	list-style: none;
	line-height: 1.5rem;
	padding: 0 1.56rem;
}

.nav-submenu-promo {
	display: flex;
	justify-content: flex-end;
}

.nav-submenu-promo-content {
	padding: 0 1.56rem;
}

.nav-submenu-promo-img {
	margin-bottom: 0.62rem;
	width: 439.73px;
}

.nav-cart {
	font-family: Gill Sans W01, Arial, sans-serif;
	letter-spacing: .1em;
	background: transparent;
	font-size: 8px;
	height: 60px;
	right: 80px;
	width: 42px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.nav-cart:after, .nav-cart:before {
	border: 1px solid #000;
	box-sizing: border-box;
	content: "";
	top: 50%;
	left: 93.5%;
	position: absolute;
}

.nav-cart:after {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 5px;
	margin-left: -4px;
	margin-top: -11px;
	width: 8px;
}

.nav-cart:before {
	height: 0.87rem;
	margin-left: -7px;
	margin-top: -7px;
	width: 0.87rem;
}

.nav-search {
	font-size: 0.62rem;
	letter-spacing: .1em;
	padding: 0px 17.5px 0 15px;
	margin: auto;
	display: none;
}

.nav-search .search-icon {
	color: #000;
}

.nav-mobile-only {
	height: 44px;
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 10;
	justify-content: space-between;
	align-items: center;
	top: 0;
	background: #576c8b;
}

.nav-mobile-only a {
    color: #ffffff;
}

#menuToggle span {
	background: #333;
	display: block;
	height: 1px;
	margin-bottom: 4px;
	transform-origin: 0 0;
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
	width: 15px;
}

#menuToggle {
	display: block;
	height: 12px;
	left: 13px;
	position: relative;
	top: 0;
	width: 15px;
}

.nav__cart {
	height: 44px;
	right: 40px;
	top: 0;
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
	background: transparent;
	border: none;
	padding: 0 15px;
}

.nav__cart span {
	font-size: 0.5rem;
}

.nav__cart:before {
	height: 14px;
	margin-left: -7px;
	margin-top: -7px;
	width: 14px;
	border: 1px solid #000;
	box-sizing: border-box;
	content: "";
	left: 94.13%;
	position: absolute;
	top: 57%;
}

.nav__cart:after {
	border: 1px solid #000;
	box-sizing: border-box;
	content: "";
	left: 94.13%;
	position: absolute;
	top: 56%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 5px;
	margin-left: -4px;
	margin-top: -11px;
	width: 8px;
}

.navbar-btn-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.nav-mobile-only svg {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: -10;
}

.sidebar-nav li {
	list-style-type: none;
}

.sidebar-nav a {
	font-family: Gill Sans W01, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding: 12px 0;
	color: #000;
}

#wrapper.toggled {
	transition: all .6s ease;
}

#wrapper.toggled #sidebarWrapper {
	width: 270px;
	left: 0;
	transition: all .6s ease;
}

#sidebarWrapper {
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 11;
	padding-top: 55px;
	transition: all .6s ease;
	left: -270px;
}

.page-wrapper {
	position: relative;
	transition: all .6s ease;
	left: 0;
}

#wrapper.toggled .page-wrapper {
	transition: all .6s ease;
	width: 1024px;
	left: 270px;
}

#wrapper.toggled .nav-mobile-only span:first-child {
	transform: translate3d(0, 5px, 0) rotate(-45deg);
	width: 10px;
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

#wrapper.toggled .nav-mobile-only span:first-child + span {
	width: 22px;
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

#wrapper.toggled .nav-mobile-only span:first-child + span + span {
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
	transform: translate3d(0, -5px, 0) rotate(45deg);
	width: 10px;
}

.sidebar-social-icon {
	display: flex;
	height: 60%;
	padding: 0 25px;
	justify-content: space-between;
	align-items: flex-end;
}

.sidebar-social-icon a {
	color: #000;
}

#cartBagSideBar {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 320px;
	background: #fff;
	height: 100%;
	right: -320px;
	padding: 20px;
	transition: all .6s ease;
}

#wrapper.cart-toggeled #cartBagSideBar {
	transition: all .6s ease;
	right: 0;
}

.cart-side-bar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart-side-bar-header p {
	font-size: 0.75rem;
}

.cart-body {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	position: relative;
}

.cart-body button {
	width: 240px;
}

/* Featured Header Style */

.section-header {
	padding: 2.25rem 1.56rem;
}

.section-header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.section-title-holder {
	margin: auto;
}

.section-btn-holder {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 0;
}

.top-divider {
	border-top: 1px solid #ccc;
}

section.featured-style-1 {
	background: #f5f1ed;
}

/* Cards Style*/

.cards-content-holder {
	padding: 0;
	margin: 0 25px;
}

.cards-content {
	width: 100%;
	position: relative;
}

.cards-content a {
	color: #000;
	text-decoration: none;
}

.cards-img {
	display: flex;
}


.cards-img-1 {
	position: relative;
	height: 288px;
	width: auto;
}

.cards .cards-img-overlay {
	transition: all .5s ease;
	position: absolute;
	opacity: 0;
	width: 440px;
}

.cards:hover .cards-img-overlay {
	transition: all .5s ease;
	opacity: 1;
}

.cards-banner-light {
	padding: 11px 3%;
	background: hsla(0, 0%, 100%, .45);
	position: absolute;
	letter-spacing: .05em;
	width: 100%;
	z-index: 1;
}

.cards-banner-dark {
	padding: 11px 3%;
	background-color: rgba(0, 0, 0, .35);
	letter-spacing: .05em;
	color: #fff;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.cards-banner-light h3, .cards-banner-dark h3 {
	font-size: 11px;
	margin: 0;
}

.cards-info {
	margin: 25px 0;
}

.cards-info-text p {
	font-size: 1rem;
	margin: 0;
	line-height: 20px;
}

.cards-pricing {
	letter-spacing: 1px;
	text-align: right;
}

section.image-slider {
	padding-top: 70px;
	padding-bottom: 70px;
}


/*
 * ----------------------------------------------------------------------------------------
 * 14.START FAQ DESIGN
 * ----------------------------------------------------------------------------------------
 */
.template_faq{background: #f1f1f1 none repeat scroll 0 0;padding-top:60px;padding-bottom:30px;}
.faq_desc { 
background: #fff none repeat scroll 0 0;
margin-bottom: 30px;
padding: 20px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.question { 
color: #333;
font-weight: 700;
margin-bottom: 15px;
}
.question span {
    background: #202020 none repeat scroll 0 0;
    color: #fff;
    margin-right: 10px;
    padding: 4px 10px;
}
.ans span {
    background: #1cbac8  none repeat scroll 0 0;
    color: #fff;
    margin-right: 10px;
    padding: 4px 10px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 14.END FAQ DESIGN
 * ----------------------------------------------------------------------------------------
 */


/* Footer Section */

footer#pageFooter {
	padding: 50px 25px 21px;
	background-color: #576c8b;
	color: #fff;
}

.footer-list-title {
	font-family: Gill Sans W01, Arial, sans-serif;
	font-size: 0.75rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer-content-holder {
	padding: 0 13px;
}

.footer-list-holder {
	columns: 2;
	-moz-columns: 2;
}

footer#pageFooter ul {
	list-style: none;
	padding: 0;
}

footer#pageFooter li {
	padding: 6px 0;
	line-height: 20px;
}

.footer-items-holder a {
	text-decoration: none;
	color: #fff;
}

.about-footer {
	padding-right: 3%;
}

.contact-footer {
	padding-left: 4.8%;
}

.footer-input-holder {
	display: flex;
	padding-top: 5px;
}

.footer-form-control {
	width: 100%;
	padding: 0 15px;
	height: 40px;
	border: 1px solid #fff;
}

.subscribe-footer, .footer-legal {
	padding-left: 6.8%;
	padding-right: 2%;
}

.footer-legal {
	display: flex;
	font-size: 0.875rem;
	height: 100%;
	align-items: flex-end;
}

.footer-legal a {
	margin-left: 20px;
	font-size: 0.875rem;
	color: #fff;
	text-decoration: none;
}

.footer-form-control::placeholder {
	color: #000;
}

.footer-submit-btn {
	height: 40px;
	width: 125px;
	background-color: #576c8b;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-family: Gill Sans W01, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1.5px;
}

.footer-checkbox-holder {
	margin-top: 12px;
}

.checkbox-custom {
	opacity: 0;
	position: absolute;
}

.checkbox-custom, .checkbox-custom-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-custom-label {
	font-size: 0.875rem;
	display: flex;
}

.checkbox-custom-label a {
	color: #fff;
}

.checkbox-custom + .checkbox-custom-label:before {
	content: '';
	background: #000;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f45c";
	font-size: 10px;
	margin-top: 1px;
}

.property-cta-holder {
	text-align: center;
}

.property-cta-holder .primary-btn {
	display: block;
	width: 100%;
}

.mb-24 {
	margin-bottom: 30px;
}

.mb-20 {
	margin-bottom: 20px;
}

/* Dark Theme Qoute Section */

section.dark-theme-quote .dark-theme-quote-wrapper {
	background: #576c8b;
}

.dark-theme-quote-content {
	padding: 3.12rem 1.56rem 2rem;
	width: 61rem;
	margin: auto;
}

section.dark-theme-quote .dark-theme-quote-content h1 {
	color: #fff;
}

section.dark-theme-quote svg {
	fill: #576c8b;
	left: 0;
	margin-top: -1px;
	position: relative;
	width: 100%;
	height: 100%;
}

.footer-social {
	margin-top: 33px;
}

.footer-social a {
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
}

.footer-img-holder {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-img-holder .ombusman {
	height: 35px;
}

.footer-img-holder .rightmove, .zoopla {
	height: 25px;
}

.footer-img-holder img {
	margin-right: 30px;
}

.footer-img-content {
	display: flex;
}

.footer-bottom {
	padding: 25px 25px 0 25px;
}


.splide .splide__arrow {
	z-index: 1;
	top: auto;
	transform: none;
	width: 2em;
	height: 2em;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	opacity: .7;
	background: transparent;
	position: relative;
}

.splide .splide__arrows {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	width: 100%;
	top: -50px;
	right: 0;
	font-size: 20px;
}

.splide .splide__arrow--prev {
	margin-right: 35px;
}

.splide .splide__arrow svg {
	width: 2rem;
}


.cards-content-wrapper {
	padding: 0 25px 15px;
}

.splide .cards-content-wrapper {
	padding: 0;
}

.container-fluid {
	padding: 0 20px;
}




.pagination ul {
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.pagination ul li {
    display: inline-flex;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination ul li a {
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: blue;
		color: #000;
}

.pagination ul li:first-child {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination ul li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 3px 3px;
    border-radius: 0 3px 3px;
}


.pagination ul li span.current {
   padding: 0 14px;
   line-height: 34px;
   text-decoration: none;
   border: blue;
   background: #fcfcfc;
   color: #999;
   cursor: default;
}

.pagination ul li.active,
.pagination ul li:hover {
    background: #fcfcfc;
}

.pagination ul li.active a {
    color: #999;
    cursor: default;
}





/* Media Queries */

@media (max-width: 1399px) {

	.cards-img-1 {
	    height: 200px !important;
			width: auto !important;
	}


}



@media (max-width: 1024px) {
	#wrapper {
		overflow: hidden;
		max-width: 1024px;
		transition: all .6s ease;
	}

	/* Navbar */
	.nav-desktop-only {
		display: none;
	}

	/* Cards */
	.cards-content {
		width: auto;
	}

	/* Footer */
	footer#pageFooter {
		padding: 50px 25px;
	}

	.subscribe-footer, .footer-legal {
		padding-left: 0;
	}

	.checkbox-custom + .checkbox-custom-label:before {
		width: 24px;
		height: 20px;
	}
}

@media all and (max-width: 768px) {
	.container, .container-md, .container-sm {
		max-width: 768px;
	}

	.cards-content-holder {
		padding: 0;
		margin: 5px;
	}

	/* Qoute */
	section.dark-theme-quote .dark-theme-quote-content {
		width: auto;
	}

	/* Footer */
	.footer-content-holder {
		padding: 0;
	}

	.about-footer {
		padding: 0;
	}

	.footer-img-content {
		padding-bottom: 42px;
	}

	.footer-bottom {
		padding: 42px 0px 0px 0px;
	}

	footer#pageFooter {
		padding: 35px 25px 21px;
	}

	.footer-img-holder .rightmove, .zoopla {
		height: 20px;
	}

	.checkbox-custom + .checkbox-custom-label:before {
		width: 21px;
		height: 20px;
	}

	.contact-footer {
		padding: 35px 0;
	}

	/* Navbar */
	#menuToggle {
		padding: 0 16px;
	}

	.sidebar-social-icon {
		height: 46%;
	}

	.nav__cart:before {
		left: 92.13%;
	}

	.nav__cart:after {
		left: 92.2%;
	}
}


@media (max-width: 576px) {


	/* Footer */
	.footer-legal a {
		margin-left: 20px;
		font-size: 0.75rem;
	}

	.checkbox-custom + .checkbox-custom-label:before {
		width: 23px;
		height: 18px;
	}

	/* Qoute */
	section.dark-theme-quote svg {
		margin-top: -14px;
	}

	.dark-theme-quote-content {
		padding: 3.12rem 1rem 2rem;
	}

	.nav__cart:before {
		left: 84.13%;
	}

	.nav__cart:after {
		left: 84.2%;
	}
}


@media (max-width: 768px) {

 margin : auto;

}


@media (max-width: 700px) {

	.navbar-nav {
	 margin-top: auto !important;
	}

	.cards-img-1 {
		display: block; !important;
		text-align: center;
		height: 200px !important;
		/*width: auto !important;*/
		width: 100% !important;
		margin: auto !important;
	}

}

@media (min-width: 992px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1500px;
	}
}
