

/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Cairo", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Cairo", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	font-family: "Cairo", sans-serif;
	color: #707070;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 40px;
	text-align: center;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 10px;
}

.section-title P {
	color: #4b4a4a;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 15px;
	padding-bottom: 15px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	padding: 12px 30px 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	background: #f03250;
	border-radius: 2px;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 30px 12px;
	background: #f03250;
	border: none;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Checkout
-----------------------*/

.categories {
	padding-bottom: auto;
	background: #f9f9f9;
	overflow: hidden;
}

.categories__item__list {
	margin-right: -16px;
	margin-top: 10px;
	margin-bottom: auto;

}

.categories__item {
	width: calc(25% - 16px);
	float: left;
	text-align: center;
	margin-right: 16px;
	-webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	padding-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	background: #ffffff;
}

.categories__item h5 {
	color: #323232;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 4px;
}

.categories__item span {
	font-size: 14px;
	color: #707070;
	display: block;
	font-weight: 600;
}


 

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
	.header {
		padding: 0 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media only screen and (max-width: 1366px) {
	.listing {
		width: 65%;
	}
	.listing__map {
		width: 35%;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu ul li {
		margin-right: 26px;
	}
	.listing {
		width: 60%;
	}
	.listing__map {
		width: 40%;
	}
	.listing .listing__list {
		display: block;
		margin-right: 0;
	}
	.listing .listing__list .listing__item {
		max-width: 100%;
	}
	.listing__hero__btns .primary-btn {
		padding: 12px 22px 10px;
	}
	.listing__details__rating__bar__item .barfiller {
		width: 340px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__menu__right .primary-btn {
		display: none;
	}
	.header__menu ul li {
		margin-right: 25px;
	}
	.hero__search__form form input {
		width: 50%;
	}
	.hero__search__form form .select__option {
		width: 50%;
	}
	.hero__search__form form button {
		width: 50%;
	}
	.categories__item {
		width: calc(33.33% - 16px);
	}
	.most__search__tab .nav-tabs .nav-item {
		margin-right: 15px;
	}
	.listing {
		width: 60%;
	}
	.listing__map {
		width: 40%;
	}
	.listing .listing__list {
		display: block;
		margin-right: 0;
	}
	.listing .listing__list .listing__item {
		max-width: 100%;
	}
	.listing__item__text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.listing__hero__btns {
		text-align: left;
		padding-top: 30px;
	}
	.filter {
		width: 240px;
	}
	.ov-hid {
		overflow: hidden;
		padding-left: 240px;
	}
	.listing__details__rating__bar__item .barfiller {
		width: 425px;
	}
	.listing__sidebar {
		padding-top: 50px;
	}
	.blog__sidebar {
		padding-top: 50px;
	}
	.listing__text__top__left {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.listing__text__top__right {
		float: none;
		text-align: center;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.header .container-fluid {
		position: relative;
	}
	.header__menu {
		display: none;
	}
	.header__nav {
		text-align: right;
		padding: 30px 0;
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		display: block;
	}
	.header__menu__right {
		display: none;
	}
	.slicknav_nav {
		background: #222;
	}
	.slicknav_nav ul {
		margin: 5px 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 25px;
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f03250;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f03250;
	}
	.slicknav_btn {
		margin: 0;
		border-radius: 0;
		background: #f03250;
		position: absolute;
		right: 15px;
		top: 40px;
	}
	.hero__search__form form input {
		width: 100%;
	}
	.hero__search__form form .select__option {
		width: 100%;
	}
	.hero__search__form form button {
		width: 100%;
	}
	.categories__item {
		width: calc(50% - 16px);
	}
	.most__search__tab .nav-tabs .nav-item {
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.newslatter__text {
		margin-bottom: 30px;
	}
	.ov-hid {
		overflow: visible;
		padding-left: 0;
	}
	.filter {
		position: relative;
		width: auto;
		height: auto;
		padding: 30px 34px 30px 30px;
		overflow-y: auto;
		padding-top: 140px;
	}
	.listing {
		width: 100%;
		height: auto;
		padding-top: 45px;
	}
	.listing .listing__list {
		display: block;
		margin-right: 0;
	}
	.listing .listing__list .listing__item {
		max-width: 100%;
	}
	.listing__map {
		height: 100%;
		width: 100%;
		margin-top: 40px;
		float: left;
	}
	.listing__hero__btns {
		text-align: left;
		padding-top: 30px;
	}
	.listing__sidebar {
		padding-top: 50px;
	}
	.blog__sidebar {
		padding-top: 50px;
	}
	.listing__details__rating__bar__item .barfiller {
		width: 180px;
	}
	.blog__details__share__item {
		width: calc(33.33% - 34px);
	}
	.blog__details__comment__form form .input-list .input-item {
		width: 100%;
		margin-right: 0;
	}
	.about__title {
		margin-bottom: 30px;
	}
	.testimonial__slider.owl-carousel .owl-nav {
		text-align: center;
	}
	.testimonial__slider.owl-carousel .owl-nav button {
		position: relative;
		top: 20px;
		left: 0;
		margin-right: 10px;
	}
	.testimonial__slider.owl-carousel .owl-nav button:last-child {
		margin-right: 0;
	}
	
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.header__logo {
		padding: 38px 0 30px;
		max-width: 140px;
	}
	.categories__item__list {
		margin-right: 0;
	}
	.categories__item {
		width: 100%;
		margin-right: 0;
	}
	.hero__search__form form .select__option:before {
		display: none;
	}
	.listing__hero__icon {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.listing__hero__btns .primary-btn {
		padding: 12px 20px 10px;
	}
	.listing__details__rating__overall {
		text-align: left;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.blog__hero__text h2 {
		font-size: 30px;
		line-height: normal;
	}
	.blog__details__share__item {
		width: calc(50% - 34px);
	}
	.listing__text__top__left {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.listing__text__top__right {
		float: none;
		text-align: center;
	}
	.listing__details__comment__item__pic {
		float: none;
		margin-bottom: 15px;
	}
	.blog__details__tags a {
		margin-bottom: 5px;
	}
}