/*------------------------------------------------------------------
Author       : Code-Theme
Template Name: Listingo - HTML5 Template
Version      : 1.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Typography
2. Section Headings
3. Section Parallax Image
4. Section Feature Categories
5. Section Popular Listings
6. Section How It Works
7. Section Most Visited Cities
8. Section Counter Up
9. Section Pricing
10.Section Testimonials
11.Section Blog
12.Section Footer
13.Inner Page Listings List
14.Inner Page Listings List Right Sidebar
15.Inner Page Listings Grid
16.Inner Page Listings Half Map
17.Inner Page Listings Full Map
18.Inner Page Listing Details
19.Inner Page About Us
20.Inner Page Dashboard
21.Inner Page Faq
22.Inner Page Payment-Method
23.Inner Page Thank you
24.Inner Page 404
25.Inner Page Login
26.Inner Page Coming Soon
27.Inner Page Under Construction
28.Inner Page Blog Grid
29.Inner Page Blog Grid Sidebar
30.Inner Page Blog Lists
31.Inner Page Blog List Sidebar
32.Inner Page Blog Details
33.Inner Page Contact Us
34.Inner Page Add Listing
35.PreLoader
36.Medias Queries
-------------------------------------------------------------------*/
/*-----------------------------------*/
/*------ 1. TYPOGRAPHY ------*/
/*-----------------------------------*/

html {
	font-size: 15px;
}

body {
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: black;
	overflow-x: hidden !important;
}
.inner-pages .blog .blog-info.details h5 {
  color: #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
/*choix entre connexion et inscription lors d'ajout d'une annonce*/
.choix-conn-insc{
	width:45%; 
	cursor: pointer; 
	border:1px solid #18ba60;
}
.choix-conn-insc img:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/*button jquery-ui*/
.ui-dialog-buttonset button{
	color: #fff;
	background-color: #18ba60;
	border-color: #18ba60;
	display: inline-block;
	font-weight: normal;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.ui-dialog-titlebar-close:after {
   	color: black;
   	position: relative;
	top: -5px;
}

/* La case à cocher de fermeture de boite de dialogue modale jquery-ui apparait comme un vieux bouton grisé standard */
/* Correctif : PH. BUCAILLE le 1007/2025 */
.ui-dialog .ui-dialog-titlebar-close {
	box-sizing: content-box;
  	width: 1em;
  	height: 1em;
  	padding: .25em .25em;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	text-decoration: none;
  	border: none;
  	border-radius: .375rem;
  	opacity: .5;
  	color: #000;
}

/*recherche box*/
::-webkit-input-placeholder {
  display: inline-block;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  padding-right: .15em;
  white-space: nowrap;
}

input:focus::-webkit-input-placeholder {
  -webkit-transform: translateY(-125%);
  font-size: 75%;
  opacity: 0.05
}

input.imitatefocus::-webkit-input-placeholder {
  -webkit-transform: translateY(-125%);
  opacity: 0.05
}
    .search-box:hover {
    	background:#18ba60;
    }
    .search-box {
        position: absolute;
        top: 84px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #1f1f1f;
        border-radius: 40px;
        padding: 10px;
        width: 75%;
      }
      .search-box:hover > .search-txt {
        width: 80%;
        padding: 0 6px;
        
      }
      .search-box:hover > .search-btn {
        background: white;
        color: black;
      }
      .search-btn { 
        float: right;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: white;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.4s;
        cursor: pointer;
        text-decoration: none;
      }
      .search-btn > i {
        font-size: 20px;
      }
      .search-txt {
        border: none;
        width: 80%;
        padding: 0 6px;
        background: none;
        outline: none;
        float: left;
        padding: 0;
        color: white;
        font-size: 16px;
        transition: 0.4s;
        line-height: 40px;
        font-weight: bold;
      }
/*fin*/
 
.is-invalid {
	border: 1px solid red !important;
}

p {
	line-height: 26px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.5rem;
	font-weight: 800;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
 
h2 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 2rem;
	font-weight: 800;
	text-transform: uppercase;
}

h2 span {
	font-weight: 600;
	color: #111;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.2rem;
	color: black;
	font-weight: 600;
}

h5 {
	color: black;
}

/* Plus de détails  pour une annonce */
/* Problème de conflit avec summernote transformation en card => plus-card PH. BUCAILLE le 16/05/2023 */
.plus-card {
        width: 41px;
        height: 41px;
        position: relative;
        display: inline-block;
        border: 0px !important;
}

.plus-card .img-top {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
 }
 
 .plus-card:hover .img-top {
 	display: inline;
 }
    
.top-headings-section {
	padding-bottom: 2rem;
}

.chosen-choices {
	overflow: scroll !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	min-height: 45px !important;
}

.chosen-results .search-choice {
	font-size: 15px;
}

.top-headings-section p {
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	color: #555;
	max-width: 550px;
}

.top-headings-section h2::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 100px;
	margin: 0 auto;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

.rechercher {
	display: flex;
	flex-direction: row;
	justify-content: start;
	width: 100%;
	align-content: center;
}

*::after, *::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sec-title {
	text-align: center;
	 
}

.sec-title h2, .sec-title h4 {
	color: #18ba60;
}

.sec-title h2 span, .sec-title h4 span {
	position: relative;
	color: #000;
}

/* The container */
.labelcheckbox {
	display: flex;
	justify-content: start;
	padding-left: 28px !important;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.labelcheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.labelcheckbox:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.labelcheckbox input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.labelcheckbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.labelcheckbox .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* fin */
.sec-title p {
	margin-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	font-weight: 400;
	color: #222;
	max-width: 550px;
}

.DPE:hover {
	background-image: url('/images/dpe.png');
	width: 300px;
	height: 500px;
}

.GES:hover {
	background-image: url('/images/ges-c.png');
	width: 300px;
	height: 500px;
}

img {
	display: inline-block;
	max-width: 100%;
}

.index-img {
	height: 220px;
	width: 100%;
}

.section-title {
	padding-left: 25px;
	position: relative;
	margin-bottom: 1.5rem;
}

.section-title:before {
	top: 0;
	left: 0;
	bottom: 0;
	width: 8px;
	content: '';
	border-radius: 3px;
	position: absolute;
	background-color: #18ba60;
}

.section-title h3 {
	font-size: 18px;
	color: #111;
	text-transform: uppercase;
}

.section-title h2 {
	color: #18ba60;
	text-transform: uppercase;
}

.popular.portfolio.pb-5 {
	padding-bottom: 4rem !important;
}
.card-block a{ 
	color: black !important;
}
.card-block a:hover{
	background: #18ba60;
	color: white !important;
}
.po a:hover{
	background: #18ba60;
	color: white !important;
}
.po a {
	color: black !important;
}
.pubAnnonce a{
	background:#18ba60;
	color: white !important;
}
.pubAnnonce a:hover{
	background:#03411f; 
}
.index-pup-desc{
	padding: 5px 5px 10px 5px !important;
}
  
.listings-grid-right{
padding-top: 111px !important;
} 
/*modal detail de l'annonce*/
#details-annonce .modal-dialog{ 
	max-width:700px !important;
	margin: 51px auto!important; 
}
#login-model .modal-dialog{
	max-width:500px !important;
	margin: 51px auto!important;
}
#inscription-model .modal-dialog{
	max-width:500px !important;
	margin: 51px auto!important;
}
#payment-model .modal-dialog{
	max-width:1200px !important;
	margin: 51px auto!important;
}
#payment-facture-model .modal-dialog{
	max-width:1200px !important;
	margin: 51px auto!important;
}
#abonnement-model .modal-dialog{
	max-width:1200px !important;
	margin: 51px auto!important;
}
 /*Placeholder de la banni�re de rechereche*/
 .search-txt::placeholder{
 	 color: #fff !important;
 }
 
 /*fin*/
/*-----------------------------------*/
/*------ 2. SECTION HEADINGS ------*/
/*-----------------------------------*/
.header {
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.header-top {
	color: #7f8997;
	display: block;
}

@media screen and (max-width: 767px) {
.header-top {
		padding: 0px;
	}
}

.header.head-2 {
	position: relative;
}

.header-top.head-2 {
	background: #18ba60;
	color: #fff;
	display: block;
}

.heading.head-2 {
	background: #303441;
}

.header-top.head-2 .top-social .login-wrap ul li a:hover, .header-top.head-2 .dropdown button:hover
	{
	color: #fff;
}

.header.head-tr {
	position: absolute;
	width: 100%;
}

.header-top.head-tr {
	background: rgba(255, 255, 255, 0.06);
	color: #7f8997;
	display: block;
}

.heading.head-tr {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.header-bottom.heading.sticky-header.head-2.sticky {
	z-index: 99999;
}

@media screen and (max-width: 767px) {
	.header-top {
		padding: 0px;
	}
}

.header-top .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
}

.top-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-top p {
	margin-right: 2rem;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0px;
}

.header-top p i {
	color: #fff;
	margin-right: .5rem;
	font-size: 1.3rem;
}

.top-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.top-social .login-wrap ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: none;
	margin-bottom: 0px;
}

.top-social .login-wrap ul li {
	padding: 0px 12px;
	position: relative;
}

.top-social .login-wrap ul li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.top-social .login-wrap ul li a:hover {
	color: #18ba60;
}

.top-social .login-wrap ul li a i {
	margin-right: 5px;
}

.header-top .social-icons {
	text-align: right;
	margin-left: .6rem;
}

.header-top .social-icons i {
	line-height: 26px;
	font-size: 1.2rem;
	margin-right: 1rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.social-icons-header .fa-facebook {
	color: #fff;
}

.social-icons-header .fa-twitter {
	color: #fff;
}

.social-icons-header .fa-google-plus {
	color: #fff;
}

.social-icons-header .fa-linkedin {
	color: #fff;
}

.social-icons-header .fa-skype {
	color: #fff;
}

.header-top .social-icons:hover {
	color: #18ba60;
}

.header-top .dropdown {
	display: inline-block;
	background: transparent;
}

.header-top .dropdown button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.header-top .dropdown button:hover {
	color: #18ba60;
}

.header-top .dropdown .dropdown-menu {
	border-radius: 0;
	left: auto;
	margin: 0;
	min-width: 115px;
	padding: 0px;
	position: absolute;
	right: 0;
	z-index: 99999;
}

.header-top .dropdown-menu img {
	margin-right: 5px;
}

.header-top .dropdown-menu li {
	color: #333;
	cursor: pointer;
	padding: 5px 10px;
}

.payment-card .collapse {
	padding: 20px 15px 10px;
}
.header-top .dropdown-menu li:hover {
	background: #eee none repeat scroll 0 0;
}

.heading {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.sticky, .sticky.head-tr {
  	background: #121b22  ;
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.pup-index {
	margin-top: 48px !important;
}
#plus-details{
	padding: 1px;
	width: 41px;
	height: 41px;
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
}
.profil-l{
 	border-radius: 50px 0px 0px 50px;
 }
.profil-r{
 	border-radius:  0px 50px 50px 0px;
 }
@media screen and (min-width: 1500px) {
	.index-img{
		height: 350px;
	}
}
@media screen and (max-width: 991px) {
	 
	.index-img {
		height: 300px;
	}
	.heading {
		background: rgba(255, 255, 255, 0.06);
		z-index: 99999;
	}
	#main-menu {
		background: #fff;
		width: 100%;
		margin-left: 0px !important;
	}
	#main-menu ul a, #main-menu .po a::after {
		color: #000 ;
	}
	.sticky {
		background: #121B22 none repeat scroll 0 0;
	}
	/* .button-menu {
		padding-right: 18px !important;
	} */
	.heading .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	/* .search-button, .button-menu {
		margin-bottom: 1rem !important;
	} */
}

.container {
	max-width: 100% !important;
}

.heading .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.heading .logo img {
	width: 35px;
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 575px) {
	.header #bloq-search {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.search-button, .button-menu {
	border: 0;
	font-size: 1.5rem;
	margin: 0;
	padding: 0 .5rem;
	background: transparent;
	color: #fff;
}

.search-button:focus, .button-menu:focus {
	outline: 0;
}

.search-button {
	color: #fff;
	margin-left: auto;
	margin-right: .8rem;
}

.get-quote {
	background: transparent;
	margin-left: 2rem;
	color: #fff;
	padding: 1rem;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.get-quote:hover {
	background: #18ba60;
	color: #fff !important;
}

.get-quote p {
	text-transform: uppercase;
	margin: 0px;
	font-weight: 500;
}

.get-quote a {
	text-decoration: none;
	color: #fff;
}

.get-quote a:hover {
	color: #fff;
}

#bloq-search {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.bloq-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	margin: 1.3rem 0;
	z-index: 1;
}

.bloq-search input[type="text"] {
	border: 1px solid #18ba60;
	border-radius: 5px 0 0 5px;
	margin-bottom: 0px;
	padding: 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.bloq-search input[type="submit"] {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border: 0;
	width: auto;
	border-radius: 0 5px 5px 0;
	background: #18ba60;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0px;
	padding: 0 1rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.bloq-search input[type="submit"]:hover {
	background: #303441;
	color: #fff;
}

#main-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

#main-menu ul {
	padding: 0;
	list-style: none;
	margin: 1rem 0 0 0;
}

#main-menu ul a {
	display: block;
	padding: .8rem 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #e5e5e5;
	text-decoration: none;
}

#main-menu ul a:hover, #main-menu ul li.active a {
	color: #18ba60;
}

#main-menu .card {
	background: transparent;
}

#main-menu .card a:hover {
	background: transparent;
}

#main-menu .po a::after {
	content: "\f0d7";
	font-family: FontAwesome;
	color: #fff;
	margin-left: .3rem;
}

.text-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*----------------------------------------------*/
/*--------- 3. PARALLAX IMAGE HOME 1 ----------*/
/*----------------------------------------------*/
.parallax-search {
	position: relative;
	background-color: #1f1f1f;
	/*   background-size: cover;
  background-attachment: fixed !important; */
	width: 100%;
	/*   animation: animate 20s  infinite ease-in-out;
 */
}

@keyframes animate { 0%,100%
	{ background-image: url(/images/headings-animation/montreal.jpg);background-size: 100% 45vh;}
	25% {background-image:url(/images/headings-animation/chicago.jpg);background-size: 100% 45vh; }
	50% { background-image : url(/images/headings-animation/shanghai.jpg);background-size: 100% 45vh;}
	75% { background-image:url(/images/headings-animation/new-york.jpg);background-size: 100% 45vh; }
}

.parallax-search .hero-inner {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 45px;
}

.parallax-search .welcome-text p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.parallax-search .welcome-text h1 {
	font-size: 40px;
	color: #fff;
}

/* Search Form */
.parallax-search .trip-search {
	width: auto;
	background: #fff;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 40px;
	position: relative;
}

.parallax-search .trip-search .form {
	line-height: 0px;
}

.parallax-search .form-group {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 1px;
}

.parallax-search .form-group:last-child {
	margin-right: 5px;
}

.parallax-search .form-group .nice-select {
	width: 300px;
	margin: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 3px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #757575;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
}

.parallax-search .form-group .nice-select:hover {
	color: #18ba60;
}

.parallax-search .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}

.parallax-search .form-group .nice-select i {
	color: #18ba60;
	font-size: 1.2rem;
	margin-top: 5px;
	margin-right: 10px;
}

.parallax-search .form-group .list li {
	color: #757575;
}

.parallax-search .form-group .list li.selected {
	color: #757575;
	font-weight: 400;
}

.parallax-search .form-group .list li:hover {
	color: #fff;
	background: #18ba60;
}

.parallax-search .form-group.looking {
	width: 350px;
	margin: 0px;
}

.parallax-search .first-select {
	height: 30px;
	border-radius: 5px;
	margin-right: 4px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #757575;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.main-search-input-item {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 50px;
	position: relative;
}

.nice-select.wide {
	width: 100%;
}

.parallax-search .form-group .looking {
	float: left;
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 45px;
	padding-left: 6px;
}

.parallax-search .form-group.location {
	width: 20px;
	padding-right: 50px;
}

.parallax-search .form-group.categories {
	width: 300px;
	padding-left: 50px;
}

.parallax-search .form-group.button {
	width: 150px;
	position: relative;
	height: 45px;
}

.parallax-search .form-group .btn {
	display: block;
	width: 100%;
	background: #18ba60;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	top: 0;
	height: 100%;
	padding: 0;
	font-size: 14px;
	border: none;
	border-radius: 50px;
}

.parallax-search .form-group .btn:hover {
	background: #303441;
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.parallax-search .trip-search .form-group {
		margin-top: 15px;
		width: 100%;
	}
	.parallax-search .welcome-text h1 {
		font-size: 40px;
	}
	.parallax-search .trip-search {
		margin-top: 20px;
		border-radius: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.parallax-search .hero-inner {
		margin-bottom: 16px;
	}
	#main-menu ul li a{
		color:black;
	}
}

@media only screen and (max-width: 767px) {
	.parallax-search .welcome-text h1 {
		font-size: 48px;
	}
	.parallax-search .trip-search .form-group {
		margin-top: 10px;
		width: 100%;
	}
	.text-center .lc-cat-browse a.cat-single {
		display: block;
		margin-right: 0;
		margin-top: 0;
		width: 48%;
		float: left;
		margin: 2%;
	}
}

@media only screen and (max-width: 450px) {
	.parallax-search .welcome-text h1 {
		font-size: 25px !important;
	}
	.parallax-search .welcome-text p {
		font-size: 14px;
	}
	.hero-inner {
		margin-top: 63px;
	}
	.parallax-search .trip-search {
		margin-top: 30px;
	}
	.parallax-search .hero-inner.mt-55 {
		margin-top: 100px !important;
		margin-bottom: 0px;
		height: 100% !important;
	}
	.parallax-search.bot .trip-search {
		margin-top: 10px !important;
	}
	.popular-searchs {
		margin-top: 0px;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 414px) {
	.parallax-search .hero-inner {
		margin-top: 50px !important;
	}
	.parallax-search .welcome-text h1 {
		font-size: 21px !important;
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 320px) {
	.parallax-search .hero-inner {
		font-size: 18px !important;
	}
	.parallax-search .welcome-text h1 {
		font-size: 21px !important;
		margin-bottom: 1rem;
	}
	.parallax-search .welcome-text p {
		margin-bottom: .5rem;
	}
	.parallax-search .trip-search {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 375px) {
	.min-250 {	
		min-width:260px;
	}	
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	overflow: hidden;
}

.fullwidth-home-map.dark-overlay {
	height: 100vh !important;
	margin-bottom: 0;
}

.fullwidth-home-map.dark-overlay video {
	top: 50%;
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%);
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -10;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity;
	position: absolute;
}

.dark-overlay:before {
	background: rgba(0, 0, 0, 0.5) !important;
}

.dark-overlay:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255,
		255, 255, 0.99)), color-stop(70%, rgba(255, 255, 255, 0.7)),
		color-stop(95%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0.99) 20%,
		rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 95%);
}

.dark-overlay h1 {
	font-size: 40px;
	color: #fff;
	text-align: center;
}

.dark-overlay p {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
}

/* Owl Nav */
.hero-area.style2 .owl-controls .owl-nav div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	padding: 0;
	font-size: 25px;
	border-radius: 25px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0;
}

.hero-area.style2 .owl-controls .owl-nav div:hover {
	background: #FF7550;
	border-color: transparent;
	color: #fff;
}

.hero-area.style2 .owl-controls .owl-nav div.owl-prev {
	left: 0;
}

.hero-area.style2 .owl-controls .owl-nav div.owl-next {
	right: 0;
}

/* Slider Animation */
.hero-area .owl-item.active .welcome-text p {
	-webkit-animation: fadeInDown 0.8s both 1s;
	animation: fadeInDown 0.8s both 1s;
}

.hero-area .owl-item.active .welcome-text h1 {
	-webkit-animation: fadeInLeft 0.8s both 1.4s;
	animation: fadeInLeft 0.8s both 1.4s;
}

.hero-area .owl-item.active .welcome-text .btn {
	-webkit-animation: fadeInRight 0.8s both 1.6s;
	animation: fadeInRight 0.8s both 1.6s;
}

/*------ HEADER SLIDER HOME 4 ------*/
.rev_slider_wrapper {
	width: 100%;
}

.slotholder {
	position: relative;
}

.slotholder:after {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.tp-leftarrow {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.tp-leftarrow:hover {
	background: #18ba60;
}

.tp-rightarrow {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.tp-rightarrow:hover {
	background: #18ba60;
}

.tp-parallax-wrap {
	top: 10px;
}

.tp-bannertimer {
	z-index: 21;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
	font-size: 48px;
}

.mfp-bg {
	z-index: 1112;
}

.mfp-wrap {
	z-index: 1113;
}

.rev_slider a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-theme-colored2 {
	color: #18ba60 !important;
}

.tp-caption.font-p {
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 496px) {
	.tp-caption.font-p {
		margin-top: .8rem;
	}
}

.btn-default.btn-theme-colored2 {
	color: #fff;
	font-weight: 600;
	background-color: #303441;
	border-color: #fff;
	font-size: 16px;
	padding: 13px 32px;
	margin-top: .8rem;
	margin-right: 1rem;
	line-height: 1.3;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn-default.btn-theme-colored2:hover {
	background: #18ba60;
	color: #fff;
	border-color: #fff;
}

.btn-dark.btn-theme-colored {
	color: #fff;
	background-color: #18ba60;
	border-color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 32px;
	margin-top: .8rem;
	line-height: 1.3;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn-dark.btn-theme-colored:hover {
	background: #303441;
	color: #fff;
	border-color: #fff;
}

/*------ BUTTOM HOVER EFFECT ------*/
.bg-all {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-outline-light {
	background-color: transparent;
	color: #18ba60;
	border-color: #18ba60;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3rem;
	padding: .9rem 2.5rem .9rem 2rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-outline-light:hover {
	background: #18ba60;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn.btn-outline-light:after {
	content: '\f0a9';
	font-family: 'FontAwesome';
	position: relative;
	left: .5rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.btn.btn-outline-light:hover:after {
	left: 1rem;
	color: #fff;
	-webkit-transform: rotateZ(-360deg);
	transform: rotateZ(-360deg);
}

/*-------------------------------------*/
/*--- 4. SECTION FEATURE CATEGORIES ---*/
/*-------------------------------------*/
section.feature-categories {
	padding: 6rem 0;
	background: #fff;
}

.feature-categories .img-box {
	height: 290px;
	display: inline-block;
	position: relative;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
	z-index: 9;
	border-radius: 3px;
}

.feature-categories .img-box.no-mb {
	margin-bottom: 0px;
}

.feature-categories .img-box:hover {
	background: #18ba60;
}

.feature-categories .img-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 5px;
	height: 100%;
	display: block;
	content: "";
	background-color: #303441;
	opacity: 0.3;
	z-index: 99;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.feature-categories .listing-badges {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	overflow: hidden;
	height: 100px;
}

.feature-categories .listing-badges .featured {
	background-color: #18ba60;
	float: left;
	border-radius: 20px;
	left: 17px;
	top: 17px;
	position: relative;
	text-align: center;
	width: 110px;
	font-size: 14px;
	margin: 0;
}

.feature-categories .listing-badges span {
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
	float: right;
	background-color: rgba(74, 74, 76, 0.7);
	border-radius: 3px;
	top: 15px;
	right: 15px;
	position: absolute;
}

.feature-categories .img-box-content {
	position: absolute;
	z-index: 101;
	top: 73%;
	padding: 0 1.3rem;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	-webkit-transform: translate(0, -50.5%);
	transform: translate(0, -50.5%);
}

.feature-categories .img-box-content h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
	margin-bottom: 12px !important;
}

.feature-categories .img-box-content span, .feature-categories .img-box-content pre
	{
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

.feature-categories .img-box img {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	-webkit-transition: all 0.55s;
	transition: all 0.55s;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 0.35s ease-out;
	transition: -webkit-transform 0.35s ease-out;
	transition: transform 0.35s ease-out;
	transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

/*----- HOVER EFFECT -----*/
.feature-categories .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 2;
}

.hover-effect img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.hover-effect:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

@media screen and (max-width: 991px) {
	.feature-categories .mt {
		margin-top: 1rem;
		padding-right: 6px;
	}
}

@media screen and (max-width: 767px) {
	.feature-categories .img-box.no-mb, .feature-categories .img-box {
		margin-bottom: 1.6rem;
	}
	.feature-categories .mt {
		margin-top: 1.6rem;
	}
	.feature-categories .img-box.no-mb.x3 {
		margin-bottom: 0px; 
	}
	.feature-categories .img-box {
		height: 350px;
	}
	.feature-categories .img-box img {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.feature-categories .img-box img, .feature-categories .img-box {
		height: 286px;
	}
}
/*------------------------------------*/
/*-- 5. SECTION POPULAR LISTINGS --*/
/*------------------------------------*/
section.popular.portfolio {
	background: #f5f6ff;
}

.homes.no-mb {
	margin-bottom: 0px;
}

.homes-img {
	display: block;
	-webkit-transition: -webkit-transform 0.6s ease-in;
	transition: -webkit-transform 0.6s ease-in;
	transition: transform 0.6s ease-in;
	transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in;
}

.homes, .homes-img {
	position: relative;
	overflow: hidden;
}

.homes-tag.featured {
	width: auto !important;
	background: rgba(0, 0, 0, 0.5) !important;
}

 .homes .button {
 	font-size: 12px;
	letter-spacing: 2.5px;
	font-weight: 60;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	padding: 4px 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 9px;
}

 .homes-tag.featured {
	left: 4px;
	margin-top: 4px;
	top:0px;
}

 .homes-price,  .homes-tag {
	position: absolute;
	z-index: 3;
}

 .starts {
	list-style: none;
	margin-top: 0px;
	padding: 0px;
}

 .starts li {
	text-align: center;
	display: inline-block;
	margin-bottom: 0px;
}

 .starts .fa {
	color: #fe4f4f !important;
	margin-bottom: 0px !important;
}

 .homes-tag.sale {
	background: #e54242 !important;
 	height: 28px;
}

.homes-tag.sale {
	right: 4px;
	margin-top: 4px;
	top: 0;
}

.homes-tag.sale.rent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: rgba(0, 0, 0, 0.5) !important;
	color: #fff;
	z-index: 3;
}

 .homes-tag.sale.rent .fa {
	color: #fff !important;
	font-size: 1.1rem;
	margin-top: .2rem;
	margin-right: .5rem;
	margin-bottom: 0px;
}

 .homes-tag.sale.rent p {
	line-height: 22px;
}

 .price-properties {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 1rem;
	float: right;
}

 .compare {
	margin-top: 1.1rem;
	line-height: 0px;
}

 .compare a {
	margin-right: 1.5rem;
}

 .compare a:last-child {
	margin-right: 0px;
}

 .compare i {
	font-size: 1rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

 .fa-exchange-alt {
	color: #666;
}

 .fa-exchange-alt:hover {
	color: #18ba60;
}

 .fa-share-alt {
	color: #666;
}

 .fa-share-alt:hover {
	color: #ffb200;
}

 .fa-heart-o {
	color: #666;
}

 .fa-heart-o:hover {
	color: #e54242;
}

 .homes-price {
	color: #fff;
	font-size: 13px !important;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 15px;
	left: 15px;
	z-index: 3;
}

 .homes-content {
	background: #fff !important; 
	padding-right: 5px; 
	padding-left: 5px;
}

 .homes-content h3.title a {
	font-size: 1.1rem;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}

 .homes-content a {
	text-decoration: none;
}

 .homes-content h3 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #222;
 	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

/*.homes-content h3:hover {
	color: #18ba60;
}*/

.price-properties h3 {
	margin-bottom: 0px;
}

.recently .homes-content .homes-address {
	margin-top: 0px;
	margin-bottom: 0px;
}

 .homes-content .homes-address .fa-map-marker {
	font-size: 1rem;
	text-decoration: none;
	color: #fe4f4f;
}

 .homes-content .homes-address a span {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 1px;
	text-decoration: none;
}

 p.homes-address {
	margin-bottom: 0px;
}

 .homes-address span {
	color: #333;
}

 .homes-content .homes-address a {
	text-decoration: none;
}

 .homes-content .homes-address a i {
	margin-right: 10px;
}

 .homes-content .homes-list {
	padding: 0;
	margin: 0;
}

 .homes-content .homes-list li {
	width: 45%;
	float: left;
	font-size: 14px;
	line-height: 40px;
	list-style: none;
	color: #18ba60;
}

 .homes-content .homes-list li i {
	font-size: 1rem;
	margin-right: 5px;
	color: #18ba60;
}

 .homes-content .homes-list span {
	color: black;
}

.portfolio .item {
	padding-bottom: 0.8rem !important;
}

.portfolio .homes {
	margin-bottom: 0px;
}

.popular .footer {
	background: none;
	border-top: 1px solid #ebebeb;
	padding-top: 1rem;
	font-size: 13px;
	color: black;
}

.popular .footer a {
	color: black;
	text-decoration: none;
}

.popular .footer span {
	float: right;
}

.popular .footer i {
	margin-right: 5px;
	font-size: 1rem;
	color: black;
}

/*----- SLICK CAROUSEL -----*/
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #303441;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	display: block;
	top: calc(50% - 15px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

.slick-prev:hover, .slick-next:hover {
	color: transparent;
	outline: none;
	background: #18ba60;
}

.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
	pointer-events: none;
	cursor: default;
	background-color: #e8e8e8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	color: #303441;
}

.slick-prev:before, .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	font-size: 26px;
	line-height: 1;
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	color: #fff;
}

.slick-prev {
	left: -85px;
}

.slick-prev:before {
	content: '\f053';
	left: -1px;
}

.slick-next {
	right: -85px;
}

.slick-next:before {
	content: '\f054';
	right: -1px;
}

/* Dots */
.slick-dots {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* ul.slick-dots { */
/*   margin-top: 20px; */
/*   list-style-type: disc; */
/* } */
.slick-dots li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 3px;
	cursor: pointer;
}

.slick-dots li {
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	color: #18ba60;
	border: 0;
	position: relative;
	outline: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	line-height: 0;
	-webkit-box-shadow: inset 0 0 0 2px #18ba60;
	box-shadow: inset 0 0 0 2px #18ba60;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-dots li.slick-active {
	-webkit-box-shadow: inset 0 0 0 6px #18ba60;
	box-shadow: inset 0 0 0 6px #18ba60;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slick-dots li:after {
	display: block;
	height: 13px;
	width: 13px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	background-color: transparent;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	background-color: #18ba60;
}

.slick-dots li.slick-active:after {
	opacity: 1;
}

.slick-dots button {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	cursor: pointer;
}

.agents-grid {
	position: relative;
	background: #ffffff;
	margin: 5px 10px 0 0;
	border-radius: 6px;
	border: none;
	-webkit-box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.1);
}

/*----- HOVER EFFECT -----*/
.popular .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 2;
}

.popular.portfolio .item {
	padding-bottom: 0;
}

.popular.portfolio .project-single {
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
	.popular.portfolio .item.no-pb.pbp-3 {
		padding-bottom: 2.4rem !important;
	}
	.popular.portfolio .item.landscapes.no-pb {
		padding-bottom: 0px;
		margin-bottom: 0px !important;
	}
	.popular.portfolio .item.landscapes.no-pb:last-child {
		margin-bottom: 0px !important;
	}
	.agents-grid {
		margin-right: 0px;
	}
}

@media screen and (max-width: 991px) {
	.popular.portfolio .item {
		padding-bottom: 2.4rem;
	}
	.popular.portfolio .project-single {
		margin-bottom: 0px;
	}
	.popular.portfolio .item.no-pb {
		padding-bottom: 0px;
	}
	.popular.portfolio .project-single.no-mb {
		margin-bottom: 0px;
	}
	.popular.portfolio .item.landscapes.no-pb {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.popular .compare {
		margin-top: .8rem;
		margin-right: .2rem;
	}
}

@media screen and (max-width: 420px) {
	.popular .compare {
		margin-right: 0;
		margin-top: .3rem !important;
	}
}

@media screen and (max-width: 320px) {
	.popular .starts li.ml-3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: .5rem;
		margin-left: 0px !important;
	}
	.popular .compare a {
		margin-right: 1rem;
	}
	.inner-pages span.category-tag {
		margin-left: 0px !important;
	}
	.inner-pages .listing-title-bar h3 span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: .8rem;
	}
	.inner-pages .listing-title-bar a {
		font-size: 14px;
	}
	.role--admin {
		font-size: 13px;
	}
	h4.widget_author__name {
		font-size: 1.2rem;
	}
	.inner-pages .photoUpload {
		padding: 3px !important;
	}
}
/*-----------------------------------*/
/*---- 6. SECTION HOW IT WORKS -----*/
/*-----------------------------------*/
section.how-it-works {
	background: #fff;
	padding: 6rem 0;
}

.how-it-works .serv-flex {
	position: relative;
	background: #fff;
	color: #18ba60;
	text-align: center;
	padding: 1.5rem;
	border-radius: 5px;
	border: 1px solid #f1f1f1;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.how-it-works .serv-flex:after {
	content: '';
	position: absolute;
	top: 0;
	right: -80px;
	width: 217px;
	height: 200px;
	background: url(/images/arrow-big.png) no-repeat center center;
	z-index: 1;
}

.how-it-works .serv-flex.noarrow:after {
	display: none;
}

.how-it-works .art-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.how-it-works article .fa {
	padding-right: 1rem;
	padding-bottom: .5rem;
	font-size: 4rem;
	text-align: left;
}

.how-it-works article img {
	padding-right: 1rem;
	padding-bottom: .5rem;
	width: 80px;
	height: 70px;
	text-align: center;
}

.how-it-works .sec-title {
	margin-left: .5rem;
}

.how-it-works .sec-title h2 span {
	font-weight: 600;
	color: #111;
}

.how-it-works .sec-title h2 {
	color: #18ba60;
	margin-bottom: .5rem;
}

.how-it-works .sec-title img {
	position: relative;
	width: 151px;
	height: 26px;
}

.how-it-works article h3 {
	color: #222;
	font-size: 18px;
	margin: 1.7rem 0 .2rem;
}

.how-it-works article p {
	color: black;
	margin-top: 1rem;
	margin-bottom: 0px;
}

.how-it-works .service-1 .serv:hover, .how-it-works .service-2 .serv:hover
	{
	cursor: all-scroll;
}

@media screen and (max-width: 767px) {
	.how-it-works .service-1 .serv {
		margin-bottom: 2rem;
	}
	.how-it-works .service-1 .serv:last-child {
		margin-bottom: 0px;
	}
	.how-it-works .mt-50 {
		margin-top: 0px !important;
	}
	.how-it-works .service-1 .serv.mb-0.pt {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 991px) {
	.how-it-works .mt-50 {
		margin-top: 2rem;
	}
	.how-it-works .service-1 .serv.mb-0 {
		margin-bottom: 0px;
	}
	.how-it-works .service-1 .serv.mb-0.pt {
		margin-top: 2rem;
	}
	.how-it-works .serv-flex:after {
		display: none;
	}
}
/*--------------------------------------*/
/*--- 7. SECTION MOST VISITED CITIES ---*/
/*--------------------------------------*/
section.visited-cities {
	padding: 6rem 0;
	background: #f5f6ff;
}

.visited-cities .img-box {
	height: 280px;
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
	z-index: 90;
	border-radius: 3px;
}

.visited-cities .img-box.no-mb {
	margin-bottom: 0px;
}

.visited-cities .img-box:hover {
	background: #18ba60;
}

.visited-cities .img-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: #303441;
	opacity: 0.3;
	z-index: 99;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.visited-cities .listing-badges {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	overflow: hidden;
	height: 100px;
}

.visited-cities .listing-badges .featured {
	background-color: #18ba60;
	float: left;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -65px;
	top: 35px;
	position: relative;
	text-align: center;
	width: 200px;
	font-size: 13px;
	margin: 0;
}

.visited-cities .listing-badges span {
	color: #fff;
	display: inline-block;
	padding: 3px;
	float: right;
	background-color: rgba(74, 74, 76, 0.7);
	border-radius: 3px;
	top: 15px;
	right: 15px;
	position: absolute;
}

.visited-cities .starts {
	list-style: none;
	margin-top: 0;
	padding: 0px;
	margin-bottom: 0px;
}

.visited-cities .starts li {
	text-align: center;
	display: inline-block;
	margin-bottom: 0px;
}

.visited-cities .starts .fa {
	color: #fe4f4f !important;
}

.visited-cities .starts ul {
	margin-bottom: 0px;
}

.visited-cities .img-box-content {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	-webkit-transform: translate(0, -50.5%);
	transform: translate(0, -50.5%);
}

.visited-cities .img-box-content h4 {
	font-size: 20px;
	line-height: 42px;
	color: #fff;
	margin: 0;
}

.visited-cities .img-box-content span {
	font-size: 16px;
	color: #fff;
}

.visited-cities .img-box img {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.55s;
	transition: all 0.55s;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 0.35s ease-out;
	transition: -webkit-transform 0.35s ease-out;
	transition: transform 0.35s ease-out;
	transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

@media screen and (max-width: 991px) {
	.visited-cities .pr {
		padding-right: 5px;
	}
}

@media screen and (max-width: 767px) {
	.visited-cities .img-box.no-mb {
		margin-bottom: 1.5rem;
	}
	.visited-cities .img-box.no-mb.x3 {
		margin-bottom: 0px;
	}
	.visited-cities .img-box.mi, .visited-cities .img-box {
		margin-bottom: 1.6rem !important;
	}
	.visited-cities .bg-all {
		margin-top: 0px;
	}
	.visited-cities .pr-1, .feature-categories .pr-1, .feature-categories .mt,
		.visited-cities .pr {
		padding-right: 15px !important;
	}
}
/*-----------------------------------*/
/*------ 8. SECTION COUNTER UP -----*/
/*-----------------------------------*/
section.counterup {
	padding: 6rem 0;
	background: #18ba60;
	color: #fff;
	text-align: center;
}

.counterup .section-title {
	padding-bottom: 3.5rem;
}

.counterup .title-icon:before {
	content: "";
	width: 100px;
	height: 2px;
	background: #18ba60;
	position: absolute;
	top: 14px;
	left: -80px;
}

.counterup .title-icon:after {
	content: "";
	width: 100px;
	height: 2px;
	background: #18ba60;
	position: absolute;
	top: 14px;
	right: -80px;
}

.counterup .title-icon i {
	color: #303441;
	font-size: 1.8rem;
	margin-top: 1px;
}

.counterup .countr .fa {
	font-size: 3rem;
	color: #fff;
	border-radius: 5px;
	margin-right: 1.5rem;
}

.counterup .countr p {
	font-size: 2.5rem;
	font-weight: 800;
	color: #fff;
	margin-top: .5rem;
}

.counterup .title-style h2, .counterup .title-style p {
	color: #18ba60;
}

.counterup .title-style span {
	color: #303441;
}

.counterup .countr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.counterup .count-me h3 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	margin-top: 1.3rem;
	margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
	.counterup .countr h3 {
		margin-bottom: 5rem;
	}
	.counterup .countr.mb-0 h3 {
		margin-bottom: 0px;
	}
	.counterup .countr {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.counterup .countr p {
		padding: 0px;
	}
	h3.specific:last-child {
		margin-bottom: 0px;
	}
	.counterup .count-me.use {
		margin-right: 1.5rem;
	}
	.counterup .count-me.trop {
		margin-left: 1.5rem;
	}
	.counterup .countr .fa-trophy {
		margin-right: 0rem;
		margin-left: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	.counterup .countr.mb-0 h3 {
		margin-bottom: 5rem;
	}
	.counterup .countr.mb-0.last {
		margin-right: 0px;
	}
	.counterup .countr.mb-0.last h3 {
		margin-bottom: 0px;
	}
	.counterup .countr .fa {
		margin-top: 0px;
	}
	.counterup .count-me.list, .counterup .count-me.trop {
		margin-right: 1.5rem;
	}
}
/*-----------------------------------*/
/*----- 9. SECTION PRICING  ------*/
/*-----------------------------------*/
section.pricing-table {
	padding: 6rem 0;
	background: #fff;
}

.plan {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.plan-name {
	background: #18ba60;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	padding: 20px 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
}

.plan-price {
	font-size: 36px;
	padding: 30px 0;
	margin-bottom: 30px;
	position: relative;
	background: #f5f6ff;
	color: #18ba60;
	margin-bottom: 1rem;
}

.plan-price:after {
	bottom: -30px;
	border: solid transparent;
	content: " ";
	position: absolute;
	border-width: 15px;
	border-top-color: #18ba60;
	left: 50%;
	margin-left: -16px;
}

.plan.featured {
	-webkit-box-shadow: -2px 7px 15px 7px #e2e2e2;
	box-shadow: -2px 7px 15px 7px #e2e2e2;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.plan.featured .plan-price {
	background: #f5f6ff;
}

.plan.featured .plan-price:after {
	border-top-color: #303441;
}

.plan.featured .plan-name {
	background: #303441;
	color: #fff;
}

.plan.featured .plan-price {
	color: #303441;
}

.plan-price .currency {
	top: -0.9em;
	font-size: 50%;
	left: -0.01em;
	font-weight: 700;
}

.plan-name small {
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 12px;
	font-weight: 600;
	margin-top: .5rem;
	line-height: normal;
}

.plan-price sub {
	font-size: 18px;
	font-weight: 700;
}

.plan ul {
	background: #fff;
	padding: 0;
	margin-bottom: 0;
	padding-top:15px;
	margin-top:-15px;
}

.plan ul li {
	border-top: 1px dashed #dedede;
	padding: 12px 29px;
	color: black;
	font-weight: 400;
}

.plan ul li:first-child {
	border-top: 0 !important;
}

.plan a.btn {
	color: #fff;
	background: #18ba60;
	border: 0px;
	margin: 25px 0;
	padding: 8px 30px;
}

.plan a.btn:hover {
	background: #303441;
	color: #fff;
}

.plan.featured a.btn {
	color: #fff;
	background: #303441;
	border: 0px;
	margin: 25px 0;
	padding: 8px 30px;
}

.plan.featured a.btn:hover {
	background: #18ba60;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.plan {
		margin-bottom: 2.5rem;
	}
	.plan.no-mgb {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	.plan.yes-mgb {
		margin-bottom: 2.5rem;
	}
}
/*-----------------------------------*/
/*----- 10. SECTION TESTIMONIALS ----*/
/*-----------------------------------*/
section.testimonials {
	background: #f5f6ff;
	padding: 6rem 0;
}

.testimonials .title-icon i {
	color: #18ba60;
	font-size: 1.8rem;
	margin-top: 1px;
}

.testimonials .owl-carousel .test-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	color: #000;
	padding: 20px;
	border-radius: 3px;
}

.testimonials .test-1 img {
	width: 90px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonials .test-1 p {
	text-align: center;
	font-weight: 400;
	margin-bottom: 1.5rem !important;
	margin: .3rem auto 0;
	max-width: 500px;
	margin-top: 0px;
	color: black;
}

.testimonials .test-1 p::before {
	content: "\f10d ";
	font-size: .7rem;
	font-family: fontawesome;
	left: -6px;
	top: -1px;
	position: relative;
	color: #888;
}

.testimonials .test-1 p::after {
	bottom: 4px;
	content: "\f10e";
	font-size: .7rem;
	font-family: fontawesome;
	color: #888;
	right: -6px;
	top: 1px;
	position: relative;
}

.testimonials .test-1 h3 {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: .6rem;
	margin-top: 12px !important;
	color: #222;
	font-weight: 600;
}

.testimonials .test-1 h6 {
	text-align: center;
	font-weight: 400;
	margin-bottom: 0px;
	color: #333;
}

.owl-dots {
	text-align: center;
	margin-top: 1rem;
	line-height: 0;
}

.owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: #303441 !important;
	margin-left: 5px;
	margin-right: 5px;
}

.owl-dot.active {
	background: #18ba60 !important;
}

.starts {
	list-style: none;
	margin-top: 1.2rem;
	padding: 0px;
}

.testimonials ul {
	margin-bottom: 0px;
}

.starts li {
	text-align: center;
	display: inline-block;
	margin-bottom: 0px;
}

.starts .fa {
	color: #fe4f4f !important;
}

/*------------------------------------*/
/*--------- 11. SECTION BLOG ---------*/
/*------------------------------------*/
section.blog-section {
	padding: 6rem 0;
	background: #fff;
}

.blog-section .news-item {
	background: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.blog-section .news-item.-news-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.blog-section .news-item-descr.big-news {
	height: 106px;
}

.blog-section .news-item h3 {
	color: #222;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.blog-section .news-item.-news-slider-item {
	height: 100%;
}

.blog-section .news-item.-news-slider {
	height: auto;
}

.blog-section .news-item a:hover {
	text-decoration: none;
}

.blog-section .news-item a:hover h3 {
	color: #18ba60;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.blog-section .news-item .news-img-link.-news-page {
	display: block;
	position: relative;
	padding-bottom: 69%;
	width: 100%;
}

.blog-section .news-item .news-img-link.-news-page .resp-img {
	background-size: cover;
}

.blog-section .resp-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blog-section .news-item-img .resp-img {
	background-size: cover;
}

.blog-section .news-item-img {
	position: relative;
	width: 100%;
}

.blog-section .news-item-img .resp-img {
	background-size: cover;
}

.blog-section .news-item-text {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.blog-section .news-item-text-header {
	display: block;
}

.blog-section .news-item .date {
	display: block;
	margin-bottom: 9px;
	font-size: 13px;
	color: #333;
}

.blog-section .dates {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: .3rem;
}

.blog-section .news-item-bottom img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.blog-section .admin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-section .admin p {
	font-size: 13px;
	font-weight: 600;
	margin-top: .5rem;
	margin-right: 1rem;
	margin-bottom: 0px;
}

.blog-section .news-item-descr {
	margin: 6px 0px 20px 0px;
	height: 80px;
}

.blog-section .news-item-descr p {
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.blog-section .news-item-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog-section .action-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8rem;
	color: #333;
}

.blog-section .action-list .fa-comment {
	color: #18ba60;
}

.blog-section .action-list .fa-share-alt {
	color: #18ba60;
}

.blog-section .action-list .fa-heart {
	color: #18ba60;
}

.blog-section ul.action-list {
	margin-bottom: 0px;
}

.blog-section .action-item {
	display: inline-block;
	padding-left: 15px;
}

.blog-section .news-slider-wrap .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.blog-section .news-item-sm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 29px;
}

.blog-section .news-item-sm:last-child {
	margin-bottom: 0px;
}

.blog-section .news-item-sm .news-img-link {
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	position: relative;
}

.blog-section .news-item-sm .news-img-link .news-item-img {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.blog-section .news-item-sm .news-item-text {
	-ms-flex-preferred-size: 66.6%;
	flex-basis: 66.6%;
	padding: 15px 20px;
}

.blog-section .news-item-sm .news-item-descr {
	height: 52px;
}

.blog-section .news-link {
	position: relative;
	font-size: 1rem;
	font-weight: 600;
	color: #18ba60;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.blog-section .news-link:hover {
	color: #303441;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

@media screen and (max-width: 1199px) {
	.blog-section .news-item.news-item-sm.mb, .blog-section .news-item {
		margin-bottom: 2.5rem;
	}
	.blog-section .news-item.no-mb {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 991px) {
	.blog-section .news-item {
		margin-bottom: 2.5rem;
	}
	.blog-section .news-item.no-mb:last-child {
		margin-bottom: 0px;
	}
	.blog-section .news-item-sm .news-img-link {
		-ms-flex-preferred-size: 33.5%;
		flex-basis: 33.5%;
	}
}

@media screen and (max-width: 577px) {
	.blog-section .news-item-sm {
		display: block;
	}
	.blog-section .news-item-sm .news-img-link .news-item-img {
		position: relative;
		padding-bottom: 69%;
	}
	.blog-section .news-item-sm {
		border-radius: 0px;
	}
}

@media screen and (max-width: 414px) {
	.blog-section .news-item-descr p, .blog-section .news-item-descr {
		overflow: hidden;
	}
	.blog-section ul.action-list {
		padding-left: 0px;
	}
	.blog-section .news-link {
		font-size: .9rem;
	}
}
/*-----------------------------------*/
/*------ 12. SECTION FOOTER ------*/
/*-----------------------------------*/
.first-footer .top-footer {
	background: rgba(18, 27, 34, 0.98);
	color: #fff;
	padding: 6rem 0;
}

.first-footer .logo img {
	width: 180px;
	height: auto;
	margin-bottom: 1.6rem;
}

@media screen and (max-width: 991px) {
	.first-footer .netabout {
		margin-bottom: 0px;
	}
	.first-footer .netabout p {
		margin-bottom: 2rem !important;
	}
}

.first-footer .netabout h3 {
	margin-bottom: 2rem;
}

.first-footer .netabout h3::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

.first-footer .netabout p {
	margin-bottom: 2rem;
	font-weight: 400;
	color: #fff;
}

.first-footer .netsocials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.first-footer .netsocials a .fa-brands {
	font-size: 1rem;
	text-align: center;
	background: transparent;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-right: 1.5rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.first-footer .netsocials a .fa-facebook-f {
	background: transparent;
	color: #18ba60;
}

.first-footer .netsocials a .fa-facebook-f:hover {
	background: #3b5998;
	color: #fff;
}

.first-footer .netsocials a .fa-twitter {
	background: transparent;
	color: #18ba60;
}

.first-footer .netsocials a .fa-twitter:hover {
	background: #1da1f2;
	color: #fff;
}

.first-footer .netsocials a .fa-google-plus-g {
	background: transparent;
	color: #18ba60;
}

.first-footer .netsocials a .fa-google-plus-g:hover {
	background: #dd4b39;
	color: #fff;
}

.first-footer .netsocials a .fa-youtube {
	background: transparent;
	color: #18ba60;
	margin-right: 0px;
}

.first-footer .netsocials a .fa-youtube:hover {
	background: #cd201f;
	color: #fff;
}

.first-footer h3 {
	margin-bottom: 2rem;
	color: #fff;
}

.first-footer .contactus h3::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

.first-footer .contactus ul li:last-child, .first-footer .contactus .info:last-child
	{
	margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
	.first-footer .top-footer {
		padding-bottom: 6rem;
	}
}

.first-footer .contactus .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .6rem;
}

.first-footer .contactus .ti {
	margin-bottom: 0px;
}

.first-footer .contactus .info p {
	margin: 0px;
	font-size: .9rem;
	color: #fff;
	margin-left: 1rem;
	line-height: 1.1;
	font-weight: 300;
}

.first-footer .contactus ul li {
	margin-bottom: 1.1rem;
}

.first-footer .contactus ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.first-footer .contactus ul li .fa {
	font-size: 1rem;
	color: #18ba60;
}

.quick-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget.quick-link ul {
	padding-left: 5px;
	line-height: 26px;
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.widget.quick-link ul li a {
	padding-left: 0px;
	padding-bottom: .9rem;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.widget.quick-link ul li.no-pb a:last-child {
	padding-bottom: 0px;
}

.widget.quick-link ul li a:before {
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 16px;
	padding-right: 1rem;
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.widget.quick-link ul li a:hover, .widget.quick-link ul li a:hover:before
	{
	color: #18ba60;
}

.first-footer .widget h3::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

.first-footer .widget ul.photo {
	margin: 0;
	padding: 0;
	list-style: none;
}

.first-footer .widget ul.photo li {
	margin: 4px;
	display: inline-block;
}

.first-footer .widget ul.photo li img {
	width: 100%;
	width: 73px;
}
#login-model-dialog{
		width : 370px;
	}
@media screen and (max-width: 991px) {
	.first-footer .widget, .inner-pages .first-footer .widget {
		padding-top: 0px;
	}
	.first-footer .widget h3.widget-title {
		margin-top: 1.5rem;
	}
	.first-footer .widget h3 {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.first-footer .widget h3.widget-title {
		margin-top: 3rem;
	}
}

.bloq-email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.bloq-email .email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newsletters h3 {
	margin-bottom: 2rem;
}

.first-footer .newsletters h3::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
	.first-footer .newsletters h3 {
		margin-top: 3rem;
	}
	.bloq-email .email {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.newsletters p {
	margin-bottom: 2rem;
	color: #fff;
	font-weight: 300;
}

.first-footer .bloq-email .email input[type="email"] {
	border: 1px solid #18ba60;
	background: #303441;
	color: #fff;
	padding: .8rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
}

.first-footer .bloq-email .email input[type="submit"] {
	border: 1px solid #18ba60;
	padding: .8rem;
	background: #18ba60;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 1.5rem;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
}

.first-footer .email input[type="submit"]:hover {
	background: #303441;
}

@media screen and (max-width: 991px) {
	.first-footer .bloq-email .email input[type="submit"] {
		margin-top: 0px;
	}
}

@media screen and (max-width: 767px) {
	.first-footer .bloq-email .email input[type="submit"] {
		margin-top: 0px;
	}
}

@media screen and (max-width: 320px) {
	
	.bloq-email .email {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.first-footer .bloq-email .email input[type="submit"] {
		margin-top: 1.5rem;
	}
}

.first-footer .bloq-email label.error {
	color: #ff0000;
}

.first-footer .bloq-email label {
	color: #fff;
}

.first-footer .bloq-email .email input::-webkit-input-placeholder {
	color: white;
	opacity: 1;
}

.first-footer .bloq-email .email input:-ms-input-placeholder {
	color: white;
	opacity: 1;
}

.first-footer .bloq-email .email input::-ms-input-placeholder {
	color: white;
	opacity: 1;
}

.first-footer .bloq-email .email input::placeholder {
	color: white;
	opacity: 1;
}

/*------ HOVER EFFECT ------*/
.hover-effect figure {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.hover-effect figure::before {
	position: absolute;
	top: 0;
	left: -90%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0
		)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover-effect:hover figure::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine { 100% {
	left: 125%;
}

}
@keyframes shine { 100% {
	left: 125%;
}

}
.hover-effect figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.hover-effect:hover figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.second-footer {
	padding: 1.5rem 0;
	background: #303441;
	color: #fff;
}

.second-footer h3 {
	margin: 0;
	font-weight: 300;
}

.second-footer p {
	margin: 0;
	margin-top: .5rem;
	font-weight: 400;
}

.second-footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
}

.second-footer p .fa-heart:before {
	color: #fff;
}

/*------ ARROW GO UP ------*/
.go-up {
	position: fixed;
	bottom: 1.5rem;
	right: 1.5rem;
	font-size: 2.1rem;
	background: #18ba60;
	padding: .4rem;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	z-index: 99999;
	line-height: 0;
	display: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.go-up:hover, .go-up:focus {
	outline: 0;
	text-decoration: none;
	color: #fff;
}

/*-----------------------------------*/
/*- 13. INNER PAGE LISTINGS LIST --*/
/*-----------------------------------*/
.inner-pages .blog .block-heading {
	background: #edeff1;
	border-radius: 3px;
	height: 52px;
	margin-bottom: 30px;
}

.inner-pages .listings-list.full .project-single {
	border-bottom: 0px;
}

.inner-pages .listings-list.full .my-44 {
	margin: 2.5rem 0;
}

.inner-pages .enty.mt-5 {
	margin-top: 5rem !important;
}

@media screen and (max-width: 991px) {
	.inner-pages .listings-list.full .my-44.ft {
		margin: 0px;
	}
	.inner-pages .listings-list.full .pr-0 {
		padding-left: 0px;
	}
	.inner-pages .listings-list.full .col-lg-8 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-pages .listings-list.full .mb-44 {
		margin-bottom: 2.5rem !important;
	}
	.inner-pages .listings-list.full .row.featured {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-pages .enty.mt-5 {
		margin-top: 0px !important;
	}
	.inner-pages .price-properties {
		margin-top: 2rem;
		padding-bottom: 0px;
	}
}
/*-------------------------------------------------*/
/*- 14. INNER PAGE LISTINGS LIST RIGHT SIDEBAR --*/
/*-------------------------------------------------*/
.inner-pages .blog .block-heading {
	background: #fff;
	border-radius: 3px;
	height: 52px;
	margin-bottom: 30px;
}

.inner-pages .listings-right.list .homes-img img {
	height: 272px;
}

.inner-pages .listings-right.list .project-single {
	border-bottom: 0px;
}

.inner-pages .listings-right.list .my-44 {
	margin: 2.5rem 0;
}

.inner-pages .filter-tags {
	margin-top: 0px;
}

.inner-pages .fh-col-list-wrap .filter-tags {
	margin-bottom: 20px;
}

.inner-pages .fh-col-list-wrap .filter-tags-wrap {
	width: 100%;
	margin-bottom: 10px;
}

.inner-pages .filter-tags-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5rem;
}

.inner-pages .filter-tags-wrap:last-child {
	margin-bottom: 0px;
}

.inner-pages .filter-tags-wrap label {
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 19px;
}

.inner-pages .filter-tags input, .custom-form .filter-tags input {
	position: relative;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 0;
	color: #18ba60;
	width: 20px;
	height: 20px;
	color: #fff;
	outline: none;
	margin-right: .5rem;
	margin-bottom: 0px;
	background: #fff !important;
	-webkit-appearance: none;
}

.inner-pages .filter-tags h6 {
	font-size: 16px;
	color: black;
	font-family: sans-serif;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.filter-tags input:checked:after, .custom-form .filter-tags input:checked:after
	{
	font-family: FontAwesome;
	color: #18ba60;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f00c";
	font-size: 14px;
	position: absolute;
	left: 2px;
	z-index: 20;
}

.filter-tags input[type=checkbox]:checked+label:before {
	background-color: #f91942;
	border-color: #f91942;
}

.inner-pages .pagination.list {
	margin-top: 2.5rem;
}

@media screen and (max-width: 991px) {
	.inner-pages .listings-right.list .my-44.ft {
		margin: 0px;
	}
	.inner-pages .listings-right.list .homes-img img {
		height: auto;
	}
	.inner-pages .listings-right.list .pr-0 {
		padding-left: 0px;
	}
	.inner-pages .listings-right.list .col-lg-8 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-pages .listings-right.list .mb-44, .inner-pages .blog .hvr-bounce-to-right
		{
		margin-bottom: 2.5rem !important;
	}
	.inner-pages .listings-right.list .row.featured {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner-pages .pagination.map {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.popular.portfolio .project-single.no-mb.san {
		margin-bottom: 0px;
	}
}

.main-search-field {
	padding: 3rem 0;
	background: #18ba60;
	background-repeat: repeat;
}

.main-search-field select {
	width: 100%;
	height: 45px;
	padding: 5px 10px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1.1rem;
	border-radius: 0;
	background: transparent;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.main-search-field .no-mb select, .main-search-field .at-col-default-mar.no-mb,
	.main-search-field .at-input {
	margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
	.main-search-field .no-mb select, .main-search-field .at-input {
		margin-bottom: 20px;
	}
}

.main-search-field-2.mb-5 {
	margin-bottom: 35px !important;
}

.main-search-field select:focus {
	outline: none;
}

.main-search-field option {
	background: #fff;
}

.main-search-field select:focus {
	background: transparent;
}

.main-search-field .at-input {
	width: 100%;
	height: 45px;
	padding: 5px 10px;
	color: #000 !important;
	border: 1px solid #fff;
	border-radius: 0;
	background: #fff;
}

.main-search-field .at-input:focus {
	outline: none;
}

.main-search-field .at-col-default-mar {
	margin-bottom: 10px;
}

/* BTN CSS START*/
button[disabled], html input[disabled] {
	cursor: default;
}

.slider_amount {
	border: none;
	background: none;
	padding: 0px;
	margin-bottom: 10px;
	width: 100%;
	color: #fff;
}

.ui-widget.ui-widget-content {
	border-radius: 2px;
	background: #fff;
	border: none;
}

.ui-slider-horizontal {
	height: 10px;
}
 
@media screen and (max-width: 767px) {
	.hvr-bounce-to-right {
		margin-top: 30px;
	}
}
/*-----------------------------------*/
/*- 15. INNER PAGE LISTINGS GRID --*/
/*-----------------------------------*/
.inner-pages .blog .block-heading {
	background: #fff;
	border-radius: 3px;
	height: 52px;
	margin-bottom: 30px;
}

.inner-pages .blog .block-heading h4 {
	line-height: 52px;
	color: #222;
	display: inline-block;
	padding-right: 20px;
	border-radius: 3px 0 0 3px;
	margin: 0 0 0;
	font-weight: 600;
}

.inner-pages .blog .space-3 {
	margin-bottom: 1.6rem;
}

.inner-pages .blog .block-heading .heading-icon {
	background: #18ba60;
	width: 50px;
	height: 50px;
	text-align: center;
	margin-right: 8px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	color: #fff;
}

.inner-pages .project-single .homes-content .homes-list li i {
	font-size: 1rem;
}

.inner-pages .project-single .fa-user, .inner-pages .project-single .fa-calendar
	{
	color: #666 !important;
}

.inner-pages .portfolio .homes-content .homes-list li {
	width: 45% !important;
	line-height: 40px !important;
}

.listings-full-grid .item, .google-map-right .item, .google-full-map .item,
	.listings-grid-right .item {
	padding-bottom: 2.5rem !important;
	
}

@media screen and (max-width: 767px) {
	.inner-pages .blog .item {
		padding-bottom: 2.5rem;
	}
	.inner-pages .portfolio.blog .item.no-pb.x2 {
		padding-bottom: 0px;
	}
}

.inner-pages .blog .block-heading .sorting {
	padding: 8px 12px;
	width: auto;
	background: #FFF;
	border: 1px solid #EEE;
	color: black;
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: 300;
	outline: none;
}

@media screen and (max-width: 380px) {
	.inner-pages .blog .block-heading .sorting {
		float: left;
		width: 120px;
	}
}

.inner-pages .blog .block-heading .sorting-options {
	margin: 10px 15px 0 0;
	text-align: right;
}

.inner-pages .blog .block-heading .sorting {
	font-size: 13px;
	font-weight: 300;
	padding: 5px 12px;
	border: solid 1px #e7e7e7;
}

.inner-pages .blog .block-heading a {
	text-decoration: none;
}

.inner-pages .blog .block-heading .change-view-btn.lde .fa {
	color: #303441 !important;
}

.inner-pages .blog .block-heading .change-view-btn.lde:hover {
	background: #18ba60;
	color: #fff !important;
}

.inner-pages .blog .sorting-options a .active-view-btn .fa {
	color: #fff !important;
}

.inner-pages .blog .change-view-btn {
	color: #303441 !important;
	border: 1px solid #18ba60;
	margin-left: 5px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: transparent;
	padding: 10px;
}

.inner-pages .change-view-btn:hover {
	color: #18ba60 !important;
}

.inner-pages .active-view-btn {
	background: #303441 !important;
	color: #fff !important;
	margin-left: 5px;
	padding: 5px 9px;
}

.inner-pages .blog .active-view-btn:hover {
	background: #18ba60 !important;
	color: #fff;
}

.inner-pages .blog .block-heading .fa {
	color: #fff;
	margin-right: 0px;
	line-height: 52px; // Ajout le 27/03/2025 => le fond d'icone s'affiche en décalé par rapport à l'icone dans la page liste-Annonce.jsp
}

.inner-pages .blog .homes .fa {
	color: #18ba60;
}

.inner-pages .listings-grid .compare, .inner-pages .listings-right .compare
	{
	margin-top: 0;
}

.inner-pages .listings-right .fa-heart-o {
	color: #666 !important;
}

.inner-pages .blog .single-block {
	padding: 3rem 0;
}

.inner-pages .blog .section-heading .d-flex .media-left i {
	background: #18ba60;
	color: #fff;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 25px;
	float: left;
}

.inner-pages .blog .section-heading .d-flex .media-left {
	padding-right: 15px;
}

.inner-pages .blog .section-heading .d-flex .media-body h5::after {
	margin-bottom: 16px;
}

.inner-pages .blog .section-heading .d-flex .media-body p {
	margin: 0 0 0;
	color: black;
	line-height: 0;
}

.inner-pages .blog .main-search-field {
	background: transparent;
	padding-bottom: 0px;
}

.inner-pages .blog .main-search-field select {
	background: transparent;
	color: black;
	line-height: 51px;
	border: 2px solid #18ba60;
}

.inner-pages .blog .main-search-field .at-col-default-mar {
	margin-bottom: 0px;
}

.inner-pages .blog .at-input {
	width: 100%;
	height: 45px;
	padding: 5px 10px;
	color: #000;
	border: 2px solid #18ba60;
	border-radius: 0;
	background: transparent;
}

@media screen and (max-width: 991px) {
	.inner-pages .blog .at-input {
		margin-bottom: 0px;
	}
}

.inner-pages .blog .col-lg-12.no-pds {
	padding-left: 0px;
	padding-right: 0px;
}

.slider_amount {
	color: black;
	font-weight: 400;
}

.sectSwip {
	padding-bottom: 0px !important;
}

.sectDetails {
	padding-top: 0px !important;
}

.inner-pages .blog .hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-top: 1.5rem;
	font-size: 14px;
	cursor: pointer;
	background: #18ba60;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	padding: 12px 22px;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .blog .hvr-bounce-to-right:hover {
	background: #303441;
}

/*---------------------------------------*/
/*- 16. INNER PAGE LISTINGS HALF MAP --*/
/*---------------------------------------*/
.google-maps-right {
	position: fixed;
	top: 1;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 0 !important;
	margin-bottom: 0px;
}

.google-maps-right #map-leaflet {
	height: 867px;
}

section.google-map-right {
	padding: 100px 0 30px 0 !important;
}

.header.google-map-right {
	z-index: 99999;
}

.header.google-map-right .header-bottom {
	position: fixed;
	width: 100%;
	z-index: 99999;
}

@media screen and (max-width: 991px) {
	.google-maps-right {
		position: relative;
		margin-top: 2rem;
	}
	.header.google-map-right .header-bottom {
		position: absolute;
	}
	.mt-5.pagi {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.google-maps-right {
		margin-top: 0;
	}
	.headSect {
		padding: 0 !important;
	}
}
/*---------------------------------------*/
/*- 17. INNER PAGE LISTINGS FULL MAP --*/
/*---------------------------------------*/
.header-map.google-maps.listings #map-leaflet, .header-map.google-maps.listings
	{
	height: 450px;
}

/*---------------------------------------*/
/*--- 18. INNER PAGE lISTING DETAILS ---*/
/*---------------------------------------*/
section.listing.details {
	padding: 8rem 0;
	background: #fff;
}

.inner-pages .detail-wrapper {
	width: 100%;
	display: block;
	margin-bottom: 2.5rem;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.inner-pages .white-box {
	background: #fff;
	border-radius: 6px;
}

.inner-pages .white-shadow {
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.inner-pages .detail-wrapper-body {
	padding: 1.5rem;
}

.inner-pages .detail-wrapper-header {
	padding: 1em 1em 1em 1.5em;
	border-bottom: 1px solid #eaeff5;
}

.inner-pages .listing-title-bar h3 {
	font-size: 1.5rem;
	font-weight: 500;
	color: #222;
}

h4.widget_author__name {
	color: #222;
}

.inner-pages .listing-title-bar a {
	text-decoration: none;
	color: #333;
}

.inner-pages .listing-title-bar a:last-child {
	text-decoration: none;
	color: black;
}

.inner-pages .detail-wrapper-header h4 {
	margin: 0;
}

.inner-pages .detail-list-rating {
	float: left;
	margin-right: 15px;
}

.inner-pages .detail-list-rating i {
	color: #ffc107;
}

.inner-pages span.category-tag {
	font-size: 12px;
	color: #18ba60;
	border: 1px solid #18ba60;
	padding: 5px 15px;
	border-radius: 50px;
	top: -3px;
	margin-left: .8rem;
	position: relative;
}

.inner-pages .blog .block-heading.details h4 {
	color: #000;
}

.inner-pages .blog .blog-info.details h5 {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.inner-pages .blog .blog-info.details {
	padding: 0;
	border-bottom: 0px;
}

.inner-pages .blog .homes-content .homes-list {
	padding: 0px;
	margin: 0px;
}

.inner-pages .blog .homes-content .homes-list li {
	width: 33%;
	float: left;
	font-size: 14px;
	line-height: 36px;
	list-style: none;
	color: #0098ef;
}

.inner-pages .blog .homes-content.details-2 {
	background: #303441;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

section.leve-comments.details {
	margin-top: 2.5rem;
}

.inner-pages .leave-rating {
	height: 24px;
	float: left;
}

.inner-pages .leave-rating:hover input[type=radio]:checked ~ label {
	color: #dadada;
}

.inner-pages .leave-rating input[type=radio] {
	display: none;
}

.inner-pages .leave-rating input[type=radio]:checked ~ label {
	color: #ffc600;
}

.inner-pages .leave-rating label {
	font-size: 24px;
	float: right;
	letter-spacing: 4px;
	color: #dadada;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.inner-pages .leave-rating label:hover, .inner-pages .leave-rating label:hover 
	~ label {
	color: #ffc600 !important;
}

.inner-pages .leave-rating-title {
	display: block;
	margin-top: 2.5rem;
	margin-bottom: 7px;
}

.inner-pages .add-review-photos {
	font-weight: 600;
	padding: 6px 7px;
	color: black;
	border: 1px solid #18ba60;
	background-color: #fff;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	font-size: 14px;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	line-height: 20px;
	float: right;
	top: -25px;
}

.inner-pages .photoUpload {
	position: relative;
	overflow: hidden;
	padding: 3px 12px;
	cursor: pointer;
}

.inner-pages .photoUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.inner-pages .add-review-photos:hover {
	color: #fff;
	background-color: #303441;
}

.inner-pages .add-review-photos i {
	color: #66676b;
	margin-right: 3px;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 16px;
	position: relative;
	top: 2px;
}

.inner-pages .add-review-photos:hover i {
	color: #fff;
}

.inner-pages a.rate-review {
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	font-size: 13px;
	color: #666;
	font-weight: 500;
	padding: 5px 20px;
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
}

.inner-pages a.rate-review span {
	border-left: 1px solid #e0e0e0;
	line-height: 20px;
	padding-left: 10px;
	margin-left: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #666;
}

.inner-pages a.rate-review i {
	padding-right: 3px;
}

.inner-pages a.rate-review:hover span {
	border-color: #d0d0d0;
}

.inner-pages a.rate-review:hover {
	border-color: #d0d0d0;
	background-color: #fafafa;
}

.btn.counter-btn, .widget-boxed {
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.widget-boxed {
	border-radius: 6px;
	padding: 1.5rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 90;
	margin-bottom: 0px;
	position: relative;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.widget-boxed .input-group .fa {
	font-size: 18px !important;
	color: #18ba60;
}

.widget-boxed .input-group .fa:hover {
	color: #fff;
}

.widget-boxed-header {
	padding-bottom: 1.5rem;
	padding-top: 0px;
	border-bottom: 1px solid #eaeff5;
}

.widget-boxed-header h4 {
	color: #222 !important;
	font-weight: 500;
	margin: 0;
}

.widget-boxed-header h4 .fa {
	color: #18ba60;
	position: relative;
	top: 0px;
}

.row.mrg-top-15 label.mb-3 {
	color: #333;
}

.widget-boxed-body {
	padding: 1.5rem 0 0;
}

.widget-boxed.mt-5 {
	margin-top: 2.5rem !important;
}

.widget.widget_listings.my-5 {
	margin: 2.5rem 0 !important;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
	display: table-cell;
}

.input-number {
	background: 0 0;
}

.input-number:focus, .input-number:hover {
	background: 0 0;
	border: none;
}

.btn.counter-btn {
	border-radius: 50% !important;
	height: 35px;
	width: 35px;
	padding: 0;
	margin-left: 1px !important;
	background: #fff;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	display: flex;
	justify-content: center;
	align-items: center;
}
.fa fa-plus{
	height: fit-content;
}

div.datedropper.my-style {
	border-radius: 8px;
	width: 200px;
}

div.datedropper.my-style .picker {
	border-radius: 8px;
	-webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}

div.datedropper.my-style .pick-l {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

div.datedropper.my-style .pick-lg-b .pick-sl:before, div.datedropper.my-style .pick-lg-h,
	div.datedropper.my-style .pick-m, div.datedropper.my-style .pick-submit,
	div.datedropper.my-style:before {
	background-color: #18ba60;
}

div.datedropper.my-style .pick-l, div.datedropper.my-style .picker, div.datedropper.my-style.picker-tiny .pick-m,
	div.datedropper.my-style.picker-tiny:before {
	background-color: #FFF;
}

div.datedropper.my-style .pick li span, div.datedropper.my-style .pick-btn,
	div.datedropper.my-style .pick-lg-b .pick-wke, div.datedropper.my-style .pick-y.pick-jump
	{
	color: #18ba60;
}

div.datedropper.my-style .pick-arw, div.datedropper.my-style .pick-l,
	div.datedropper.my-style .picker {
	color: #3a465e;
}

div.datedropper.my-style .pick-lg-b .pick-sl, div.datedropper.my-style .pick-lg-h,
	div.datedropper.my-style .pick-m, div.datedropper.my-style .pick-m .pick-arw,
	div.datedropper.my-style .pick-submit {
	color: #FFF;
}

div.datedropper.my-style.picker-tiny .pick-m, div.datedropper.my-style.picker-tiny .pick-m .pick-arw
	{
	color: #3a465e;
}

div.datedropper.my-style.picker-lkd .pick-submit {
	background-color: #FFF;
	color: #3a465e;
}

.btn.counter-btn:focus, .btn.counter-btn:hover, a.subs-popup, ul.side-list-inline.social-side li a:focus,
	ul.side-list-inline.social-side li a:hover {
	background: #ff3a72;
	color: #fff;
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group
	{
	margin-right: 0;
}

.btn-radius {
	border-radius: 50px;
}

.theme-btn {
	text-transform: uppercase;
}

.theme-btn, .theme-btn:focus, .theme-btn:hover, .theme-btn:active {
	color: #fff;
	background: #ff3a72;
	border: 1px solid #ff3a72;
}

body a.btn {
	padding: 10px 30px;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

html body .full-width {
	width: 100%;
}

html body .mrg-top-10 {
	margin-top: 10px;
}

.side-list ul {
	margin: 0;
	padding: 0;
}

.side-list ul li {
	list-style: none;
	padding: 10px 5px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #eaeff5;
}

.side-list ul li:last-child, .side-list.no-border ul li {
	border-bottom: none;
}

.side-list ul li span {
	float: right;
}

.side-list-inline ul {
	margin: 0;
	padding: 0;
}

.side-list-inline li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	padding: 10px 5px;
}

.widget_author__header {
	padding: 1.5rem;
	margin-bottom: 2.5rem;
	overflow: hidden;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.widget_author__avatar {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	margin-right: 30px;
	float: left;
}

.widget_author__avatar img {
	border-radius: 50%;
}

.role--admin, .fa.fa-cogs.mr-2 {
	color: #5dc57b;
}

.blog-info.details.overview, .homes-content.details.amenities,
	.property-location.mp, .reviews.comments, .reviews.leve-comments,
	.widget.widget_listings, .recent-post.tags {
	padding: 1.5rem !important;
	border: 1px solid #eaeff5;
	-webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
	-moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.homes-content.details.amenities, .property-location.mp {
	margin-bottom: 2.5rem;
}

.widget.widget_listings, .recent-post.tags {
	padding: 1.5rem !important;
}

.widget_listings ul {
	padding-top: 20px;
	padding-bottom: 10px;
}

.widget_listings ul {
	padding: 0;
	margin: 0;
}

.widget_listings ul li {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.widget_listings ul li:first-child {
	padding-top: 0;
}

.widget_listings ul img {
	float: left;
	width: 70px;
	margin-right: 18px;
}

.widget_listings ul .cat {
	color: #000;
}

.widget_listings h4 {
	color: black;
}

.widget_listings ul h4 {
	color: black;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 10px;
}

.widget_listings ul h4 a {
	color: #666;
}

.widget_listings ul .rating__star {
	font-size: 14px;
}

.widget_listings ul img {
	float: left;
	width: 85px;
	height: 70px;
	margin-right: 18px;
}

.widget_listings ul li {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

.widget_listings .fa-map-marker, .recent-post.tags .fas.fa-tags,
	.inner-pages .listing-title-bar .fa-map-marker {
	color: #18ba60;
}

.recent-post.tags .fas.fa-tags {
	font-size: 17px;
}

.overflow-hidden a {
	color: #333;
	text-decoration: none;
}

.overflow-hidden .fa {
	color: #ffc107;
}

.inner-pages .recent-post.tags .tags a {
	background: #fff;
	color: black;
	border: 1px solid #18ba60;
	margin-bottom: .7rem;
	margin-left: .2rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

@media screen and (max-width: 991px) {
	.widget-boxed .book {
		margin-bottom: 1.5rem;
	}
	.widget-boxed .book2 {
		margin-bottom: 1rem;
	}
	section.leve-comments.details {
		margin-bottom: 2.5rem;
	}
	.widget.widget_listings.my-5 h4:first-child {
		padding-top: 1.5rem;
	}
}

@media screen and (max-width: 767px) {
	.inner-pages .blog .homes-content.details-2 {
		padding-left: 4rem;
	}
	.ameneniti ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.inner-pages .blog .homes-content .homes-list li {
		width: 100%;
	}
	.inner-pages .blog .widget-boxed {
		margin-top: 0px;
	}
	.modal-body label{
		font-size: 14px;
	}
}

@media screen and (max-width: 450px) {
	.inner-pages .blog .homes-content.details-2 {
		padding-left: 2.5rem;
	}
}

@media screen and (max-width: 360px) {
	.inner-pages .blog .homes-content.details-2 {
		padding-left: 1.3rem;
	}
	.inner-pages .add-review-photos {
		padding: 4px 2px;
	}
	.inner-pages .leave-rating-title {
		margin-bottom: 15px;
	}
}

.inner-pages .blog .homes-content.details-2 span {
	color: #fff;
	font-size: 1rem;
}

.inner-pages .blog .homes-content.details-2 .fa {
	color: #18ba60;
}

.inner-pages .blog .blog-info p.mb-3 {
	color: black;
	font-weight: 400;
}

.inner-pages .blog .blog-info.details {
	background: #fff;
	margin-bottom: 2.5rem;
}

.inner-pages .blog .sorting-options span {
	color: #303441;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.inner-pages .blog .sorting-options h5 {
	color: #18ba60;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-top: 0px;
}

.inner-pages .blog .sorting-options h6 {
	color: #18ba60;
	font-weight: bold;
	margin-right: 3.2rem;
}

.inner-pages .blog .wprt-image-video.w50 {
	margin-bottom: 5rem;
}

.inner-pages .blog .homes-content h5, .inner-pages .blog .property-location h5,
	.inner-pages .blog .team.assigned h5, .inner-pages .blog .reviews.comments h3,
	.inner-pages .blog .comments h3, .inner-pages .blog .leve-comments h3,
	h3.listing-desc-headline.margin-bottom-20 {
	color: #222;
	font-size: 1.25rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.inner-pages .blog .homes-content h5::after, .inner-pages .blog .blog-info.details h5::after,
	.inner-pages .blog .property-location h5::after, .inner-pages .blog .team.assigned h5::after
	{
	color: #18ba60;
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem; 
}

.inner-pages .blog .homes-content.details .fa {
	color: #18ba60;
	font-size: 1.5rem;
	font-weight: bold;
}

.inner-pages .blog .homes-content.details span {
	font-size: 1rem;
	color: black;
}

#map-contact {
	width: 100%;
	height: 300px;
}

.inner-pages .info-box-img {
	width: 180px !important;
	margin-right: 20px;
	float: left;
}

.inner-pages section.team.assigned {
	padding: 0px;
}

/*-----------------------------------*/
/*------ 19. INNER PAGE ABOUT US ----*/
/*-----------------------------------*/
.inner-pages section.about-us {
	background: #fff;
	padding: 6rem 0;
}

@media screen and (min-width: 768px) {
	.inner-pages section.about-us, .inner-pages section.team, .inner-pages section.testimonials {
		width: 60%;
		margin:auto;
	}
	
	.inner-pages section.about-us .col-lg-6 {
		width: 100%;
		width: 50% !important;
	}
}

@media screen and (max-width: 768px) {
	.inner-pages section.about-us, .inner-pages section.testimonials {
		width: 100%;
	}
}

.inner-pages .headings {
	background-size: cover;
	background-attachment: fixed !important;
	animation: animate 20s infinite ease-in-out;
	width: 100%;
	height: 45vh;
}

.inner-pages .headings h1 {
	margin-top: 16rem;
	margin-bottom: 1rem;
	font-size: 2rem;
	color: #fff;
}

.inner-pages .headings h2 a, .inner-pages .headings h2 {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .headings h2 a:hover {
	color: #18ba60;
}

.inner-pages .about-us h2::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #303441;
	content: " ";
	width: 97px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 500px) {
	.inner-pages .headings h1 {
		margin-top: 11rem;
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
	.inner-pages .cod-pad.mt-22 {
		margin-top: .8rem;
	}
}

@media screen and (max-width: 360px) {
	.inner-pages .headings h1 {
		margin-top: 9rem;
	}
}

.inner-pages .about-us .who-1 {
	background: #fff;
	background-size: cover;
	color: black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 80px;
	left: 0;
	top: 0;
}

.inner-pages .about-us .who-1 h2 span {
	color: #18ba60;
}

.inner-pages .about-us .who-1 p {
	color: black;
	background: #fff;
	font-weight: 400;
	font-family: 'Asap', sans-serif;
}

.inner-pages .services .top-headings-section.se h2 {
	color: #fff;
}

.inner-pages .about-us .box.bg-2 a {
	text-decoration: none;
}

.inner-pages .about-us .box.bg-2 {
	color: #000 !important;
	background: #fff;
}

.inner-pages .about-us .box.bg-2 .button:hover {
	color: #fff;
	border-color: #fff;
}

.about-us .about-list ul li:before {
	content: "\f101";
	font-family: "FontAwesome";
	font-size: 16px;
	padding-right: .7rem;
	color: #18ba60;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.about-us .btn.btn-primary.btn-lg {
	background: #18ba60;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.about-us .btn.btn-primary.btn-lg:hover {
	background: #303441;
}

.about-us .popup-youtube {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	color: #18ba60;
	font-size: 30px;
	height: 70px;
	left: 50%;
	line-height: 70px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70px;
	z-index: 9;
}

.about-us .popup-youtube i {
	margin-left: 5px;
}

.about-us .wprt-image-video .iq-waves {
	height: 352px;
	height: 22rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 352px;
	width: 22rem;
	z-index: 2;
}

.about-us .wprt-image-video img {
	height: 350px;
}

.about-us .wprt-image-video .iq-waves .waves {
	-webkit-animation: 3s ease-in-out 0s normal none infinite running waves;
	animation: 3s ease-in-out 0s normal none infinite running waves;
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 padding-box;
	border-radius: 320px;
	height: 352px;
	height: 22rem;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	width: 352px;
	width: 22rem;
}

.about-us .wprt-image-video .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.about-us .wprt-image-video .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.about-us .wprt-image-video .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

@-webkit-keyframes waves { 0% {
	-webkit-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

50%
{
opacity:0.9;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
100%
{
-webkit-transform:scale(0.6,0.6);
transform:scale(0.6,0.6);
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@keyframes waves { 0% {
	-webkit-transform: scale(0.2, 0.2);
	transform: scale(0.2, 0.2);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

50%
{
opacity:0.9;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
100%
{
-webkit-transform:scale(0.6,0.6);
transform:scale(0.6,0.6);
opacity:0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
@media screen and (max-width: 991px) {
	.box.bg-2 img {
		width: 30%;
	}
	.inner-pages .about-us .wprt-image-video {
		margin-bottom: 2.5rem;
	}
}

.about-us .who img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.about-us .who img {
		width: 100%;
	}
	.inner-pages .team .jann {
		padding-top: 2.5rem;
	}
	.inner-pages .team .kat {
		padding-top: 2.5rem;
	}
	.services-2 .serv {
		margin-bottom: 2rem;
	}
	.services-2 .serv:last-child {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 500px) {
	.about-us .wprt-image-video img {
		height: 250px;
	}
}

section.team {
	padding: 6rem 0;
	background: #fff;
}

.team-block {
	position: relative;
}

.team-block .inner-box {
	position: relative;
	padding-bottom: 0px;
	-webkit-box-shadow: 1px 1px 30px #ccc;
	box-shadow: 1px 1px 30px #ccc;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.team-block .inner-box .image {
	position: relative;
}

.team-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
}

.team-block .inner-box .lower-box {
	position: relative;
	padding: 22px 0;
	text-align: center;
}

.team-block .inner-box .lower-box h3 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 0px;
}

.team-block .inner-box .lower-box h3 a {
	position: relative;
	color: #222;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team-block .inner-box .lower-box h3 a:hover {
	color: #18ba60;
}

.team-block .inner-box .lower-box .designation {
	position: relative;
	color: black;
	font-size: 16px;
	font-weight: 400;
	padding-top: 2px;
}

@media screen and (max-width: 991px) {
	.team-block {
		padding-bottom: 2.5rem;
	}
	.team-block.pb-none {
		padding-bottom: 0px;
	}
	.inner-pages .about-us .col-lg-6.pr-4 {
		padding-right: 15px !important;
	}
}

@media screen and (max-width: 767px) {
	.team-block.pb-none {
		padding-bottom: 2.5rem;
	}
	.team-block.pb-none:last-child {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 1024px) {
	.inner-pages .headings h1 {
		margin-top: 23rem;
	}
}

@media screen and (max-width: 768px) {
	.inner-pages .headings h1 {
		margin-top: 18rem;
	}
}

@media screen and (max-width: 575px) {
	.inner-pages .headings h1 {
		margin-top: 10rem;
	}
}

@media screen and (max-width: 411px) {
	.inner-pages .headings h1 {
		margin-top: 12rem;
	}
}

@media screen and (max-width: 360px) {
	.inner-pages .headings h1 {
		margin-top: 9rem;
	}
}
/*------------------------------------*/
/*------ 20. INNER PAGE DASHBOARD ----*/
/*------------------------------------*/
.user-page.section-padding {
	padding: 3.3rem 0;
}

.user-profile-box {
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
	box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
	margin: 0 auto 50px;
}

.user-profile-box .header {
	padding: 16px 4px 87px;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	border: none;
	margin: 0;
	background: #18ba60;
	background-size: cover;
	color: #ffffff;
	z-index: 1;
}

.user-profile-box .header h2 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 24px;
}

.user-profile-box .header h4 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

.user-profile-box .profile-img {
	border-radius: 50%;
	background-clip: padding-box;
	border: 5px solid #18ba60;
	bottom: -65px;
	float: left;
	height: 160px;
	width: 160px;
	left: 50%;
	margin-left: -75px;
	position: absolute;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0
		rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.user-profile-box .detail {
	padding-top: 68px;
}

.user-profile-box .detail ul li a {
	color: #333;
	border-bottom: 1px solid #f5f5f5;
	padding: 12px 20px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.my-address.pro label {
	color: #222;
	font-weight: 500;
}

.my-address.pro .form-group {
	margin-bottom: 1.5rem;
}

.user-profile-box .detail ul {
	list-style: none;
	padding-left: 0px;
}

.user-profile-box .detail ul li a i {
	margin-right: 10px;
}

.user-profile-box .detail ul li .active {
	background: #18ba60;
	color: #fff;
	font-weight: 500;
}

.user-profile-box .detail ul li a:hover {
	background: #303441;
	color: #fff;
}

.dashborad-box {
	padding: 30px;
	margin-bottom: 2.5rem;
	-webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
	box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
}

.dashborad-box .title {
	position: relative;
	padding-bottom: 15px;
	color: #222;
	margin-bottom: 15px;
}

.dashborad-box .item, .table.table-striped {
	margin-bottom: 0px;
}

.dashborad-box .item .icon {
	float: left;
	font-size: 34px;
	color: #18ba60;
	width: 50px;
	position: relative;
}

.dashborad-box .item .icon:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	width: 1px;
	background: #d7d7d7;
}

.dashborad-box a {
	color: #18ba60;
	text-decoration: none;
}

.dashborad-box .item .icon span {
	font-size: 32px;
	color: #18ba60;
}

.dashborad-box .item .info {
	padding-left: 20px;
	float: left;
}

.dashborad-box .item .info .number {
	font-size: 34px;
	font-weight: 600;
	margin: 0;
	color: #333;
}

.dashborad-box .item .info .type {
	font-size: 15px;
	color: black;
	margin-bottom: 0px;
}

.dashborad-box .item:after {
	display: table;
	content: "";
	clear: both;
}

.listing-table .table thead tr .rating span {
	background: #f3f3f3;
	padding: 0 3px;
	border-radius: 4px;
}

.listing-table .table thead tr .status .active {
	background: #f3f3f3;
	color: #ffffff;
	padding: 0 3px;
	border-radius: 4px;
}

.listing-table .table thead tr .status .non-active {
	background: #d7d7d7;
	padding: 0 3px;
	border-radius: 4px;
}

.listing-table .table thead tr .edit a span {
	color: #18ba60 !important;
}

.listing-table .table thead tr th {
	margin-bottom: 0;
	border: none;
	color: #333;
	font-weight: 600;
}

.messages .message {
	margin-top: 50px;
}

.messages .message:after {
	display: table;
	content: '';
	clear: both;
}

.messages .message .thumb {
	height: 120px;
	width: 120px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}

.messages .message .body {
	position: relative;
	float: left;
	width: calc(100% - 120px);
	padding-left: 20px;
}

.messages .message .body h6, .reviews .review .body h6 {
	font-size: 18px;
	margin-bottom: .2rem;
	color: #333;
}

.messages .message .body h6 .badge {
	background: #18ba60;
	color: #ffffff;
}

.messages .message .body .post-time {
	margin-bottom: 0;
	color: #18ba60;
}

.messages .message .body .controller {
	position: absolute;
	top: 0;
	right: 0;
}

.messages .message .body .controller ul li {
	display: inline-block;
	margin-left: 6px;
}

.messages .message .body .controller ul li a {
	color: #888;
}

.messages .message .body .controller ul li a:hover {
	color: #18ba60;
}

.review {
	margin-top: 30px;
	display: inline-block;
}

.review .thumb {
	height: 120px;
	width: 120px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}

.review .thumb:after {
	display: table;
	content: '';
	clear: both;
}

.review .body {
	position: relative;
	float: left;
	width: calc(100% - 120px);
	padding-left: 20px;
}

.review .body h6 .stars {
	margin-left: 10px;
	font-size: 1rem;
}

.review .body h6 .stars i {
	color: #fcc200;
}

.review .body .post-time {
	margin-bottom: 0;
	color: #18ba60;
}

.review .body .controller {
	position: absolute;
	top: 0;
	right: 0;
}

.review .body .controller ul li {
	display: inline-block;
	margin-left: 6px;
}

.review .body .controller ul li a {
	color: #888;
}

.review .body .controller ul li a:hover {
	color: #18ba60;
}

.password-section {
	margin-top: 20px;
}

.password-section h6 {
	margin-bottom: 10px;
	color: #18ba60;
}

.my-properties {
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
	box-shadow: 0 0 20px rgba(38, 38, 38, 0.2);
	padding: 30px;
}

.my-properties table {
	width: 100%;
	display: table;
}

.my-properties table thead tr th {
	font-size: 15px;
	color: #222;
	background-color: #f3f3f3;
	border: none;
	font-weight: 500;
	padding: 10px 10px 10px 0;
}

.my-properties table thead tr th:first-child {
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
	padding-left: 30px;
}

.my-properties table tbody tr td {
	border-top: none;
	border-bottom: 1px solid #f3f3f3;
	padding: 30px 20px 30px 0;
	vertical-align: middle;
	font-size: 14px;
}

.my-properties table h2 {
	border: none;
	font-size: 16px;
	color: #222;
	text-decoration: none;
	font-weight: 500;
	margin: 0 0 9px 0;
	padding: 0;
}

.my-address label {
	color: #222;
}

.my-address .form-group {
	margin-bottom: 1.5rem;
}

.my-properties table tbody tr .image {
	width: 150px;
}

.my-properties table tbody tr .image a img {
	width: 100%;
}

.my-properties table tbody tr td .actions .edit {
	float: left;
}

.my-properties table tbody tr td .inner figure {
	margin-bottom: 16px;
	color: #333;
}

.my-properties table tbody tr td .inner figure i {
	font-size: 13px;
}

.my-properties table tbody tr td .price {
	font-size: 12px;
	font-weight: 500;
}

.my-properties table tbody tr td.actions {
	text-align: right;
}

.my-properties table tbody tr td.actions .edit {
	float: left;
	color: #18ba60;
}

.my-properties table tbody tr td.actions .edit i {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-right: 5px;
}

.my-properties table tbody tr td.actions a {
	padding: 0;
	color: #f50057;
}

.my-properties table tbody tr td:last-child {
	padding-right: 5px;
}

.user-page .heading {
	margin-bottom: 1.5rem;
	color: #222;
	font-weight: 500;
}

.section-inforamation label {
	color: #222;
	font-weight: 500;
}

.section-inforamation .form-group {
	margin-bottom: 1.5rem;
}

.dashborad-box .starts {
	margin-top: .8rem;
}

.notification-box {
	padding: 30px 35px;
	color: #727272;
	border-radius: 4px;
	background-color: #f3f3f3;
}

.notification-box h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

.notification-box p {
	margin-bottom: 0;
}

.submit-property .drop-file {
	position: relative;
	border: 2px dashed #e5e5e5;
	border-radius: 4px;
	background: #fcfcfc;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
	width: 100%;
}


.user-page.section-padding select {
	border: 0;
/*	font-size: 14px;*/
	width: 100%;
	line-height: 37px;
	padding: 0 15px;
	/*color: #727272;*/
	background: #ffffff;
	z-index: 1;
	width: 100%;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: relative;
	/*min-height: 45px;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #f3f3f3;
	background: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
  	background-position: right .75rem center;
  	background-size: 16px 12px;
	/*border-radius: 4px;*/
	width: 100% !important;
	cursor: pointer;
}


select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-check-input {
	margin-top: 7px;
}

.drop-file {
	position: relative;
	border: 2px dashed #d0d0d0;
	border-radius: 4px;
	background: #fcfcfc;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
	width: 100%;
}

.drop-file:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,
		0.95)), to(rgba(255, 255, 255, 0.9)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95),
		rgba(255, 255, 255, 0.9));
	background-color: #66676b;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 4px;
}

.drop-file .drop-message {
	text-align: center;
	margin: 50px 0;
	font-size: 17px;
	color: #4a4747;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	z-index: 11;
}

.drop-file .drop-message:hover {
	color: #66676b;
}

.drop-file .drop-message span {
	display: inline;
	line-height: 117px;
}

.inner-pages .section-inforamation .form-control, .inner-pages .my-address .form-control
	{
	border: 1px solid black;
}

.inner-pages .section-inforamation .btn-primary, .inner-pages .my-address .btn-primary
	{
	color: #fff;
	background-color: #18ba60;
	border: none;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .section-inforamation .btn-primary:hover, .inner-pages .my-address .btn-primary:hover
	{
	background: #303441;
	color: #fff;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.pagination-container .pagination {
	padding-top: 30px;
}

.pagination-container a {
	text-decoration: none;
}

.pagination-container a:hover {
	background: #303441;
	color: #fff;
}

.btn-common {
	background-color: #18ba60;
	position: relative;
	z-index: 1;
	color: #fff;
}

.btn.btn-common {
	padding: 15px 20px;
}

.pagination-container .pagination .page-item .page-link {
	margin: 0 10px;
	padding: 15px 20px;
	color: #18ba60;
	border-color: #f3f3f3;
	border-radius: 4px;
	background: #fff;
}

.pagination-container .pagination .page-item .page-link:hover {
	background: #18ba60;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.my-address.pro {
		margin-top: 2.5rem;
	}
	.user-profile-box, .user-profile-box .detail.pass {
		margin-bottom: 2.5rem;
	}
	.dashborad-box .item {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 575px) {
	.my-properties table tr {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
	.my-properties table tbody tr .image {
		width: 100%;
	}
	.my-properties table thead tr th:first-child, .my-properties table thead tr th
		{
		padding-left: 1rem;
		font-size: 15px;
	}
	.my-properties table tbody tr td {
		padding-top: 0px;
	}
	.my-properties table tbody tr td:first-child, .inner-pages .pagination {
		margin-top: 30px;
	}
	.my-properties table tbody tr td {
		padding-bottom: 15px;
	}
	.btn.btn-common, .pagination-container .pagination .page-item .page-link
		{
		padding: 8px;
	}
}

@media screen and (max-width: 450px) {
	.messages .message, .reviews .review {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.messages .message .thumb, .review .thumb {
		margin-bottom: 1rem;
		margin-right: 8rem;
	}
	.messages .message .body {
		padding-left: 0px;
	}
	.listing-table .table thead tr th, .listing-table .table tbody {
		font-size: 14px;
	}
}

@media screen and (max-width: 411px) {
	.messages .message .thumb {
		margin-right: 5rem;
	}
	.review .thumb {
		margin-right: 3rem;
	}
}

@media screen and (max-width: 360px) {
	.messages .message .thumb {
		margin-right: 10rem !important;
	}
	.review .thumb {
		margin-right: 10rem !important;
	}
}

@media screen and (max-width: 360px) {
	.messages .message .body, .review .body {
		width: 100%;
	}
	.review .body {
		padding-left: 0px;
	}
	.messages .message .thumb, .review .thumb {
		margin-right: 8rem;
	}
}
/*-----------------------------------*/
/*---- 21. INNER PAGE FAQ ---*/
/*-----------------------------------*/
.inner-pages section.faq {
	padding: 6rem 0;
	background: #f5f6ff;
}

.inner-pages .panel .panel-heading {
	font-size: 1.2rem;
}

.inner-pages .panel .panel-heading a {
	background: #18ba60;
	color: #fff;
	display: block;
	padding: 1rem;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .panel .panel-heading a:hover {
	background: #303441;
	color: #fff;
}

.inner-pages .opening-hours.faq {
	margin-top: 0px;
}

.inner-pages .opening-list.faq ul {
	margin-bottom: 0px;
}

.inner-pages .service-details h2 {
	font-weight: 600;
	color: #222;
}

.inner-pages .faq-contact h3 {
	color: #111;
}

.inner-pages .faq-contact h3::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem;
	margin-bottom: 1rem;
}

.inner-pages .faq .btn.btn-primary {
	background: #18ba60;
	border: 0px;
}

@media screen and (max-width: 991px) {
	.inner-pages .widget-service-details.faq {
		padding-top: 4rem;
	}
	.inner-pages .opening-list ul li:last-child {
		margin-bottom: 0px;
	}
	.inner-pages .faq-contact {
		padding-top: 3rem;
	}
}

@media screen and (max-width: 575px) {
	.service-details.faq-text h2 {
		font-size: 1.3rem;
	}
	.inner-pages .faq-contact h3 {
		font-size: 1.1rem;
	}
}
/*---------------------------------------*/
/*---- 22. INNER PAGE PAYMENT-METHOD ----*/
/*---------------------------------------*/
.inner-pages section.payment-method {
	padding: 6rem 0;
	background: #f5f6ff;
}

.tr-single-box {
	background: #ffffff;
	display: block;
	border-radius: 2px;
	border: 1px solid #f0f3f7;
	margin-bottom: 30px;
}

.tr-single-header {
	width: 100%;
	border-bottom: 1px solid #f3f4f7;
	margin-bottom: 2rem;
}

.tr-single-header i {
	color: #18ba60;
}

.tr-single-header h4 {
	margin: 0;
	font-size: 20px;
	color: #222;
	font-weight: 600;
}

.tr-single-header h4>i {
	margin-right: 7px;
}

.tr-single-body {
	width: 100%;
	padding: 25px;
}

.payment-card {
	border-radius: 4px;
	padding: 18px 15px 15px;
	border: 1px solid #eaeff5;
	margin-bottom: 20px;
}

header.payment-card-header {
	display: inline-block;
	width: 100%;
}

.payment-card-title.flexbox {
	float: left;
}

header.payment-card-header .pull-right img {
	max-width: 100px;
}


.payment-card-title.flexbox h4 {
	margin: 0;
	font-size: 18px;
}

.include-features {
	margin-top: 15px;
}

.features-tag {
	background-color: #eaedf3;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2727272727;
	margin: 2px 15px 5px 0;
	padding: 3px 7px;
	position: relative;
}

.features-tag:before {
	border-top: 10px solid transparent;
	border-left: 9px solid #eaedf3;
	border-bottom: 10px solid transparent;
	height: 0;
	position: absolute;
	top: 0;
	right: -8px;
	width: 0;
}

.features-tag:after {
	background-color: #fff;
	border-radius: 50%;
	height: 4px;
	position: absolute;
	top: 8px;
	right: -2px;
	width: 4px;
}

.features-tag:after, .features-tag:before {
	content: "";
}

.payment-card .custom-checkbox input[type="checkbox"]:checked+label:after
	{
	top: 5px;
}

.mrg-bot-20 {
	margin-bottom: 20px;
}

.inner-pages .payment-method .form-control {
	border: 1px solid black;
	margin-bottom: 1.3rem;
}

.booking-price-detail h5 {
	font-size: 16px;
	font-weight: 600;
}

.custom-checkbox {
	position: relative;
}

.custom-checkbox input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}

.custom-checkbox label:before {
	width: 18px;
	height: 18px;
}

.custom-checkbox label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	background: #ffffff;
	border: 1px solid black;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.custom-checkbox input[type="checkbox"]:checked+label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: inherit;
	transform: inherit;
	z-index: 3;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.custom-checkbox input[type="checkbox"]:checked+label:before {
	border-color: #18ba60;
	background: #18ba60;
}

.custom-checkbox input[type="checkbox"]:checked+label:after {
	border-color: #fff;
}

.custom-checkbox input[type="checkbox"]:disabled+label:before {
	color: #b8b8b8;
	cursor: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ddd;
}

@media screen and (max-width: 575px) {
	.inner-pages .payment-method .form-control.address {
		margin-bottom: 1.3rem !important;
	}
	.payment-card-title.flexbox h4 {
		font-size: 16px;
	}
}
/*---------------------------------------*/
/*---- 23. INNER PAGE THANK YOU ----*/
/*---------------------------------------*/
section.than-you {
	padding: 10rem 0;
}

.confirmation-wrap {
	text-align: center;
}

.confirmation-wrap span {
	color: #05bf83;
	font-size: 30px;
	font-weight: 800;
	border: 1px solid #05bf83;
	border-radius: 50%;
	padding: 20px;
}

.confirmation-wrap h2 {
	margin: 30px 0 15px;
}

.confirmation-wrap p {
	font-family: 'Asap', sans-serif;
	color: #7c7c7c;
	font-size: 18px;
}

.confirmation-wrap a {
	text-decoration: none;
	color: black;
}

.btn-confirmation {
	padding: 14px 20px;
	font-size: 18px;
	margin: 12px 0 0;
}

.main-block .btn-outline-danger {
	color: #18ba60;
	background-image: none;
	background-color: transparent;
	border-color: #18ba60;
}

.main-block .btn-outline-danger:hover {
	background: #18ba60;
	color: #fff;
}

/*-----------------------------------*/
/*------ 24. INNER PAGE 404 ------*/
/*-----------------------------------*/
.inner-pages .notfound {
	padding: 6rem 0;
}

.inner-pages .top-headings h2 {
	font-size: 10rem;
	color: #18ba60;
	margin-bottom: 2rem;
	line-height: 0.73;
}

.inner-pages .top-headings h3 {
	font-size: 3rem;
	color: #000;
	margin-bottom: 2rem;
}

.inner-pages .top-headings p:last-child {
	font-size: 1.2rem;
}

.inner-pages .port-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2rem;
}

.inner-pages .port-info .btn {
	background: #18ba60;
	color: #fff;
	border: 1px solid #18ba60;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .port-info .btn:hover {
	background: #303441;
	color: #fff;
	border: 1px solid #303441;
}

@media screen and (max-width: 500px) {
	.inner-pages .top-headings h2 {
		font-size: 7rem;
	}
	.inner-pages .top-headings h3 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.inner-pages .top-headings p:last-child {
		font-size: 1rem;
	}
}
/*---------------------------------------*/
/*- 25. INNER PAGE LOGIN --*/
/*---------------------------------------*/
#login .login, #register .login {
	width: 430px;
	padding: 45px 60px 60px;
	overflow-y: auto;
	background-color: #fff;
}

#login {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

a.social_bt {
	border-radius: 3px;
	color: #fff;
	min-width: 200px;
	display: block;
	padding: 12px;
	line-height: 1;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a.social_bt.facebook {
	background-color: #3B5998;
}

a.social_bt.google {
	background-color: #DC4E41;
}

a.social_bt.linkedin {
	background-color: #0077B5;
}

.add_bottom_15, a.social_bt {
	margin-bottom: 15px;
}

a.social_bt {
	text-align: center;
	text-decoration: none;
}

a.social_bt.facebook:before {
	content: "\f09a";
}

a.social_bt.google:before {
	content: "\f0d5";
	top: 12px;
}

a.social_bt.linkedin:before {
	content: "\f0e1";
}

a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before
	{
	font-family: FontAwesome;
	position: absolute;
	left: 12px;
	top: 10px;
	font-size: 1.3rem;
	color: #fff;
}

#login .divider {
	height: 1px;
	margin: 30px 0 20px;
	text-align: center;
	background-color: #e1e8ed;
}

#login .divider span {
	background-color: #fff;
	display: inline-block;
	position: relative;
	top: -20px;
	padding: 10px;
	font-style: italic;
}

.add_bottom_30 {
	margin-bottom: 30px;
}

#login .float-left {
	float: left !important;
}

#login .container_check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 10px;
}

#login .container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

#login .container_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #d2d8dd;
	border-radius: 3px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

#login .float-right {
	float: right !important;
	margin-top: 0px !important;
}

.checkboxes label, a#forgot {
	color: #666;
	text-decoration: none;
}

#login .btn_1.rounded, a.btn_1.rounded {
	border-radius: 25px !important;
}

#login .btn_1.full-width, a.btn_1.full-width {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: center;
	margin-bottom: 5px;
}

#login .btn_1, a.btn_1 {
	border: none;
	background: #18ba60;
	cursor: pointer;
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 3px;
}

#login a.btn_1:hover {
	background: #303441;
}

#login .add_top_10 {
	margin-top: 16px;
}

#login .text-center {
	text-align: center !important;
}

#login strong a {
	text-decoration: none;
}

.inner-pages .filter-tags input, .custom-form .filter-tags input {
	position: relative;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 0;
	color: #18ba60;
	width: 20px;
	height: 20px;
	color: #fff;
	outline: none;
	margin-right: .5rem;
	margin-bottom: 0px;
	background: #fff !important;
	-webkit-appearance: none;
}

@media screen and (max-width: 767px) {
	#login .login, #register .login {
		width: 100%;
	}
	#login .checkboxes label, a#forgot {
		font-size: 13px;
	}
}
/*-----------------------------------*/
/*--- 26. INNER PAGE COMING SOON ----*/
/*-----------------------------------*/
.headings-7 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 44, 95,
		0.7)), to(rgba(32, 51, 100, 0.7))), url(../images/bg/video-poster.jpg)
		no-repeat center top;
	background: linear-gradient(rgba(58, 44, 95, 0.7),
		rgba(32, 51, 100, 0.7)), url(../images/bg/video-poster.jpg) no-repeat
		center top;
	color: #fff;
	background-size: cover;
	background-attachment: fixed !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.headings-7 .text-heading p.sorry {
	text-align: center;
	font-size: 1.3rem;
	margin-top: 2.5rem;
}

.headings-7 .bloq-email {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.headings-7 .bloq-email .email input[type="email"] {
	border: 0;
	padding: .8rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.headings-7 .bloq-email .email input[type="submit"] {
	border: 0;
	padding: .8rem;
	background: #18ba60;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.headings-7 .email input[type="submit"]:hover {
	background: #303441;
	border: 1px solid #fff;
}

.font-16 {
	font-size: 16px;
	margin-right: 2rem;
}

.font-36 {
	font-size: 36px;
}

@media screen and (max-width: 320px) {
	.headings-7 .text-heading p.sorry {
		margin-top: 6rem;
	}
}
/*------------------------------------------*/
/*--- 27. INNER PAGE UNDER CONSTRUCTION ----*/
/*------------------------------------------*/
.headings-8 {
	background: url(../images/bg/bg-under.png) no-repeat center top;
	color: #fff;
	background-size: cover;
	background-attachment: fixed !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.headings-8 .text-heading p.sorry {
	text-align: center;
	font-size: 1.1rem;
	margin-top: 2.5rem;
}

.headings-8 .bloq-email {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.headings-8 .bloq-email .email input[type="email"] {
	border: 0;
	padding: .8rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.headings-8 .bloq-email .email input[type="submit"] {
	border: 0;
	padding: .8rem;
	background: #18ba60;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.headings-8 .email input[type="submit"]:hover {
	background: #303441;
	border: 1px solid #fff;
}

.font-16 {
	font-size: 16px;
}

.font-36 {
	font-size: 36px;
}

@media screen and (max-width: 320px) {
	.headings-8 .text-heading p.sorry {
		margin-top: 6rem;
	}
}
/*------------------------------------*/
/*----- 28. INNER PAGE BLOG GRID -----*/
/*------------------------------------*/
.inner-pages section.blog-section {
	padding: 6rem 0;
	background: #fff;
}

.inner-pages .blog-section .news-item {
	background: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.inner-pages .blog-section .news-item.-news-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inner-pages .blog-section .news-item-descr.big-news {
	height: 120px !important;
}

.inner-pages .blog-section .space, .inner-pages .blog-section .space2.port
	{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item h3 {
	color: #333;
	font-size: 18px;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.inner-pages .blog-section .news-item.-news-slider-item {
	height: 100%;
}

.inner-pages .blog-section .news-item.-news-slider {
	height: auto;
}

.inner-pages .blog-section .news-item a:hover {
	text-decoration: none;
}

.inner-pages .blog-section .news-item a:hover h3 {
	color: #18ba60;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page {
	display: block;
	position: relative;
	padding-bottom: 69%;
	width: 100%;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page .resp-img
	{
	background-size: cover;
}

.inner-pages .blog-section .resp-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
	background-size: cover;
}

.inner-pages .blog-section .news-item-img {
	position: relative;
	width: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
	background-size: cover;
}

.inner-pages .blog-section .news-item-text {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.inner-pages .blog-section .news-item-text-header {
	display: block;
}

.inner-pages .blog-section .news-item .date {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	color: #18ba60;
}

.inner-pages .blog-section .news-item-descr {
	margin-bottom: 20px;
	height: 110px !important;
}

.inner-pages .blog-section .news-item-descr p {
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.inner-pages .blog-section .news-item-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner-pages .blog-section .action-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8rem;
	color: black;
}

.inner-pages .blog-section .action-list .fa-comment {
	color: #18ba60;
}

.inner-pages .blog-section .action-list .fa-share-alt {
	color: #18ba60;
}

.inner-pages .blog-section .action-list .fa-heart {
	color: #18ba60;
}

.inner-pages .blog-section ul.action-list {
	margin-bottom: 0px;
}

.inner-pages .blog-section .action-item {
	display: inline-block;
	padding-left: 15px;
}

.inner-pages .blog-section .news-slider-wrap .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inner-pages .blog-section .news-item-sm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item-sm:last-child {
	margin-bottom: 0px;
}

.inner-pages .blog-section .news-item-sm .news-img-link {
	-ms-flex-preferred-size: 33.5%;
	flex-basis: 33.5%;
	position: relative;
}

.inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
	position: absolute;
	max-width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.inner-pages .blog-section .news-item-sm .news-item-text {
	-ms-flex-preferred-size: 66.6%;
	flex-basis: 66.6%;
	padding: 25px 30px;
}

.inner-pages .blog-section .news-item-sm .news-item-descr {
	height: 52px;
	overflow: hidden;
}

.inner-pages .blog-section .news-link {
	position: relative;
	font-size: 1rem;
	font-weight: 600;
	color: #18ba60;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.inner-pages .blog-section .news-link:hover {
	color: #303441;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

@media screen and (max-width: 991px) {
	.inner-pages .blog-section .news-item {
		margin-bottom: 2.5rem;
	}
	.inner-pages .blog-section .news-item.nomb {
		margin-bottom: 0px;
	}
	.inner-pages .blog-section .news-item.no-mb:last-child {
		margin-bottom: 0px;
	}
	.inner-pages .blog-section .space.port, .inner-pages .blog-section .space2.port
		{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.inner-pages .blog-section .no-mb .news-item {
		margin-bottom: 0px;
	}
	.inner-pages .blog-section .space.no-pb2 {
		padding-bottom: 0px;
	}
	.inner-pages .pagination.wpt {
		padding-top: 3rem;
	}
	.inner-pages .blog-section .recent-post.sher {
		margin-top: 3rem;
	}
}

@media screen and (max-width: 767px) {
	.inner-pages .blog-section .no-mb.wpt-2 .news-item {
		margin-bottom: 2.5rem;
	}
	.inner-pages .blog-section .space.no-pb2 {
		padding-bottom: 2.5rem;
	}
	.inner-pages .blog-section .news-item.nomb {
		margin-bottom: 2.5rem;
	}
	.inner-pages .blog-section .recent-post.sher {
		margin-top: 0px;
	}
}

@media screen and (max-width: 577px) {
	.inner-pages .blog-section .news-item-sm {
		display: block !important;
	}
	.inner-pages .blog-section .news-item-sm .news-img-link .news-item-img {
		position: relative;
		padding-bottom: 69%;
	}
}

@media screen and (max-width: 414px) {
	.inner-pages .blog-section .news-item-descr p, .inner-pages .blog-section .news-item-descr
		{
		overflow: visible;
	}
	.inner-pages .blog-section .news-item-descr.visib {
		overflow: hidden;
		margin-bottom: 2rem;
	}
	.inner-pages .blog-section .news-item.no-mb2 {
		margin-bottom: 0px;
	}
	.inner-pages .blog-section ul.action-list {
		padding-left: 0px;
	}
	.inner-pages .blog-section .news-link {
		font-size: .9rem;
	}
}

.inner-pages .pagination {
	margin-bottom: 0px;
}

.page-item.active .page-link {
	background: #18ba60;
	border-color: #18ba60;
}

.page-link {
	color: #303441;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.page-link:hover {
	background: #18ba60;
	color: #fff;
}

/*--------------------------------------*/
/*-- 29. INNER PAGE BLOG GRID SIDEBAR --*/
/*--------------------------------------*/
.inner-pages section.blog-section {
	padding: 6rem 0;
	background: #fff;
}

.inner-pages .blog-section .news-item {
	background: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.inner-pages .blog-section .news-item.-news-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inner-pages .blog-section .news-item-descr.big-news {
	height: 120px !important;
}

.inner-pages .blog-section .space, .inner-pages .blog-section .space2.port
	{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.inner-pages .blog-section .news-item h3 {
	color: #000;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.inner-pages .blog-section .news-item.-news-slider-item {
	height: 100%;
}

.inner-pages .blog-section .news-item.-news-slider {
	height: auto;
}

.inner-pages .blog-section .news-item a:hover {
	text-decoration: none;
}

.inner-pages .blog-section .news-item a:hover h3 {
	color: #18ba60;
	-webkit-transition: all .25s;
	transition: all .25s;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page {
	display: block;
	position: relative;
	padding-bottom: 69%;
	width: 100%;
}

.inner-pages .blog-section .news-item .news-img-link.-news-page .resp-img
	{
	background-size: cover;
}

.inner-pages .blog-section .resp-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
	background-size: cover;
}

.inner-pages .blog-section .news-item-img {
	position: relative;
	width: 100%;
}

.inner-pages .blog-section .news-item-img .resp-img {
	background-size: cover;
}

.inner-pages .blog-section .news-item-text {
	padding: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.inner-pages .blog-section .news-item-text-header {
	display: block;
}

.inner-pages .blog-section .news-item .date {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}

.inner-pages .blog-section .news-item-descr {
	margin-bottom: 20px;
	height: 110px !important;
}

.inner-pages .blog-section .news-item-descr p {
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.inner-pages .blog-section .news-item-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner-pages .blog-section .action-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8rem;
	color: black;
}

.inner-pages .blog-section .action-list .fa-comment {
	color: #18ba60;
}

.inner-pages .blog-section .action-list .fa-share-alt {
	color: #18ba60;
}

.inner-pages .blog-section .action-list .fa-heart {
	color: #18ba60;
}

.inner-pages .blog-section ul.action-list {
	margin-bottom: 0px;
}

.inner-pages .blog-section .action-item {
	display: inline-block;
	padding-left: 15px;
}

.inner-pages .blog-section .news-slider-wrap .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.inner-pages .space3 {
		padding-bottom: 2.5rem;
	}
	.inner-pages .widget {
		padding-top: 0 !important;
	}
}

.inner-pages .form-control {
/* 	padding: .7rem; */
	border: 1px solid #18ba60;
}

@media screen and (max-width: 767px) {
	.inner-pages .input-group {
		width: 90%;
	}
}

@media screen and (max-width: 991px) {
	.inner-pages .widget {
		padding-top: 2.5rem;
	}
}

.inner-pages .input-group-btn .fa {
	font-size: 1.8rem;
	cursor: pointer;
}

.inner-pages .input-group-btn .btn-primary {
	background: #18ba60;
	border: 1px solid #18ba60;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .input-group-btn .btn-primary:hover {
	background: #303441;
	color: #fff;
}

.inner-pages .recent-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

@media screen and (max-width: 992px) {
	.inner-pages .recent-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.inner-pages .recent-img img {
	width: 90px;
	height: 70px;
	margin-right: 1rem;
}

.inner-pages .info-img h6 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1rem;
	font-weight: 400;
}

.inner-pages .info-img a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .info-img a:hover {
	color: #18ba60;
}

.inner-pages .recent-post .tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.inner-pages .recent-post .tags a {
	background: #18ba60;
	color: #fff;
	border: 1px solid #18ba60;
	margin-bottom: .7rem;
	margin-left: .2rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .recent-post .tags a:hover {
	background: #fff;
	color: #18ba60;
}

.inner-pages .recent-post .tags.no-mb a {
	margin-bottom: 0px;
}

.inner-pages .recent-post ul {
	margin: 0;
	padding: 0;
}

.inner-pages .recent-post ul li {
	list-style: none;
	padding: .5rem 0;
}

.inner-pages .recent-post ul li.npt {
	padding-top: 0px;
}

.inner-pages .recent-post ul li:last-child {
	padding-top: .5rem;
	padding-bottom: 0px;
}

.inner-pages .recent-post ul li a {
	text-decoration: none;
	color: black;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .recent-post ul li a:hover {
	color: #18ba60;
}

.inner-pages .recent-post ul li .fa {
	margin-right: 1rem;
}

.inner-pages .recent-post button {
	margin-right: .5rem;
	margin-bottom: .5rem;
}

.inner-pages .widget h5 {
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-bottom: 2rem !important;
}

.inner-pages .widget h5::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

.inner-pages .recent-post .netsocials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.inner-pages .recent-post .netsocials a .fa {
	font-size: 1.3rem;
	text-align: center;
	background: transparent;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-right: 1rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .recent-post .netsocials a .fa-facebook {
	background: #3b5998;
	color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-twitter {
	background: #1da1f2;
	color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-google-plus {
	background: #dd4b39;
	color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-youtube {
	background: #cd201f;
	color: #fff;
}

.inner-pages .recent-post ul li.npt:last-child {
	padding-top: 0px;
}

/*-----------------------------------*/
/*--- 30. INNER PAGE BLOG LIST ---*/
/*-----------------------------------*/
.inner-pages section.blog-section {
	padding: 6rem 0;
	background: #fff;
}

.inner-pages .blog-section .news-item-sm {
	border-radius: 0px;
}

.inner-pages .blog-section.list-sidebar .news-item-sm .news-img-link {
	-ms-flex-preferred-size: 43.5%;
	flex-basis: 43.5%;
	position: relative;
}

.inner-pages .blog-section .news-item-sm .news-img-link {
	-ms-flex-preferred-size: 33.5%;
	flex-basis: 33.5%;
	position: relative;
}

@media screen and (max-width: 991px) {
	.inner-pages .blog-section .news-item-sm .news-img-link {
		-ms-flex-preferred-size: 43.5%;
		flex-basis: 43.5%;
	}
}
/*-----------------------------------------*/
/*--- 31. INNER PAGE BLOG LIST SIDEBAR ---*/
/*-----------------------------------------*/
.inner-pages section.blog-section {
	padding: 6rem 0;
	background: #fff;
}

.inner-pages .blog-section .news-item {
	background: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.inner-pages .form-control {
/* 	padding: .7rem; */
	border: 1px solid #18ba60;
}

@media screen and (max-width: 767px) {
	.inner-pages .input-group {
		width: 90%;
	}
}

@media screen and (max-width: 991px) {
	.inner-pages .widget {
		padding-top: 0px;
	}
}

.inner-pages .input-group-btn .fa {
	font-size: 1.8rem;
	cursor: pointer;
}

.inner-pages .input-group-btn .btn-primary {
	background: #18ba60;
	border: 1px solid #18ba60;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .input-group-btn .btn-primary:hover {
	background: #303441;
	color: #fff;
}

.inner-pages .recent-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

@media screen and (max-width: 992px) {
	.inner-pages .recent-main {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.inner-pages .recent-img img {
	width: 90px;
	height: 70px;
	margin-right: 1rem;
}

.inner-pages .info-img h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
}

.inner-pages .info-img a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .info-img a:hover {
	color: #18ba60;
}

.inner-pages .recent-post .tags a {
	background: #18ba60;
	color: #fff;
	border: 1px solid #18ba60;
	margin-bottom: .7rem;
	margin-left: .2rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .recent-post .tags a:hover {
	background: #fff;
	color: #18ba60;
}

.inner-pages .recent-post .tags.no-mb a {
	margin-bottom: 0px;
}

.inner-pages .recent-post ul {
	margin: 0;
	padding: 0;
}

.inner-pages .recent-post ul li {
	list-style: none;
	padding: .5rem 0;
}

.inner-pages .recent-post ul li.npt {
	padding-top: 0px;
}

.inner-pages .recent-post ul li:last-child {
	padding-top: .5rem;
	padding-bottom: 0px;
}

.inner-pages .recent-post ul li a {
	text-decoration: none;
	color: black;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .recent-post ul li a:hover {
	color: #18ba60;
}

.inner-pages .recent-post ul li .fa {
	margin-right: 1rem;
}

.inner-pages .recent-post button {
	margin-right: .5rem;
	margin-bottom: .5rem;
}

.inner-pages .widget h5::after {
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

.inner-pages .recent-post .netsocials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.inner-pages .recent-post .netsocials a .fa {
	font-size: 1.3rem;
	text-align: center;
	background: transparent;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin-right: 1rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .recent-post .netsocials a .fa-facebook {
	background: #3b5998;
	color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-twitter {
	background: #1da1f2;
	color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-google-plus {
	background: #dd4b39;
	color: #fff;
}

.inner-pages .recent-post .netsocials a .fa-youtube {
	background: #cd201f;
	color: #fff;
}

.inner-pages .recent-post ul li.npt:last-child {
	padding-top: 0px;
}

/*-----------------------------------*/
/*--- 32. INNER PAGE BLOG DETAILS ---*/
/*-----------------------------------*/
.inner-pages section.blog-section {
	padding: 6rem 0;
	background: #fff;
}

.inner-pages .blog-section .news-item-descr.big-news.details {
	height: 240px !important;
	-webkit-box-shadow: 0px !important;
	box-shadow: 0px !important;
}

.inner-pages .blog-section .news-item.details {
	background: transparent;
	-webkit-box-shadow: 0 0 0 0 #edeff1;
	box-shadow: 0 0 0 0 #edeff1;
}

.inner-pages .blog-section .news-item-text.details {
	padding: 20px 0;
}

.inner-pages .comments-info .conra {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.inner-pages .comments-info h5 {
	color: #18ba60;
	font-weight: bold;
	margin-bottom: 0px;
}

.inner-pages .comments-info p:last-child {
	font-weight: 400;
}

.inner-pages .social-share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

.inner-pages .social-share .fa-facebook {
	color: #3b5998;
}

.inner-pages .social-share .fa-twitter {
	color: #1da1f2;
}

.inner-pages .social-share .fa-google-plus {
	color: #dd4b39;
}

.inner-pages .social-share .fa-youtube {
	color: #cd201f;
}

.inner-pages .social-share a {
	color: #18ba60;
	font-size: 1.5rem;
	margin: 0 .5rem;
}

.col-md-10.comments-info {
	padding-left: 0px;
}

.col-md-10.comments-info p.mb-2 {
	color: #333;
}

.col-md-10.comments-info p:last-child {
	font-weight: 400;
}

.inner-pages .comments-info.no-mb p:last-child {
	margin-bottom: 0px;
}

.inner-pages .comments h3::after, .inner-pages .leve-comments h3::after
	{
	display: block;
	height: 3px;
	font-weight: bold;
	background-color: #18ba60;
	content: " ";
	width: 50px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}

.inner-pages .commented .comm-inf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.inner-pages .commented img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin-right: 2rem;
}

.inner-pages .data form .col-md-12 {
	padding: 0;
	padding-right: 1rem;
}

section.leve-comments {
	margin-top: 4rem;
}

.inner-pages .leve-comments .btn {
	background: #18ba60;
	cursor: pointer;
	border: none;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .leve-comments .btn:hover {
	background: #303441;
	color: #fff;
}

.inner-pages .recent-post ul li.npt {
	padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
	.inner-pages .leve-comments.wpb {
		padding-bottom: 2.5rem;
	}
	.col-md-10.comments-info {
		padding-left: 15px;
	}
}

@media screen and (max-width: 575px) {
	section.leve-comments {
		margin-top: 2rem;
	}
}
/*-----------------------------------*/
/*---- 33. INNER PAGE CONTACT US ----*/
/*-----------------------------------*/

@media screen and (min-width: 767px) {
	.inner-pages .contact-us {
		width:80% !important;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.inner-pages .contact-us {
		width:100% !important;
		margin: auto;
	}
}

.inner-pages .contact-us {
	padding: 6rem 0;
}

.inner-pages .contact-us ul li {
	list-style: none;
	font-weight: 300;
}

.inner-pages .contact-us ul {
	margin: 0;
	padding: 0;
}

.inner-pages .contact-us .btn {
	background: #18ba60;
	border: 1px solid #18ba60;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .contact-us .btn:hover {
	background: #fff;
	color: #303441;
	border: 1px solid #18ba60;
}

.inner-pages .address-info p:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
	.inner-pages .offices h3:first-child {
		margin-top: 4rem;
	}
}

@media screen and (max-width: 500px) {
	.inner-pages .contact-us h3 {
		font-size: 1.1rem !important;
	}
}

label {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 5px;
	color: black;
}

form label.error {
	display: block;
	color: #ff0000;
	font-size: 14px !important;
	opacity: 1 !important;
}

.successform, .errorform {
	display: none;
	height: 70px;
}

.successform span, .errorform span {
	display: block;
}

.successform span p, .errorform span p {
	margin-top: 15px;
}

.successform span p {
	color: #01c15a;
	font-size: 2rem;
}

.errorform span p {
	color: #c0392b;
}

.inner-pages .contact-us .form-control {
	border: 1px solid black;
}

.inner-pages .contact-us h3 {
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
	font-size: 1.2rem;
}

.inner-pages .offices p {
	font-weight: 300;
}

/*---- CONTACT MAP ----*/
.inner-pages .contact-us #map-contact {
	width: 100%;
	height: 312px;
	border: 1px solid #18ba60;
}

/*---- CONTACT INFO ----*/
.inner-pages .contact_us_details {
	margin-top: 4rem;
}

.inner-pages .contact_us_details .row .col-md-4:nth-child(2) .c_details_item .d-flex .media-left i
	{
	font-size: 23px;
}

.inner-pages .c_details_item {
	background: #fff;
	border-radius: 10px;
	padding: 28px 30px;
}

.inner-pages .c_details_item .d-flex .media-left {
	padding-right: 30px;
	vertical-align: middle;
}

.inner-pages .c_details_item .d-flex .media-left i {
	height: 60px;
	width: 60px;
	border: 2px solid #18ba60;
	border-radius: 50%;
	color: #18ba60;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	-webkit-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}

.inner-pages .c_details_item .d-flex .media-left .fa-envelope {
	font-size: 23px;
}

.inner-pages .c_details_item .d-flex .media-body p {
	max-width: 185px;
	font-size: 17px;
	padding-top: .5rem;
	font-family: 'Asap', sans-serif;
	color: #000;
	letter-spacing: .34px;
	margin-bottom: 0;
	margin-right: 0 !important;
	line-height: 23px;
}

.inner-pages .c_details_item .d-flex .media-body a {
	display: block;
	font-size: 17px;
	font-family: 'Asap', sans-serif;
	color: #000;
	text-decoration: none;
	letter-spacing: .34px;
}

.inner-pages .c_details_item .d-flex .media-body a:first-child {
	padding-top: .2rem;
}

.inner-pages .c_details_item .d-flex:hover .media-left i {
	border-color: #fff;
	color: #303441;
}

@media screen and (max-width: 991px) {
	.inner-pages .contact_us_details .phone-area.mt-44 {
		margin-top: 2rem;
	}
	.inner-pages .our-lo.property-location, .inner-pages .contact_us_details
		{
		margin-top: 3.5rem;
	}
}

@media screen and (max-width: 767px) {
	.inner-pages .contact_us_details .email-area.mt-44 {
		margin-top: 2rem;
	}
	.inner-pages .contact-location {
		margin-top: 4rem;
	}
}

.inner-pages .contact-us ul li {
	list-style: none;
	font-weight: 300;
}

.inner-pages .contact-us ul {
	margin: 0;
	padding: 0;
}

.inner-pages .contact-us .btn {
	background: #18ba60;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.inner-pages .contact-us .btn:hover {
	background: #303441;
	color: #fff;
}

.inner-pages .address-info p:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
	.inner-pages .offices h3:first-child {
		margin-top: 4rem;
	}
}
/*------------------------------------*/
/*-- 34. INNER PAGE ADD LISTING --*/
/*------------------------------------*/
.inner-pages .royal-add-property-area {
	padding: 6rem 0;
	background: #f5f6ff none repeat scroll 0 0;
}

.inner-pages .royal-complete-order-head {
	margin-bottom: 50px;
	text-align: center;
}

.inner-pages .property-form-group {
	padding: 0 50px;
}

.inner-pages .royal-complete-order-head h2 {
	color: #333;
	margin-bottom: 10px;
}

.inner-pages .single-add-property>h3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	padding-bottom: 25px;
	color: #18ba60;
}

.inner-pages .property-form-group label {
	color: #333;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
}

.inner-pages .property-form-group p input {
	border: 1px solid #ddd;
	height: 50px;
	padding: 10px;
	width: 100%;
}

.inner-pages .property-form-group p.no-mb, .inner-pages .property-form-group p.no-mb input
	{
	margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
	.inner-pages .property-form-group p.no-mb, .inner-pages .property-form-group p.no-mb input
		{
		margin-bottom: 20px;
	}
	.inner-pages .property-form-group p.no-mb.first input {
		margin-bottom: 20px !important;
	}
	.inner-pages .dropdown.faq-drop.mb-0 {
		margin-bottom: 20px !important;
	}
	.inner-pages .no-mb.last.des {
		margin-top: 20px;
	}
	.inner-pages .property-form-group p.no-mb.last:last-child, .inner-pages .property-form-group p.no-mb input:last-child
		{
		margin-bottom: 0px;
	}
}

.inner-pages .property-form-group p textarea {
	border: 1px solid #ddd;
	height: 180px;
	padding: 10px;
	width: 100%;
}

.inner-pages .single-add-property {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 30px;
	padding: 30px;
}

.inner-pages .property-form-group p, .property-form-group .dropdown.faq-drop
	{
	margin-bottom: 20px;
}

.property-form-group .dropdown.faq-drop.no-mb {
	margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
	.property-form-group .dropdown.faq-drop.no-mb {
		margin-bottom: 40px;
	}
	.property-form-group .dropdown.faq-drop.no-mb.last {
		margin-bottom: 0px;
	}
}

/* En conflit avec summernote, mise en commentaire PH. BUCAILLE le 16/05/2023, A revoir 
.inner-pages .property-form-group .dropdown-toggle {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #999;
	padding: 10px;
	text-align: left;
	width: 100%;
}

.inner-pages .property-form-group .dropdown-toggle::after {
	display: none;
}
*/


.inner-pages .property-form-group .dropdown-menu.faq-drop-open {
	width: 100%;
	padding: 0;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open>li {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open>li:last-child
	{
	border-bottom: 0px solid #ddd;
}

.inner-pages .property-form-group .dropdown-menu.faq-drop-open>li:hover
	{
	background: #f9f9f9;
}

/* En conflit avec summernote, mise en commentaire PH. BUCAILLE le 16/05/2023, A revoir 
.inner-pages .property-form-group .dropdown-toggle i {
	float: right;
	font-size: 20px;
	line-height: 25px;
}
*/

.inner-pages .property-form-group .dz-message {
	background: #fff none repeat scroll 0 0;
	border: 2px dashed #18ba60;
	padding: 50px 20px;
	text-align: center;
}

.inner-pages .dz-default i {
	color: #18ba60;
	display: block;
	font-size: 60px;
	margin-bottom: 30px;
}

.inner-pages .dz-default.dz-message>span {
	color: #18ba60;
	font-size: 20px;
}

.inner-pages .dropdown.faq-drop span {
	color: #999;
	margin-left: 5px;
}

.inner-pages .pro-feature-add label {
	color: #000;
	font-weight: 500;
}

.inner-pages .pro-feature-add input {
	margin-right: 5px;
}

.inner-pages .pro-feature-add>li {
	display: inline-block;
	margin: 5px 10px;
}

.inner-pages .pro-feature-add li.no-mb input, .inner-pages .pro-feature-add .no-mb label,
	.inner-pages ul.pro-feature-add, .inner-pages .pro-feature-add>li.no-mb
	{
	margin-bottom: 0px;
}

@media screen and (max-width: 404px) {
	.inner-pages .pro-feature-add .no-mb label {
		margin-bottom: 20px;
	}
	.inner-pages .pro-feature-add .no-mb.last label:last-child {
		margin-bottom: 0px;
	}
}

.inner-pages .prperty-submit-button>button {
	background: #18ba60 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	height: 100%;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.inner-pages .prperty-submit-button>button:hover {
	background: #303441 none repeat scroll 0 0;
}

.inner-pages .royal-complete-order-head>p {
	font-size: 17px;
}

@media screen and (max-width: 575px) {
	.inner-pages .property-form-group {
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*-----------------------------------*/
/*------ 35. PRELOADER ------*/
/*-----------------------------------*/
#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#status, .status-mes {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

/*-----------------------------------*/
/*------ 00. STYLE SWITCHER ------*/
/*-----------------------------------*/
.color-switcher {
	width: 266px;
	position: fixed;
	right: -266px;
	top: 300px;
	z-index: 999;
	padding: 0px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom-right-radius: 4px;
}

.color-switcher h5 {
	font-size: 15px;
	margin-top: 0;
	padding: 0 20px 0;
}

.color-switcher p {
	font-size: 16px;
	color: #000;
	line-height: 50px;
	margin: 0px;
}

.color-switcher ul {
	list-style: none;
	padding: 0;
}

.color-switcher ul li {
	float: left;
}

.color-switcher ul li a {
	display: block;
	width: 40px;
	height: 40px;
	outline: none;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

.color-switcher ul li a.blue {
	background: #0098ef;
}

.color-switcher ul li a.pink {
	background: #fa2964;
}

.color-switcher ul li a.orange {
	background: #f7a13e;
}

.color-switcher ul li a.purple {
	background: #3a2c5f;
}

.color-switcher ul li a.green {
	background: #18ba60;
}

.color-switcher ul li a.red {
	background: #e54242;
}

.color-switcher ul li a.cyan {
	background: #1ABC9C;
}

.color-switcher ul li a.sky-blue {
	background: #00cdcd;
}

.color-switcher .gray {
	background: #656565;
}

.color-switcher ul li a.brown {
	background: #987654;
}

.deflt {
	width: 100%;
}

#default {
	width: 100%;
}

.color-switcher .black {
	background: #000;
	display: none;
}

.color-switcher .white {
	background: #fff;
	display: none;
}

.color-switcher .light {
	background: #fff;
	width: 60px;
	color: #000;
	text-align: center;
	float: left;
	border: 1px solid #666;
	margin-top: 15px;
	margin-right: 22px;
}

.color-switcher .dark {
	background: #272727;
	width: 60px;
	float: right;
	color: #fff;
	border: 1px solid #666;
	margin-top: 15px;
}

.picker_close {
	width: 60px;
	height: 60px;
	position: absolute;
	left: -60px;
	top: 0px;
	z-index: -1;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	text-align: center;
	background: #fff;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.picker_close i {
	color: #666;
	font-size: 30px;
	line-height: 60px;
}

.position {
	right: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer {
	display: table;
	text-align: left;
	padding-top: 0px;
	width: 100%;
	padding: 18px;
	background: #fff;
	padding-top: 0px;
}

.layouts a {
	display: inline-block;
	text-align: center;
	width: 100%;
	float: left;
	font-size: 10px;
	color: #000;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	padding: 10px 15px;
}

.layouts a:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.styleswitcher {
	position: fixed;
	width: 120px;
	background: #ffffff;
	color: #595959;
	top: 150px;
	right: -123px;
	z-index: 999;
}

.styleswitcher p {
	color: #000 !important;
}

.styleswitcher.ackapa {
	left: 0;
}

.styleswitcher .switch {
	padding-left: 15px;
	padding-bottom: 10px;
}

.styleswitcher .switch h5 {
	margin-top: 20px;
}

.styleswitcher .switch p {
	margin-top: 10px;
}

.stylebutton {
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	top: 0px;
	right: -40px;
}

.styleswitcher a {
	width: 24px;
	height: 24px;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 99999999;
}

.color-switcher ul li {
	margin: 3px;
}

.color-switcher.position .theme-colours {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu{
	left: -104px;
}
.dropdown-menu a:hover {
  color: #fff;
  background: #18ba60;
  text-decoration: none;
  border: 0;
  border-radius: 0px;
}
 .show-pass{
	position: relative ;
	top: -28px;
	left: 305px;
}
 .show-pass-insc{
  position: relative;
  top: -29px;
  left: 12px;
}
 .acitvation-collaborateur{
	 margin: 0;
	padding: 0;
	background: url(../images/yellow.jpg) no-repeat center center fixed;
	  background-size: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%; 
 }

/*-----------------------------------*/
/*------ 36. MEDIAS QUERIES ------*/
/*-----------------------------------*/
@media screen and (min-width: 992px) {
	#main-menu {
		height: auto !important;
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}
	#main-menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
	}
	#main-menu ul li a {
		padding: .8rem;
		text-transform: uppercase;
		font-weight: 400;
		margin: 0 .3rem;
		border-top: 0;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	#main-menu ul li a.active {
		color: #fff;
	}
	#main-menu ul li a:hover {
		color: #fff;
		background: #18ba60;
		border-radius: 5px;
	}
	.dropdown:hover>.dropdown-menu {
		display: block;
 	}
	 
	#main-menu .dropdown-menu {
		-webkit-animation: 300ms ease 0s normal none 1 running zoomIn;
		animation: 300ms ease 0s normal none 1 running zoomIn;
		background: #fff none repeat scroll 0 0;
		margin-top: 0px;
	}
	#main-menu .dropdown-menu a {
		color: #000;
		text-align: left;
		border-top: 0;
		font-size: 15px;
		margin-left: 0px;
		text-decoration: none;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#main-menu .dropdown-menu a:hover {
		color: #fff;
		background: #18ba60;
		text-decoration: none;
		border: 0;
		border-radius: 0px;
	}
	.search-button {
		margin-left: 2rem;
		margin-right: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	#bloq-search {
		position: absolute;
		width: 20rem;
		right: 10.9rem;
		top: 3.8rem;
		z-index: 99999;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	.main-search-field h3 {
		font-size: 1.5rem;
	}
	.portfolio .port-item img {
		width: 100%;
	}
	.team .team-pro img {
		width: 100%;
	}
	.team .team-pro {
		padding-right: 1.1rem;
		padding-left: 1.1rem;
	}
	.blog .blog-pots img {
		width: 100%;
	}
	.second-footer .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.second-footer .container h3 {
		margin-bottom: .8rem;
	}
	.box.bg-3.hed-3 {
		padding-top: 0px;
	}
	.inner-pages .commented img {
		width: 75px;
		height: 75px;
		border-radius: 50%;
		margin-right: 1.5rem;
		margin-bottom: .8rem;
	}
	.inner-pages .offices h2 {
		margin-top: 4rem;
	}
	.inner-pages .box.bg-3.mt-5 {
		padding-top: 0px;
	}
	.parallax-search .welcome-text h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 1024px) {
	.header-top .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.top-info {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 992px) {
	h3 {
		font-size: 1.2rem;
	}
	.headings .text-heading p {
		font-size: 1rem;
	}
	.who-we-are .who img {
		height: 415px;
	}
	.blog .blog-pots h3 {
		font-size: 1.2rem;
	}
	.portfolio img {
		width: 100%;
	}
	.team .team-info .artl {
		padding-bottom: 1.3rem;
	}
	.parallax-search .trip-search {
		border-radius: 0px;
	}
}

@media screen and (max-width: 576px) {
	body {
		font-size: 15px;
	}
	h1 {
		font-size: 1.6rem;
	}
	.section-title h3 {
		font-size: 16px;
	}
	.section-title h2 {
		font-size: 30px;
	}
	.sec-title p {
		font-size: 15px;
	}
	.feature-categories .img-box-content h4 {
		font-size: 1.4rem;
	}
	.who-we-are .who img {
		height: 300px;
	}
	.counterup .countr p {
		font-size: 2rem;
	}
	.testimonials .test-1 p {
		padding: 0px 1rem;
	}
	span.plan-name {
		font-size: 21px;
	}
	.team .team-pro {
		padding-right: 0;
		padding-left: 0;
	}
	.inner-pages .services {
		margin: 0px;
	}
	.inner-pages article.faq h2 {
		font-size: 1.4rem;
	}
	.inner-pages .panel .panel-heading a {
		font-size: 1rem;
	}
	.first-footer h2 {
		margin-top: 2rem;
	}
	.inner-pages .blog .sorting-options h5 {
		font-size: 1.2rem;
		margin-top: 0px;
	}
	.inner-pages .blog .block-heading .sorting-options {
		margin-top: 0px;
	}
	.inner-pages .blog .sorting-options h6 {
		font-size: 0.95rem;
	}
	.inner-pages .blog .homes-content.details-2 span {
		font-size: .9rem;
	}
	.inner-pages .headings h2 a, .inner-pages .headings h2 {
		font-size: 1rem;
	}
	.inner-pages .contact-us .offices {
		margin-top: 2rem;
	}
	.headings-7 .text-heading p.sorry {
		font-size: 1.1rem;
	}
	.font-36, .dashborad-box .item .info .number {
		font-size: 26px;
	}
	.parallax-search .welcome-text h1 {
		font-size: 30px;
	}
	.user-profile-box .header h2 {
		font-size: 21px;
	}
}

/*# sourceMappingURL=styles.css.map */

.annonce-details {
  padding-left:0px;
  font-weight: 600;
}  

.annonce-details li {
  display: inline;
  -webkit-text-decoration: none;
  text-decoration: none;
}  

.annonce-details li::before {
  content: '•';
  display: inline-block;
  margin: 0 8px;
}

/* Controle de de recherche esri-geocoder trop petit en standard */
.geocoder-control-expanded {
	width:480px !important;
}

.geocoder-control-suggestions {
  width: 480px !important;
}

/* Mettre le popup en taille auto - Beaucoup trop grand en standard et déborde de la carte */
.leaflet-popup-content {
	height:auto !important;
}

/* Sous-rubrique de la rubrique à proximité des cases à côcher de l'annonce */
.proximite {
	color:#18ba60;
}

.proximite h6 {
	border-bottom: 1px solid;
	font-weight:600;
}

/* Pour avoir les boîtes de saisie en grisé lorsqu'elle sont en lecture seul pour bootstrap 5.0 (modification par rapport à boostrap 4.0 */
/* note : les données ne sont pas soumises lors de la sauvegarde si on passe les boîtes en disabled pour avoir le grisé */
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

#productCarousel .f-carousel__slide {
  	text-align:center;
}

.f-carousel__nav {
  --f-button-next-pos: 12px;
  --f-button-prev-pos: 12px;

  --f-button-width: 48px;
  --f-button-height: 48px;

  --f-button-color: #333;
  --f-button-hover-color: #333;

  --f-button-bg: #e5e7eb;
  --f-button-hover-bg: #e5e7eb;
  --f-button-active-bg: #e5e7eb;

  --f-button-svg-height: 20px;
  --f-button-svg-width: 20px;

  --f-button-svg-stroke-width: 3;
  --f-button-svg-filter: none;
}

.f-carousel__nav {
 --f-button-width: 50px;
 --f-button-height: 50px;
 --f-button-border: 0;
 --f-button-border-radius: 50%;
 --f-button-color: var(--fancybox-color);
 --f-button-hover-color: var(--fancybox-hover-color);
 --f-button-bg: transparent;
 --f-button-hover-bg: rgba(24, 24, 27, 0.3);
 --f-button-active-bg: rgba(24, 24, 27, 0.5);
 --f-button-shadow: none;
 --f-button-transition: all 0.15s ease;
 --f-button-transform: none;
 --f-button-svg-width: 26px;
 --f-button-svg-height: 26px;
 --f-button-svg-stroke-width: 2.5;
 --f-button-svg-fill: none;
 --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
 --f-button-svg-disabled-opacity: 0.65;
 --f-button-next-pos: 1rem;
 --f-button-prev-pos: 1rem;
 opacity:var(--fancybox-opacity, 1)
}


/* Affichage du descriptif d'une annaonce sous forme deployable */
#description div.collapse:not(.show) {
    height: 60px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#description div.collapsing {
    min-height: 60px !important;
}

#description a.collapsed:after  {
    content: url('/images/SVG/chevron-down-afficherplus.svg');
}

#description a:not(.collapsed):after {
    content: url('/images/SVG/chevron-up-affichermoins.svg');
}

.btn-outline-green {
  --bs-btn-color: #18ba60;
  --bs-btn-border-color: #18ba60;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #18ba60;
  --bs-btn-hover-border-color: #18ba60;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #18ba60;
  --bs-btn-active-border-color: #18ba60;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #18ba60;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #18ba60;
  --bs-gradient: none;
}

.btn-outline-green-black {
  --bs-btn-bg:  #18ba60;
  --bs-btn-color:  #fff;
  --bs-btn-border-color: #18ba60;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg:  #303441;
  --bs-btn-hover-border-color:  #303441;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #18ba60;
  --bs-btn-active-bg: #18ba60;
  --bs-btn-active-border-color: #18ba60;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #18ba60;
  --bs-btn-disabled-bg: #18ba60;
  --bs-btn-disabled-border-color: #18ba60;
  --bs-gradient: none;
}

/* Tableau récapitulatif des durées de mise en ligne dans la page miseenligne.jsp */ 
#tblrecapitulatif, #tblrecapitulatif th, #tblrecapitulatif td {
	border:1px solid #cccccc
}

/* Coin arrondi du carousel sur la page d'accueil index.jsp */
.slider-item {
	border-radius: 20px;
	overflow:hidden;
}	

/* Bulle d'aide des horaires de l'agence dans la page dédié de l'agence sitepage.jsp -> sitepagesection1.jspf */
.horairecol-tooltip { width:100px; display:inline-block; margin-bottom:10px;vertical-align:top;text-align:left;}

.horaire-custom-tooltip { 
	--bs-tooltip-color: black;
	--bs-tooltip-bg: #c6f4db;
	--bs-tooltip-max-width: 500px;
	--bs-tooltip-opacity:100%;
	--bs-tooltip-font-size: 15px;
	--bs-tooltip-border: 1px black;
}

/* Affichage du point d'exclamation des balises input bootstrap à gauche en cas de données invalides (cadrage à droite des champs décimaux */
.form-control.exclgauche.is-invalid { 
	background-position-x:10px !important; 
}

#toolbar-pagenavi {
	DISPLAY: flex;
	PADDING: 10px 4px;
}

div.datagrid-buttonnavi {
	display:none;
	font-family: "Trebuchet MS","Arial","Helvetica","Verdana","sans-serif";
	padding: 12px 0px 12px 0px;	
	text-align: center;
}

#datagrid-pagenavi {
	DISPLAY: flex;
	flex-basis: auto;
	flex-grow:1;
	align-content : center;
}

#datagrid-pagenumber {
	margin:auto;
	letter-spacing:5px;
}

.fa-heart:hover {
	color:red;
}

.fa-sharp.fa-heart {
	color:red;
}

.details-bien .icon {
	font-size: 34px;
	color: #18ba60;
	width: 50px;
}

.details-bien .icon a {
	color: #18ba60;
}

.details-bien .icon a:hover {
	color: #333;
}

/* Case à cocher dans la fiche prospect */
.prospect-fiche .fa-regular {
	color: #18ba60;
}

.report_cadre_externe {
	background-color: #ddd;
	margin: 0 0 20px;
	padding: 5px 2px 5px 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.05);
	border-radius: 4px;
}

.report_cadre_interne {
	background-color: #ffffff;
	padding: 10px;
}
	
.datatable_highlight {
   background-color: #21FC82 !important;
}
	
	
.cookies-dialog {
	position : fixed;
	z-index:5000;
	box-sizing:border-box;
	border: 1px solid black;
	background-color: white;
	color: grey; 
	bottom:0px;
	margin : 2px;
	font-size : 0.9em;
	line-height : 1.5;
}

#btncookieaccepte {
	width:150px;
}

.cookies-finalites-dialog {
	position : fixed;
	z-index:5000;
	box-sizing:border-box;
	border: 2px solid grey;
	background-color: white;
	color: grey; 
	top:0px;
	right:0px;
	max-width:500px;
	height: 100vh;
	margin : 0px;
	font-size : 0.9em;
	line-height : 1.5;
}

/* Bootstrap ne propose qu'une taille pour les boutons switch - utilisation sur la finalité des cookies */
.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

/* Désactivation du spin sur les champs input de type number - Saisie du code de double authentification */
.no-spin::-webkit-inner-spin-button,
  .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

.no-spin {
   -moz-appearance: textfield;
}

/* Bordure rouge pour la photo principale - fileinput krajee */
.kv-main-photo-selected .file-preview-image {
   border: 3px solid red !important;
}




	
	
