/*------ Home / Sliders-------------------------------------------------*/
.intro-item h2 {
	font-size:34px;
	color:#fff;
	font-weight:700;
	padding-bottom:20px;
}
.intro-item h3 {
	color:#fff;
	font-size:13px;
	font-weight:500;
}
.main-search-input {
	background:#fff;
	padding:0 120px 0 0;
	border-radius:30px;
	margin-top:50px;
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.3);
}
.main-search-input-item {
	float:left;
	width:33.3%;
	box-sizing:border-box;
	border-right:1px solid #eee;
	height:50px;
	position:relative;
}
.main-search-input-item input {
	float:left;
	border:none;
	width:100%;
	height:50px;
	padding-left:20px;
}
.main-search-input-item input:first-child {
	border-radius:100%;
}
.main-search-button {
	position:absolute;
	right:0px;
	height:50px;
	width:120px;
	color:#fff;
	top:0;
	border:none;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	cursor:pointer;
}

.main-search-input-item  .nice-select {
	color:#292929;
	float:left;
	width:100%;
	border:none;
	min-width:150px;
    height: 50px;
	z-index:100;
    line-height: 50px;
}
.main-search-input-item  .nice-select .list {
	width:100%;
	padding: 60px 12px 10px;
    background: #fff;
    border-radius: 4px;
	max-height: 180px;

}
.main-search-input-item  .nice-select .list li{
	float:left;
	width:100%;
	padding: 5px 10px 6px;
    color: #666;
    font-size: 13px;
    border-radius: 2px;
	min-height:20px;
	line-height:20px;
}
.main-search-input-item  .nice-select .nice-select-search {
	border:1px solid #eee;
	border-radius:6px !important ;
}
.main-search-input-item  .nice-select .list li:hover , .main-search-input-item  .nice-select .list li.selected  {
	color:#fff;
}
.main-search-input-wrap {
	max-width:900px;
	margin:20px auto;
	position:relative;
}
.main-search-input:before {
	content:'';
	position:absolute;
	bottom:-40px;
	width:50px;
	height:1px;
	background:rgba(255,255,255,0.41);
	left:50%;
	margin-left:-25px;
}
.main-search-input-item.location a {
	position:absolute;
	top:18px;
	right:22px;
	z-index:500
}
.main-search-input-item.location a:hover{
	border-radius:100%;
	animation: pulse 1.1s infinite ease-in-out;
}
.slider-container-wrap {
	padding:300px 0;
}
.slider-container-wrap.fs-slider {
	padding:0;
}
.slider-container   {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.slider-container .hero-section-wrap {
	padding-top:150px;
}
.slider-container-wrap.fs-slider .hero-section-wrap {
	top:35%;
	padding-top:0;
}
.bubble-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.individual-bubble {
	position: absolute;
	border-radius: 100%;
	bottom: 0;
	background-color: #ccc;
	z-index: 1;
	width:5px !important;
	height:5px !important;
	background:#fff;
	opacity:0.3;
	-webkit-animation: fade 20s infinite;
}
@-webkit-keyframes fade{from{bottom:-24px;opacity:0.5;visibility:visible}to{bottom:120%}}@keyframes fade{from{bottom:-24px;opacity:0.5;visibility:visible}to{bottom:120%}}
.absolute-main-search-input {
	position:absolute;
	bottom:70px;
	left:50%;
	margin-left:-450px;
 	width:900px;
	z-index:10;
}
.absolute-main-search-input .container {
	max-width:900px;
}
.absolute-main-search-input .main-search-input  {
	box-shadow: 0px 0px 0px 7px rgba(0,0,0,0.1);
}
.slideshow-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:110%;
	z-index:1;
}
.slideshow-item  , .slideshow-container .slick-slide{
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
.sw-btn{
	position:absolute;
	top:50%;
	width:44px;
	height:44px;
	line-height:44px;
	border-radius:100%;
	color:#fff;
	z-index:120;
	cursor:pointer;
	margin-top:-22px;
	box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
}
.sw-btn.swiper-button-prev {
	left:50px;
}
.swiper-button-prev .fa-long-arrow-left {
	margin-left: 15px;
}
.sw-btn.swiper-button-next {
	right:50px;
}
.swiper-button-next .fa-long-arrow-right {
	margin-left: 15px;
}
.sw-btn:hover {
	background: #2C3B5A;
}
.single-carousel .slick-dots , .listing-carousel .slick-dots {
	bottom:-50px;
}
.single-carousel   .slick-dots li button  , .listing-carousel .slick-dots li button {
	background:#BDCBDB;
}
.list-single-carousel-wrap {
	height:500px;
	background: #24324F;
}
.fw-carousel .slick-slide-item {
	width:auto;
	height:500px !important;
	float:left;
	cursor: w-resize;
}
.fw-carousel .slick-slide-item img {
	width:auto  ;
	height:100%   !important;
}
.list-single-carousel-wrap    .slick-slide-item .box-item {
	height:100%;
	z-index:20;
}
.list-single-carousel-wrap    .slick-slide-item .box-item:before {
	display:none;
}
.list-single-carousel-wrap .slick-slide-item {
	float:left;
      width: auto;
	  height:100%;
	  padding:0 0px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  overflow:hidden;
}
.list-single-carousel-wrap    .swiper-slide:first-child {
	padding-left:0px;
}
.list-single-carousel-wrap    .slick-slide-item    .box-item a.gal-link {
	top:-100px;
	right:50px;
}
.list-single-carousel-wrap    .slick-slide-item   .box-item:hover a.gal-link {
	top:50px;
}
.list-single-carousel-wrap .sw-btn , .single-slider-wrapper .sw-btn {
	top:50%;
}

.list-carousel .sw-btn.swiper-button-prev {
	left:8px;
}
.list-carousel .sw-btn.swiper-button-next {
	right:8px;
}
.single-slider img {
	width:100%;
	height:auto;
}
.slick-dots {
	position:absolute;
	bottom:40px;
	left:0;
	width:100%;
	text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background:  rgba(255,255,255,0.51);
	border-radius:100%;
}

.box-cat-container {
	display:inline-table;
	margin-top:10px;
}
.box-cat {
	display:inline-block;
	padding:20px 0;
	border-radius:6px;
	color:#fff;
	margin:0 10px;
	min-width:120px;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.2);
}
.box-cat:hover{
	background: #2C3B5A;
}
.box-cat  i {
	padding-bottom:10px;
	font-size:16px;
}
.bg-ser{
	-webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.popular-searching {
	float:left;
	width:100%;
	margin-top:40px;
}
.popular-searching div , .popular-searching a {
	display:inline-block;

	margin-right:20px;
	font-weight:500;
}
.popular-searching   div {
	color:#fff;
	margin-bottom:20px;
	font-size:13px;
}
.popular-searching   a {
	color:rgba(255,255,255,0.81);
	font-size:13px;
}
.popular-searching   a:hover {
	color:#fff;
}

.box-item {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top: 70px;
}
.box-item .fa-search {
	margin-right: 60px;
    float: right;
	font-size: 16px;
    background: #328cff;
    border-radius: 50%;
    padding: 8px;
	border: 6px solid rgba(244, 235, 235, 0.2);
    border-radius: 100%;
}

.box-item:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:2;
	background:rgba(51,51,51,0.41);
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-item a.gal-link{
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:100%;
	color:#fff;
	z-index:10;
	-webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fw-separator {
	float:left;
	width:100%;
	margin:25px 0;
	height:1px;
	background:#eee;
}