/* Listdo | Just another HTML Template

Template Name: Listdo
Author: Listdo
Version: 1.0.0

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Content Elements 
5. Main Header
6. Search Popup
7. Sticky Header
8. Mobile Header
9. Mobile Menu
10. Login Popup
11. Page Title
12. Section Title
13. Banner Section
14. What We Do
15. Features Section / Two 
16. Explore Section
17. Listing Section / Two / Three / Four / Ls Section
18. Listing Pagination / Two
19. Listing Banner / Two / Three / Four
20. Listing Nav
21. Listing Single 
22. How It Works / Two
23. Call to Action / Two / Three
24. Testimonial Carousel
25. News Section / Two
26. Post Title
27. Blog Single
28. Error Section
29. Pricing Section
30. Contact Section
31. Main Footer / Two / Three
32. Listing Maps
33. Shop Section
34. Shop Single
35. Product Tabs
36. Cart Section
37. CheckOut Page
38. Terms And Conditions
39. Coming Soon
40. Profile Banner
41. Profile Section
42. Add Listing Section
43. Dashboard
44. User Sidebar
45. Chat Widget
**********************************************/

/*** 

====================================================================
			Fonts
====================================================================

***/

@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900&display=swap");


@import url("flaticon.css");
@import url("fontawesome-all.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.min.css");
@import url("select2.min.css");
@import url("jquery.modal.min.css");
@import url("chosen.css");
@import url("line-awesome.css");
@import url("mmenu.css");
@import url("jquery.fancybox.min.css");

/*** 

====================================================================
		Reset
====================================================================

 ***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}




.headbuttonspace {
margin-right: 5px;
}



/*** 

====================================================================
	Content Elements
====================================================================

***/

.content-elements {
  position: relative;
  padding: 60px 0 10px;
}

.content-elements .column{
  position: relative;
  margin-bottom: 50px;
}

.content-elements h4.title{
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 25px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-70 {
  margin-top: 70px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}

.width-10 {
  width: 10%;
}
.width-20 {
  width: 20%;
}
.width-30 {
  width: 30%;
}
.width-40 {
  width: 70%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 30%;
}
.width-70 {
  width: 70%;
}
.width-80 {
  width: 80%;
}
.width-90 {
  width: 90%;
}
.width-100 {
  width: 100%;
}

.content-elements .buttons{
  margin-bottom: 20px;
}

.content-elements .buttons .column{
  margin-bottom: 30px;
}

.content-elements .buttons .theme-btn{
  min-width: 150px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.content-elements .buttons .theme-btn:last-child{
  margin-right: 0;
}








/*** 

====================================================================
	Features Section
====================================================================

***/

.features-section {
  position: relative;
  padding: 60px 0 30px;
}

.feature-block {
  position: relative;
  margin-bottom: 30px;
}

.feature-block .inner-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.feature-block .image {
  position: relative;
  margin-bottom: 0;
}

.feature-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-block .inner-box:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.feature-block .overlay-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(27, 32, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 32, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );
  content: "";
}

.feature-block .overlay-box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 30px 25px;
  z-index: 9;
}

.feature-block .overlay-box .icon-box {
  display: block;
  height: 70px;
  width: 70px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 64px;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  margin-bottom: 15px;
}

.feature-block .overlay-box h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}

.feature-block .overlay-box .locations {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.features-section.style-two .feature-block .overlay-box:after {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #1a1831;
  background: linear-gradient(45deg, #1a1831 0%, #ff007a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1831', endColorstr='#ff007a',GradientType=1 );
}

.features-section.style-two .feature-block .inner-box:hover .overlay-box:after {
  opacity: 0.8;
  visibility: visible;
}

/*** 

====================================================================
	Features Section Two
====================================================================

***/

.features-section-two {
  position: relative;
  padding: 60px 0 30px;
}

.feature-block-two {
  position: relative;
  margin-bottom: 30px;
}

.feature-block-two .inner-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 200px;
}

.feature-block-two .image {
  position: relative;
  margin: 0;
}

.feature-block-two .image img {
  display: block;
  width: 100%;
}

.feature-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f9fafc;
  content: "";
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-block-two .inner-box:hover .image:before {
  background: #1b2032;
  opacity: 0.9;
}

.feature-block-two .content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.feature-block-two .icon-box {
  position: relative;
  display: block;
  color: #f30d79;
  font-size: 54px;
  line-height: 1em;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-block-two h5 {
  font-size: 18px;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-block-two .locations {
  display: block;
  font-size: 14px;
  color: #5c6770;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-block-two:nth-of-type(8n + 1) .icon-box {
  color: #f30d79;
}
.feature-block-two:nth-of-type(8n + 2) .icon-box {
  color: #35c2a5;
}
.feature-block-two:nth-of-type(8n + 3) .icon-box {
  color: #4cbfd8;
}
.feature-block-two:nth-of-type(8n + 4) .icon-box {
  color: #ffb874;
}
.feature-block-two:nth-of-type(8n + 5) .icon-box {
  color: #ff7d4f;
}
.feature-block-two:nth-of-type(8n + 6) .icon-box {
  color: #8c689d;
}
.feature-block-two:nth-of-type(8n + 7) .icon-box {
  color: #35c2a5;
}
.feature-block-two:nth-of-type(8n + 8) .icon-box {
  color: #ff8480;
}

.feature-block-two .inner-box:hover h5,
.feature-block-two .inner-box:hover .locations,
.feature-block-two .inner-box:hover .icon-box {
  color: #ffffff;
}

/* Features Section Two / Style Two*/
.features-section-two.style-two .feature-block-two .image:before {
  background: #f7f8f9;
}
.features-section-two.style-two
  .feature-block-two
  .inner-box:hover
  .image:before {
  background: #32383d;
  opacity: 0.8;
}
.features-section-two.style-two .feature-block-two .icon-box {
  color: #ff5a5f;
}
.features-section-two.style-two .feature-block-two .inner-box:hover .icon-box {
  color: #ffffff;
}

/*** 

====================================================================
	Explore Section
====================================================================

***/

.explore-section {
  position: relative;
  padding: 60px 0 30px;
}

.explore-block {
  position: relative;
  margin-bottom: 30px;
}

.explore-block .inner-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.explore-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.explore-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.explore-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.explore-block .overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.explore-block .overlay-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(27, 32, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 32, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );
  content: "";
}

.explore-block .overlay-box .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 30px 25px;
  z-index: 9;
}

.explore-block .overlay-box .icon-box {
  display: block;
  height: 70px;
  width: 70px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  line-height: 64px;
  color: #ffffff;
  font-size: 34px;
  text-align: center;
  margin-bottom: 15px;
}

.explore-block .overlay-box h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}

.explore-block .overlay-box .locations {
  display: block;
  font-size: 14px;
  color: #ffffff;
}

.explore-section.style-two {
  padding: 0 0 30px;
}

.explore-section.style-two .explore-block .overlay-box:after {
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: #1a1831;
  background: linear-gradient(45deg, #1a1831 0%, #ff007a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1831', endColorstr='#ff007a',GradientType=1 );
}

.explore-section.style-two .explore-block .inner-box:hover .overlay-box:after {
  opacity: 0.8;
  visibility: visible;
}

/*** 

====================================================================
	Listing Section
==================0==================================================

***/

.listing-section {
  position: relative;
  padding: 60px 0;
  background-color: #f9fafc;
}

.listing-section.alternate{
  padding-bottom: 0;
}

.listing-section .owl-carousel {
  padding-bottom: 15px;
}

.carousel-outer .listing-block {
  padding: 4px;
}

.listing-block {
  position: relative;
  margin-bottom: 30px;
}

.listing-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.listing-block .image-box {
  position: relative;
}

.listing-block .image {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.listing-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.listing-block .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(27, 32, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 32, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );
  z-index: 1;
  content: "";
}

.listing-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-block .tags {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 20px;
  z-index: 2;
}

.listing-block .tags span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  padding: 5px 30px;
  line-height: 22px;
  font-size: 14px;
  color: #1b2032;
  background-color: #ffffff;
  border-radius: 50px;
  margin-bottom: 5px;
}

.listing-block .like-btn {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

.listing-block .like-btn span {
  margin-right: 10px;
}

.listing-block .lower-content {
  position: relative;
  padding: 20px 30px;
  z-index: 2;
}

.listing-block .user-thumb {
  position: absolute;
  right: 30px;
  top: -32px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.listing-block .user-thumb img {
  display: block;
  width: 100%;
}

.listing-block .rating {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-block .fa {
  font-size: 11px;
  color: #ffa737;
}

.listing-block .title {
  margin-left: 3px;
}

.listing-block h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 5px;
}

.listing-block h3 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #1b2032;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-block h3 a:hover {
  color: #ffa737;
}

.listing-block h3 .icon {
  margin-left: 10px;
}

.icon-verified {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-left: 10px;
  border-radius: 50%;
  background-image: url(../images/icons/icon-verified.jpg);
  background-position: center;
}

.listing-block .text {
  position: relative;
  margin-bottom: 10px;
}

.listing-block .info {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.listing-block .info li {
  position: relative;
  color: #5c6770;
}

.listing-block .info li span {
  margin-right: 7px;
}

.listing-block .bottom-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #e6e8ed;
  padding: 10px 25px;
}

.listing-block .status {
  position: relative;
  font-size: 14px;
  color: #5c6770;
}

.listing-block .places {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.listing-block .place {
  position: relative;
  color: #4cbfd8;
  font-size: 14px;
  margin-right: 30px;
}

.listing-block .place .icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #4cbfd8;
  margin-right: 7px;
}

.listing-block .count {
  position: relative;
  height: 34px;
  width: 34px;
  display: block;
  font-size: 11px;
  color: #5c6770;
  font-weight: 400;
  border: 2px solid #e6e8ed;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

/***====================================
	Listing Section / Style two
==================0==================***/

.listing-section.style-two {
  position: relative;
  background: none;
  padding: 0;
}

.listing-section.style-two .carousel-outer {
  position: relative;
  padding: 0 60px;
}

.listing-section.style-two .owl-prev {
  left: -35px;
}

.listing-section.style-two .owl-next {
  right: -35px;
}

/*** 

====================================================================
	Listing Section Two
==================0==================================================

***/

.listing-section-two {
  position: relative;
  padding: 60px 0;
  background-color: #f9fafc;
}

.listing-section-two .carousel-outer {
  padding: 0 45px;
}

.listing-block-two {
  position: relative;
  margin-bottom: 30px;
}

.carousel-outer .listing-block-two {
  padding: 4px;
  margin-bottom: 0;
}

.listing-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.listing-block-two .image-box {
  position: relative;
}

.listing-block-two .image {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.listing-block-two .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.listing-block-two .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(27, 32, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 32, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );
  z-index: 1;
  content: "";
}

.listing-block-two .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-block-two .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 25px;
}

.listing-block-two .tags {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 20px;
  z-index: 1;
}

.listing-block-two .tags span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  padding: 5px 30px;
  line-height: 22px;
  font-size: 14px;
  color: #1b2032;
  background-color: #ffffff;
  border-radius: 50px;
}

.listing-block-two .like-btn {
  position: absolute;
  right: 25px;
  top: 30px;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

.listing-block-two .like-btn span {
  margin-right: 10px;
}

.listing-block-two .user-thumb {
  position: relative;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -60px;
  z-index: 9;
}

.listing-block-two .user-thumb img {
  display: block;
  width: 100%;
}

.listing-block-two .rating {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-block-two .fa {
  font-size: 11px;
  color: #ffa737;
}

.listing-block-two .title {
  color: #ffffff;
  opacity: 0.6;
  margin-left: 3px;
}

.listing-block-two h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.listing-block-two h3 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-block-two h3 a:hover {
  color: #ffffff;
}

.listing-block-two h3 .icon {
  margin-left: 10px;
}

.listing-block-two .text {
  position: relative;
  margin-bottom: 10px;
}

.listing-block-two .info {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.listing-block-two .info li {
  position: relative;
  color: #ffffff;
  opacity: 0.7;
}

.listing-block-two .info li span {
  color: #ffffff;
  margin-right: 7px;
}

.listing-block-two .bottom-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #e6e8ed;
  padding: 15px 25px;
}

.listing-block-two .status {
  font-size: 14px;
  color: #5c6770;
  min-width: 100px;
  margin-left: -60px;
  text-align: center;
}

.listing-block-two .places {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.listing-block-two .place {
  position: relative;
  color: #4cbfd8;
  font-size: 14px;
  margin-right: 30px;
}

.listing-block-two .place .icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #4cbfd8;
  margin-right: 7px;
}

.listing-block-two .count {
  position: relative;
  height: 34px;
  width: 34px;
  display: block;
  font-size: 11px;
  color: #5c6770;
  font-weight: 400;
  border: 2px solid #e6e8ed;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.listing-block-two .place.pink {
  color: #ff8480;
}
.listing-block-two .place.pink .icon {
  background-color: #ff8480;
}

.listing-block-two .place.purple {
  color: #8c689d;
}
.listing-block-two .place.purple .icon {
  background-color: #8c689d;
}

.listing-block-two .place.green {
  color: #35c2a5;
}
.listing-block-two .place.green .icon {
  background-color: #35c2a5;
}

.listing-block-two .place.dark-pink {
  color: #ff007a;
}
.listing-block-two .place.dark-pink .icon {
  background-color: #ff007a;
}

.listing-block-two .place.orange {
  color: #ffb874;
}
.listing-block-two .place.orange .icon {
  background-color: #ffb874;
}

.listing-section-two .default-nav .owl-prev {
  left: -35px;
}

.listing-section-two .default-nav .owl-next {
  right: -35px;
}

/*** 

====================================================================
	Listing Section Three
==================0==================================================

***/

.listing-section-three {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 120px;
}

.listing-section-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1b2032;
  opacity: 0.93;
  content: "";
}

.listing-section-three .owl-next {
  right: -35px;
}

.listing-section-three .owl-prev {
  left: -35px;
}

.listing-section-three .carousel-outer .listing-block-two .inner-box {
  box-shadow: none;
}

.listing-section-three .listing-block-two .image:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1a1831;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(45deg, #1a1831 0%, #ff007a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1831', endColorstr='#ff007a',GradientType=1 );
  z-index: 1;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-section-three .listing-block-two .inner-box:hover .image:after {
  opacity: 0.8;
  visibility: visible;
}

/*** 

====================================================================
	Listing Section Four
==================0==================================================

***/

.listing-section-four {
  position: relative;
  padding: 60px 0;
}

.listing-section-four.alternate{
  padding-top: 0;
  background: #f9fafc;
}

.carousel-outer .listing-block-three {
  padding: 4px;
  margin-bottom: 0;
}

/*=== Listing BLock Three ===*/

.listing-block-three {
  position: relative;
  margin-bottom: 30px;
}

.listing-block-three .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.listing-block-three .image-box {
  position: relative;
}

.listing-block-three .image {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.listing-block-three .image img {
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.listing-block-three .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(27, 32, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 32, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );
  z-index: 1;
  content: "";
}

.listing-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-block-three .tags {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 20px;
  z-index: 1;
}

.listing-block-three .tags span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  padding: 5px 30px;
  line-height: 22px;
  font-size: 14px;
  color: #1b2032;
  background-color: #ffffff;
  border-radius: 50px;
}

.listing-block-three .like-btn {
  position: absolute;
  right: 25px;
  top: 30px;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

.listing-block-three .like-btn span {
  margin-right: 10px;
}

.listing-block-three .features {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 10px 30px;
  width: 75%;
}

.listing-block-three .features li {
  position: relative;
  color: #ffffff;
  width: 50%;
  margin: 0;
  float: left;
}

.listing-block-three .title-box {
  position: relative;
  padding: 20px 30px 15px;
  padding-right: 100px;
}

.listing-block-three .user-thumb {
  position: absolute;
  right: 25px;
  top: -32px;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  border: 5px solid rgba(255, 255, 255, 0.15);
}

.listing-block-three .user-thumb img {
  display: block;
  width: 100%;
}

.listing-block-three h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 5px;
}

.listing-block-three h3 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #1b2032;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-block-three h3 a:hover {
  color: #1b2032;
}

.listing-block-three h3 .icon {
  margin-left: 10px;
}

.listing-block-three .text {
  position: relative;
  font-size: 14px;
  color: #5c6770;
}

.listing-block-three .info {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.listing-block-three .info li {
  position: relative;
  color: #ffffff;
  opacity: 0.7;
}

.listing-block-three .info li span {
  color: #ffffff;
  margin-right: 7px;
}

.listing-block-three .bottom-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #e6e8ed;
  padding: 15px 25px;
}

.listing-block-three .status {
  font-size: 14px;
  color: #5c6770;
  min-width: 100px;
  margin-left: -60px;
  text-align: center;
}

.listing-block-three .places {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.listing-block-three .place {
  position: relative;
  color: #4cbfd8;
  font-size: 14px;
  margin-right: 30px;
}

.listing-block-three .place .icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #4cbfd8;
  margin-right: 7px;
}

.listing-block-three .count {
  position: relative;
  height: 34px;
  width: 34px;
  display: block;
  font-size: 11px;
  color: #5c6770;
  font-weight: 400;
  border: 2px solid #e6e8ed;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

/*=== Listing BLock Four ===*/

.carousel-outer .listing-block-four {
  padding: 4px;
  margin-bottom: 0;
}

.listing-block-four {
  position: relative;
  margin-bottom: 30px;
}

.listing-block-four .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.listing-block-four .image-box {
  position: relative;
}

.listing-block-four .image {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.listing-block-four .image img {
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.listing-block-four .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(50, 56, 61, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(50, 56, 61, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#32383d',GradientType=0 );
  z-index: 1;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-block-four .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-block-four .tags {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 20px;
  z-index: 1;
}

.listing-block-four .tags span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  padding: 5px 18px;
  line-height: 22px;
  font-size: 14px;
  color: #1b2032;
  background-color: #ffffff;
  border-radius: 50px;
}

.listing-block-four .like-btn {
  position: absolute;
  right: 25px;
  top: 30px;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

.listing-block-four .like-btn span {
  margin-right: 10px;
}

.listing-block-four h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 30px;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  z-index: 1;
}

.listing-block-four h3 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-block-four h3 a:hover {
  color: #ffffff;
}

.listing-block-four h3 .icon {
  margin-left: 10px;
}

.listing-block-four .features-box {
  position: relative;
  padding: 15px 30px 10px;
  padding-right: 100px;
}

.listing-block-four .features {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.listing-block-four .features li {
  position: relative;
  color: #5c6770;
  width: 50%;
}

.listing-block-four .user-thumb {
  position: absolute;
  right: 25px;
  top: -32px;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9;
  border: 5px solid rgba(255, 255, 255, 0.15);
}

.listing-block-four .user-thumb img {
  display: block;
  width: 100%;
}

.listing-block-four .bottom-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #e6e8ed;
  padding: 10px 25px;
}

.listing-block-four .location {
  font-size: 14px;
  color: #5c6770;
  min-width: 100px;
  margin-left: -60px;
  text-align: center;
}
.listing-block-four .rating {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-block-four .fa {
  font-size: 11px;
  color: #ffa737;
}

/*** 

====================================================================
	Listing Tabs Section
==================0==================================================

***/

.listing-tabs-section {
  position: relative;
  padding: 60px 0 30px;
  background-color: #f7f8f9;
}

.listing-tabs {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.listing-tabs .tab-buttons {
  position: relative;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: flex;
  margin-bottom: 26px;
}

.listing-tabs .tab-buttons li {
  position: relative;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 20px;
  color: #32383d;
  background: #ffffff;
  min-width: 110px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-tabs .tab-buttons li.active-btn {
  background-color: #ff5a5f;
  color: #ffffff;
}

/*** 

====================================================================
	Ls Section
==================0==================================================

***/

.ls-section {
  position: relative;
}

.ls-section .ls-cotainer {
  position: relative;
  display: -webkit-box;
  display: flex;
  height: 100%;
}

.ls-section .content-column {
  position: relative;
  height: calc(100vh - 85px);

}

.ls-section ::-webkit-scrollbar {
  width: 5px;
  background: #eeeeee;
}

.ls-section ::-webkit-scrollbar-track {
  background: #ffffff;
}

.ls-section ::-webkit-scrollbar-thumb {
  background: #eeeeee;
}

.ls-section .map-column {
  position: absolute;
  height: calc(100vh - 135px);
  right: 0;
  bottom: 30px;
}

.ls-section .map-column #map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.ls-section .content-column .upper-box {
  position: relative;
  padding: 20px 30px;
}

.ls-section .filters-backdrop{
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 1000%;
  background: #1b2032;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.active-filters .ls-section .filters-backdrop{
  opacity: .80;
  visibility: visible;
}

.ls-section .filters-column.hide-left{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh !important;
  max-width: 320px;
  width: 100%;
  padding: 0 !important;
  background: #fff;
  z-index: 99;
  overflow-y: auto !important;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ls-section .filters-column.hide-left .inner-column{
  min-height: 100%;
}

.active-filters .ls-section .filters-column.hide-left{
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.ls-section .toggle-filters{
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  background: #ffa737;
  display: none;
}

.ls-section .toggle-filters.show{
  display: block;
}

.ls-section .sort-by.show-filters{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ls-section .sort-by.show-filters .chosen-select{
  width: auto;
}

.ls-section .show-filters .toggle-filters{
    position: relative;
    margin-bottom: 0;
    margin-right: 20px;
    color: #ffffff;
    background: #ffa737;
    white-space: nowrap;
    background: none;
    display: block;
    color: #1b2032;
    top: -4px;
    font-size: 16px;
    width: auto;
}

.ls-section .show-filters .toggle-filters span{
  margin-right: 10px;
}

.ls-section .close-filters{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    min-width: auto;
    height: 25px;
    border: 1px solid #333;
    border-radius: 50%;
    color: #000;
    line-height: 25px;
    font-size: 12px;
    z-index: 99;
    display: none;
}

.ls-section .top-filters {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 2px solid #e6e8ed;
}

.ls-section .top-filters li {
  position: relative;
  margin-right: 20px;
}

.ls-section .top-filters li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #1b2032;
  padding: 10px 22px;
  font-weight: 700;
  top: 2px;
  border-bottom: 2px solid transparent;
}

.ls-section .top-filters li.active a {
  border-bottom: 2px solid #021f4a;
}

.ls-section .listing-search-form {
  border: 0;
  margin-bottom: 30px;
}

.ls-section .listing-search-form form {
  padding: 0;
}

.ls-section .listing-search-form .row {
  margin: 0 -10px;
}

.ls-section .listing-search-form .form-group {
  border: 0;
  padding: 0 10px;
  margin-bottom: 20px;
}

.ls-section .listing-search-form .form-group:last-child {
  margin-bottom: 0;
}

.ls-section .listing-search-form .form-group .icon:after {
  display: none;
}

.ls-section .listing-search-form .chosen-container {
  border: 2px solid #e6e8ed;
}

.ls-section .listing-search-form .chosen-container-single .chosen-single {
  height: 50px;
}

.ls-section .listing-search-form input,
.ls-section .listing-search-form select,
.ls-section .listing-search-form button {
  height: 54px;
  padding: 10px 20px;
  line-height: 30px;
  border: 2px solid #e6e8ed;
  border-radius: 5px;
}

.ls-section .switchbox-outer {
  position: relative;
  margin-bottom: 30px;
}

/*=====================
    Map Layout 3
======================*/

.ls-section.map-layout-3 .filters-column{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-3 .filters-column{
  transform: translateX(0%);
  transition: all 300ms ease;
}

.ls-section.map-layout-3 .ls-cotainer{
  padding-left: 0;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-3 .content-column{
  width: 58%;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-3 .map-column{
  width: 34%;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-3 .ls-cotainer{
  padding-left: 20%;
  transition: all 300ms ease;
}

.ls-section.map-layout-3 .content-column,
.ls-section.map-layout-3 .map-column{
  width: 50%;
  transition: all 300ms ease;
}

/*=====================
    Map Layout 4
======================*/

.ls-section.map-layout-4 .filters-column{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-4 .filters-column{
  transform: translateX(0%);
  transition: all 300ms ease;
}

.ls-section.map-layout-4 .ls-cotainer{
  padding-left: 0;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-4 .content-column{
  width: 58%;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-4 .map-column{
  width: 34%;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-4 .ls-cotainer{
  padding-left: 20%;
  transition: all 300ms ease;
}

.ls-section.map-layout-4 .content-column,
.ls-section.map-layout-4 .map-column{
  width: 50%;
  transition: all 300ms ease;
}

/*=====================
    Map Layout 5
======================*/

.ls-section.map-layout-5 .filters-column{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-5 .filters-column{
  transform: translateX(0%);
  transition: all 300ms ease;
}

.ls-section.map-layout-5 .ls-cotainer{
  padding-left: 0;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-5 .content-column{
  width: 35%;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-5 .map-column{
  width: 52%;
  transition: all 300ms ease;
}

.active-filters .ls-section.map-layout-5 .ls-cotainer{
  padding-left: 20%;
  transition: all 300ms ease;
}

.ls-section.map-layout-5 .content-column,
.ls-section.map-layout-5 .map-column{
  width: 50%;
  transition: all 300ms ease;
}

/*=====================
    Ls Outer
======================*/

.ls-section .ls-outer {
  position: relative;
  padding: 20px 30px;
  background-color: #f9fafc;
}

.ls-switcher {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.ls-switcher .showing-result {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.ls-switcher .showing-result .text {
  font-size: 16px;
  color: #1b2032;
}

.ls-switcher .arrange {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin-right: 20px;
}

.ls-switcher .arrange a {
  margin-right: 10px;
}

.ls-switcher .arrange .icon {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  border: 2px solid #d7dbe4;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  color: #a3acc2;
  font-size: 16px;
}

.ls-switcher .arrange .active .icon {
  color: #a3acc2;
  border-color: #a3acc2;
}

.ls-switcher .sort-by {
  position: relative;
  margin-bottom: 10px;
}

.ls-switcher .sort-by .chosen-single {
  padding: 0 20px;
  min-width: 150px;
  background: none;
  position: relative;
  margin-top: -10px;
}

.ls-switcher .sort-by .chosen-container-active .chosen-single {
  background: #ffffff;
}

/*====================================
		Listing Block Five
====================================*/

.listing-block-five {
  position: relative;
  margin-bottom: 30px;
}

.listing-block-five .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.listing-block-five .image-box {
  position: relative;
}

.listing-block-five .image {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
  width: 280px;
}

.listing-block-five .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.listing-block-five .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(27, 32, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 32, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );
  z-index: 1;
  content: "";
}

.listing-block-five .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-block-five .tags {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 20px;
}

.listing-block-five .tags span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  padding: 5px 30px;
  line-height: 22px;
  font-size: 14px;
  color: #1b2032;
  background-color: #ffffff;
  border-radius: 50px;
}

.listing-block-five .like-btn {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

.listing-block-five .like-btn span {
  margin-right: 10px;
}

.listing-block-five .content-box {
  position: relative;
  width: 100%;
}

.listing-block-five .content-box .upper-box {
  position: relative;
  padding: 20px 40px 10px;
  z-index: 2;
  width: 100%;
}

.listing-block-five .user-thumb {
  position: absolute;
  left: -27px;
  top: 24px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.15);
}

.listing-block-five .user-thumb img {
  display: block;
  width: 100%;
}

.listing-block-five .rating {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-block-five li {
list-style-type: circle;
}

.listing-block-five .title {
  margin-left: 3px;
}





.listing-block-five .text {
  position: relative;
  margin-bottom: 10px;
}

.listing-block-five .info {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}


.listing-block-five .bottom-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-top: 1px solid #e6e8ed;
  padding: 10px 40px;
}

.listing-block-five .status {
  position: relative;
  font-size: 14px;
  color: #5c6770;
}

.listing-block-five .places {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.listing-block-five .place {
  position: relative;
  color: #4cbfd8;
  font-size: 14px;
  margin-right: 30px;
}

.listing-block-five .place .icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #4cbfd8;
  margin-right: 7px;
}

.listing-block-five .count {
  position: relative;
  height: 34px;
  width: 34px;
  display: block;
  font-size: 11px;
  color: #5c6770;
  font-weight: 400;
  border: 2px solid #e6e8ed;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

/*=== Filters Column ===*/

.ls-section .filters-column {
  position: relative;
  min-width: 280px;
  position: relative;
  padding: 20px 30px;
  height: calc(100vh - 85px);
  overflow-x: hidden;
  overflow-y: auto;
}

.ls-section .filters-column .btn-box {
  position: relative;
  margin-top: 25px;
  margin-bottom: 20px;
}

.ls-section .filters-column .btn-box .theme-btn {
  display: block;
  width: 100%;
}

.ls-section .map-column .hide-filters {
  position: absolute;
  left: 40px;
  top: 40px;
}

.hide-filters .theme-btn .flaticon-plus-symbol:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}


/*===================================
		Listing Block Six
====================================*/

.listing-block-six {
  position: relative;
  margin-bottom: 20px;
}

.listing-block-six .inner-box {
  position: relative;
  padding: 10px 10px;
  display: -webkit-box;
  display: flex;
  background: #ffffff;
  width: 100%;
  align-items: center;
  border-radius: 10px;
  min-height: 110px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.listing-block-six .image-box {
  position: relative;
  margin-right: 20px;
}

.listing-block-six .image-box .image {
  height: 90px;
  width: 120px;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}

.listing-block-six .image-box .image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.listing-block-six .content {
  position: relative;
  width: 100%;
}

.listing-block-six .rating {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-block-six .fa {
  font-size: 11px;
  color: #ffa737;
}

.listing-block-six .title {
  margin-left: 3px;
}

.listing-block-six h3 {
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 3px;
}

.listing-block-six h3 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #1b2032;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-block-six h3 a:hover {
  color: #ffa737;
}

.listing-block-six h3 .icon {
  margin-left: 10px;
}

.listing-block-six .text {
  position: relative;
  margin-bottom: 10px;
}

.listing-block-six .info {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3px;
}

.listing-block-six .info li {
  position: relative;
  color: #5c6770;
  margin-right: 15px;
  font-size: 14px;
  line-height: 24px;
}

.listing-block-six .info li span {
  margin-right: 5px;
}

/*** 

====================================================================
	Listing Pagination
==================0==================================================

***/

.ls-pagination {
  position: relative;
  margin: 10px 0 20px;
}

.ls-pagination ul {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.ls-pagination li {
  position: relative;
  margin: 0 4px;
  font-size: 14px;
  color: #4f4f4f;
  min-width: 45px;
  font-weight: 400;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}

.ls-pagination li a {
  position: relative;
  display: block;
  height: 45px;
  width: 45px;
  color: #4f4f4f;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ls-pagination li a:hover,
.ls-pagination li a.current-page {
  background: #021f4a;
  color: #ffffff;
}

.ls-pagination li.next a,
.ls-pagination li.prev a {
  position: relative;
  min-width: 108px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #d7dbe4;
  margin: 0 12px;
}

.ls-pagination li.next i {
  margin-left: 10px;
  color: #fb3174;
}

.ls-pagination li.prev i {
  margin-right: 10px;
  color: #fb3174;
}

/* ls Pagination Two*/

.ls-pagination-two {
  position: relative;
  max-width: 440px;
  margin: 10px auto 20px;
}

.ls-pagination-two ul {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background: #021f4a;
  border-radius: 50px;
}

.ls-pagination-two li {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
}

.ls-pagination-two li.next a,
.ls-pagination-two li.prev a {
  position: relative;
  min-width: 105px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50px;
  color: #ffffff;
  background-color: #092d63;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ls-pagination-two li.next i {
  margin-left: 10px;
}

.ls-pagination-two li.prev i {
  margin-right: 10px;
}

.ls-pagination-two li.next a:hover,
.ls-pagination-two li.prev a:hover {
  color: #ffa737;
}

/*** 

====================================================================
	Listing Section / Sytle Two
==================0==================================================

***/

.ls-section.style-two {
  background-color: #f9fafc;
  padding: 60px 0;
}

.ls-section.style-two .content-column,
.ls-section.style-two .filters-column {
  height: auto;
  padding: 0 15px;
  overflow: visible;
}

.ls-section.style-two .filters-column .inner-column {
  position: relative;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  height: auto;
}

.ls-section.style-two .ls-outer {
  padding: 0;
}

.ls-section.style-two .ls-pagination {
  margin-top: 50px;
}

/*** 

====================================================================
	Listing Banner
====================================================================

***/

.listing-banner {
  position: relative;
  display: block;
  height: 740px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.listing-banner .background-layer:before {
  background: #080e7b;
  background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080e7b', endColorstr='#3c1da8',GradientType=1 );
  opacity: 0.8;
  content: "";
}

.listing-banner .content-box {
  top: 30px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.listing-banner .content-box .rating {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-banner .content-box .rating .fa {
  font-size: 11px;
  color: #ffa737;
}

.listing-banner .content-box .rating .title {
  margin-left: 3px;
  color: #ffffff;
}

.listing-banner .content-box .image {
  position: relative;
  height: 95px;
  width: 95px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}

.listing-banner .content-box .image img {
  display: block;
  width: 100%;
}

.listing-banner .content-box h3 {
  font-size: 25px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}

.listing-banner .content-box .text {
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
}

.listing-banner .listing-options {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
}

.listing-options .options-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-items: center;
  text-align: center;
}

.listing-options .options-list li {
  white-space: nowrap;
  margin: 0 35px 25px;
}

.listing-options .options-list li a {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-options .options-list li span {
  position: relative;
  display: block;
  font-size: 26px;
}

.listing-options .options-list li a:hover {
  color: #fcba3d;
}

/* ============================
	Social Share Popup
==============================*/

.social-share {
  position: relative;
  text-align: center;
  padding: 30px 0;
}

.social-share h3{
  position: relative;
  display: block;
  font-size: 20px;
  color: #1b2032;
  line-height: 30px;
  margin-bottom:30px;
}

.social-share .social-icon-three{
  padding:0 40px;
  margin-bottom: -30px;
}

/* ============================
	Listing Report Popup
==============================*/

.report-listing{
  position: relative;
  padding: 30px;
  max-width: 600px;
 }

 .report-listing h3{
  position: relative;
  display: block;
  font-size: 20px;
  color: #1b2032;
  line-height: 30px;
  margin-bottom:15px;
  text-align: center;
}

.report-listing .text{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.report-listing .default-form .form-group:not(:last-child){
  margin-bottom: 18px;
}

.report-listing .default-form .form-group .theme-btn{
  min-width: 120px;
}

/*** 

====================================================================
	Listing Banner Two
====================================================================

***/

.listing-banner-two {
  position: relative;
  display: block;
  height: 740px;
}

.listing-banner-two .slide-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 740px;
    width: 100%;
}

.listing-banner-two .slide-item:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #021f4a;
  opacity: .80;
  content: "";
  z-index: 1;
}

.listing-banner-two .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 100%;
}

.listing-banner-two .owl-prev,
.listing-banner-two .owl-next {
  position: absolute;
  left: 30px;
  height: 80px;
  width: 40px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  line-height: 76px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-banner-two .owl-next {
  left: auto;
  right: 30px;
}

.listing-banner-two .owl-prev:hover,
.listing-banner-two .owl-next:hover {
  background: #ffffff;
  color: #1b2032;
}

.listing-banner-two .cotnent-outer{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.listing-banner-two .cotnent-outer .auto-container{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.listing-banner-two .content-box {
  position: relative;
  padding-left: 140px;
  min-height: 110px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.listing-banner-two .content-box .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}

.listing-banner-two .content-box .image img {
  display: block;
  width: 100%;
}

.listing-banner-two .content-box h3 {
  font-size: 25px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
}

.listing-banner-two .content-box h3 .icon{
  margin-left: 20px;
}

.listing-banner-two .content-box .text {
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 10px;
}

.listing-banner-two .content-box .rating {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-banner-two .content-box .rating .fa {
  font-size: 11px;
  color: #ffa737;
  letter-spacing: 2px;
}

.listing-banner-two .content-box .rating .title {
  margin-left: 3px;
  color: #ffffff;
}

.listing-options-two{
  position: relative;
  margin-bottom: 20px;
}

.listing-options-two .options-list {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}

.listing-options-two .options-list li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}

.listing-options-two .options-list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 23px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,.20);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-options-two .options-list li span {
  position: relative;
  margin-right: 10px;
  font-size: 18px;
}

.listing-options-two .options-list li a:hover {
  color: #fcba3d;
  border: 1px solid #fcba3d;
}

.listing-options-two .options-list #more-options{
  position: relative;
  padding: 11px 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 23px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-options-two .options-list li.active #more-options,
.listing-options-two .options-list #more-options:hover{
  color: #fcba3d;
}

.listing-options-two .options-list li button span {
  font-size: 24px;
}

.listing-options-two .options-list li ul{
    position: absolute;
    right: 0;
    bottom: 100%;
    min-width: 185px;
    border-radius: 10px;
    padding-top: 18px;
    background: rgba(255,2555,255,.15);
    opacity: 0;
    visibility: hidden;
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.listing-options-two .options-list li.active ul{
  opacity: 1;
  visibility: visible;
}

.listing-options-two .options-list li ul:before{
  position: absolute;
  right: 10px;
  top: 100%;
  border-top: 10px solid #ffffff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  opacity: .15;
}

.listing-options-two .options-list li li a{
  padding: 0;
  border: 0;
  margin-bottom: 18px;
}

.listing-options-two .options-list li li a:hover{
  border: 0;
}

.listing-options-two .options-list li li a span{
  margin-right: 15px;
  font-size: 20px;
}


/*** 

====================================================================
  Listing Banner Three
====================================================================

***/

.listing-banner-three {
  position: relative;
  display: block;
}

.listing-banner-three .slide-item{
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.listing-banner-three .single-item-carousel{
  position: relative;
}

.listing-banner-three .single-item-carousel:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #021f4a;
  opacity: .80;
  content: "";
  z-index: 2;
}

.listing-banner-three .slide-item .slide-img{
  position: relative;
  height: 100%;
  width: 33.33333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.listing-banner-three .owl-nav {
  display: none;
}

.listing-banner-three .cotnent-outer{
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.listing-banner-three .cotnent-outer .auto-container{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listing-banner-three .content-box {
  position: relative;
  padding-left: 140px;
  min-height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.listing-banner-three .content-box .image {
  position: absolute;
  left: 0;
  top: -55px;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}

.listing-banner-three .content-box .image img {
  display: block;
  width: 100%;
}

.listing-banner-three .content-box h3 {
  font-size: 22px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 5px;
}

.listing-banner-three .content-box .text {
  font-size: 14px;
  line-height: normal;
  color: #5c6770;
}

.listing-banner-three .price-box{
  position: relative;
  display: flex;
  align-items: center;
}

.listing-banner-three .price-box .price{
  position: relative;
  font-size: 16px;
  color: #5c6770;
  font-weight: 400;
  display: flex;
  top: 3px;
}

.listing-banner-three .price-box .price strong{
  font-size: 25px;
  display: inline-block;
  color: #1b2032;
   margin-left: 10px;
}

.listing-banner-three .price-box .theme-btn{
  margin-left: 20px;
  border-radius: 50px;
  min-width: 140px;
  padding: 5px 30px;
  font-weight: 400;
}

.listing-banner-three .price-box .theme-btn .icon{
  margin: 0;
  font-size: 18px;
  margin-right: 10px;
}

.listing-options-three{
  position: relative;
  padding-top: 70px;
  background: #f9fafc;
}

.listing-options-three .listing-options {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}

.listing-options-three .options-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.listing-options-three .options-list li {
  position: relative;
  margin: 0 30px 0px;
}

.listing-options-three .options-list li a {
  position: relative;
  display: flex;
  font-size: 14px;
  color: #5c6770;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-options-three .options-list li span {
  position: relative;
  display: block;
  margin-right: 15px;
  font-size: 18px;
}

.listing-options-three .options-list li a:hover {
  color: #1b2032;
}

/*** 

====================================================================
  Listing Banner Four
====================================================================

***/

.listing-banner-four {
  position: relative;
  display: block;
}

.listing-banner-four .slide-item{
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.listing-banner-four .single-item-carousel{
  position: relative;
}

.listing-banner-four .single-item-carousel:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 2;
}

.listing-banner-four .single-item-carousel .slide-img{
  position: relative;
  display: block;
  height: 100%;
  width: 33.33333%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.listing-banner-four .owl-nav {
  display: none;
}

.listing-banner-four .cotnent-outer{
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #f1f3f7;
}

.listing-banner-four .cotnent-outer .auto-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listing-banner-four .content-box {
  position: relative;
  padding-left: 130px;
  min-height: 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.listing-banner-four .content-box .image {
  position: absolute;
  left: 0;
  top: 15px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}

.listing-banner-four .content-box .image img {
  display: block;
  width: 100%;
}

.listing-banner-four .content-box h3 {
  font-size: 25px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 5px;
}

.listing-banner-four .content-box .text {
  font-size: 14px;
  line-height: normal;
  color: #5c6770;
  margin-bottom: 10px;
}

.listing-banner-four .content-box .rating {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-banner-four .content-box .rating .fa {
  font-size: 11px;
  color: #ffa737;
}

.listing-banner-four .content-box .rating .title {
  margin-left: 3px;
  color: #5c6770;
}

.listing-banner-four .price-box{
  position: relative;
  display: flex;
  align-items: center;
}

.listing-banner-four .price-box .price{
  position: relative;
  font-size: 16px;
  color: #5c6770;
  font-weight: 400;
  display: flex;
  top: 3px;
}

.listing-banner-four .price-box .price strong{
  font-size: 25px;
  display: inline-block;
  color: #1b2032;
   margin-left: 10px;
}

.listing-banner-four .price-box .theme-btn{
  margin-left: 20px;
  border-radius: 50px;
  min-width: 140px;
  padding: 5px 30px;
  font-weight: 400;
}

.listing-banner-four .price-box .theme-btn .icon{
  margin: 0;
  font-size: 18px;
  margin-right: 10px;
}

.listing-banner-four .view-img{
  position: absolute;
  right: 25px;
  top: -75px;
}

.listing-banner-four .view-img .theme-btn{
  border-radius: 50px;
}

.listing-banner-four .view-img .theme-btn .icon{
  margin-left: 0;
  margin-right: 10px;
}

.listing-options-four{
  position: relative;
}

.listing-options-four .listing-options {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}

.listing-options-four .options-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.listing-options-four .options-list li {
  position: relative;
  margin-right: 40px;
  white-space: nowrap;
}

.listing-options-four .options-list li a {
  position: relative;
  display: flex;
  font-size: 14px;
  color: #5c6770;
  font-weight: 400;
  line-height: 30px;
  padding: 25px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-options-four .options-list li span {
  position: relative;
  display: block;
  margin-right: 15px;
  font-size: 18px;
}

.listing-options-four .options-list li a:hover {
  color: #021f4a;
}


/*** 

====================================================================
  Listing Nav
====================================================================

***/

.listing-nav{
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.listing-nav .nav-inner{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: auto;
}

.listing-nav .navigation{
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.listing-nav .navigation li{
  position: relative;
  font-size: 16px;
  color: #5c6770;
  font-weight: 400;
  margin-right: 30px;
  padding: 20px 10px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 300ms ease;
}

.listing-nav .navigation li .icon{
  margin-right: 10px;
  font-size: 17px;
}

.listing-nav .navigation li.active{
  color: #021f4a;
  border-color: #021f4a;
}

.listing-nav .like-btn{
  position: relative;
  margin-left: 50px;
  white-space: nowrap;
}

.listing-nav .like-btn a{
  position: relative;
  font-size: 16px;
  color: #1b2032;
  font-weight: 400;
}

.listing-nav .like-btn a span{
  margin-right: 10px;
  color: #9fa9b8;
}

/*** 

====================================================================
	Listing Single 
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 60px 0 20px;
}

.sidebar-page-container .content-side {
  position: relative;
  margin-bottom: 30px;
}

.listing-single {
  position: relative;
}

.ls-widget {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.ls-widget .widget-title {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background: #ffffff;
  padding: 10px 30px;
  border-bottom: 1px solid #f1f3f7;
  min-height: 60px;
}

.ls-widget .widget-title h4 {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 30px;
  color: #1b2032;
  font-weight: 400;
}

.ls-widget .widget-title h4 .icon {
  position: absolute;
  left: 0;
  top: 0px;
  line-height: 30px;
  color: #9fa9b8;
}

.ls-widget .widget-content {
  position: relative;
  padding: 30px 30px 10px;
}

.ls-widget .widget-content p {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 26px;
}

/*=========================
	 Features Widget 
=========================*/

.features-widget {
  position: relative;
}

.listing-features {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.listing-features li {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 33.333%;
  font-size: 14px;
  line-height: 18px;
  color: #5c6770;
  font-weight: 400;
  cursor: default;
  margin-bottom: 30px;
}

.listing-features li .icon {
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  border: 2px solid #e6e8ed;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #9fa9b8;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-features li:hover .icon {
  background: #021f4a;
  color: #ffffff;
}

/*=========================
	 Gallery Widget 
=========================*/

.gallery-widget {
  position: relative;
}

.listing-gallery {
  position: relative;
}

.listing-gallery {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.listing-gallery .gallery-item {
  position: relative;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.listing-gallery .gallery-item .inner-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.listing-gallery .gallery-item .image {
  position: relative;
  margin-bottom: 0;
}

.listing-gallery .gallery-item .image img {
  display: block;
  width: 100%;
}

.listing-gallery .gallery-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1b2032;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffffff;
  font-size: 24px;
}

.listing-gallery .gallery-item .overlay a {
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.listing-gallery .gallery-item .inner-box:hover .overlay {
  opacity: 0.8;
  visibility: visible;
}

.gallery-widget .carousel-outer{
  position: relative;
  margin-bottom: 20px;
}

.gallery-widget .image-carousel li{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-widget .thumbs-carousel li{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-widget .thumbs-carousel li:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #1b2032;
  opacity: .80;
  z-index: 1;
  content: "";
  transition: all 300ms ease;
}

.gallery-widget .thumbs-carousel li:hover:before{
  opacity: 0;
}

.gallery-widget .owl-nav{
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.gallery-widget .default-nav .owl-prev{
  left: 30px;
}

.gallery-widget .default-nav .owl-next{
  right: 30px;
}

.gallery-widget .carousel-outer:hover .owl-nav{
  opacity: 1;
  visibility: visible;
}


/*=========================
   Average Reviews Widge 
=========================*/

.average-reviews-widget {
  position: relative;
}

.average-reviews-widget .review-outer {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.average-reviews-widget .review-box {
  position: relative;
  height: 180px;
  min-width: 200px;
  width: 200px;
  background: #f9fafc;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-bottom: 20px;
  margin-right: 30px;
}

.average-reviews-widget .review-box h1 {
  font-size: 50px;
  color: #1b2032;
  line-height: 1.2em;
}

.average-reviews-widget .review-box .title {
  font-size: 16px;
  color: #5c6770;
  display: block;
  margin-bottom: 0px;
}

.average-reviews-widget .review-box .rating {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  color: #ffa737;
}

.average-reviews-widget .review-box .rating li {
  margin: 0 2px;
}

.rating-bars {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 -25px;
  -webkit-box-align: start;
  align-items: flex-start;
}

.rating-bars-item {
  padding: 0 25px;
  width: 50%;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.rating-bars-name {
  color: #1b2032;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
}

.rating-bars-inner {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.rating-bars-rating {
  display: inline-block;
  vertical-align: baseline;
  background: #efefef;
  width: 100%;
  height: 7px;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ebf0f6;
  align-self: center;
}

.rating-bars-rating-inner {
  height: 7px;
  display: block;
  background-color: #ffa737;
  position: relative;
  width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.rating-bars-item strong {
  color: #5c6770;
  font-size: 16px;
  text-align: center;
}

/*=========================
   Video Widget
=========================*/

.video-widget{
  position: relative;
}

.video-widget .video-box{
  position: relative;
  margin-bottom: 20px;
}

.video-widget .video-box .image{
  position: relative;
  margin-bottom: 0;
}

.video-widget .video-box a{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  color: #ffffff;
  background-color: rgba(27,32,50,0.40);
}

/*=========================
   Comments Widget
=========================*/

.comment-box {
  position: relative;
  border-bottom: 1px solid #f1f3f7;
  margin-bottom: 30px;
}

.comment-box .comment {
  position: relative;
  padding-left: 115px;
  border-bottom: 1px solid #f1f3f7;
  margin-bottom: 30px;
}

.comment-box .comment.reply-comment {
  margin-left: 115px;
}

.comment-box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.comment-box .comment:last-child,
.comment-box:last-child .comment {
  margin-bottom: 0;
  border: 0;
}

.comment-box .comment.reply-comment:last-child {
  border-bottom: 0;
}

.comment-box .user-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 85px;
  width: 85px;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-box .author-thumb img {
  display: block;
  width: 100%;
}

.comment-box .user-name {
  font-size: 16px;
  color: #1b2032;
  line-height: normal;
  margin-bottom: 10px;
}

.comment-box .comment-info {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.comment-box .comment-info .rating {
  position: relative;
  display: -webkit-box;
  display: flex;
  font-size: 13px;
  color: #ffa737;
  margin-right: 7px;
  line-height: 20px;
  letter-spacing: 2px;
}

.comment-box .comment-info .comment-time {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #9fa9b8;
  font-weight: 400;
}

.comment-box .title {
  display: block;
  font-size: 16px;
  color: #1b2032;
  line-height: 1.8em;
  font-weight: 600;
  margin-bottom: 10px;
}

.comment-box .text {
  font-size: 14px;
  line-height: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 20px;
}

.comment-box .review-images {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.comment-box .review-images .image {
  position: relative;
  padding: 0 15px;
  width: 25%;
  margin-bottom: 30px;
}

.comment-box .review-images .image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.comment-box .rate-reveiw {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  background: #f9fafc;
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.comment-box .rate-reveiw .text {
  font-size: 14px;
  color: #5c6770;
  margin: 0;
}

.comment-box .rate-reveiw .options {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.comment-box .rate-reveiw .options li a {
  position: relative;
  margin-left: 35px;
  font-size: 14px;
  color: #5c6770;
}

.comment-box .rate-reveiw .options li:first-child a {
  margin-left: 0;
}

.comment-box .rate-reveiw .options li .icon {
  margin-right: 7px;
  font-size: 16px;
}

.comment-box .rate-reveiw .options .like {
  color: #080e7b;
}
.comment-box .rate-reveiw .options .dislike {
  color: #5c6770;
}
.comment-box .rate-reveiw .options .love {
  color: #ff3c4e;
}

.comment-box .reply {
  position: relative;
  text-align: right;
  margin-bottom: 20px;
}

.comment-box .reply-btn {
  font-size: 14px;
  line-height: 20px;
  color: #9fa9b8;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.comment-box .reply-btn span{
  margin-right: 10px;
}

.comment-box .reply-btn:hover {
  color: #021f4a;
}

.comment-box .btn-box{
  position: relative;
  margin-bottom: 30px;
}

.comment-box .btn-box button{
  margin-right: 15px;
}

/*=========================
   Comments Form Widget
=========================*/

.sub-ratings-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.add-sub-rating {
  position: relative;
  width: 33.333333%;
  margin-bottom: 25px;
}

.sub-rating-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1b2032;
  display: block;
  margin: 0 0 7px;
}

.sub-ratings-container .leave-rating label {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}

.sub-ratings-container .leave-rating label:before {
  content: "\f005";
  color: #ffa737;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}

.leave-rating {
  height: 24px;
  float: left;
}

.leave-rating input[type="radio"] {
  display: none;
}

.leave-rating label {
  font-size: 24px;
  float: right;
  letter-spacing: 4px;
  color: #dadada;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.leave-rating label:hover,
.leave-rating label:hover ~ label {
  color: #ffc600 !important;
}

.sub-ratings-container .leave-rating input[type="radio"]:hover ~ label:before,
.sub-ratings-container
  .leave-rating
  input[type="radio"]:checked
  ~ label:before {
  content: "\f005";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}

.sub-ratings-container .leave-rating input[type="radio"] ~ label:after {
  content: "\f005";
  position: absolute;
  left: 0;
  color: #ffa737;
  opacity: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sub-ratings-container .leave-rating input[type="radio"]:hover ~ label:after,
.sub-ratings-container .leave-rating input[type="radio"]:checked ~ label:after {
  opacity: 1;
}

.uploading-outer {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f3f7;
  margin-bottom: 30px;
}

.uploading-outer .uploadButton {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.uploadButton .uploadButton-input {
  opacity: 0;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  height: 0;
  width: 0;
  display: none;
}

.uploadButton .uploadButton-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  cursor: pointer;
  height: 120px;
  width: 200px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  color: #1b2032;
  font-size: 16px;
  border: 2px dashed #ced4e1;
}

.uploadButton .uploadButton-button:hover {
  border-color: #021f4a;
}

.uploadButton .uploadButton-file-name {
  -webkit-box-align: center;
  align-items: center;
  padding: 0 10px;
  padding-left: 18px;
  min-height: 36px;
  top: 1px;
  position: relative;
  color: #1b2032;
  background-color: transparent;
  overflow: hidden;
  line-height: 22px;
}

.uploadButton .uploadButton-button:before {
  font-family: "Flaticon";
  content: "\f160";
  color: #9fa9b8;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-form {
  position: relative;
  margin-bottom: 20px;
}

/*=========================
   Timing Widget
=========================*/

.timing-list {
  position: relative;
}

.timing-list li {
  font-size: 14px;
  line-height: 25px;
  color: #5c6770;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: default;
}

.timing-list li.active {
  color: #ffa737;
}

/*=========================
   Business Info Widget
=========================*/

.business-info-widget {
  position: relative;
}

.business-info-widget .map-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.business-info-widget .map-box .map-canvas {
  position: relative;
  height: 200px;
}

.business-info-widget .social-icon-two {
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.contact-info-list {
  position: relative;
  margin-bottom: 15px;
}

.contact-info-list li {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
  line-height: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 20px;
}

.contact-info-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.contact-info-list li a {
  color: #5c6770;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contact-info-list li a:hover {
  color: #ffa737;
}

/*=========================
   Price Range Widget
=========================*/

.range-slider-one {
  position: relative;
  margin-bottom: 20px;
}

.range-slider-one .input-box {
  position: relative;
}

.range-slider-one .title {
  position: relative;
  float: left;
  color: #5c6770;
  font-size: 14px;
}

.range-slider-one .title:before {
  position: absolute;
  content: "$";
  right: -14px;
  top: 0px;
  color: #5c6770;
  font-size: 14px;
  font-weight: 400;
}

.range-slider-one .input {
  float: right;
  left: 8px;
  max-width: 75px;
  padding-left: 8px;
  position: relative;
}

.range-slider-one .input input {
  background: none;
  color: #5c6770;
  font-size: 14px;
  font-weight: 400;
  width: auto;
  text-align: left;
}

.range-slider-one .ui-widget.ui-widget-content {
  height: 6px;
  border: none;
  background: #eeeeee;
  margin-bottom: 30px;
}

.range-slider-one .ui-slider .ui-slider-range {
  top: 0px;
  height: 6px;
  background: #ffa737;
}

.range-slider-one .ui-state-default,
.range-slider-one .ui-widget-content .ui-state-default {
  position: absolute;
  top: -8px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-left: -1px;
  border-radius: 50%;
  background: #ffffff;
  border:2px solid #ffa737;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

.range-slider-one .ui-slider-handle:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  z-index: 2;
  border-radius: 50%;
  background: #ffffff;
}

.range-slider-one .btn-outer {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.range-slider-one .theme-btn {
  position: relative;
  display: block;
  padding: 5px 20px;
  min-width: auto;
}

/*=========================
   Categories Widget
=========================*/

.categories-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.categories-list li {
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  color: #ff8480;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 35px;
}

.categories-list li a {
  color: #ff8480;
}

.categories-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #ff8480;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
}

.categories-list li.res a {
  color: #ff8480;
}
.categories-list li.res .icon {
  background-color: #ff8480;
}

.categories-list li.art a {
  color: #8c689d;
}
.categories-list li.art .icon {
  background-color: #8c689d;
}

/*=========================
   Statistic Widget
=========================*/

.statistic-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.statistic-list li {
  position: relative;
  padding-left: 58px;
  font-size: 14px;
  line-height: 22px;
  color: #5c6770;
  font-weight: 400;
  min-height: 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 50%;
  margin-bottom: 35px;
}

.statistic-list li a {
  color: #5c6770;
}

.statistic-list li .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  border: 2px solid #e6e8ed;
  border-radius: 50%;
  color: #9fa9b8;
  font-size: 18px;
}

/*=========================
   Contact Widget
=========================*/

.contact-widget .default-form {
  position: relative;
  margin-bottom: 20px;
}

/*=========================
   Nearby Widget
=========================*/

.nearby-widget .listing-block-six .inner-box {
  min-height: 90px;
  -webkit-box-align: center;
  align-items: center;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.nearby-widget .listing-block-six .content{
  width: auto;
}

.nearby-widget .listing-block-six h3 {
  font-size: 16px;
}

/*=========================
   Author Widget
=========================*/

.author-widget .author-box {
  position: relative;
  margin-bottom: 20px;
  padding-left: 95px;
  min-height: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}

.author-widget .author-box .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.author-widget .author-box .image img {
  width: 100%;
}

.author-widget .author-box .name {
  font-size: 16px;
  color: #1b2032;
  font-weight: 600;
}

.author-widget .author-box .info {
  font-size: 14px;
  color: #5c6770;
  line-height: 22px;
}

/*** 

====================================================================
	How It Works
==================0==================================================

***/

.how-it-works {
  position: relative;
  padding: 60px 0 30px;
  counter-reset: count;
}

.work-block {
  position: relative;
  margin-bottom: 30px;
}

.work-block .inner-box {
  position: relative;
  padding: 30px;
  border: 2px solid #e6e8ed;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block .inner-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.work-block .inner-box:before {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 80px;
  line-height: 1em;
  color: #1b2032;
  opacity: 0.1;
  counter-increment: count;
  content: "0" counter(count);
  font-weight: 700;
}

.work-block .icon-box {
  position: relative;
  margin-bottom: 20px;
}

.work-block .icon-box img {
  display: block;
}

.work-block h4 {
  position: relative;
  font-size: 18px;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 15px;
}

.work-block h4 a {
  color: #1b2032;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block h4 a:hover {
  color: #1b2032;
}

.work-block .text {
  font-size: 14px;
  line-height: 24px;
  padding-right: 40px;
}


/*** 

====================================================================
  How It Works two
==================0==================================================

***/

.how-it-works-two {
  position: relative;
  padding: 60px 0 30px;
  counter-reset: count;
  background: #f9fafc;
}

.how-it-works-two .blocks-outer{
  position: relative;
  max-width: 945px;
  margin: 0 auto;
}

.work-block-two{
  position: relative;
  background: #ffffff;
  display: flex;
  min-height: 350px;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block-two .icon-box{
  position: relative;
  padding: 50px;
  width: 50%;
  text-align: left;
  margin: 0;
}

.work-block-two .icon-box img{
  display: inline-block;
  margin: 0 40px;
}

.work-block-two .content-box{
  position: relative;
  width: 50%;
  padding: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.work-block-two .content-box .inner{
    position: relative;
    max-width: 300px;
    width: 100%;
    margin: 0 40px;
}

.work-block-two .count{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 1em;
  color: #1b2032;
  opacity: 0.1;
  font-weight: 700;
  margin-bottom: 10px;
}

.work-block-two h4 {
  position: relative;
  font-size: 18px;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 10px;
}

.work-block-two h4 a {
  color: #1b2032;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.work-block-two h4 a:hover {
  color: #1b2032;
}

.work-block-two .text {
  font-size: 14px;
  line-height: 24px;
}

.how-it-works-two .button-box{
  position: relative;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.how-it-works-two .button-box .theme-btn{
  display: block;
  width: 100%;
  margin-top: 20px;
}

/*** 

====================================================================
	Call to Action
====================================================================

***/

.call-to-action {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0;
}

.call-to-action:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(27, 32, 50);
  background: linear-gradient(
    135deg,
    rgba(27, 32, 50, 1) 0%,
    rgba(23, 22, 87, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2032', endColorstr='#171657',GradientType=1 );
  opacity: 0.8;
  content: "";
}

.call-to-action .content {
  position: relative;
  text-align: center;
}

.call-to-action h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.call-to-action .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.6;
  margin-bottom: 25px;
}

.call-to-action .btn-box {
  position: relative;
}

.call-to-action .btn-box a {
  min-width: 200px;
}

/*** 

====================================================================
	Call to Action Two
====================================================================

***/

.call-to-action-two {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 125px 0;
}

.call-to-action-two:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #021f4a;
  opacity: 0.8;
  content: "";
}

.call-to-action-two .content {
  position: relative;
  text-align: center;
}

.call-to-action-two h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.call-to-action-two .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.6;
  margin-bottom: 25px;
}

.call-to-action-two h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.call-to-action-two h4 a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.call-to-action-two .btn-box {
  position: relative;
}

.call-to-action-two .btn-box a {
  min-width: 260px;
  padding: 10px 30px;
}

/*** 

====================================================================
	Call to Action Three
====================================================================

***/

.call-to-action-three {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 125px 0;
}

.call-to-action-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #32383d;
  opacity: 0.8;
  content: "";
}

.call-to-action-three .content {
  position: relative;
  text-align: center;
}

.call-to-action-three h3 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.call-to-action-three .text {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.6;
  margin-bottom: 25px;
}

.call-to-action-three h4 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 35px;
}

.call-to-action-three h4 a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.call-to-action-three .btn-box {
  position: relative;
}

.call-to-action-three .btn-box a {
  min-width: 200px;
  padding: 10px 30px;
}

/*** 

====================================================================
	Testimonial Carousel
====================================================================

***/

.testimonial-section {
  position: relative;
  padding: 60px 0;
}

.testimonial-section.style-two{
  background-color: #f9fafc;
}

.testimonial-section .testimonial-outer {
  position: relative;
}

.testimonial-section .testimonial-outer:before {
  position: absolute;
  left: 50%;
  top: -30px;
  font-size: 220px;
  color: #1b2032;
  line-height: 1em;
  opacity: 0.03;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-section .client-thumb-outer {
  position: relative;
  max-width: 600px;
  overflow: hidden;
  margin: 0 auto 30px;
}

.testimonial-section .client-thumbs-carousel {
  position: relative;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-section .client-thumbs-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-section .client-thumb-outer .thumb-box {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .client-thumb-outer .center .thumb-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonial-section .client-thumb-outer .author-info {
  position: relative;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.testimonial-section .client-thumb-outer .author-name {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #1b2032;
  line-height: 1.2em;
  white-space: nowrap;
}

.testimonial-section .client-thumb-outer .designation {
  position: relative;
  color: #5e6876;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1.2em;
}

.testimonial-section .client-thumb-outer .center .author-info {
  opacity: 1;
  visibility: visible;
}

.testimonial-section .client-thumb-outer .owl-item {
  z-index: 0;
}

.testimonial-section .client-thumb-outer .owl-item.active {
  z-index: 10;
}

.testimonial-section
  .client-thumb-outer
  .client-thumbs-carousel
  .thumb-item
  img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0%;
}

.testimonial-section .client-testimonial-carousel {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial-block {
  position: relative;
}

.testimonial-block .inner-box {
  position: relative;
  text-align: center;
}

.testimonial-block .inner-box .text {
  font-size: 14px;
  line-height: 24px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 24px;
}

.testimonial-block .inner-box .title {
  position: relative;
  font-size: 14px;
  color: #5c6770;
}

.testimonial-section .owl-nav,
.testimonial-section .owl-dots {
  display: none;
}

.testimonial-section .clients-outer{
  position: relative;
  padding-top: 50px;
}

.clients-outer .clients-carousel{
  position: relative;
  text-align: center;
}

.clients-outer .clients-carousel .image{
  position: relative;
  margin-bottom: 0;
}

.clients-outer .clients-carousel .image a{
  display: inline-block;
}

.clients-outer .clients-carousel .image img{
  width: auto;
  height: auto;
}


/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
  position: relative;
  background-color: #f9fafc;
  padding: 60px 0 60px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.news-block .image-box {
  position: relative;
}

.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.news-block .image-box .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0) to rgba(27, 32, 50, 1)) );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(27, 32, 50, 1) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );
  z-index: 1;
  content: "";
}

.news-block .image-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block .tags {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 14px;
  color: #ffffff;
  z-index: 1;
}

.news-block .lower-content {
  padding: 25px 30px;
  position: relative;
}

.news-block .lower-content h3 {
  font-size: 18px;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 8px;
}

.news-block .lower-content h3 a:hover,
.news-block .lower-content h3 a {
  color: #1b2032;
}

.news-block .date {
  font-size: 14px;
  color: #5c6770;
  line-height: normal;
}

.news-section .btn-box {
  position: relative;
  margin-top: 30px;
  text-align: center;
}

.news-section .ls-pagination{
  margin: 30px 0 0;
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
  position: relative;
  background-color: #f7f8f9;
  padding: 60px 0 60px;
}

.news-block-two {
  position: relative;
  margin-bottom: 30px;
}

.news-block-two .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.news-block-two .image-box {
  position: relative;
}

.news-block-two .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.news-block-two .image-box .image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 75%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(50, 56, 61, 1)) );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(50, 56, 61, 1) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#32383d',GradientType=0 );
  z-index: 1;
  opacity: 1;
  content: "";
}

.news-block-two .image-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block-two .inner-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block-two .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 30px;
  z-index: 1;
}

.news-block-two .tags {
  position: relative;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 8px;
}

.news-block-two h3 {
  position: relative;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
}

.news-block-two h3 a:hover,
.news-block-two h3 a {
  color: #ffffff;
}

.news-block-two .date {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  opacity: 0.4;
}

.news-section-two .btn-box {
  position: relative;
  margin-top: 30px;
  text-align: center;
}


/*** 

====================================================================
  Post Title
====================================================================

***/

.post-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 290px 0 15px;
  z-index: 2;
}

.post-title:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080e7b', endColorstr='#3c1da8',GradientType=1 );
  content: "";
  opacity: .80;
}

.post-title h2{
  position:relative;
  display: block;
  font-size:32px;
  color:#ffffff;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 90px;
}

.post-title .post-info {
    position: relative;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.post-title .post-info li{
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 15px 15px;
}

.post-title .post-info li.cat{
  color: #ffa737;
}

.post-title .post-info .theme-btn{
    border-radius: 50px;
    min-width: 140px;
    padding: 5px 30px;
    font-weight: 400;
    background: none;
    border-color: rgba(255,255,255,.20);
}

.post-title .post-info .theme-btn span{
    margin: 0;
    font-size: 18px;
    margin-right: 10px;
}

.post-title .theme-btn:hover{
  background: #ffffff;
}

/*** 

====================================================================
  Blog Single
====================================================================

***/

.blog-single{
  position: relative;
  padding: 60px 0 50px;
  background: #f9fafc;
}

.post-single{
  position: relative;
  background: #ffffff;
  padding: 60px 60px 50px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  border-radius: 10px;
}

.post-single p{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 26px;
}

.post-single h4{
  position: relative;
  font-size: 20px;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 26px;
}

.post-single .image{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 26px;
}

.post-single .image img{
  display: block;
  width: 100%;
}

.post-single .post-tags{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-single .post-tags li{
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
}

.post-single .post-tags li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #5c6770;
  font-weight: 400;
  padding: 5px 20px;
  border-radius: 5px;
  background: #eceff4;
  transition: all 300ms ease;
}

.post-single .post-tags li a:hover{
  color: #ffffff;
  background: #1b2032;
}

.post-control{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-control .prev-post,
.post-control .next-post{
  position: relative;
  margin: 50px 0;
  padding: 0 30px;
}

.post-control .next-post{
  text-align: right;
}

.post-control .icon{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #1b2032;
  font-weight: 400;
}

.post-control .next-post .icon{
  left: auto;
  right: 0;
}

.post-control .title{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #1b2032;
  font-weight: 400;
}

.post-control h5{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #1b2032;
  font-weight: 400;
}

.post-control h5 a{
  color: #1b2032;
  display: inline-block;
  transition: all 300ms ease;
}

.post-control h5 a:hover{
  color: #ffa737;
}


/*** 

====================================================================
  Error Section
====================================================================

***/

.error-section{
  position:relative;
  text-align:center;
  padding: 150px 0;
  background-color: #f9fafc;
}

.error-section .error-image{
  position: relative;
  margin-bottom: 25px;
}

.error-section .error-image img{
  display: inline-block;
  max-width: 100%;
}

.error-section .text{
  font-size:16px;
  line-height: 1.8em;
  color:#5c6770;
  margin-bottom:45px;
}

.emailed-form .form-group{
  position:relative;
  display:block;
  max-width:800px;
  margin:0 auto;
  width:100%;
  box-shadow: 0 0 50px rgba(32,32,32,.15);
  border-radius: 10px;
}

.emailed-form .form-group .input{
  position:relative;
  display:block;
  width:100%;
  height:70px;
  font-size:16px;
  line-height:30px;
  color:#5c6770;
  overflow:hidden;
  padding:20px 35px;
  background:#ffffff;
  border-radius: 10px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;  
}

.emailed-form button{
  position:absolute;
  right:10px;
  top:10px;
  cursor: pointer;
  min-width: 170px;
}


/*** 

====================================================================
    Pricing Section
====================================================================

***/

.pricing-section{
  position: relative;
  padding: 60px 0 30px;
  background: #f9fafc;
}

.pricing-table{
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}

.pricing-table .inner-box{
  position: relative;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 9;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  padding: 50px 30px;
  text-align: center;
}

.pricing-table .title-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.pricing-table .status{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  min-width: 140px;
  background: #ffa737;
  border-radius: 30px;
  margin-bottom: 40px;
}

.pricing-table .title{
  position: relative;
  display: block;
  font-size: 20px;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-table .price{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1em;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-table .text{
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #5c6770;
  font-weight: 400;
}

.pricing-table .table-content{
  position: relative;
  margin-bottom: 30px;
}

.pricing-table .table-content li{
  position: relative;
  font-size: 14px;
  line-height: 35px;
  color: #5c6770;
  font-weight: 400;
}

.pricing-table .table-footer{
  position: relative;
}

.pricing-table .table-footer .theme-btn .icon{
  margin-left: 7px;
}

.pricing-table.tagged{
  margin-top: 0;
}

.pricing-table.tagged .table-content,
.pricing-table.tagged .title-box{
  margin-bottom: 20px;
}


/*** 

====================================================================
  Contact Section
====================================================================

***/

.contact-section{
  position: relative;
  padding: 60px 0;
  background-color: #f9fafc;
}

.contact-section .business-info-widget .map-box .map-canvas{
  height: 330px;
}

.contact-section .business-info-widget .map-box{
  margin-bottom: 50px;
}

.contact-section .default-form .form-group textarea{
  height: 154px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background-color: #1b2032;
}

.main-footer .footer-upper {
  position: relative;
  padding: 30px 0;
  background-color: #23293e;
}

.main-footer .footer-nav {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.main-footer .footer-nav li {
  position: relative;
  margin: 0 18px;
  color: #7b8094;
  font-size: 14px;
  line-height: 30px;
}

.main-footer .footer-nav li a {
  color: #7b8094;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-nav li a:hover {
  color: #ffffff;
}

.main-footer .footer-content {
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.main-footer .footer-content .social-icon-one {
  margin-bottom: 20px;
}

.main-footer .copyright-text {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.main-footer .copyright-text li {
  position: relative;
  font-size: 14px;
  color: #7b8094;
  line-height: 24px;
  padding-left: 18px;
  margin: 0 35px 19px;
}

.main-footer .copyright-text li:first-child:before {
  display: none;
}

.main-footer .copyright-text li:before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  width: 4px;
  margin-top: -2px;
  background: #7b8094;
  content: "";
  border-radius: 50%;
}

.main-footer .copyright-text li a {
  color: #7b8094;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .copyright-text li a:hover {
  color: #ffffff;
}

.main-footer .footer-bottom {
  position: relative;
  border-top: 1px solid #23293e;
  text-align: center;
  padding: 25px 0;
}

.main-footer .footer-bottom .text {
  position: relative;
  font-size: 14px;
  color: #7b8094;
  line-height: 25px;
}

/*=============================
	MaiN Footer / Style Two
=============================*/

.main-footer.style-two {
  background-color: #ffffff;
}

.main-footer.style-two .footer-upper {
  background-color: #ffffff;
  border-bottom: 1px solid #f7f8f9;
}

.main-footer.style-two .footer-bottom {
  border-top: 1px solid #f7f8f9;
}

.main-footer.style-two .copyright-text li a:hover,
.main-footer.style-two .footer-nav li a:hover {
  color: #ffa737;
}

.main-footer.style-two .copyright-text{
  margin-bottom: 15px;
}

.main-footer.style-two .social-icon-two{
  margin-bottom: 20px;
}


/*=============================
  MaiN Footer / Style three
=============================*/

.main-footer.style-three {
  background-color: #ffffff;
}

.main-footer.style-three .footer-upper {
  background-color: #ffffff;
  border-bottom: 1px solid #f7f8f9;
}

.main-footer.style-three .footer-bottom {
  border-top: 1px solid #f7f8f9;
}

.main-footer.style-three .copyright-text li a:hover,
.main-footer.style-three .footer-nav li a:hover {
  color: #ff5a5f;
}

.main-footer.style-three .copyright-text{
  margin-bottom: 15px;
}

.main-footer.style-three .social-icon-two{
  margin-bottom: 20px;
}

/*** 

====================================================================
	Listing Maps
====================================================================

***/

.cluster-visible {
  text-align: center;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #021f4a;
  border: 7px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
  box-sizing: content-box;
  background-clip: content-box;
}

.map-marker-container {
  position: absolute;
  margin-top: 10px;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  position: relative;
  margin: 10px auto;
  top: -5px;
  width: 46px;
  height: 46px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
}

.face {
  position: absolute;
  width: 46px;
  height: 46px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
  background: #4cbfd8;
  font-size: 24px;
  box-sizing: content-box;
  background-clip: content-box;
  line-height: 46px;
}

.face:before {
  position: absolute;
  left: -7px;
  top: -7px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 7px 30px rgba(33, 33, 33, 0.1);
  content: "";
}

.marker-arrow {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 20px 15px 0;
  border-color: rgba(255, 255, 255, 1) transparent transparent;
  top: 46px;
  left: 8px;
  position: absolute;
  z-index: 999;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.map-marker-container:hover .marker-container .marker-card,
.clicked .marker-container .marker-card,
.map-marker-container.clicked .marker-card {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#singleListingMap .marker-container {
  cursor: default;
}

.map-marker-container[data-marker_id="0"] .marker-arrow:before {
  border-color: #4cbfd8 transparent transparent;
}
.map-marker-container[data-marker_id="1"] .marker-arrow:before {
  border-color: #ff8480 transparent transparent;
}
.map-marker-container[data-marker_id="2"] .marker-arrow:before {
  border-color: #8c689d transparent transparent;
}
.map-marker-container[data-marker_id="3"] .marker-arrow:before {
  border-color: #35c2a5 transparent transparent;
}
.map-marker-container[data-marker_id="4"] .marker-arrow:before {
  border-color: #ff8480 transparent transparent;
}
.map-marker-container[data-marker_id="5"] .marker-arrow:before {
  border-color: #ffb874 transparent transparent;
}
.map-marker-container[data-marker_id="6"] .marker-arrow:before {
  border-color: #ff007a transparent transparent;
}

.map-marker-container[data-marker_id="0"] .face {
  background-color: #4cbfd8;
}
.map-marker-container[data-marker_id="1"] .face {
  background-color: #ff8480;
}
.map-marker-container[data-marker_id="2"] .face {
  background-color: #8c689d;
}
.map-marker-container[data-marker_id="3"] .face {
  background-color: #35c2a5;
}
.map-marker-container[data-marker_id="4"] .face {
  background-color: #ff8480;
}
.map-marker-container[data-marker_id="5"] .face {
  background-color: #ffb874;
}
.map-marker-container[data-marker_id="6"] .face {
  background-color: #ff007a;
}

.marker-card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
}

/*==========================
	Map Listing Item
===========================*/


/*** 

====================================================================
  Shop Section
====================================================================

***/

.shop-section{
  position: relative;
  padding: 60px 0 30px;
  background: #f9fafc;
}

.shop-section .ls-switcher{
  position: relative;
  margin-bottom: 35px;
}

.shop-item{
  position: relative;
  margin-bottom: 30px;
}

.shop-item .inner-box{
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  max-width: 310px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.shop-item .image-box{
  position: relative;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 0;
}

.shop-item .image-box a{
  display: inline-block;
}

.shop-item .image-box img{
  display: inline-block;
  height: auto;
  box-shadow: -20px 10px 20px rgba(0,0,0,0.15);
}

.shop-item .lower-content{
  position: relative;
  padding: 20px 90px 20px 20px;
}

.shop-item .price{
  display: block;
  font-size: 20px;
  line-height: 1em;
  color: #ff5a5f;
  font-weight: 700;
  margin-bottom: 8px;
}

.shop-item .name{
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 8px;
}

.shop-item .name a{
  color: #1b2032;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-item .rating {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.shop-item .rating .fa {
  font-size: 14px;
  color: #ffa737;
  margin-right: 2px;
}

.shop-item .rating .title {
  margin-left: 3px;
}

.shop-item .add-to-cart{
  position: absolute;
  right: 20px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 28px;
  color: #ffffff;
  background: #ffa737;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.shop-item .inner-box:hover .add-to-cart{
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.shop-section .ls-pagination{
  margin: 30px 0;
}


/*** 

====================================================================
    Shop Single
====================================================================

***/

.shop-single{
  position: relative;
  padding: 60px 0;
  background: #f9fafc;
}

.product-details{
  position: relative;
}

.product-details .basic-details{
  position:relative;
  margin-bottom:30px;
}

.product-details .image-column,
.product-details .info-column{
  margin-bottom:30px;
}

.product-details .image-column .image{
  position: relative;
  overflow: hidden;
  padding: 80px 50px 105px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  border-radius: 10px;
  text-align: center;
}

.product-details .image-column .image img{
  display: inline-block;
  box-shadow: -30px 10px 20px rgba(0,0,0,0.10);
}

.product-details .image-column .image .icon{
  position: absolute;
  left: 35px;
  bottom: 35px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #1b2032;
  text-align: center;
  background-color: #f9fafc;
}

.product-details .info-column .inner-column{
  position: relative;
  padding-left: 20px;
}

.product-details .basic-details .product-name{
  font-size:22px;
  color: #1b2032;
  font-weight:700;
  line-height:1.2em;
  margin-bottom: 15px;
}

.product-details .basic-details .rating {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
  margin-bottom: 25px;
}

.product-details .basic-details .rating .fa {
  font-size: 14px;
  color: #d0d23c;
  margin-right: 2px;
}

.product-details .basic-details .rating .title {
  margin-left: 3px;
}

.product-details .basic-details .text{
  font-size: 14px;
  color: #5c6770;
  line-height: 24px;
  margin-bottom: 35px;
}

.product-details .basic-details .item-price{
  font-size:30px;
  font-weight:700;
  color:#ff5a5f;
  line-height:1.2em;
  margin-bottom: 30px;
}

.product-details .basic-details .item-price del{
  color: #999999;
  margin-left: 10px;
  font-weight:400;
}

.product-details .other-options{
  position: relative;
}

.product-details .other-options .item-quantity{
  float:left;
  font-size:14px;
  line-height: 50px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.item-quantity .qty{
  position: relative;
  display: inline-block;
  width: 124px;
  padding: 10px 20px;
  height: 50px;
  line-height: 26px;
  color: #5c6770;
  font-size: 14px;
  border-radius: 10px;
  border: 2px solid #e6e8ed;
}

.qty::-webkit-outer-spin-button,
.qty::-webkit-inner-spin-button {
  opacity: 1;
  visibility: visible;
  background: none;
}

.product-details .other-options .theme-btn span{
  margin-right: 10px;
}


/*** 

====================================================================
    Product Tabs
====================================================================

***/

.product-info-tabs{
  position:relative;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.prod-tabs .tab-btns{
  position:relative;
  padding: 0 30px;
  z-index:1;
  border-bottom: 2px solid #f9fafc;
}

.prod-tabs .tab-btns .tab-btn{
  position: relative;
  float: left;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  text-align: center;
  padding: 25px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #5c6770;
  line-height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.prod-tabs .tab-btns .tab-btn span{
  margin-right: 10px;
  font-size: 18px;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
  color: #021f4a;
  border-bottom-color: #021f4a;
}

.prod-tabs .tabs-content .tab .content{
  position:relative;
  padding: 50px 50px 30px;
}

.prod-tabs .tabs-content .tab .content p,
.prod-tabs .tabs-content .tab .content .list-style{
  margin-bottom: 30px;
}

.prod-tabs .tabs-content .tab .content .list-style li,
.prod-tabs .tabs-content .tab .content .list-style li a,
.prod-tabs .tabs-content .tab .content p{
  position:relative;
  font-size: 14px;
  line-height: 24px;
  color: #5c6770;
}

.prod-tabs .ls-widget{
  box-shadow: none;
}

.prod-tabs .ls-widget .widget-title{
  border-bottom: 0;
}

.prod-tabs #prod-reviews .content{
  padding: 50px 20px;
}

.prod-tabs .comments-form-widget{
  margin-bottom: 0;
}

/*** 

====================================================================
    Cart Section
====================================================================

***/

.cart-section{
  position:relative;
  background-color: #f9fafc;
  padding:60px 0px 0px;
}

.cart-section .column{
  position: relative;
  margin-bottom: 30px;
}

.cart-outer{
  position:relative;
}

.cart-outer .table-outer{
  position:relative;
  width:100%;
  overflow-x: auto;
}

.cart-outer .cart-table{
  width:100%;
  min-width:800px;  
  border:1px solid transparent;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.cart-table .cart-header{
  position:relative;
  width:100%;
  background: #021f4a;
  color: #ffffff;
}

.cart-outer .cart-item{
  position: relative;
  border:1px solid #e0e6ea;
}

.cart-table thead tr th{
  line-height:30px;
  padding:25px 30px;
  font-size: 16px;
  font-weight: 400;
}

.cart-table .cart-header .product-name{
  text-align: left;
  padding: 0;
}

.cart-table th, 
.cart-table td {
  padding: 30px 30px;
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
}

.cart-table td a{
  color: inherit;
}

.cart-table .cart-item{
  font-size: 14px;
  color: #5c6770;
}

.cart-table .cart-item .quantity{
  position: relative;
}

.cart-table .cart-item .quantity .qty{
  background-color: #fff;
    font-size: 0.933333em;
    padding: 0 10px;
    border: 1px solid #edecec;
    max-width: 100%;
    margin: auto;
    width: 100px;
    min-height: 42px;
    margin-left: 10px;
    border-radius: 6px;
}

.cart-table .cart-item .product-remove a {
    font-size: 16px;
    color: #5c6770;
    background: transparent;
    text-align: center;
    display: block;
}

.cart-table td.product-name,
.cart-table td.product-thumbnail{
  padding-left: 0;
  padding-right: 0;
}

.cart-table td.product-name{
  width: 300px;
  padding-left: 20px;
}

.cart-table td.product-thumbnail a img {
    max-width: 120px;
    border-radius: 10px;
}

.cart-table td.product-name a{
  font-size: 16px;
  line-height: 24px;
  color: #1b2032;
}

.cart-table .item-quantity .qty{
  width: 94px;
}

/* Cart Option */

.cart-section .cart-options{
  position:relative;
  margin: 30px 0 10px;
}

.cart-section .apply-coupon{
  position:relative;
  display: flex;
  align-items: center;
}

.cart-section .apply-coupon .form-group{
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.cart-section .apply-coupon .input{
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 18px;
  height: 50px;
  min-width: 234px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #e6e8ed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cart-section .totals-table{
  position:relative;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  padding: 30px 30px;
}

.cart-section .totals-table li{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cart-section .totals-table li:last-child{
  margin-bottom: 0;
}

.cart-section .totals-table li h3{
  position:relative;
  font-size: 20px;
  font-weight: 600;
  color: #1b2032;
}

.cart-section .totals-table .col{
  position:relative;
  display:block;
  font-size: 16px;
  line-height: 24px;
  color: #1b2032;
  font-weight: 400;
  text-transform:capitalize;
  padding: 0;
}

.cart-section .totals-table .col:last-child{
  text-align: right;
}

.cart-section .totals-table .price{
  font-size: 14px;
  color:#5c6770;
}

.cart-section .totals-table .total-price{
  color:#ff5a5f;
  font-weight:700;
  font-size: 22px;
}

.cart-section .proceed-btn{
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}







/***

====================================================================
    CheckOut Page
====================================================================

***/

.checkout-page{
  position:relative;
  padding:60px 0px 30px;
  background: #f9fafc;
}

.checkout-page .column{
  position: relative;
  margin-bottom: 30px;
}

.checkout-page .title{
  position: relative;
  font-size: 20px;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 20px;
}

.checkout-form{
  position:relative;
  background: #ffffff;
  padding: 30px 30px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.checkout-form .coupen-outer{
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}

.checkout-form .coupen-outer .text{
  display: block;
  font-size: 15px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 25px;
}

.checkout-form .coupen-outer .text a{
  font-weight: 500;
  color: #1b2032;
}

.checkout-form .coupen-outer .form-grou{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkout-form .coupen-outer .input{
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 18px;
  height: 54px;
  max-width: 235px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #e6e8ed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 22px;
}

.checkout-form .default-form .field-label {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #5c6770;
  display: block;
  margin-bottom: 7px;
}

.checkout-form .default-form .form-group input{
  margin-bottom: 10px;
}

.checkout-form .default-form .form-group input:last-child{
  margin-bottom: 0;
}

.checkout-form .default-form .form-group textarea{
  height: 200px;
}

.order-box{
  position:relative;
  padding: 30px 30px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.order-box h3{
  position: relative;
  font-size: 20px;
  line-height: 1em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 20px;
}

.order-box table{
  width: 100%;
}

.order-box .order-total td,
.order-box .cart-subtotal td,
.order-box .product-name{
  font-size: 14px;
  line-height: 40px;
  color: #1b2032;
}

.order-box .product-name strong{
  font-weight: 500;
}

.order-box table th:last-child,
.order-box table td:last-child{
  position: relative;
  text-align: right;
}

.order-box .order-total .amount{
  font-size: 22px;
  color: #ff5a5f;
  font-weight: 700;
}

.payment-box{
  position:relative;
}

.payment-options{
  position:relative;
  padding: 30px 30px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.payment-box .payment-options li{
  position:relative;
  margin-bottom:15px; 
}

.payment-box .payment-options li .radio-option{
  position:relative;    
}

.payment-box .payment-options li .radio-option label{
  position:relative;
  display:block;
  padding-left:30px;
  font-weight: 400;
  color:#1b2032;
  font-size:14px;
  line-height: 20px;
  text-transform:capitalize;
  cursor:pointer;
}

.payment-box .payment-options li .radio-option label .small-text{
  position:relative;
  margin-left: -30px;
  display:none;
  letter-spacing:0px;
  text-transform:none;
  font-weight:normal;
  font-size:14px;
  color:#5c6770;
  line-height: 24px;
  padding:15px 20px;
  margin-top:20px;
  background-color :#f9fafc;
}

.payment-box .payment-options li .radio-option input:checked + label .small-text{
  display:block;
}

.payment-box .payment-options li .radio-option label img{
  position:relative;
  margin-left: 15px;
}

.payment-box .btn-box .theme-btn{
  position: relative;
  display: block;
  width: 100%;
}

/*** 

====================================================================
  Terms And Conditions
====================================================================

***/

.terms-and-condition{
  position: relative;
  padding: 60px 0 10px;
  background: #f9fafc;
}

.terms-and-condition .column{
  position: relative;
  margin-bottom: 50px;
}

.terms-and-condition .ls-widget{
  margin-bottom: 0;
}

.terms-and-condition .ls-widget .widget-content{
  padding: 0;
}

.terms-and-condition .ls-widget .widget-title h4{
  padding-left: 0;
}

.tnc-tabs{
  position: relative;
}

.tnc-tabs .tab-buttons{
  position: relative;
  padding: 15px 0;
}

.tnc-tabs .tab-buttons li{
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #5c6770;
  padding: 10px 30px;
  border-right: 2px solid transparent;
  cursor: pointer;
  transition: all 300ms ease;
}

.tnc-tabs .tab-buttons li:hover,
.tnc-tabs .tab-buttons li.active-btn{
  background: #f9fafc;
  border-color: #1b2032;
}

.terms-and-condition .tabs-content h5{
  font-size: 16px;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 26px;
}

.terms-and-condition .tabs-content .ls-widget .widget-content{
  padding: 25px 30px 10px;
}



/*** 

====================================================================
      Coming Soon
====================================================================

***/

.coming-soon{
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  text-align: center;
}

.coming-soon .content:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080e7b', endColorstr='#3c1da8',GradientType=1 );
  content: "";
  opacity: .85;
} 

.coming-soon .content{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.coming-soon .content .content-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 70px 0;
}

.coming-soon .content .logo{
  position: relative;
  margin-bottom: 40px;
}

.coming-soon .content h2 {
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 75px;
}

.coming-soon .timer{
  position: relative;
  display: block;
  max-width: 580px;
  margin: 0 auto 65px;
}

.coming-soon .cs-countdown{
  position:relative;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.coming-soon .cs-countdown div{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 130px;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 10px;
  margin: 0 10px 20px;
  background: rgba(159,169,184,.25);
}

.coming-soon .cs-countdown h6{
  position:relative;
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.coming-soon .emailed-form{
  max-width: 940px;
  margin: 0 auto;
}

.coming-soon .emailed-form .form-group{
  border: 10px solid rgba(255,255,255,.15);
  max-width: 940px;
}

/*** 

====================================================================
    Profile Banner
====================================================================

***/

.profile-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 330px;
  z-index: 2;
}

.profile-banner:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080e7b', endColorstr='#3c1da8',GradientType=1 );
  content: "";
  opacity: .80;
}

.profile-info{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.profile-info .uesr-info{
  position: relative;
  padding-left: 140px;
  min-height: 110px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.profile-info .uesr-info .image{
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 20px;
}

.profile-info .uesr-info .image img{
  display: block;
  width: 100%;
}

.profile-info .uesr-info .user-name{
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}

.profile-info .uesr-info .rating {
  position: relative;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
  margin-bottom: 5px;
}

.profile-info .uesr-info .rating .fa {
  font-size: 11px;
  color: #ffa737;
  letter-spacing: 2px;
}

.profile-info .uesr-info .rating .title {
  margin-left: 3px;
  color: #ffffff;
}

.profile-info .contact-info {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.profile-info .contact-info li {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
}

.profile-info .contact-info li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 25px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 23px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,.20);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.profile-info .contact-info li span {
  position: relative;
  margin-right: 10px;
  font-size: 20px;
}

.profile-info .contact-info li a:hover {
  color: #fcba3d;
  border: 1px solid #fcba3d;
}

/*** 

====================================================================
    Profile Section
====================================================================

***/

.profile-section{
  position: relative;
  background: #f9fafc;
  padding: 60px 0 30px;
}

.profile-section .listing-column .inner-column{
  position: relative;
  padding-right: 30px;
}

.profile-section .review-column .inner-column{
  position: relative;
  margin-left: -32px;
}

/*** 

====================================================================
    Add Listing Section
====================================================================

***/

.add-listing-section{
  position: relative;
  background: #f9fafc;
  padding: 60px 0 30px;
}

.add-listing-section .auto-container{
  max-width: 1200px;
}

.add-listing-section .sidebar-column{
  position: relative;
}

.listing-content-list{
  position: relative;
  left: 0;
  width: 100%;
  margin:0px;
  background: #ffffff;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}

.listing-content-list li{
  position:relative;
  width:100%;
  display:flex;
  align-items: center;
  padding:10px 30px;
  line-height:30px;
  font-weight:400;
  font-size:16px;
  color:#5c6770;
  text-align:left;
  text-transform:capitalize;
  cursor: pointer;
  border-right: 2px solid transparent;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.listing-content-list li .icon{
  position: relative;
  margin-right: 10px;
  font-size: 20px;
  color: #9fa9b8;
  text-align: center;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.listing-content-list > li.active ,
.listing-content-list > li:hover{
  color: #1b2032;
  border-color: #1b2032;
  background: #f9fafc;
}

.listing-content-list li.active .icon,
.listing-content-list li:hover .icon{
  color: #1b2032;

}


/*============================
    Form Widget
============================*/
.form-widget{
  position: relative;
}

.form-widget .map-canvas{
  position: relative;
  margin-bottom: 20px;
  height: 280px;
}


/*============================
    Timing Widget
============================*/

.timing-widget{
  position: relative;
}

.timing-widget .time-table-outer{
  position: relative;
}

.timing-widget .table-title{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 110px;
  margin-bottom: 10px;
}

.timing-widget .table-title .title{
  display: block;
  min-width: 260px;
  font-size: 16px;
  line-height: 28px;
  color: #1b2032;
  font-weight: 400;
}

.time-table-block{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.timing-widget .time-table-block:last-child{
  margin-bottom: 20px;
}

.time-table-block .day{
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #5c6770;
  font-weight: 400;
  min-width: 80px;
  margin: 10px 0;
}

.time-table-block .time-dropdown{
  position: relative;
  display: flex;
}

.time-table-block .time-dropdown select{
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 16px;
  border: 2px solid #e6e8ed;
  text-align: left;
  background: none;
  border-radius: 10px;
  margin-right: 10px;
  min-width: 104px;
  -webkit-appearance: none;
  background-image: url(../images/icons/icon-select.png);
  background-repeat: no-repeat;
  background-position: 80px center;
}

.time-table-block .btn-box{
  position: relative;
  min-width: 80px;
  text-align: right;
}

.time-table-block .btn-box button{
  font-size: 14px;
  color: #8c689d;
  font-weight: 400;
}

.time-table-block .btn-box button span{
  margin-right: 5px;
}

/*** 

====================================================================
    Dashboard
====================================================================

***/

.dashboard{
  position: relative;
  background-color: #f9fafc;
  padding-left: 300px;
  min-height: 100vh;
}

.dashboard .dashboard-outer{
  position: relative;
  padding: 30px 30px 0;
}

.ui-item{
  position: relative;
  height: 180px;
  width: 100%;
  background: #4cbfd8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 35px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.ui-item h4{
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1em;
}

.ui-item p{
  font-size: 16px;
  color: #ffffff;
}

.ui-item .icon{
  font-size: 72px;
  line-height: 1em;
  color: #238aa0;
  padding-left: 10px;
}

.ui-item.bg-purple{background: #8c689d; }
.ui-item.bg-purple .icon{color: #634571; }

.ui-item.bg-pink{background: #ff8480; }
.ui-item.bg-pink .icon{color: #c75854; }

.ui-item.bg-yellow{background: #ffb874; }
.ui-item.bg-yellow .icon{color: #e49c57; }

.dashboard .ls-widget .widget-title h4{
  font-weight: 400;
}

.total-widget .widget-content{
  padding-bottom: 0;
}

/*============================
    Graph widget
============================*/

.graph-widget .widget-content{
  padding-top: 80px;
}

.graph-widget .tab-buttons{
  position: relative;
  display: flex;
  align-items: center;
}

.graph-widget .tab-buttons li{
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 18px;
  color: #5c6770;
  font-weight: 400;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 8px;
  transition: all 300ms ease;
}

.graph-widget .tab-buttons li:hover,
.graph-widget .tab-buttons li.active-btn{
  background: #f9fafc;

}

.graph-widget .graph-img{
  position: relative;
  padding-top: 30px;
  margin-bottom: 20px;
}

.graph-widget .graph-img img{
  width: 100%;
  display: block;
}

/*============================
    Form Widget
============================*/

.form-widget{
  position: relative;
}

.form-widget .default-form .form-group{
  margin-bottom: 12px;
}

.form-widget .default-form .form-group button{
  margin-top: 8px;
}

.form-widget .default-form .form-group:last-child{
  margin-bottom: 20px;
}

.form-widget .uploading-outer{
  margin-bottom: 20px;
}

/*============================
    Uploading Widget
============================*/

.uploading-widget .widget-content{
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.uploading-widget .widget-content:last-child{
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 0;
}

.uploading-widget .uploading-outer{
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
} 

.uploading-widget .bottom-text{
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #5c6770;
}

/*============================
    Listing Filters
============================*/

.listing-filters{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 5px;
  padding: 0 30px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  margin-bottom: 30px;
}

.listing-filters .search-outer{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.search-form {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.search-form input[type="text"],
.search-form input[type="search"] {
  position: relative;
  height: 54px;
  min-width: 305px;
  padding: 10px 18px;
  padding-right: 70px;
  background: transparent;
  font-size: 14px;
  color: #5c6770;
  line-height: 30px;
  border: 2px solid #e6e8ed;
  border-radius: 5px 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-form .search-btn {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  color: #e6e8ed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-filters .sort-by{
  margin-left: 30px;
}

.listing-filters .filters-list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.listing-filters .filters-list li{
  position: relative;
  margin-right: 10px;
}

.listing-filters .filters-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #5c6770;
  font-weight: 400;
  padding: 40px 20px;
  padding-left: 55px;
  border-bottom: 2px solid transparent;
  transition: all 300ms ease;
}

.listing-filters .filters-list li a .icon{
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  font-size: 20px;
  color: #9fa9b8;
  line-height: 30px;
}

.listing-filters .filters-list li:hover a,
.listing-filters .filters-list li.active a{
  color: #021f4a;
  border-color: #021f4a;
}

.my-listing-widget .listing-block-seven{
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1f3f7;
}

.my-listing-widget .listing-block-seven:last-child{
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

/*====================================
    Listing Block Seven
====================================*/

.listing-block-seven{
  position: relative;
  margin-bottom: 30px;
}

.listing-block-seven .inner-box {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  align-items: center;
}

.listing-block-seven .image-box {
  position: relative;
  margin-right: 30px;
}

.listing-block-seven .image {
  position: relative;
  display: block;
  margin-bottom: 0;
  height: 150px;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.listing-block-seven .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.listing-block-seven .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(27, 32, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(27, 32, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1b2032',GradientType=0 );
  z-index: 1;
  opacity: .80;
  content: "";
}

.listing-block-seven .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.listing-block-seven .content-box {
  position: relative;
  width: 100%;
}

.listing-block-seven .content-box .upper-box {
  position: relative;
  padding: 20px 40px 10px;
  z-index: 2;
  width: 100%;
}

.listing-block-seven .rating {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}

.listing-block-seven .fa {
  font-size: 11px;
  color: #ffa737;
}

.listing-block-seven .title {
  margin-left: 3px;
}

.listing-block-seven h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 5px;
}

.listing-block-seven h3 a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #1b2032;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-block-seven h3 a:hover {
  color: #ffa737;
}

.listing-block-seven h3 .icon {
  margin-left: 10px;
}

.listing-block-seven .text {
  position: relative;
  margin-bottom: 10px;
}

.listing-block-seven .info {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.listing-block-seven .info li {
  position: relative;
  color: #5c6770;
  margin-right: 20px;
}

.listing-block-seven .info li span {
  margin-right: 7px;
  font-size: 18px;
}

.listing-block-seven .places {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.listing-block-seven .place {
  position: relative;
  color: #4cbfd8;
  font-size: 14px;
}

.listing-block-seven .place .icon {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  background-color: #4cbfd8;
  margin-right: 7px;
}

.listing-block-seven .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.listing-block-seven .btn-box .theme-btn{
  margin: 9px 0;
  margin-left: 18px;
}

.listing-block-seven .btn-box .theme-btn:first-child{
  margin-left: 0;
}


