/* 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%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
  font-size: 16px;
  color: #363636;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Nunito", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

section {
  position: relative;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

p,
.text {
  font-size: 20px;
  line-height: normal;
  color: #5c6770;
  font-weight: 400;
  margin: 0;
}

.text2{
  font-size: 14px;
  line-height: 28px;
  color: #5c6770;
}

::-webkit-input-placeholder {
  color: inherit;
}
::-moz-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}

.auto-container {
  position: static;
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

.small-container {
  position: static;
  max-width: 900px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section{
  padding: 60px 0 30px;
}

.bg_alice {
  background-color: #f9fafc;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.fancybox-can-drag .fancybox-image-wrap {
  border: 10px solid #ffffff;
}

/******************
** \reset select 2
******************/

.select2-container--open,
.select2-dropdown--below,
.select2-drop {
  z-index: 99;

}

.select2-container .select2-choice {
  position: relative;
  z-index: 2;
}

.select2-container {
  max-width: 100%;
  z-index: 9;
}

.select2-container li:before {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 6px 10px;
  border: 0;
}

.select2-dropdown,
.select2-search--dropdown {
  border-color: #e0e6ea;
}

.select2-container--default .select2-results__option {
  position: relative;
  color: #4b4342;
  font-weight: 500;
  font-size: 17px;
  padding: 13px 10px;
  line-height: 20px;
  border-top: 1px solid #f1f1f1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.select2-search--dropdown,
.select2-results .select2-result-label {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #ffa737;
}

.select2-container--default .select2-selection--single {
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 18px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #e6e8ed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 36px;
  height: 100%;
  background: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: block;
  left: 0;
  top: -1px;
  margin: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent !important;
  background: none;
  background-color: inherit;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "\f107";
  opacity: 0.25;
  font-family: "Font Awesome 5 Free";
  line-height: 20px;
  font-size: 17px;
  color: inherit;
  font-weight: 900;
}

.ls-switcher .sort-by .chosen-container{
  background: none;
}

.chosen-container-single .chosen-single div:after {
  right: 12px; 
}

.chosen-container-single .chosen-single span{
  min-width: 80px;
}

/***
=======================
	   List Styles
=======================
***/

/* List Style One */

.list-style-one {
  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;
}

.list-style-one li {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #5c6770;
  font-weight: 400;
  cursor: default;
  margin-bottom: 30px;
}

.list-style-one li .count {
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  border: 2px solid #e6e8ed;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  color: #1b2032;
  margin-right: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.list-style-one li:hover .count {
  background: #021f4a;
  color: #ffffff;
}

/* List Style Two */

.list-style-two {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.list-style-two li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-style-two li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #ffa737;
  font-weight: 900;
  font-size: 14px;
}

/* List Style Three */

.list-style-three {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.list-style-three li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 5px;
}

.list-style-three li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #ffa737;
  border-radius: 50%;
  content: "";
}

.list-style-three.light li {
  font-weight: 300;
}

/* List Style Four */

.list-style-four {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.list-style-four li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 10px;
}

.list-style-four li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffa737;
  content: "\f058";
  font-size: 28px;
  line-height: 28px;
  font-family: "Font Awesome 5 Free";
}

/*** 
==========================
  	Social Icons
==========================
***/

.social-icon-one {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.social-icon-one li {
  position: relative;
  margin: 0 6px 10px;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #7b8094;
  height: 45px;
  width: 45px;
  border: 2px solid #323950;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  background-color: #323950;
}

/* Social Icon Two*/

.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.social-icon-two li {
  position: relative;
  margin: 0 6px 10px;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #9fa9b8;
  height: 45px;
  width: 45px;
  border: 2px solid #f7f8f9;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  background-color: #f7f8f9;
  color: #32383d;
}

/* Social Icon Three*/

.social-icon-three {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.social-icon-three li {
  position: relative;
  width: 50%;
  margin-bottom: 35px;
}

.social-icon-three li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 65px;
  min-height: 45px;
  color: #32383d;
}

.social-icon-three li a span{
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  font-size: 14px;
  border: 2px solid #f7f8f9;
  align-items: center;
  color: #32383d;
  height: 45px;
  width: 45px;
  line-height: 43px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-three li a:hover span {
  background-color: #f7f8f9;
}

/* Social Icon Four*/

.social-icon-four{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-icon-four li{
  position: relative;
  margin-right: 25px;
}

.social-icon-four li a{
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-four li a:hover{
  color: #ffa737;
}

/*** 

====================================================================
	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: 40%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.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;
}

/*==========================
	Owl Carousel Dots
===========================*/

.default-dots .owl-dots {
  position: relative;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.default-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 3px 6px;
  width: 8px;
  height: 8px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  background: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.default-dots .owl-dot.active {
  border-width: 3px;
  width: 18px;
  height: 18px;
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
}

.default-dots.sky-dots .owl-dot {
  background: #d0d2cc;
  border-color: #d0d2cc;
}

.default-dots.sky-dots .owl-dot.active {
  background-color: #009de6;
  border-color: #009de6;
}

/*==========================
	Owl Carousel Default Nav
===========================*/

.owl-carousel.no-arrows .owl-nav {
  display: none;
}

.owl-carousel.no-dots .owl-dots {
  display: none;
}

.default-nav .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.default-nav .owl-next,
.default-nav .owl-prev {
  position: absolute;
  left: -80px;
  top: 0;
  height: 50px;
  width: 50px;
  color: #021f4a;
  background: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.default-nav .owl-next {
  left: auto;
  right: -80px;
}

.default-nav .owl-next:hover,
.default-nav .owl-prev:hover {
  color: #ffffff;
  background-color: #021f4a;
}

/*== Owl Dots ===*/

.default-nav .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.default-nav .owl-dot {
  position: relative;
  height: 14px;
  width: 14px;
  border: 2px solid #b9c1d0;
  border-radius: 50%;
  margin: 0 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-nav .owl-dot.active,
.default-nav .owl-dot:hover {
  background: #b9c1d0;
}

/*==========================
	Message Box
===========================*/

.message-box {
  position: relative;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  min-height: 70px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.message-box p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.message-box a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.message-box .close-btn {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 70px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.close_icon {
  position: absolute;
  height: 17px;
  width: 17px;
}

.close_icon:before, 
.close_icon:after {
  position: absolute;
  left: 10px;
  content: ' ';
  height: 17px;
  width: 1px;
  background-color: #ffffff;
}
.close_icon:before {
  transform: rotate(45deg);
}
.close_icon:after {
  transform: rotate(-45deg);
}


/* Message Info */
.message-box.info{background-color: #4cbfd8; }

/* Message success */
.message-box.success {background-color: #35c2a5; }

/* Message warning */
.message-box.warning {background-color: #8c689d; }

/* Message Error */
.message-box.error {background-color: #ff8480; }


/*==========================
		Default Tabs
===========================*/

.default-tabs {
  position: relative;
  overflow: hidden;
}

.default-tabs .tab-buttons {
  position: relative;
  padding: 10px 10px;
  background: #021f4a;
  border-radius: 5px;
}

.default-tabs .tab-buttons li {
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 16px;
  padding: 11px 24px;
  color: #ffffff;
  line-height: 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-tabs .tab-buttons li.active-btn {
  background-color: #ffffff;
  color: #021f4a;
}

.default-tabs .tabs-content {
  position: relative;
  width: 100%;
  padding: 25px 25px;
}

.default-tabs .tabs-content p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
}

/* Style Two */

.default-tabs.style-two .tab-buttons{
  background: #ffffff;
  padding: 0 10px;
}

.default-tabs.style-two .tab-buttons li{
  padding: 20px 24px;
  color: #5c6770;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}

.default-tabs.style-two .tab-buttons li.active-btn{
  color: #021f4a;
  border-color: #021f4a;
}


/*==========================
	Accordian Box
===========================*/

.accordion-box {
  position: relative;
  margin-bottom: 30px;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn {
  position: relative;
  font-size: 16px;
  padding: 15px 20px;
  padding-left: 24px;
  line-height: 30px;
  color: #1b2032;
  font-weight: 400;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active {
  background: #021f4a;
  color: #ffffff;
}

.accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #0a0a0a;
  font-size: 12px;
  border-radius: 50px;
  transition: all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  color: #ffffff;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  padding: 30px 25px 15px;
}

.accordion-box .block .content p{
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 26px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.accordion-box .block .content p:last-child{
  margin-bottom: 0;
}

/*==========================
  default table
===========================*/

.table-outer{
  overflow-y: hidden;
  overflow-x: auto;
}

.default-table{
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  min-width: 600px;
}

.default-table thead{
  background: #021f4a;
  color: #ffffff;
}

.default-table thead th{
  position: relative;
  padding: 20px 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
}

.default-table tbody tr{
  position: relative;
  border-bottom: 1px solid #ededed;
}

.default-table tr td{
  position: relative;
  padding: 26px 30px;
  font-size: 16px;
  color: #5c6770;
  font-weight: 400;
}

/*======================
	 	Checkbox 
=======================*/

.checkbox-outer {
  position: relative;
}

.checkbox-outer h4 {
  font-size: 16px;
  line-height: 1em;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 15px;
}

.checkboxes {
  list-style: none;
  padding: 0;
}

.checkboxes.inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.checkboxes li {
  padding: 3px 0;
  margin-right: 20px;
}

.checkboxes li:last-child {
  margin-bottom: -8px;
}

.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  font-size: 14px;
  color: #5c6770;
}

.checkboxes label span {
  color: #909090;
}

.checkboxes input[type="checkbox"] {
  display: none;
}

.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #fff;
  border: 2px solid #e6e8ed;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 15px;
}

.checkboxes input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  background-color: #ffa737;
  border: 2px solid #ffa737;
}

.checkboxes.two-column:after {
  display: table;
  clear: both;
  content: "";
}

.checkboxes.two-column li {
  display: -webkit-box;
  display: flex;
  position: relative;
  float: left;
  margin: 0;
  min-width: 50%;
  padding-right: 10px;
}

/*======================
    Radio bOX
=======================*/

.radio-box{
  position: relative;
}

.radio-box label{
  position: relative;
  display: block;
  font-size: 14px;
  color: #1b2032;
  line-height: 20px;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 18px;
}

.radio-box label:before{
  position: absolute;
  left: 0;
  top: 0;
  height:20px;
  width: 20px;
  background: #ffffff;
  content: "";
  border: 2px solid #e6e8ed;
  border-radius: 50px;
  background: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.radio-box label:after {
  position: absolute;
  content: '\f00c'; /*checked*/
  left: 0px;
  top: 0;
  height: 20px;
  text-align: center;
  line-height: 20px;
  width: 20px;
  max-width: 0;
  font-size: 10px;
  color: #ffffff;
  font-weight: 900;
  overflow: hidden;
  background: transparent;
  font-family: 'Font Awesome 5 Free';
  text-align: center;
  -webkit-transition: max-width 500ms ease;
  -moz-transition: max-width 500ms ease;
  -ms-transition: max-width 500ms ease;
  -o-transition: max-width 500ms ease;
  transition: max-width 500ms ease;
}

.radio-box input[type="radio"]{
  display: none;
}

.radio-box input[type="radio"]:checked + label{
  border-color: #018bd3;
}

.radio-box input[type="radio"] {
}

.radio-box input[type="radio"]:checked + label:before{
  border-color: #ffa737;
  background: #ffa737;
}

.radio-box input[type="radio"]:checked + label:after {
  max-width: 20px;
  opacity: 1; 
}

/*======================
	 	Switches 
=======================*/

.switchbox-outer {
  position: relative;
}

.switchbox-outer h4 {
  font-size: 16px;
  line-height: 1em;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 15px;
}

.switchbox {
  position: relative;
}

.switchbox li {
  position: relative;
  margin-bottom: 15px;
}

.switchbox .title {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
  color: #5c6770;
  line-height: 24px;
}

.switch {
  position: relative;
  display: -webkit-box;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #e6e8ed;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #e7e9ee;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #ffa737;
  border: 2px solid #ffa737;
}

input:checked + .slider:before {
  background: #ffffff;
  -webkit-transform: translateX(37px);
  transform: translateX(37px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*======================
    Radio bOX
=======================*/
.tooltip-outer{
  position: relative;
}

.tooltip-btn{
  position: relative;
  font-size: 14px;
  color: #5c6770;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  min-width: 100px;
  text-align: center;
  background: #e3e8f2;
  border-radius: 8px;
  text-transform: capitalize;
  margin-bottom: 5px;
}

/*** 
======================
	Buttons Styles
======================
***/

.theme-btn {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 150px;
}

.theme-btn span {
  margin-left: 14px;
}

.theme-btn i {
  margin-right: 3px;
}

.theme-btn.icon-btn {
  padding-left: 70px;
}

.theme-btn.icon-btn .icon {
  position: absolute;
  left: -2px;
  top: -2px;
  height: 49px;
  line-height: 50px;
  margin: 0;
  width: 52px;
  background: #ff9814;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
}

/* Btn Style One */
.btn-style-one {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  background-color: #021f4a;
  font-weight: 700;
  padding: 8px 30px;
  border: 2px solid #021f4a;
  line-height: 30px;
}

.btn-style-one:hover {
  color: #021f4a;
  background-color: transparent;
}

/* Btn Style Two */
.btn-style-two {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  font-size: 16px;
  border-radius: 10px;
  background-color: #ffa737;
  font-weight: 700;
  padding: 8px 30px;
  border: 2px solid #ffa737;
  line-height: 30px;
}

.btn-style-two:hover {
  color: #ffa737;
  background-color: transparent;
}

/* Btn Style Three */

.btn-style-three {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #ffa737;
  font-size: 16px;
  border-radius: 10px;
  background-color: transparent;
  font-weight: 700;
  padding: 8px 30px;
  border: 2px solid #ffa737;
  line-height: 30px;
}

.btn-style-three:hover {
  color: #ffffff;
  background-color: #ffa737;
}

/* Btn Style Four */

.btn-style-four {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #021f4a;
  font-size: 16px;
  border-radius: 10px;
  background-color: transparent;
  font-weight: 700;
  padding: 8px 30px;
  border: 2px solid #021f4a;
  line-height: 30px;
}

.btn-style-four:hover {
  color: #ffffff;
  background-color: #021f4a;
}

.theme-btn.light {
  color: #ffffff;
  border-color: #ffffff;
}

.theme-btn.light:hover {
  color: #021f4a;
  background-color: #ffffff;
}

.theme-btn.large {
  padding: 12px 70px 10px;
  min-width: 200px;
  font-size: 16px;
  line-height: 23px;
}

.theme-btn.small {
  padding: 5px 18px;
  font-size: 14px;
  min-width: 80px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 5px;
}

.theme-btn.small .icon{
  margin-right: 10px;
  margin-left: 0;
}

/* Backgrund Pink */
.theme-btn.bg-pink {
  background-color: #ff007a;
  border-color: #ff007a;
  color: #ffffff;
}

.theme-btn.bg-pink:hover {
  background-color: transparent;
  color: #ff007a;
}

/* Backgrund Light Pink */
.theme-btn.bg-light-pink {
  background-color: #ff8480;
  border-color: #ff8480;
  color: #ffffff;
}

.theme-btn.bg-light-pink:hover {
  background-color: transparent;
  color: #ff8480;
}

/* Backgrund Red */
.theme-btn.bg-red {
  background-color: #ff5a5f;
  border-color: #ff5a5f;
  color: #ffffff;
}

.theme-btn.bg-red:hover {
  background-color: transparent;
  color: #ff5a5f;
}

/* Backgrund Purple */
.theme-btn.bg-purple {
  background-color: #8c689d;
  border-color: #8c689d;
  color: #ffffff;
}

.theme-btn.bg-purple:hover {
  background-color: transparent;
  color: #8c689d;
}

/* Backgrund Purple */
.theme-btn.bg-purple.alt {
  background-color: transparent;
  color: #8c689d;
  border-color: #8c689d;
}

.theme-btn.bg-purple.alt:hover {
  background-color: #8c689d;
  border-color: transparent;
  color: #ffffff;
}

/* Backgrund Blue */
.theme-btn.bg-blue {
  background-color: #192675;
  border-color: #192675;
  color: #ffffff;
}

.theme-btn.bg-blue:hover {
  background-color: transparent;
  color: #192675;
}

/* Backgrund Purple */
.theme-btn.bg-blue.alt {
  background-color: transparent;
  color: #192675;
  border-color: #192675;
}

.theme-btn.bg-blue.alt:hover {
  background-color: #192675;
  border-color: transparent;
  color: #ffffff;
}

/* Backgrund White */
.theme-btn.bg-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5c6770;
}

.theme-btn.bg-white:hover {
  border-color: #021f4a;
  background-color: #021f4a !important;
  color: #ffffff;
}

/* Backgrund Gray */
.theme-btn.bg-gray {
  background-color: #bdc1c9;
  border-color: #bdc1c9;
  color: #ffffff;
}

.theme-btn.bg-gray:hover {
  background-color: transparent;
  color: #bdc1c9;
}

/*==========================
	Progress Bars
============================*/

.bar-item {
  position: relative;
  margin-bottom: 20px;
}

.bar-item .skill-bar {
  position: relative;
  width: 100%;
  height: 6px;
}

.bar-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  height: 6px;
  background: #dddde1;
  border-radius: 5px;
  overflow: hidden;
}

.bar-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 1px;
  width: 0px;
  border-bottom: 6px solid #ffa737;
  box-shadow: 0 1px 1px rgba(0,0,0,0.09);
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
}

.bar-item .skill-header {
  position: relative;
  margin-bottom: 12px;
}

.bar-item .skill-header .skill-title {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #5c6770;
}

.bar-item .skill-percentage {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #202020;
}

/*==========================
	Pie Graph
===========================*/

.pie-graph {
  position: relative;
  margin-bottom: 40px;
}

.pie-graph .graph-outer {
  position: relative;
  text-align: center;
}

.pie-graph .graph-outer .dial {
  position: relative;
  display: block;
}

.pie-graph .inner-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  font-size: 36px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1em;
  color: #363636;
}

.pie-graph h4 {
  position: relative;
  font-size: 20px;
  color: #363636;
  margin-top: 10px;
  text-align: center;
}

.pie-graph.light h4,
.pie-graph.light .inner-text {
  color: #ffffff;
}

/*==========================
	Banner Box One
===========================*/

.banner-box-one {
  position: relative;
  margin-bottom: 30px;
}

.banner-box-one .cws-image-bg {
  -webkit-clip-path: polygon(0% 20px, 100% 0%, 100% calc(100% - 20px), 0% 100%);
  clip-path: polygon(0% 20px, 100% 0%, 100% calc(100% - 20px), 0% 100%);
}

.banner-box-one .cws-image-bg .cws-overlay-bg {
  width: 50%;
  background-color: #529b6b;
}

.banner-box-one .cws-triangle-overlay {
  opacity: 0.3;
  -webkit-clip-path: polygon(
    0% 0,
    50% 10px,
    100% 0,
    100% 100%,
    50% calc(100% - 10px),
    0 100%
  );
  clip-path: polygon(
    0% 0,
    50% 10px,
    100% 0,
    100% 100%,
    50% calc(100% - 10px),
    0 100%
  );
  background-color: #529b6b;
}

.banner-box-one .inner-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 21px;
  -webkit-box-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  align-items: center;
  min-height: 245px;
  z-index: 1;
}

.banner-box-one .content {
  width: 50%;
  text-align: center;
}

.banner-box-one .banner-offer {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 5px;
}

.banner-box-one .banner-desc {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  opacity: 0.7;
  color: #ffffff;
}

.banner-box-one.orange .cws-triangle-overlay {
  background: #ed6436;
}

.banner-box-one.orange .cws-overlay-bg {
  background-color: #ed6436;
}

.banner-box-one.orange .cws-image-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 100, 54, 0.65);
  content: "";
  z-index: 1;
}

.banner-box-one.orange .theme-btn {
  border-color: #ffffff;
}

/*==========================
	Banner Box Two
===========================*/

.banner-box-two {
  position: relative;
  margin-bottom: 30px;
}

.banner-box-two .cws-image-bg {
  -webkit-clip-path: none;
  clip-path: none;
}

.banner-box-two .cws-image-bg .cws-overlay-bg {
  background-color: rgba(75, 180, 105, 0.9);
}

.banner-box-two .inner-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 21px;
  -webkit-box-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  align-items: center;
  min-height: 245px;
  z-index: 1;
}

.banner-box-two .content {
  width: 100%;
  text-align: center;
}

.banner-box-two .banner-title {
  margin-bottom: 0;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.banner-box-two .banner-desc {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  opacity: 0.7;
  color: #ffffff;
}

.banner-box-two.dark .cws-overlay-bg {
  background-color: rgba(0, 0, 0, 0.85);
}

.banner-box-two.dark .theme-btn {
  border-color: #ffffff;
}

/*==========================
	Banner Box Three
===========================*/

.banner-box-three {
  position: relative;
  margin-bottom: 30px;
}

.banner-box-three .cws-image-bg {
  -webkit-clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% calc(100% - 20px));
  clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% calc(100% - 20px));
}

.banner-box-three .cws-image-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(81, 158, 107, 0.6);
  content: "";
}

.banner-box-three .cws-image-bg .cws-overlay-bg {
  width: 50%;
  background-color: #ffa737;
}

.banner-box-three .cws-triangle-overlay {
  opacity: 0.3;
  -webkit-clip-path: polygon(
    0% 0,
    50% 10px,
    100% 0,
    100% 100%,
    50% calc(100% - 10px),
    0 100%
  );
  clip-path: polygon(
    0% 0,
    50% 10px,
    100% 0,
    100% 100%,
    50% calc(100% - 10px),
    0 100%
  );
  background-color: #529b6b;
}

.banner-box-three .inner-container {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  padding: 21px;
  -webkit-box-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  align-items: center;
  min-height: 245px;
  z-index: 1;
}

.banner-box-three .content {
  width: 50%;
}

.banner-box-three .banner-title {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
}

.banner-box-three .banner-desc {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  opacity: 0.7;
  color: #ffffff;
}

.banner-box-three .banner-offer {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 5px;
}

.banner-box-three.orange .cws-triangle-overlay {
  background: #ed6436;
}

.banner-box-three.orange .cws-overlay-bg {
  background-color: #ff6c3a;
  z-index: 1;
}

.banner-box-three.orange .cws-image-bg:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 100, 54, 0.65);
  content: "";
  z-index: 1;
}

.banner-box-three.orange .theme-btn {
  border-color: #ffffff;
}

/*==========================
	 Callout One
===========================*/

.callout-one {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  overflow: hidden;
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  text-align: center;
  margin-bottom: 30px;
}

.callout-one:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(89, 171, 102, 0.9);
  content: "";
}

.callout-one .sub-title {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  color: #ffffff;
  margin-bottom: 20px;
}

.callout-one h2 {
  position: relative;
  text-align: center;
  font-size: 48px;
  line-height: 1.2em;
  color: #ffffff;
  font-family: "Nunito";
  margin-bottom: 30px;
}

.callout-one .theme-btn {
  border-color: #ffffff;
  color: #ffffff;
}

/*==========================
	Callout Two
===========================*/

.callout-two {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  overflow: hidden;
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  margin-bottom: 30px;
}

.callout-two:before {
  position: absolute;
  left: -10%;
  top: 0;
  height: 100%;
  width: 60%;
  background-color: rgba(89, 171, 102, 1);
  content: "";
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}

.callout-two .content {
  position: relative;
  width: 50%;
}

.callout-two h2 {
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  font-family: "Nunito";
}

.callout-two h3 {
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 600;
  color: #ffffff;
}

.callout-two .abs-btn {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -70px;
  margin-top: -70px;
  height: 140px;
  width: 140px;
  background-color: #ffffff;
  line-height: 140px;
  text-align: center;
  color: #000000;
  border-radius: 50%;
  min-width: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/*==========================
	Callout Three
===========================*/

.callout-three {
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  overflow: hidden;
  background-size: auto;
  background-repeat: repeat;
  background-position: center center;
  margin-bottom: 30px;
}

.callout-three:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(89, 171, 102, 0.6);
  content: "";
}

.callout-three .content {
  position: relative;
  text-align: left;
}

.callout-three h2 {
  position: relative;
  font-size: 42px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  font-family: "Nunito";
}

.callout-three h3 {
  position: relative;
  font-size: 32px;
  line-height: 1.4em;
  margin-top: 0px;
  font-family: "Nunito";
  color: #ffffff;
  margin-bottom: 30px;
}

.callout-three .right-box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  padding: 45px 30px;
  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;
}

.callout-three .right-box:before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120%;
  right: -15%;
  left: initial;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background-color: #f36737;
  content: "";
}

.callout-three .banner-offer {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 10px;
}

.callout-three .banner-desc {
  position: relative;
  font-size: 23px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}

.callout-three .theme-btn {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.theme_color {
  color: #25262c;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

/*==========================
		Preloader
===========================*/

.preloader{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #fafafa;
	z-index: 9999;
  background-image: url(../images/icons/preloader.png);
  background-repeat: no-repeat;
  background-position: center;
}

.preloader:before{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  color: #021f4a;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  content: "LOADING"
}


img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

hr {
  -webkit-appearance: none;
  position: relative;
  height: 1px;
  margin: 30px auto;
  background: #e6e8ed;
  border-style: none;
  outline-style: none;
}

section hr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

/*=== Default Form ===*/

.default-form {
  position: relative;
}

.default-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group > label {
  font-size: 14px;
  line-height: 28px;
  color: #1b2032;
  margin-bottom: 3px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  width: 100%;
  display: block;
  color: #5c6770;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 18px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid #e6e8ed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: #ffa737;
}

.default-form .form-group textarea {
  height: 184px;
  resize: none;
  padding-top: 15px;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button {
  position: relative;
  display: inline-block;
  min-width: 160px;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {
  border-color: #ff0000;
}

.default-form label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}

.default-form .form-group .icon{
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #9fa9b8;
  font-size: 14px;
  line-height: 54px;
}
#email-form .form-group:first-child{
  margin-bottom: 0;
}

#email-form .response {
  position: relative;
  text-align: center;
}

#email-form .response .success {
  background: #35c2a5;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}

#email-form .response .failed {
  background-color: #f74848;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}

#email-form .response .text-info {
  background-color: #ffa737;
  color: #222222 !important;
  padding: 0 10px;
  margin-bottom: 10px;
}

.chosen-search .chosen-container-single .chosen-search input[type=text]{
  background: #ffffff !important;
  border:2px solid #e6e8ed !important;
}

.chosen-container{
  border:2px solid #e6e8ed;
  border-radius: 10px;
}

.chosen-container .chosen-single{
  border: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  white-space: nowrap;
}

.sort-by .chosen-container{
  border: 2px solid transparent;
}

.chosen-search .chosen-container .chosen-drop{
  margin-top: 8px;
}

.chosen-search .chosen-container-single .chosen-single{
  border:2px solid transparent;
  border-radius: 10px;
}

.chosen-search .chosen-container-single .chosen-search:before {
  font-family: "Flaticon";
  font-weight: 400;
  content: "\f100";
  font-size: 18px;
  top: 18px;
  right: 10px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

 .chosen-container-multi .chosen-choices li.search-choice{
  background: #021f4a;
}

.choices-style-two .chosen-container-multi .chosen-choices li.search-choice{
  background: #eceff4;
  color: #5c6770;
  border-radius: 5px;
}

.choices-style-two .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{
  color: #5c6770;
}

.chosen-container-multi .chosen-choices{
  border: 0;
  box-shadow: none;
  border-radius: 10px;
}

.chosen-container-multi.chosen-with-drop .chosen-choices{
  border-radius: 10px;
}

.chosen-container{
    box-shadow: none;
    background-image: url(../images/icons/icon-select.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/*** 

====================================================================
	Scroll To Top
====================================================================

***/

.scroll-to-top {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  font-size: 16px;
  color: #7b8094;
  line-height: 50px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  display: none;
  cursor: pointer;
  background-color: #23293e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: #1b2032;
  background-color: #ffffff;
}

/*** 

====================================================================
	 Main Header
====================================================================

***/

.main-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-span {
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
  background-color: #021f4a;
}

.main-header.fixed-header {
  background-color: #021f4a;
}

.main-header .main-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: calc(100% - 45px);
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .nav-outer {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .logo-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .logo {
  position: relative;
  z-index: 9;
  padding: 30px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .text {
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  margin-left: 30px;
}

.main-header .search-box {
  position: relative;
  margin-left: 180px;
  z-index: 999;
}

.main-header .search-box .search-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: #212121;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active{
  overflow: hidden;
}

.search-active .search-box .search-backdrop {
  opacity: 0.85;
  visibility: visible;
}

.header-search-form {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.header-search-form input[type="text"],
.header-search-form input[type="search"] {
  position: relative;
  height: 60px;
  min-width: 320px;
  padding: 10px 20px;
  padding-right: 70px;
  background: transparent;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-search-form input[type="text"]:focus,
.header-search-form input[type="search"]:focus {
  background: #f9fafc;
  color: #1b2032;
}

.header-search-form .search-btn {
  font-size: 20px;
  position: absolute;
  right: 50px;
  top: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-search-form.active .search-btn {
  color: #1b2032;
}

.search-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 23px 23px 13px;
  border-radius: 0 0 5px 5px;
  transition: all 300ms ease;
}

.search-active .search-list {
  opacity: 1;
  visibility: visible;
}

.search-list .search-item.no-results {
  position: relative;
  padding: 0;
  margin: -13px 0;
  line-height: 1em;
}

.search-list .search-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
  min-height: 35px;
  margin-bottom: 13px;
}

.search-list .search-item .text {
  position: relative;
  font-size: 16px;
  line-height: 35px;
  color: #1b2032;
  margin: 0;
}

.search-list .search-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  background: #4cbfd8;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  border-radius: 50%;
}

.search-list .search-item.region .icon {
  background: #4cbfd8;
}
.search-list .search-item.listing .icon {
  background: #8c689d;
}
.search-list .search-item.shopping .icon {
  background: #ff8480;
}
.search-list .search-item.food .icon {
  background: #ffb874;
}
.search-list .search-item.prize .icon {
  background: #35c2a5;
}

.search-list .search-item .cat {
  position: relative;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #5e6876;
  margin-left: 10px;
}

.main-header .menu-box {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.main-menu {
  position: static;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: static;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.main-menu .navigation > li {
  position: relative;
  margin-right: 40px;
  padding: 20px 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > span,
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current > span {
  color: #ffa737;
}

.main-menu .navigation > li.dropdown > span {
  padding-right: 18px;
}

.main-menu .navigation > li.dropdown > span:after {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: block;
  line-height: 20px;
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
  z-index: 5;
}

.main-menu .navigation > li > a > span {
  position: relative;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: -15px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  opacity: 0;
  z-index: 1;
  min-width: 200px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  left: 20px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  content: "";
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation > li > ul .from-right {
  left: auto;
  right: 100%;
  margin-right: 2px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > span,
.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > span:hover,
.main-menu .navigation > li > ul > li > a:hover {
  color: #5c6770;
}

.main-menu .navigation > li.current.dropdown > span:after,
.main-menu .navigation > li > ul > li > ul > li.current > a,
.main-menu .navigation > li > ul > li.current > a {
  color: #ffa737;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  min-width: 200px;
  margin-top: -40px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-menu .navigation > li > ul > li > ul > li > span:hover {
  color: #5c6770;
}

.main-menu .navigation > li > ul > li.dropdown > span:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: block;
  line-height: 20px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px);
  transform: translate(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.main-header .add-listing {
  margin-right: 40px;
  height: 45px;
  padding: 8px 20px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  line-height: 25px;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
  min-width: 170px;
}

.main-header .add-listing span {
  margin-right: 8px;
}

.main-header .add-listing:hover {
  color: #222222;
  background: #ffffff;
}

/* Cart btn */

.main-header .cart-btn {
  position: relative;
}

.main-header .cart-btn > a {
  position: relative;
  display: block;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}

.main-header .cart-btn .count {
  position: absolute;
  right: -7px;
  top: -4px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #ffffff;
  background-color: #ffa737;
  border-radius: 50%;
}

/* Signin/Register */

.main-header .login-box {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 40px;
}

.main-header .login-box span {
  margin-right: 8px;
}

.main-header .login-box a {
  color: #ffffff;
}

.main-header .login-box a:hover {
  text-decoration: underline;
}

.main-header.alternate{
  background-color: #021f4a;
}

.main-header.alternate .logo {
  padding: 12.5px 0;
}

/* Dashboard Option */

#toggle-user-sidebar{
  display: none;
}

.dashboard-option{
  position: relative;
  margin-left: 30px;
}

.dashboard-option .dropdown-menu{
  transform: none !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  min-width: 250px;
  border-radius: 10px;
  box-shadow: 0 1px 30px rgba(0,0,0,0.15);
  margin-top: 8px;
}

.dashboard-option .dropdown-menu:before{
  position: absolute;
  right: 30px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  content: "";
}

.dashboard-option .dropdown-toggle{
  position: relative;
  display: flex;
  align-items: center;
}

.dashboard-option .dropdown-toggle::after{
  border-top-color: #ffffff;
  margin-left: 12px;
}

.dashboard-option .thumb{
  border: 5px solid rgba(255,255,255,.15);
  height: 46px;
  width: 46px;
  border-radius: 50%;
  overflow: hidden;
}

.dashboard-option .name{
  position: relative;
  display: block;
  color: #ffffff;
  margin-left: 10px;
}

.dashboard-option .dropdown-item{
  padding: 10px 28px;
  line-height: 30px;
  font-size: 16px;
  color: #5c6770;
  border-left: 2px solid transparent;
}

.dashboard-option .dropdown-item i{
  margin-right: 15px;
  font-size: 20px;
}

.dashboard-option .dropdown-item.active,
.dashboard-option .dropdown-item:hover{
  border-left: 2px solid #1b2032;
  background: #f9fafc;
  color: #1b2032;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(35, 35, 35, 0.96);
}

.moblie-search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #e0e6ea;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-inner {
  position: relative;
  display: block;
  top: 50%;
  height: auto;
  z-index: 1;
  width: calc(100% - 60px);
  max-width: 1170px;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.moblie-search-active .search-popup .search-inner {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #1b2032;
  padding: 15px 20px;
  background: #ffffff;
  height: 60px;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  color: #1b2032;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup input::-webkit-input-placeholder,
.search-popup textarea::-webkit-input-placeholder {
  color: inherit;
}

.search-popup input::-moz-placeholder,
.search-popup textarea::-moz-placeholder {
  color: inherit;
}

.search-popup input:-ms-input-placeholder,
.search-popup textarea:-ms-input-placeholder {
  color: inherit;
}

.search-popup input::-ms-input-placeholder,
.search-popup textarea::-ms-input-placeholder {
  color: inherit;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: inherit;
}

/*=== Shopping Cart ===*/

.main-header .shopping-cart {
  position: absolute;
  z-index: 5;
  top: 23px;
  right: -23px;
  margin-right: 100%;
  background-color: #ffffff;
  padding: 30px 30px;
  margin: 0;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, visibility 0.3s step-end;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s step-end, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s step-end, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out, visibility 0.3s step-end;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out, visibility 0.3s step-end,
    -webkit-transform 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-width: 380px;
}

.main-header .cart-btn:hover .shopping-cart {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out, visibility 0.3s step-start;
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s step-start, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    visibility 0.3s step-start, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out, visibility 0.3s step-start;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out, visibility 0.3s step-start,
    -webkit-transform 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.main-header .shopping-cart:after {
  position: absolute;
  right: 28px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  content: "";
}

.main-header .shopping-cart:before {
  position: absolute;
  left: 0;
  top: -30px;
  height: 50px;
  width: 100%;
  content: "";
}

.shopping-cart .shopping-cart-items {
  position: relative;
}

.shopping-cart .cart-item {
  position: relative;
  width: 100%;
  padding-top: 5px;
  padding-left: 70px;
  padding-right: 25px;
  margin-bottom: 30px;
  min-height: 50px;
}

.shopping-cart .cart-item:last-child {
  border-bottom: 0;
}

.shopping-cart .cart-item .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  background: #9fa9b8;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .item-name {
  display: block;
  color: #1b2032;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .item-quantity {
  display: block;
  font-size: 14px;
  color: #5e6876;
  line-height: normal;
}

.shopping-cart .product-detail {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.shopping-cart .remove-item {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 18px;
  z-index: 2;
  color: #999999;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shopping-cart .shopping-cart-total {
  font-size: 16px;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 5px;
}

.shopping-cart .cart-footer {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.shopping-cart .cart-footer .theme-btn {
  width: auto;
  min-width: calc(50% - 8px);
  margin-top: 10px;
  margin-right: 10px;
}

.shopping-cart .cart-footer .theme-btn:last-child {
  margin-right: 0;
}

/*** 

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.952941);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.fixed-header .logo {
  padding: 15px 0;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .outer-box {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li > a {
  color: #363636;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 0 15px;
}

.sticky-header .main-menu .navigation > li.current.dropdown > a:after,
.sticky-header .main-menu .navigation > li.current > a {
  color: #ffa737;
}

/*** 

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header {
  position: relative;
  padding: 13px 15px;
  display: none;
  z-index: 99;
}

.mobile-header:after {
  display: table;
  clear: both;
  content: "";
}

.mobile-header .logo {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 !important;
  left: 0;
}

.mobile-header .logo img {
  max-height: 50px;
}

.mobile-header .nav-outer {
  position: relative;
  float: right;
  margin-top: 5px;
}

.mobile-header .outer-box {
  position: relative;
  float: right;
}

.mobile-header .search-box .search-btn {
  font-size: 20px;
  color: #ffffff;
}

.mobile-header .search-box {
  margin: 0;
}

.mobile-header .cart-btn > a {
  font-size: 20px;
}

.mobile-header .cart-btn > a,
.mobile-header .login-box {
  margin-left: 20px;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 24px;
  line-height: 30px;
  cursor: pointer;
  margin-left: 20px;
  color: #ffffff;
  -webkit-box-ordinal-group: 4;
  order: 3;
  display: none;
}

.mm-panels {
  --mm-color-background: #021f4a;
  --mm-color-text-dimmed: #ffffff;
  --mm-color-border: rgba(255, 255, 255, 0.1);
  --mm-listitem-size: 50px;
}

.mm-btn:after,
.mm-btn:before {
  border-color: #ffffff;
  border-width: 1.5px;
  height: 6px;
  width: 6px;
}

.mm-panels .mm-counter {
  position: absolute;
  right: 45px;
  top: 50%;
  text-indent: 0;
  display: block;
  margin-top: -10px;
  background-color: rgba(255, 167, 55, 0.8);
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  padding: 0;
}

#toggle-user-sidebar{
  margin-left: 20px;
}

#toggle-user-sidebar .thumb{
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid rgba(255,255,255,.15);
  border-radius: 50%;
}

.mm-add-listing{
    margin-top: 30px;
    padding: 0 10px;
    border: transparent;
    display: none;
}

.mm-add-listing .theme-btn{
    width: auto;
    min-width: auto;
    flex: 0 0 auto;
    color: #ffa737 !important;
    border-radius: 50px;
    line-height: 25px;
    font-weight: 400;
}

.mm-add-listing .theme-btn span{
  margin-left: 0;
  margin-right: 10px;
}

/*** 

====================================================================
		Header Style Two
====================================================================

***/

.header-style-two.fixed-header,
.header-style-two {
  background-color: #1b2032;
}

.header-style-two .logo {
  padding: 15px 0;
}

.header-style-two .main-menu .navigation > li.current.dropdown > a:after,
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li > ul > li.current > a,
.header-style-two .main-menu .navigation > li.current.dropdown > span:after,
.header-style-two .main-menu .navigation > li.current > span,
.header-style-two .main-menu .navigation > li > ul > li > a:hover,
.header-style-two .main-menu .navigation > li > ul > li > ul > li > a,
.header-style-two .main-menu .navigation > li > ul > li > ul > li.current > a {
  color: #f78cbf;
}

.header-style-two .cart-btn .count {
  background-color: #ff007a;
}

/*** 

====================================================================
		Header Style Three
====================================================================

***/

.header-style-three.fixed-header {
  background-color: #1b2032;
}

.header-style-three .main-menu .navigation > li.current.dropdown > a:after,
.header-style-three .main-menu .navigation > li.current.dropdown > span:after,
.header-style-three .main-menu .navigation > li.current > span,
.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li > ul > li.current > a,
.header-style-three .main-menu .navigation > li > ul > li > a:hover,
.header-style-three .main-menu .navigation > li > ul > li > ul > li > a,
.header-style-three
  .main-menu
  .navigation
  > li
  > ul
  > li
  > ul
  > li.current
  > a {
  color: #f78cbf;
}

.header-style-three .cart-btn .count {
  background-color: #ff007a;
}

/*** 

====================================================================
		Header Style Four
====================================================================

***/

.header-style-four.fixed-header,
.header-style-four {
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

.header-style-four .logo {
  padding: 15px 0;
}

.header-style-four .cart-btn > a,
.header-style-four .login-box,
.header-style-four .login-box a,
.header-style-four .search-box .search-btn,
.header-style-four .nav-outer .mobile-nav-toggler,
.header-style-four .main-menu .navigation > li.dropdown > span:after,
.header-style-four .main-menu .navigation > li.dropdown > a:after,
.header-style-four .main-menu .navigation > li > span,
.header-style-four .main-menu .navigation > li > a {
  color: #32383d;
}

.header-style-four .main-menu .navigation > li.current.dropdown > span:after,
.header-style-four .main-menu .navigation > li.current.dropdown > a:after,
.header-style-four .main-menu .navigation > li.current > a,
.header-style-four .main-menu .navigation > li.current > span,
.header-style-four .main-menu .navigation > li > ul > li.current > a,
.header-style-four .main-menu .navigation > li > ul > li > a:hover,
.header-style-four .main-menu .navigation > li > ul > li > ul > li.current > a {
  color: #ff5a5f;
}

.header-style-four .add-listing {
  background-color: #f7f8f9;
  color: #32383d;
}

.header-style-four .add-listing:hover {
  color: #f7f8f9;
  background-color: #32383d;
}

.header-style-four .cart-btn .count {
  top: -2px;
  background-color: #ff5a5f;
}

/*** 

====================================================================
		Login Popup
====================================================================

 ***/

.jquery-modal {
  z-index: 999;
}

.modal {
  height: auto;
  padding: 0;
  max-width: 420px;
  overflow: visible;
}

#login-modal {
  max-width: 420px;
  padding: 30px 30px 12px;
  overflow: visible;
}

.login-from {
  position: relative;
  text-align: center;
}

.login-from h3 {
  position: relative;
  display: block;
  font-size: 20px;
  color: #1b2032;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.login-from .form-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.login-from .form-group .text,
.login-from .form-group .forgot-pass,
.login-from .form-group label {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 1em;
  margin: 0;
}

.login-from .form-group label {
  cursor: pointer;
}

.login-from .form-group .forgot-pass:hover {
  text-decoration: underline;
}

.login-from .form-group input[type="text"],
.login-from .form-group input[type="email"],
.login-from .form-group input[type="password"],
.login-from .form-group input[type="url"],
.login-from .form-group select,
.login-from .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  font-size: 14px;
  color: #5c6770;
  line-height: 30px;
  font-weight: 400;
  background: #ffffff;
  border: 2px solid #e6e8ed;
  padding: 10px 20px;
  border-radius: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.login-from .form-group input[type="submit"],
.login-from .form-group button {
  width: 100%;
  min-width: auto;
}

.login-from .form-group .text {
  width: 100%;
}

.login-from .form-group .social-btn {
  margin-right: 30px;
  width: 100%;
}

.login-from .form-group .social-btn:last-child {
  margin-right: 0;
}

.social-btn {
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: inherit;
  font-size: 16px;
  border-radius: 5px;
  background-color: inherit;
  font-weight: 700;
  padding: 10px 30px;
  color: #ffffff;
  line-height: 25px;
}

.social-btn span {
  margin-right: 3px;
}

.social-btn.facebook-btn {
  background-color: #3b5998;
  color: #ffffff;
}

.social-btn.google-btn {
  background-color: #dc4d28;
  color: #ffffff;
}

.login-from .bottom-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.login-from .signup-link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #021f4a;
}

.login-from .signup-link:hover {
  text-decoration: underline;
}

.login-from.register .form-group.full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: left;
  margin-bottom: 8px;
}

.login-from.register .checkbox-wrap {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
}

.login-from.register .checkbox-wrap label {
  margin-left: 10px;
}

.login-from.register .checkbox-wrap label a {
  color: #ef2f24;
}

.login-from.register .checkbox-wrap label a:hover {
  text-decoration: underline;
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 280px 0 150px;
  z-index: 2;
}

.page-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;
}

.page-title h1{
  position:relative;
  display: block;
  font-size:32px;
  color:#ffffff;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-title .text{
  position: relative;
  color: #ffffff;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
  position: relative;
  margin-bottom: 55px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 700;
}

.sec-title .text {
  position: relative;
  margin-top: 15px;
}

.sec-title .divider {
  position: relative;
  display: block;
  width: 100px;
  background-color: #9fa9b8;
  height: 2px;
  margin-top: 12px;
}

.sec-title.text-center .divider {
  margin: 12px auto;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.light .text {
  color: rgba(255, 255, 255, 0.5);
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
  position: relative;
  display: block;
  height: 960px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.banner-section .auto-container {
  max-width: 1400px;
}

.background-layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.background-layer:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #080e7b;
  background: linear-gradient(135deg, #080e7b 0%, #3c1da8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080e7b', endColorstr='#3c1da8',GradientType=1 );
  content: "";
  opacity: 0.85;
}

.background-layer.pink-gradient:before {
  background: #1a1831;
  background: linear-gradient(45deg, #1a1831 0%, #ff007a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1831', endColorstr='#ff007a',GradientType=1 );
}

.listing-search-tabs {
  position: relative;
}

.listing-search-tabs .tab-buttons {
  position: relative;
  margin-right: 250px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.listing-search-tabs .tab-buttons li {
  position: relative;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
  margin: 5px 40px 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0.6;
}

.listing-search-tabs .tab-buttons li:after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -8px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.listing-search-tabs .tab-buttons li.active-btn {
  opacity: 1;
}

.listing-search-tabs .tab-buttons li.active-btn:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.banner-section .content-box {
  position: relative;
  text-align: center;
}

.banner-section .upper-heading {
  position: relative;
  margin-bottom: 150px;
}

.banner-section .content-box h3 {
  font-size: 70px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}

.banner-section .content-box p {
  font-size: 22px;
  line-height: normal;
  color: #ffffff;
}

.listing-search-form {
  position: relative;
  border: 10px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.listing-search-form .chosen-container{
  border: 0;
}

.listing-search-form form {
  background: #ffffff;
  padding: 10px 10px;
  padding-left: 30px;
  border-radius: 10px;
}

.listing-search-form .form-group {
  border-left: 1px solid #e6e6e6;
  text-align: left;
  margin-bottom: 0;
  /*	display: flex;
	align-items: center; */
}

.listing-search-form .form-group .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  font-size: 18px;
  color: #5c6770;
  background: #ffffff;
}

.listing-search-form .form-group .icon:after {
  position: absolute;
  display: block;
  right: 0;
  top: -3px;
  font-size: 12px;
  color: #888888;
  background-color: #f0f0f0;
  content: attr(data-text);
  white-space: normal;
  min-width: 110px;
  text-align: center;
  border-radius: 5px;
  padding: 3px 7px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.listing-search-form .form-group.location:focus .icon:after,
.listing-search-form .form-group.location:hover .icon:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.listing-search-form .form-group:first-child,
.listing-search-form .form-group:last-child {
  border-left: 0;
}

.listing-search-form .ui-selectmenu-button.ui-button,
.listing-search-form .form-group input,
.listing-search-form .form-group select,
.listing-search-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #5c6770;
  line-height: 30px;
  font-weight: 400;
  background: #ffffff;
  padding: 10px 0px;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.listing-search-form .form-group input[type="submit"],
.listing-search-form .form-group button {
  width: 100%;
  min-width: auto;
}

.banner-section .browse-catergory {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

.banner-section .browse-catergory .text {
  position: relative;
  color: #ffffff;
  margin-bottom: 40px;
}

.banner-section .browse-cat-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.banner-section .browse-cat-list li {
  margin: 0 40px 20px;
}

.banner-section .browse-cat-list li a {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section .browse-cat-list li span {
  position: relative;
  display: block;
  font-size: 26px;
}

.banner-section .browse-cat-list li a:hover {
  color: #fcba3d;
}

/*================================
 	Banner Section / Style Two
==================================*/

.banner-section.style-two {
  position: relative;
}

.banner-section.style-two .background-layer:before {
  background: #1b2032;
  background: linear-gradient(135deg, #1b2032 0%, #171657 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b2032', endColorstr='#171657',GradientType=1 );
  opacity: 0.4;
}

.banner-section.style-two .browse-catergory {
  bottom: 60px;
}

.banner-section.style-two .browse-cat-list li {
  min-width: 130px;
  min-height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: rgba(159, 169, 184, 0.25);
  border-radius: 10px;
  margin: 0 10px;
}
.banner-section.style-two .browse-catergory .text {
  position: relative;
  color: #ffffff;
  margin-bottom: 20px;
}

/*================================
 	Banner Section / Style Three
==================================*/

.banner-section.style-three .content-box {
  margin-top: 180px;
}

/*================================
 	Banner Section / Style Four
==================================*/
.banner-section.style-four {
  position: relative;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.banner-section.style-four .content-box {
  position: relative;
  width: 100%;
  margin-top: -75px;
  z-index: 9;
}

.banner-section.style-four .tabs-content {
  position: relative;
}

.banner-section.style-four form {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.listing-search-tabs.style-two .tab-buttons {
  -webkit-box-pack: left;
  justify-content: left;
  padding-left: 40px;
  margin-bottom: -10px;
  z-index: 9;
}

.listing-search-tabs.style-two .tab-buttons li {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  opacity: 1;
  min-width: 130px;
  border-radius: 10px 10px 0 0;
  margin: 0 5px 0 0;
}

.listing-search-tabs.style-two .tab-buttons li:after {
  display: none;
}

.listing-search-tabs.style-two .tab-buttons li.active-btn {
  background: #fcfcfc;
  color: #1b2032;
}

.banner-section.style-four .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 750px;
}

.banner-section.style-four .slide-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #080e7b;
  content: "";
  opacity: 0.7;
}

.banner-section.style-four .slide-content {
  position: relative;
  text-align: center;
}

.banner-section.style-four .slide-content h2 {
  display: block;
  font-size: 55px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section.style-four .active .slide-content h2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-section.style-four .slide-content .text {
  font-size: 18px;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.banner-section.style-four .active .slide-content .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.banner-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  width: 100%;
}

.banner-carousel .owl-prev,
.banner-carousel .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;
}

.banner-carousel .owl-next {
  left: auto;
  right: 30px;
}

.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
  background: #ffffff;
  color: #1b2032;
}

/*================================
 	Banner Section / Style Five
==================================*/
.banner-section.style-five {
  position: relative;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.banner-section.style-five form {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.banner-section.style-five .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 750px;
}

.banner-section.style-five .slide-item:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
  content: "";
  opacity: 0.5;
}

.banner-section.style-five .slide-content {
  position: relative;
  text-align: center;
}

.banner-section.style-five .slide-content h2 {
  display: block;
  font-size: 55px;
  line-height: 1.2em;
  color: #32383d;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.banner-section.style-five .active .slide-content h2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.banner-section.style-five .slide-content .text {
  font-size: 18px;
  color: #5c6770;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.banner-section.style-five .active .slide-content .text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.banner-section.style-five .content-box {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 70%;
  margin-top: -20px;
}

.banner-section.style-five .tabs-content {
  position: relative;
}

.listing-search-tabs.style-three .tab-buttons {
  -webkit-box-pack: left;
  justify-content: left;
  padding-left: 40px;
  margin-bottom: 30px;
  z-index: 9;
}

.listing-search-tabs.style-three .tab-buttons li:after {
  bottom: -40px;
}

.listing-search-tabs.style-three .tab-buttons li {
  padding: 15px 20px;
  opacity: 1;
  min-width: 110px;
  color: #32383d;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 15px 0 0;
}

.listing-search-tabs.style-three .tab-buttons li.active-btn {
  background: #32383d;
  color: #ffffff;
}

/*** 

====================================================================
  What We Do
====================================================================

***/

.what-we-do{
  position: relative;
  padding: 60px 0;
  background-color: #f9fafc;
}

.what-we-do .video-column{
  position: relative;
}

.what-we-do .video-box{
  position: relative;
}

.what-we-do .video-box .image{
  position: relative;
  margin-bottom: 0;
}

.what-we-do .video-box .image img{
  display: block;
  width: 100%;
}

.what-we-do .video-box a{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 72px;
  color: rgba(255,255,255,.60);
}

.what-we-do .video-box a:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  background: -moz-linear-gradient(top,  rgba(153,153,153,0) 0%, rgba(27,32,50,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(153,153,153,0) 0%,rgba(27,32,50,1) 100%);
  background: linear-gradient(to bottom,  rgba(153,153,153,0) 0%,rgba(27,32,50,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00999999', endColorstr='#1b2032',GradientType=0 );
  content: "";
}

.what-we-do .video-box a .icon{
  position: relative;
}

.what-we-do .content-column{
  position: relative;
}

.what-we-do .content-column .inner-column{
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 40px;
}

.what-we-do .content-column .inner-column .inner{
  position: relative;
  padding: 0px 0;
}

.what-we-do .content-column h4{
  position: relative;
  font-size: 20px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 10px;
}

.what-we-do .content-column p{
  font-size: 14px;
  line-height: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 26px;
}

.what-we-do .content-column p:last-child{
  margin-bottom: 0;
}

.what-we-do .fact-counter {
    position: relative;
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    max-width: 940px;
    margin: 0 auto;
}

.what-we-do .fact-counter .count-text{
  position: relative;
  font-size: 32px;
  line-height: 1em;
  color: #1b2032;
  font-weight: 700;
}

.what-we-do .fact-counter .counter-title{
  position: relative;
  font-size: 14px;
  line-height: 26px;
}

/*** 

====================================================================
	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: 30px 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: 22px;
  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);
  overflow-x: hidden;
  overflow-y: auto;
}

.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: fixed;
  height: calc(100vh - 85px);
  right: 0;
  bottom: 0;
}

.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 .fa {
  font-size: 11px;
  color: #ffa737;
}

.listing-block-five .title {
  margin-left: 3px;
}

.listing-block-five h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 5px;
}

.listing-block-five 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-five h3 a:hover {
  color: #ffa737;
}

.listing-block-five h3 .icon {
  margin-left: 10px;
}

.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 .info li {
  position: relative;
  color: #5c6770;
  margin-right: 50px;
}

.listing-block-five .info li span {
  margin-right: 7px;
}

.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: 24px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 12px;
}

/*=========================
	 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
===========================*/

#map .infoBox {
  margin-left: -25px;
  margin-bottom: 15px;
}

.map-listing-item {
  position: relative;
}

.map-listing-item .infoBox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  background: #ffffff;
  color: #021f4a;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.map-listing-item .infoBox-close:hover {
  background-color: #021f4a;
  color: #ffffff;
}

.map-listing-item .inner-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}

.map-listing-item .image-box {
  position: relative;
}

.map-listing-item .image {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.map-listing-item .image img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.map-listing-item .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(27, 32, 50, 0.5)),
    to(rgba(27, 32, 50, 1))
  );
  background: linear-gradient(
    to bottom,
    rgba(27, 32, 50, 0.5) 0%,
    rgba(27, 32, 50, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#801b2032', endColorstr='#1b2032',GradientType=0 );
  opacity: 0.9;
  z-index: 1;
  content: "";
}

.map-listing-item .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.map-listing-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  padding: 20px;
  width: 100%;
}

.map-listing-item .tags {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 20px;
  z-index: 1;
}

.map-listing-item .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;
}

.map-listing-item .like-btn {
  position: absolute;
  right: 25px;
  top: 30px;
  font-size: 14px;
  line-height: 1em;
  color: #ffffff;
  z-index: 2;
}

.map-listing-item .like-btn span {
  margin-right: 10px;
}

.map-listing-item .user-thumb {
  position: relative;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -60px;
  z-index: 9;
}

.map-listing-item .user-thumb img {
  display: block;
  width: 100%;
}

.map-listing-item .title {
  color: #ffffff;
  opacity: 0.6;
  margin-left: 3px;
}

.map-listing-item h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}

.map-listing-item 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;
}

.map-listing-item h3 a:hover {
  color: #ffffff;
}

.map-listing-item h3 .icon {
  margin-left: 10px;
}

.map-listing-item .text {
  position: relative;
  margin-bottom: 10px;
}

.map-listing-item .info {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.map-listing-item .info li {
  position: relative;
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
}

.map-listing-item .info li span {
  color: #ffffff;
  margin-right: 7px;
}

.map-listing-item .bottom-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 5px 20px;
}

.map-listing-item .status {
  font-size: 14px;
  color: #5c6770;
  text-align: center;
}

.map-listing-item .places {
  position: relative;
  display: -webkit-box;
  display: flex;
}

.map-listing-item .place {
  position: relative;
  color: #4cbfd8;
  font-size: 14px;
  margin-right: 30px;
}

.map-listing-item .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;
}

.map-listing-item .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%;
}

.star-rating {
  display: block;
  font-size: 12px;
  padding: 10px 0;
}

.star-rating .star {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 4px;
  position: relative;
}

.rating-counter {
  color: rgba(255, 255, 255, 0.7);
  padding-left: 5px;
  display: inline-block;
  font-size: 14px;
}

.star-rating .rating-counter {
  top: -1px;
  position: relative;
}

.star-rating .star.half:after,
.star-rating .star:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f005";
  display: block;
  color: #ffa737;
}

.star-rating .star.empty:before {
  color: #ddd;
}

.rating:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.star-rating .star.half:before {
  color: #ddd;
}

.star-rating .star.half:after {
  color: #ffa737;
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
  height: 100%;
  overflow: hidden;
}

/*** 

====================================================================
  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;
}

/*** 

====================================================================
    User Sidebar
====================================================================

***/

.user-sidebar{
  position: fixed;
  left: 0;
  bottom: 0;
  height: calc(100% - 85px);
  width: 300px;
  background: #ffffff;
  overflow: auto;
  transition: all 300ms ease;
  z-index: 99;
}

.user-sidebar-active .user-sidebar{
  transform: translateX(0);
  box-shadow: 0 0 30px rgba(0,0,0,0.09);
}

.sidebar-backdrop{
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.40);
  transition: all 300ms ease;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
}

.user-sidebar-active .sidebar-backdrop{
  opacity: 1;
  visibility: visible;
}

.user-sidebar .sidebar-inner{
  position: relative;
}

.user-sidebar .sidebar-header{
  position: relative;
  padding: 30px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  border-bottom: 1px solid #f1f3f7;
}

.user-sidebar .sidebar-header .user-image{
  position: relative;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  border: 5px solid #dddee0;
  overflow: hidden;
  margin-bottom: 15px;
}

.user-sidebar .sidebar-header .user-image img{
  width: 100%;
  display: block;
}

.user-sidebar .sidebar-header .user-name{
  position: relative;
  font-size: 15px;
  line-height: 18px;
  color: #1b2032;
  font-weight: 700;
}

.user-sidebar .navigation{
  position: relative;
  left: 0;
  width: 100%;
  margin:0px;
  padding: 30px 0;
}

.user-sidebar .navigation li{
  position:relative;
  width:100%;
}

.user-sidebar .navigation li a{
  position:relative;
  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;
  border-right: 4px 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;
}

.user-sidebar .navigation li a i{
  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;
}

.user-sidebar .navigation > li.active > a,
.user-sidebar .navigation > li:hover > a{
  color: #1b2032;
  border-color: #1b2032;
  background: #f9fafc;
}

.user-sidebar .navigation li.active a i,
.user-sidebar .navigation li:hover a i{
  color: #1b2032;
}

.place.sky {
  color: #4cbfd8;
}
.place.sky .icon {
  background-color: #4cbfd8;
}

.place.pink {
  color: #ff8480;
}
.place.pink .icon {
  background-color: #ff8480;
}

.place.purple {
  color: #8c689d;
}
.place.purple .icon {
  background-color: #8c689d;
}

.place.green {
  color: #35c2a5;
}
.place.green .icon {
  background-color: #35c2a5;
}

.place.dark-pink {
  color: #ff007a;
}
.place.dark-pink .icon {
  background-color: #ff007a;
}

.place.orange {
  color: #ffb874;
}
.place.orange .icon {
  background-color: #ffb874;
}

.place.purple {
  color: #8c689d;
}
.place.purple .icon {
  background-color: #8c689d;
}

/*** 

====================================================================
    Chat Widget
====================================================================

***/

.chat-widget .widget-content{
  padding: 0;
}

.chat-widget .card-header{
  padding: 30px;
  background: none;
  border-radius: 0;
  border-color: #f1f3f7 !important;
}

.chat-widget .card-header .search-form input[type="text"], 
.chat-widget .card-header .search-form input[type="search"]{
  min-width: 100%;
  background: #ffffff;
}

.chat{
  margin-top: auto;
  margin-bottom: auto;
}
.card{
  height: 840px;
  border-color: #f1f3f7 !important;
}

.contacts_body{
  padding: 15px 0px;
  overflow-y: auto;
  white-space: nowrap;
}
.msg_card_body{
  position: relative;
  overflow-y: auto;
  padding: 90px 30px 10px;
}

.chat_history{
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #5c6770;
    background: #fff;
    padding: 30px 0;
}

.msg_card_body .mb-3{
  margin-bottom: 30px !important;
}

.card-footer{
  padding: 0 30px 30px; 
  border-radius: 0!important;
  background: none;
  border-top: 0 !important;
}

.card-footer .form-group{
  position: relative;
}

.card-footer .form-group button{
  position: absolute;
  right: 10px;
  top: 10px;
}

.type_msg{
  background-color: #f9fafc !important;
  border:0 !important;
  color:white !important;
  height: 70px !important;
  overflow-y: auto;
  font-size: 14px;
  color: #5c6770 !important;
  line-height: 24px;
  padding: 23px 30px;
}
.type_msg:focus{
 box-shadow:none !important;
 outline:0px !important;
}
.attach_btn{
  border-radius: 15px 0 0 15px !important;
  background-color: rgba(0,0,0,0.3) !important;
  border:0 !important;
  color: white !important;
  cursor: pointer;
}
.send_btn{
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(0,0,0,0.3) !important;
  border:0 !important;
  color: white !important;
  cursor: pointer;
}

.contacts{
  list-style: none;
  padding: 0;
}

.contacts li{
  width: 100% !important;
}

.contacts li:last-child{
  margin-bottom: 0;
}

.contacts li a{
  position: relative;
  display: block;
  padding: 15px 30px;
  transition: all 300ms ease;
}

.contacts li.active a,
.contacts li:hover a{
  background: #f9fafc;
}

.user_img{
  height: 50px;
  width: 50px;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
}
.user_img_msg{
  height: 50px;
  width: 50px;
  border: 1px solid #dddddd;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09); 
}
.img_cont{
  position: relative;
  height: 50px;
  width: 50px;
  flex: 0 0 50px;
}
.img_cont_msg{
  height: 50px;
  width: 50px;
}
.online_icon{
  position: absolute;
  right: 0;
  top: 0;
  height: 13px;
  width:13px;
  background-color: #00d664;
  border-radius: 50%;
  border:2px solid #fafafa;
}
.offline{
  background-color: #ff0000 !important;
}
.user_info{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  margin-left: 15px;
}
.user_info span{
  font-size: 16px;
  line-height: 1.4em;
  color: #0a0a0a;
}
.user_info p{
  font-size: 14px !important;
  color: #5c6770 !important;
  line-height: 1.4em !important;
  margin-bottom: 0 !important;
}
.video_cam{
  margin-left: 50px;
  margin-top: 5px;
}
.video_cam span{
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}
.msg_cotainer{
  margin-top: 24px;
  margin-left: 18px;
  border-radius: 5px;
  background-color: #8c689d;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 18px;
  position: relative;
}
.msg_cotainer_send{
    margin-top: 24px;
    border-radius: 5px;
    background-color: #bdc1c9;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 18px;
    position: relative;
}
.msg_time{
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}
.msg_time_send{
  position: absolute;
  right: 0;
  top: -20px;
  font-size: 14px;
  line-height: 1em;
  color: #5c6770;
}
.msg_head{
  position: relative;
  padding: 32px 30px !important;
}
#action_menu_btn{
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.action_menu{
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  border-radius: 15px;
  top: 30px;
  right: 15px;
  display: none;
}
.action_menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.action_menu ul li{
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.action_menu ul li i{
  padding-right: 10px;

}
.action_menu ul li:hover{
  cursor: pointer;
  background-color: rgba(0,0,0,0.2);
}

.toggle-contact{
  font-size:20px;
  display: none;
}

/*============ Template Introduction=====================
Template Name: Trabble - Tour, Travel & Travel Agency Template
Version: 1.0
Author: SylTheme
Template URI: http://getnajmul.com/theme/trabble
License URI: http://getnajmul.com
Tags: 	hotel, resort, tour, tourism, tourist, tours website, travel, traveler, traveling, traveling websites, rest, Travelo, vacation.
================================================================*/
/*		Table of contents
================================================================
01. Base Styles here
02. Header css here / header
03. Slider css here
04. Tab-search-area section
05. Popular packajge section css 
06. Counter  section css
07. popular destination strat section css
08. Choose us strat section css
09. Blog section css
10  Testimonial css here
11  Incredible place section css
12  Subscribe area section css
13  Partner area section css
14  Footer area section css
15  Scrool to top section css

16  Home version 2 Slider area section css
17  Home version 2 Tabedsearch section css
18  Home version 2 welcome section css
19  Home version 2 welcome  section css
20  Home version 2 tour-package section css
21. Home version 2 popular destination section css
22. Home version 2 discount section css
23. Home version 2 offer  section css
24. Home version 2 blog section css
25  Home version 2 subscribe section css
26  Home version 2 gallery section css
27. Home version 3 hdeader  section css
28. home version 3 herounit section css
29. why choose travelser section css
30. discount & deal section css
31. Video section css
32. online shop section css
33. thailand-trip section css 
34. Testimonial two section css

35. Home version 4 header top section 
36. Home version 4 slider section start
37. Home version 4 tabbased search section start here
38. Home version 4 popular package section start
39. Home version 4 discount package 4 section start
40. Home version 4 top destination section start
41. Home version 4 counter section
42. Home version 4 hotel section start
43. Home version partner 2 section start
44. Home version 4 footer section start
45. Home version 5 slider section start
46. Home version 5 slider section start

47. Home version 5 discount section 
78. Home version 5 Our Hottest tours section
79. Home version 5 testimonial 5 section
50. Home version 5 recomended hotel section
51. Home version 5 discount 5 hotel section
52. Home version 5 blog hotel section start
53. blog version 1 section start
54. single Package section start
56. contact section start here
57. Blog single version one

==============================================*/
/*====================== 01. Theme Base CSS =========================*/
 .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
     z-index: 28 !important;
}
 .pt-100 {
     padding-top: 100px;
}
 .pb-75 {
     padding-bottom: 75px;
}
 .pb-65 {
     padding-bottom: 65px;
}
 .pb-70 {
     padding-bottom: 70px;
}
 .mbt-100 {
     margin-bottom: 45px;
}
 .image-bg-padding-100 {
     padding: 100px 0;
}
 .border-raduis-3 {
     border-radius: 3px;
}
 .bg-f4f4f4 {
     background: #f4f4f4;
}
 html, body {
     height: 100%;
     font-family: 'Poppins', sans-serif;
}
 body {
     position: relative;
}
 .floatleft {
     float: left;
}
 .floatright {
     float: right;
}
 .alignleft {
     float: left;
     margin-right: 15px;
     margin-bottom: 15px;
}
 .alignright {
     float: right;
     margin-left: 15px;
     margin-bottom: 15px;
}
 .aligncenter {
     display: block;
     margin: 0 auto 15px;
}
 a:focus {
     outline: 0px solid;
}
 img {
     max-width: 100%;
     height: auto;
}
 .fix {
     overflow: hidden;
}
 p {
     margin: 0 0 15px;
     font-size: 15px;
     color: #727272;
     font-weight: 400;
     font-family: 'Poppins', sans-serif;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0 0 10px;
     font-family: 'Poppins', sans-serif;
}
 a {
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     text-decoration: none;
}
 a:hover {
     text-decoration: none;
}
 a:active, a:hover {
     outline: 0 none;
}
 ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
}
 .clear {
     clear: both;
}
 body {
     font-family: 'Roboto', sans-serif;
     color: #252525;
     font-size: 16px;
     font-weight: 400;
}
 ::-moz-selection {
     background: #b3d4fc;
     text-shadow: none;
}
 ::selection {
     background: #b3d4fc;
     text-shadow: none;
}
 .browserupgrade {
     margin: 0.2em 0;
     background: #ccc;
     color: #000;
     padding: 0.2em 0;
}
 .ptb-100 {
     padding: 100px 0;
}
 .boxshadow, .tp-caption.boxshadow {
     box-shadow: none;
}
 .section-paddings {
     padding: 100px 0;
}
/*=====basce css end here=========*/
/*============================== theme buttons css goes here ===============================*/
 .travel-primary-btn, .travel-primary-btn-sm, .read-more, .quick-shop, .thailan-btn, .travel-primary-btn-2 {
     background: #37b721;
     display: inline-block;
     padding: 12px 29px !important;
     border-radius: 3px;
     font-size: 15px;
     color: #fff;
     text-transform: uppercase;
     font-family: "Poppins", sans-serif;
     font-size: 15px;
     text-decoration: none;
}
 .thailan-btn {
     padding: 10px 35px !important;
}
 .travel-primary-btn-sm {
     padding: 10px 15px !important;
}
 .travel-booking-btn, .travel-booking-btn-lg {
     display: inline-block;
     background: #37b721;
     padding: 7px 15px;
     color: #fefefe;
     border-radius: 4px;
     font-weight: 500;
     text-transform: uppercase;
     font-size: 12px;
}
 .travel-booking-btn-lg {
     padding: 10px 25px;
     font-size: 14px;
}
 .read-more {
     padding: 12px 40px !important;
}
 .quick-shop {
     padding: 8px 22px !important;
}
 .travel-primary-btn-2 {
     background: #f17b37;
}

/* -------- Pre Loader -------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

/*===================================== 01. header section css goes here ======================================*/
 header {
     position: absolute;
     z-index: 99;
     width: 100%;
     top: 0;
     left: 0;
}
 .header-top-area {
     background: rgba(34, 67, 74, 0.5);
}
 .header-top-area .header-top-left .header-top-contact li {
     display: inline-block;
     padding: 16px;
     color: #ffffff;
     font-size: 14px;
     font-weight: 300;
}
 .header-top-area .header-top-left .header-top-contact li i {
     margin-right: 10px;
     color: #37b721;
     font-size: 20px;
}
 .header-top-area-2 {
     background: #2c3035;
}
 .header-top-right .book-btn {
     display: inline-block;
     padding: 16px;
     float: right;
     background: #37b721;
     transition: all ease-in-out 0.3s;
}
 .header-top-right .book-btn a {
     color: #ffffff;
     font-size: 15px;
     text-transform: capitalize;
     font-weight: 500;
}
 .header-top-right .book-btn:hover {
     background: #f17b37;
}
 .header-bottom-area {
     transition: all ease-in-out 0.5s;
}
 .header-bottom-area .logo-area {
     padding: 25px 0;
}
 .header-bottom-area .main-menu > li {
     display: inline-block;
     padding: 30px 0 30px 42px;
     position: relative;
}
 .header-bottom-area .main-menu > li > a {
     display: block;
     color: #ffffff;
     font-size: 15px;
     text-transform: uppercase;
     text-decoration: none;
     font-weight: 500;
     position: relative;
}
 .header-bottom-area .main-menu > li > a:before {
     position: absolute;
     width: 100%;
     height: 2px;
     background: #37b721;
     content: '';
     left: 0;
     right: 0;
     margin: 0 auto;
     bottom: -70%;
     text-align: center;
     opacity: 0;
     visibility: hidden;
}
 .header-bottom-area .main-menu > li > a i {
     margin-left: 6px;
}
 .header-bottom-area .main-menu > li ul.dropdown {
     background: #ffffff repeat scroll 0 0;
     left: 42px;
     position: absolute;
     top: 81% !important;
     width: 200px;
     z-index: 999;
     opacity: 0;
     visibility: hidden;
     transition: all ease-in-out 0.2s;
     transform-origin: 0 0 0;
     position: absolute;
     text-align: left;
     transform: scaleY(0.4);
}
 .header-bottom-area .main-menu > li ul.dropdown li {
     border-bottom: 1px solid #eef0f2;
}
 .header-bottom-area .main-menu > li ul.dropdown li:last-child {
     border-bottom: 0;
}
 .header-bottom-area .main-menu > li ul.dropdown li a {
     font-size: 13px !important;
     text-transform: uppercase;
     font-weight: 500;
     display: block;
     padding: 14px 18px;
     color: #454545;
     transition: all ease-in-out 0.3s;
}
 .header-bottom-area .main-menu > li ul.dropdown li a:hover {
     color: #37b721;
}
 .header-bottom-area .main-menu > li:hover ul.dropdown {
     opacity: 1;
     visibility: visible;
     top: 100%;
     transform: scaleY(1);
}
 .header-bottom-area .main-menu > li:hover > a {
     color: #37b721;
}
 .header-bottom-area .main-menu > li:hover a:before {
     opacity: 1;
     visibility: visible;
}
 .header-bottom-area .main-menu > li.active a {
     color: #37b721;
}
 .header-bottom-area .main-menu > li.active a:before {
     width: 100%;
     opacity: 1;
     visibility: visible;
     bottom: -15px;
}
 .header-bottom-area.sticky {
     position: none;
     top: 0;
     transition: all 0.5s ease-in-out 0s;
     width: 100%;
     z-index: 99;
}
 .mean-container .mean-bar {
     position: relative;
}
 .mean-container .mean-bar:before {
     color: #ffffff;
     content: "menu";
     font-size: 15px;
     left: 10px;
     position: absolute;
     text-transform: uppercase;
     top: 15px;
     font-weight: 700;
}
/*===================================================== 02. slider area section title css goes here =======================================================*/
 .slider-area {
     min-height: 1000px;
}
 .slider-area .tparrows {
     background: #37b721 !important;
     transition: all ease-in-out 0.3s !important;
     width: 53px !important;
     height: 53px !important;
     border-radius: 4px !important;
}
 .slider-area .tparrows:before {
     line-height: 53px !important;
     font-size: 20px;
}
 .slider-area .tparrows:hover {
     background: #f17b37 !important;
}
 .slider-area .slider-overlay {
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1;
}
 .slider-area .slider-overlay:before {
     background: rgba(0, 0, 0, 0.2);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     transition: all 0.3s ease 0s;
     width: 100%;
     z-index: -1;
}
/*===================================================== 03. tab-search-area section title css goes here =======================================================*/
 .tabbased-search-area {
     position: absolute;
     width: 100%;
     left: 0;
     right: 0;
     text-align: center;
     margin-top: -100px;
}
 .tabbased-search-area a:focus {
     outline: none;
}
 .tabbased-search-area .tabbable-menu .tab-menu {
     text-align: center;
     margin-bottom: 30px;
}
 .tabbased-search-area .tabbable-menu .tab-menu li {
     display: inline-block;
     padding: 20px;
}
 .tabbased-search-area .tabbable-menu .tab-menu li a {
     font-size: 15px;
     font-weight: 400;
     text-transform: uppercase;
     color: #ffffff;
     position: relative;
     text-decoration: none;
     transition: all ease-in-out 0.5s;
     display: block;
}
 .tabbased-search-area .tabbable-menu .tab-menu li a:before {
     position: absolute;
     width: 0;
     height: 2px;
     background: #37b721;
     content: '';
     left: 0;
     right: 0;
     margin: 0 auto;
     bottom: -30px;
     text-align: center;
     transition: all ease-in-out .5s;
     opacity: 0;
     visibility: hidden;
}
 .tabbased-search-area .tabbable-menu .tab-menu li a img {
     margin-left: 10px;
     margin-top: -10px;
}
 .tabbased-search-area .tabbable-menu .tab-menu li a:hover {
     color: #37b721;
}
 .tabbased-search-area .tabbable-menu .tab-menu li:hover a:before {
     opacity: 1;
     visibility: visible;
     width: 100%;
}
 .tabbased-search-area .tabbable-menu .tab-menu li.active a {
     color: #37b721;
}
 .tabbased-search-area .tabbable-menu .tab-menu li.active a:before {
     width: 100%;
     opacity: 1;
     visibility: visible;
}
 .tabbased-search-area .tab-content .custom-select-open div {
     text-align: left !important;
}
 .tabbased-search-area .tab-content .hotels-form input, .tabbased-search-area .tab-content .flights-form input {
     -moz-user-select: none;
     background: #ffffff none repeat scroll 0 0;
     border: medium none;
     color: #555555;
     height: 53px;
     padding: 16px 20px;
     position: relative;
     text-align: left;
     width: 100%;
}
 .tabbased-search-area .tab-content .hotels-form input:focus, .tabbased-search-area .tab-content .flights-form input:focus {
     outline: none;
}
 .tabbased-search-area .tab-content .hotels-form input::-webkit-input-placeholder, .tabbased-search-area .tab-content .flights-form input::-webkit-input-placeholder {
     color: #555555;
}
 .tabbased-search-area .tab-content .hotels-form input::-moz-input-placeholder, .tabbased-search-area .tab-content .flights-form input::-moz-input-placeholder {
     color: #555555;
}
 .tabbased-search-area .tab-content .hotels-form input::-ms-input-placeholder, .tabbased-search-area .tab-content .flights-form input::-ms-input-placeholder {
     color: #555555;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-2, .tabbased-search-area .tab-content .flights-form .hotel-input-2 {
     width: 20%;
     float: left;
     border-right: 1px solid #ccc;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-4, .tabbased-search-area .tab-content .flights-form .hotel-input-4 {
     width: 25%;
     float: left;
     border-right: 1px solid #ccc;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-4 .custom-select, .tabbased-search-area .tab-content .flights-form .hotel-input-4 .custom-select {
     width: 100%;
     height: 53px;
     border: none;
     background: #fff url("../images/arrow.png");
     background-repeat: no-repeat;
     background-position: center right 25px;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-4 .custom-select a, .tabbased-search-area .tab-content .flights-form .hotel-input-4 .custom-select a {
     color: #555555;
     text-align: left;
     padding: 16px 20px;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-4-23, .tabbased-search-area .tab-content .flights-form .hotel-input-4-23 {
     width: 23%;
     float: left;
     border-right: 1px solid #ccc;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-4-23 .custom-select, .tabbased-search-area .tab-content .flights-form .hotel-input-4-23 .custom-select {
     width: 100%;
     height: 53px;
     border: none;
     background: #fff url("../images/arrow.png");
     background-repeat: no-repeat;
     background-position: center right 25px;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-4-23 .custom-select a, .tabbased-search-area .tab-content .flights-form .hotel-input-4-23 .custom-select a {
     color: #555555;
     text-align: left;
     padding: 16px 20px;
     width: 265px;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-1, .tabbased-search-area .tab-content .flights-form .hotel-input-1 {
     width: 12%;
     float: left;
     border-right: 1px solid #ccc;
}
 .tabbased-search-area .tab-content .hotels-form .hotel-input-1:last-child, .tabbased-search-area .tab-content .flights-form .hotel-input-1:last-child {
     border-right: none;
}
 .tabbased-search-area .tab-content .hotels-form .searc-btn-7, .tabbased-search-area .tab-content .flights-form .searc-btn-7 {
     width: 6%;
     float: left;
}
 .tabbased-search-area .tab-content .hotels-form .searc-btn-7 button, .tabbased-search-area .tab-content .flights-form .searc-btn-7 button {
     background: #37b721 none repeat scroll 0 0;
     border: medium none;
     border-radius: 0 5px 5px 0;
     color: #ffffff;
     font-size: 13px;
     font-weight: 600;
     text-transform: uppercase;
     height: 53px;
     padding: 0 24px;
     transition: all ease-in-out 0.3s;
}
 .tabbased-search-area .tab-content .hotels-form .searc-btn-7 button:hover, .tabbased-search-area .tab-content .flights-form .searc-btn-7 button:hover {
     background: #f17b37;
}
 .tabbased-search-area .tab-content .flights-form input {
     -moz-user-select: none;
     background: #ffffff none repeat scroll 0 0;
     border: medium none;
     color: #555555;
     height: 53px;
     padding: 16px 20px;
     position: relative;
     text-align: left;
     width: 100%;
}
 .tabbased-search-area .tab-content .flights-form input:focus {
     outline: none;
}
 .tabbased-search-area .tab-content .flights-form input::-webkit-input-placeholder {
     color: #555555;
}
 .tabbased-search-area .tab-content .flights-form input::-moz-input-placeholder {
     color: #555555;
}
 .tabbased-search-area .tab-content .flights-form input::-ms-input-placeholder {
     color: #555555;
}
 .tabbased-search-area .tab-content .flights-form .tour-input-20 {
     width: 18%;
     float: left;
     border-right: 1px solid #ccc;
}
 .tabbased-search-area .tab-content .flights-form .tour-input-15 {
     width: 13%;
     float: left;
     border-right: 1px solid #ccc;
}
 .tabbased-search-area .tab-content .flights-form .tour-input-7-5 {
     width: 7%;
     float: left;
     border-right: 1px solid #ccc;
}
 .tabbased-search-area .tab-content .flights-form .tour-input-7-5:last-child {
     border-right: none;
}
 .tabbased-search-area .tab-content .flights-form .tour-input-7-5 .custom-select {
     background: #fff url("../images/arrow.png");
     background-repeat: no-repeat;
     background-position: center right 8px;
}
 .tabbased-search-area .tab-content .flights-form .custom-select {
     width: 100%;
     height: 53px;
     border: none;
}
 .tabbased-search-area .tab-content .flights-form .custom-select a {
     color: #555555;
     text-align: left;
     padding: 16px 20px;
}
/*===================================================== 04.section title css goes here =======================================================*/
 .section-title, .section-title-white, .section-title-white-2 {
     margin-bottom: 60px;
     margin-top: 10px;
}
 .section-title h2, .section-title-white h2, .section-title-white-2 h2 {
     background-color: transparent;
     background-image: url("../images/line.png");
     background-repeat: no-repeat;
     color: #454545;
     font-size: 30px;
     font-weight: 500;
     padding-bottom: 20px;
     position: relative;
     text-transform: uppercase;
     background-position: center bottom;
     z-index: 2;
}
 .section-title h2:before, .section-title h2:after, .section-title-white h2:before, .section-title-white h2:after, .section-title-white-2 h2:before, .section-title-white-2 h2:after {
     background: #454545 none repeat scroll 0 0;
     bottom: 3.8px;
     content: "";
     height: 1px;
     left: -180px;
     margin: 0 auto;
     position: absolute;
     right: 0;
     text-align: center;
     width: 120px;
}
 .section-title h2:after, .section-title-white h2:after, .section-title-white-2 h2:after {
     left: 180px;
}
 .section-title p, .section-title-white p, .section-title-white-2 p {
     color: #727272;
     margin: 0 auto;
     max-width: 700px;
     position: relative;
     z-index: 2;
     line-height: 25px;
}
 .section-title-white h2, .section-title-white-2 h2 {
     color: #ffffff;
}
 .section-title-white h2:before, .section-title-white h2:after, .section-title-white-2 h2:before, .section-title-white-2 h2:after {
     background: #ffffff none repeat scroll 0 0;
}
 .section-title-white p, .section-title-white-2 p {
     color: #ffffff;
}
 .section-title-white-2 h2 {
     background-image: url("../images/line-read.png") !important;
}
 .section-title-3 {
     z-index: 33;
     position: relative;
     padding-left: 30px;
}
 .section-title-3 h2 {
     background-color: transparent;
     background-color: transparent;
     background-image: url("../images/line.png");
     background-position: left 87px bottom;
     background-repeat: no-repeat;
     color: #454545;
     font-size: 37px;
     font-weight: 500;
     padding-bottom: 20px;
     position: relative;
     text-transform: capitalize;
     z-index: 2;
}
 .section-title-3 h2:before, .section-title-3 h2:after {
     background: #454545 none repeat scroll 0 0;
     bottom: 4.8px;
     content: "";
     height: 1px;
     left: 0;
     position: absolute;
     width: 80px;
}
 .section-title-3 h2:after {
     left: 119px;
}
 .section-title-3 p {
     margin-bottom: 30px;
}
 .section-title-3 h5 {
     color: #323232;
     font-size: 18px;
     font-weight: 400;
     line-height: 30px;
     margin: 30px 0;
}
 .travel-lp {
     padding-left: 30px;
}
/*===================================================== 05.popular packajge section css goes here =======================================================*/
 .popular-packages .single-package {
     margin-bottom: 30px;
     transition: all ease-in-out 0.5s;
     overflow: hidden;
     position: relative;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
 .popular-packages .single-package img {
     display: block;
     width: 100%;
}
 .popular-packages .single-package .package-content {
     padding: 20px;
}
 .popular-packages .single-package .package-content h3 {
     font-weight: 600px;
     color: #454545;
     font-size: 20px;
     transition: all ease-in-out 0.5s;
}
 .popular-packages .single-package .package-content p {
     color: #727272;
     font-size: 15px;
     font-weight: 500;
}
 .popular-packages .single-package .package-content p span {
     color: #37b721;
     font-weight: 600;
}
 .popular-packages .single-package .package-calto-action {
     padding: 0 20px 25px;
}
 .popular-packages .single-package .package-calto-action .ct-action li {
     display: inline-block;
}
 .popular-packages .single-package .package-calto-action .ct-action li:first-child a {
     transition: all ease-in-out 0.5s;
     overflow: hidden;
}
 .popular-packages .single-package .package-calto-action .ct-action li:last-child {
     float: right;
     margin-top: 7px;
}
 .popular-packages .single-package .package-calto-action .ct-action li:last-child i {
     font-size: 16px;
     color: #ffef3b;
}
 .popular-packages .single-package:hover {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
 .popular-packages .single-package:hover .ct-action a {
     background: #f17b37;
}
 .popular-packages .single-package:hover .package-content h3 {
     color: #37b721;
}
/*===================================================== 06.Counter section css goes here =======================================================*/
 .count-down-bg {
     background: transparent url("../images/bgimage/countbg.jpg") repeat scroll 0 0;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
}
 .count-down-bg .count-down-titile {
     text-align: center;
     font-size: 30px;
     font-weight: 600;
     color: #ffffff;
}
 .count-down-bg .count-down-titile h3 {
     line-height: 40px;
     margin-bottom: 20px;
     font-size: 30px;
     font-weight: 600;
}
 .count-down-bg .count-down-titile h3 span.color-one {
     color: #f17b37;
}
 .count-down-bg .count-down-titile h3 span.color-two {
     color: #37b721;
}
 .count-down-bg .count-timer .time-wrapper p {
     color: #ffffff;
     font-size: 20px;
     padding-bottom: 20px;
}
 .count-down-bg .count-timer .time-wrapper .timer {
     overflow: hidden;
}
 .count-down-bg .count-timer .time-wrapper .timer li {
     display: inline-block;
     height: 132px;
     width: 117px;
     background: rgba(0, 0, 0, 0.5);
     margin: 0 10px;
     text-align: center;
     color: #ffffff;
     padding: 20px 0px;
     font-size: 45px;
     font-weight: 500;
     border-radius: 4px;
}
 .count-down-bg .count-timer .time-wrapper .timer .day-css {
     color: #ffffff;
     font-weight: 400;
     font-size: 20px;
     margin-top: -2px;
}
 .count-down-bg .buy-now {
     margin-top: 50px;
}
/*===================================================== 07.popular destination strat section css goes here =======================================================*/
 .destination-slider-active .single-destination {
     transition: all ease-in-out 0.5s;
     margin-bottom: 30px;
}
 .destination-slider-active .single-destination figure {
     position: relative;
     overflow: hidden;
}
 .destination-slider-active .single-destination figure:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     background: rgba(0, 0, 0, 0.3);
     left: 0;
     top: 0;
     visibility: hidden;
     transition: all ease-in-out 0.5s;
     opacity: 0;
     z-index: 0;
}
 .destination-slider-active .single-destination figure:after {
     transform: skewX(45deg) translateX(-100%);
}
 .destination-slider-active .single-destination figure figcaption {
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     top: 50%;
     transform: translateY(-50%);
     text-align: center;
     transition: all ease-in-out 0.5s;
     opacity: 0;
     z-index: 2;
}
 .destination-slider-active .single-destination figure figcaption a {
     overflow: hidden;
}
 .destination-slider-active .single-destination .des-city {
     padding: 20px;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
     transition: box-shadow 0.3s ease-in-out 0s;
}
 .destination-slider-active .single-destination .des-city a {
     color: #454545;
     font-weight: 500;
     padding-bottom: 10px;
     display: block;
     transition: all ease-in-out 0.5s;
     font-size: 18px;
}
 .destination-slider-active .single-destination .des-city a i {
     margin-right: 10px;
}
 .destination-slider-active .single-destination .des-city h4 {
     color: #727272;
     font-weight: 500;
     font-size: 14px;
}
 .destination-slider-active .single-destination .des-city h4 span {
     float: right;
}
 .destination-slider-active .single-destination:hover .des-city {
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
 .destination-slider-active .single-destination:hover figcaption {
     opacity: 1;
     visivility: visible;
}
 .destination-slider-active .single-destination:hover figure:before {
     opacity: 1;
     visibility: visible;
}
 .destination-slider-active .single-destination:hover .des-city a {
     color: #37b721;
}
/*===================================================== 08.Choose us strat section css goes here =======================================================*/
 .trabble-bg {
     background: transparent url("../images/bgimage/travlec.jpg") no-repeat scroll center center/cover;
     position: relative;
}
 .trabble-bg:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: rgba(0, 0, 0, 0.5);
     z-index: 2;
}
 .single-travel {
     background: #ffffff none repeat scroll 0 0;
     padding: 20px;
     margin-bottom: 40px;
     border-radius: 3px;
     position: relative;
     z-index: 2;
     transition: all ease-in-out 0.5s;
     margin-bottom: 30px;
}
 .single-travel .travel-number {
     float: left;
     margin-right: 5px;
     margin-top: -5px;
}
 .single-travel .travel-number span {
     color: #37b721;
     font-weight: 500;
     font-size: 33px;
}
 .single-travel .travel-content h4 {
     font-size: 20px;
     color: #454545;
     font-weight: 600;
}
 .single-travel .travel-content p {
     margin: 0;
     width: 90%;
     line-height: 24px;
}
 .single-travel:hover {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
     cursor: pointer;
}
/*===================================================== 09.Blog section css goes here =======================================================*/
 .single-travel-blog {
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
     transition: box-shadow 0.3s ease-in-out;
}
 .single-travel-blog .blog-image {
     overflow: hidden;
     position: relative;
     border-radius: 3px;
}
 .single-travel-blog .blog-image a {
     display: block;
}
 .single-travel-blog .blog-image a img {
     width: 100%;
     transition: all ease-in-out 0.3s;
}
 .single-travel-blog .blog-content {
     padding: 20px;
}
 .single-travel-blog .blog-content .blog-meta {
     color: #727272;
     font-size: 14px;
     font-weight: 400;
     overflow: hidden;
     padding-bottom: 20px;
}
 .single-travel-blog .blog-content .blog-meta .post-date {
     float: left;
     margin-right: 5px;
}
 .single-travel-blog .blog-content .blog-meta .post-date span {
     color: #727272;
}
 .single-travel-blog .blog-content .blog-meta .post-social {
     text-align: right;
}
 .single-travel-blog .blog-content .blog-meta .post-social li {
     display: inline-block;
     margin: 0 10px;
}
 .single-travel-blog .blog-content .blog-meta .post-social li a {
     display: block;
     color: #727272;
     font-size: 14px;
     font-weight: 400;
}
 .single-travel-blog .blog-content .blog-meta .post-social li a i {
     margin-right: 5px;
}
 .single-travel-blog .blog-content .blog-post-content h4 {
     color: #454545;
     font-size: 20px;
     font-weight: 600;
     text-transform: capitalize;
     line-height: 30px;
     transition: all ease-in-out 0.5s;
}
 .single-travel-blog .blog-content .blog-post-content p {
     color: #727272;
     font-size: 15px;
     font-weight: 400;
     line-height: 25px;
}
 .single-travel-blog .blog-content .blog-post-content a {
     color: #454545;
     font-size: 12px;
     font-weight: 500;
     transition: all ease-in-out 0.5s;
}
 .single-travel-blog .blog-content .blog-post-content a i {
     margin-left: 5px;
}
 .single-travel-blog:hover {
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
 .single-travel-blog:hover .blog-image img {
     transform: scale(1.05);
}
 .single-travel-blog:hover .blog-post-content a {
     color: #37b721;
}
/*===================================================== 10.Testimonial section css goes here =======================================================*/
 .testimonial-area {
     background: transparent url("../images/bgimage/testimonial.jpg") no-repeat center center/cover;
     position: relative;
}
 .testimonial-area:before {
     background: rgba(0, 0, 0, 0.5);
     content: "";
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
}
 .testimonial-area .custom-width {
     width: 300px;
     margin: 0 auto;
}
 .testimonial-area .top-testimonial-image.row.slick-pagination {
     position: relative;
     z-index: 2;
}
 .testimonial-area .top-testimonial-image .slider-nav {
     padding-bottom: 40px;
}
 .testimonial-area .top-testimonial-image .slider-nav .slick-slide img {
     margin: 25px 0;
     transition: all ease-in-out 0.3s;
     cursor: pointer;
}
 .testimonial-area .top-testimonial-image .slider-nav .slick-center {
     transform: scale(1.3);
     padding: 0;
     transition: all ease-in-out 0.3s;
}
 .testimonial-area .block-text {
     text-align: center;
     margin-top: -50px;
}
 .testimonial-area .block-text .testimonial-message .message {
     margin-top: 30px;
     position: relative;
     padding: 0 13%;
}
 .testimonial-area .block-text .testimonial-message .message::before {
     content: url("../images/icon/quote-left.png");
     left: 3px;
     position: absolute;
     top: -30px;
     z-index: 2;
}
 .testimonial-area .block-text .testimonial-message .message::after {
     content: url("../images/icon/quote-righ.png");
     left: auto;
     position: absolute;
     right: 4px;
     bottom: -12px;
}
 .testimonial-area .block-text .testimonial-message .message p {
     color: #ffffff;
     font-size: 17px;
     font-weight: 400;
     line-height: 25px;
}
 .testimonial-area .block-text .testimonial-message .rating {
     padding: 15px 0;
}
 .testimonial-area .block-text .testimonial-message .rating i {
     color: #ffef3b;
}
 .testimonial-area .block-text .testimonial-message .client-bio {
     color: #ffffff;
}
 .testimonial-area .block-text .testimonial-message .client-bio h4 {
     font-size: 20px;
     font-weight: 600;
     text-transform: uppercase;
}
 .testimonial-area .block-text .testimonial-message .client-bio span {
     font-weight: 400;
     text-transform: capitalize;
}
/*===================================================== 11.incredible place section css goes here =======================================================*/
 .incredible-places .single-place {
     margin-bottom: 30px;
}
 .incredible-places .single-place figure {
     overflow: hidden;
     position: relative;
}
 .incredible-places .single-place figure:before {
     position: absolute;
     left: -30px;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     content: '';
     transition: all ease-in-out 0.5s;
     z-index: 1;
     opacity: 0;
     visibility: hidden;
}
 .incredible-places .single-place figure a {
     display: block;
}
 .incredible-places .single-place figure a img {
     width: 100%;
}
 .incredible-places .single-place figure figcaption {
     position: absolute;
     width: 100%;
     left: 0px;
     bottom: 30px;
     transition: all ease-in-out 0.5s;
     opacity: 0;
     visibility: hidden;
     z-index: 2;
}
 .incredible-places .single-place figure figcaption h4 {
     color: #ffffff;
     font-size: 15px;
     font-weight: 500;
}
 .incredible-places .single-place figure figcaption h4 span {
     color: #37b721;
}
 .incredible-places .single-place:hover figcaption {
     left: 30px;
     opacity: 1;
     visibility: visible;
}
 .incredible-places .single-place:hover figure:before {
     left: 0px;
     opacity: 1;
     visibility: visible;
}
/*===================================================== 12.subscribe area section css goes here =======================================================*/
 .subscribe-bg {
     background: #37b721 url("../images/bgimage/subscribe.jpg") no-repeat scroll center center/cover;
     position: relative;
}
 .subscribe-bg:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     left: 0;
     top: 0;
     background: rgba(86, 197, 67, 0.55);
}
 .subscribe-area {
     padding: 150px 0px;
}
 .subscribe-area .subscribe-form .serach-form input {
     background: #ffffff url("../images/icon/message.png") repeat scroll 0 0;
     border: medium none;
     border-radius: 4px;
     color: #727272;
     font-size: 14px;
     height: 57px;
     padding-left: 20px;
     padding-right: 190px;
     position: relative;
     text-transform: capitalize;
     width: 100%;
     background-repeat: no-repeat;
     background-position: center right 147px;
     padding-bottom: 0;
}
 .subscribe-area .subscribe-form .serach-form input:focus {
     outline: none;
}
 .subscribe-area .subscribe-form .search-btn button {
     border: medium none;
     position: absolute;
     right: 15px;
     top: 0;
     background: #f17b37;
     font-size: 15px;
     padding: 17.7px;
     width: 20%;
     border-radius: 0 4px 4px 0;
     color: #ffffff;
     text-transform: uppercase;
     font-weight: 600;
}
/*===================================================== 13.subscribe area section css goes here =======================================================*/
 .single-pertner {
     margin-bottom: 20px;
     transition: all ease-in-out 0.5s;
}
/*===================================================== 14.Footer area section css goes here =======================================================*/
 .footer-area {
     background: #2f3133 url("../images/bgimage/footer1.jpg") no-repeat scroll 99% center/cover;
     padding-bottom: 10px;
}
 .footer-area .single-footer {
     padding: 80px 0;
}
 .footer-area .single-footer .footer-title {
     font-weight: 600;
     font-size: 20px;
     color: #ffffff;
     padding: 20px 0;
}
 .footer-area .single-footer .footer-left .footer-logo p {
     color: #ffffff;
     font-size: 15px;
     line-height: 25px;
     padding-bottom: 15px;
}
 .footer-area .single-footer .footer-left .footer-contact li {
     color: #ffffff;
     display: block;
     padding: 8px 0;
}
 .footer-area .single-footer .footer-left .footer-contact li img.map {
     margin-right: 15px;
     margin-top: -5px;
}
 .footer-area .single-footer .single-recent-post .recent-post li {
     display: block;
     margin-bottom: 20px;
     width: 100%;
}
 .footer-area .single-footer .single-recent-post .recent-post li a .post-thum {
     float: left;
     margin-right: 15px;
}
 .footer-area .single-footer .single-recent-post .recent-post li a .post-content p {
     color: #ffffff;
     font-size: 15px;
     font-weight: 400;
     line-height: 20px;
     margin: 0;
     text-transform: capitalize;
}
 .footer-area .single-footer .single-recent-post .recent-post li a .post-content span {
     color: #37b721;
     font-size: 12px;
}
 .footer-area .single-footer .footer-gallery li {
     width: 48%;
     margin-bottom: 4px;
     display: inline-block;
}
 .footer-area .single-footer .footer-gallery li a .image-overlay {
     position: relative;
     overflow: hidden;
}
 .footer-area .single-footer .footer-gallery li a .image-overlay:before {
     position: absolute;
     left: -15px;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     content: '';
     transition: all ease-in-out 0.5s;
     z-index: 1;
     opacity: 0;
     visivility: hidden;
}
 .footer-area .single-footer .footer-gallery li a .image-overlay:after {
     right: 0;
     left: auto;
}
 .footer-area .single-footer .footer-gallery li a .image-overlay:hover:before {
     left: 0;
     opacity: 1;
     visivility: visible;
}
 .footer-area .single-footer .footer-gallery li a .image-overlay:hover .overly-city {
     opacity: 1;
     left: 0;
}
 .footer-area .single-footer .footer-gallery li a .overly-city {
     left: -15px;
     margin: 0 auto;
     position: absolute;
     right: 0;
     text-align: center;
     top: 40%;
     transform: translateY(0);
     opacity: 0;
     z-index: 2;
     transition: all ease-in-out 0.5s;
}
 .footer-area .single-footer .footer-gallery li a .overly-city span {
     color: #fefefe;
     font-size: 20px;
     font-weight: 400;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element {
     position: relative;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li {
     margin-bottom: 25px;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li input {
     background: #444648 none repeat scroll 0 0;
     border: medium none;
     height: 40px;
     width: 100%;
     border-radius: 3px;
     padding: 0 10px;
     color: #c3c3c3;
     transition: all ease-in-out 0.3s;
     font-size: 13px;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li input:focus {
     outline: none;
     border: 1px solid transparent;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li input ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #c3c3c3;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li input ::-moz-placeholder {
    /* Firefox 19+ */
     color: #c3c3c3;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li input :-ms-input-placeholder {
    /* IE 10+ */
     color: #c3c3c3;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li input :-moz-placeholder {
    /* Firefox 18- */
     color: #c3c3c3;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li input:hover {
     background: #7a7c7d;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li textarea {
     background: #444648 none repeat scroll 0 0;
     border: medium none;
     height: 120px;
     width: 100%;
     border-radius: 3px;
     color: #ffffff;
     padding-left: 10px;
     padding-top: 8px;
     transition: all ease-in-out 0.3s;
     font-size: 13px;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li textarea:focus {
     outline: none;
     border: 1px solid transparent;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li textarea ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #ffffff;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li textarea ::-moz-placeholder {
    /* Firefox 19+ */
     color: #ffffff;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li textarea :-ms-input-placeholder {
    /* IE 10+ */
     color: #ffffff;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li textarea :-moz-placeholder {
    /* Firefox 18- */
     color: #ffffff;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element li textarea:hover {
     background: #7a7c7d;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element button {
     background: #37b721 none repeat scroll 0 0;
     border: medium none;
     bottom: 2px;
     color: #ffffff;
     display: block;
     font-size: 15px;
     font-weight: 500;
     padding: 8px 11px;
     right: 0px;
     text-transform: uppercase;
     transition: all 0.3s ease-in-out 0s;
     position: absolute;
}
 .footer-area .single-footer .footer-contact-form form .footer-form-element button:hover {
     background: #f17b37;
}
 .footer-area .single-footer .footer-social-media .social-footer-title {
     font-weight: 600;
     font-size: 20px;
     color: #ffffff;
}
 .footer-area .single-footer .footer-social-media .footer-social-link li {
     display: inline-block;
}
 .footer-area .single-footer .footer-social-media .footer-social-link li:nth-child(1):hover a {
     color: #3b5998 !important;
}
 .footer-area .single-footer .footer-social-media .footer-social-link li:nth-child(2):hover a {
     color: #0084b4 !important;
}
 .footer-area .single-footer .footer-social-media .footer-social-link li:nth-child(3):hover a {
     color: #0077B5 !important;
}
 .footer-area .single-footer .footer-social-media .footer-social-link li:nth-child(4):hover a {
     color: #d34836 !important;
}
 .footer-area .single-footer .footer-social-media .footer-social-link li:nth-child(5):hover a {
     color: #bb0000 !important;
}
 .footer-area .single-footer .footer-social-media .footer-social-link li a {
     display: block;
     padding-left: 0;
     padding-right: 20px;
     padding-top: 5px;
     padding-bottom: 5px;
     font-size: 15px;
     font-weight: 400;
     color: #ffffff;
     transition: all ease-in-out 0.3s;
}
 .footer-area .footer-bottom {
     position: relative;
}
 .footer-area .footer-bottom:before {
     background: #717273 none repeat scroll 0 0;
     bottom: 0;
     content: "";
     height: 1px;
     left: 14px;
     position: absolute;
     top: -36px;
     width: 100%;
     z-index: 8;
}
 .footer-area .footer-bottom .copyright p {
     color: #ffffff;
     font-size: 13px;
     font-weight: 400;
}
 .footer-area .footer-bottom .copyright p span {
     color: #37b721;
     font-size: 13px;
     font-weight: 500;
     text-transform: capitalize;
}
 .footer-area .footer-bottom .payicon li {
     float: left;
     margin-right: 5px;
     margin-top: -5px;
     color: #fff;
}
/*===================================================== 15.Scrool to top section css goes here =======================================================*/
 .pos-rtive {
     position: relative;
}
 .to-top {
     display: none;
}
 .to-top a {
     background: #f17b37 none repeat scroll 0 0;
     border-radius: 4px;
     color: #ffffff;
     font-size: 35px;
     height: 40px;
     line-height: 40px;
     position: fixed;
     right: 1%;
     text-align: center;
     top: 91%;
     transition: all 0.5s ease-in-out 0s;
     width: 40px;
     z-index: 999;
}
 .to-top:hover {
     background: #ffff00 none repeat scroll 0 0;
     color: #283754;
}
/*home version two */
/*===================================================== 16.home version 2 Slider area section css goes here =======================================================*/
 .index-2 .header-top-area {
     background: #2c3035;
}
 .index-2 .header-bottom-area {
     background: #ffffff;
}
 .index-2 .header-bottom-area li a {
     color: #727272;
}
 .index-2 .header-bottom-area .main-menu > li ul.dropdown {
     top: 100% !important;
}
 .slider-area-2 .image-overlay, .slider-area-3 .image-overlay {
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1;
}
 .slider-area-2 .image-overlay:before, .slider-area-2 .image-overlay:after, .slider-area-3 .image-overlay:before, .slider-area-3 .image-overlay:after {
     background: rgba(55, 183, 33, 0.2);
     content: "";
     height: 100%;
     left: 0;
     opacity: 0.69;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";
     position: absolute;
     top: 0;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     width: 100%;
     z-index: -1;
}
 .slider-area-2 .tparrows, .slider-area-3 .tparrows {
     background: #37b721 !important;
     transition: all ease-in-out 0.3s !important;
     width: 53px !important;
     height: 53px !important;
     border-radius: 4px !important;
}
 .slider-area-2 .tparrows:before, .slider-area-3 .tparrows:before {
     line-height: 53px !important;
     font-size: 20px;
}
 .slider-area-2 .tparrows:hover, .slider-area-3 .tparrows:hover {
     background: #f17b37 !important;
}
 .slider-area-2 span, .slider-area-3 span {
     font-size: 25px !important;
     font-weight: 500 !important;
}
/*===================================================== 17.home version 2 Tabedsearch section css goes here =======================================================*/
 .tabbased-search-area-2 {
     margin-top: -76px;
     position: static;
     overflow: hidden;
}
 .tabbased-search-area-2 .col-md-12 {
     padding-left: 0;
     padding-right: 0;
}
 .tabbased-search-area-2 .tabbable-menu .tab-menu li a:before {
     bottom: -15px;
}
 .tabbased-search-area-2 .tabbable-menu .tab-menu li:hover a:before {
     opacity: 1;
     visibility: visible;
     width: 100%;
}
 .tabbased-search-area-2 .background-opacity {
     background: rgba(22, 15, 15, 0.8);
}
 .tabbased-search-area-2 .bg-shadoow-image {
     background: transparent url("../images/bgimage/two.png") no-repeat scroll center center/cover;
     box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
     padding: 100px 50px 50px;
     margin-top: -30px;
}
 .tabbased-search-area-2 .tab-content-2 .hotels-form input, .tabbased-search-area-2 .tab-content-2 .flights-form input {
     background: #f2f2f2;
     border: 1px solid #c2c2c2;
     border-radius: 3px;
}
 .tabbased-search-area-2 .tab-content-2 .hotels-form .hotel-input-4 .custom-select, .tabbased-search-area-2 .tab-content-2 .hotels-form .hotel-input-4-23 .custom-select, .tabbased-search-area-2 .tab-content-2 .flights-form .hotel-input-4 .custom-select, .tabbased-search-area-2 .tab-content-2 .flights-form .hotel-input-4-23 .custom-select {
     background: #f2f2f2 url("../images/arrow.png");
     background-repeat: no-repeat;
     background-position: center right 25px;
     border: 1px solid #c2c2c2;
}
 .tabbased-search-area-2 .tab-content-2 .hotel-input-2, .tabbased-search-area-2 .tab-content-2 .hotel-input-4, .tabbased-search-area-2 .tab-content-2 .hotel-input-1, .tabbased-search-area-2 .tab-content-2 .custom-select, .tabbased-search-area-2 .tab-content-2 .hotel-input-4-23, .tabbased-search-area-2 .tab-content-2 .tour-input-20, .tabbased-search-area-2 .tab-content-2 .tour-input-15 {
     margin-right: -3px;
     border-right: none !important;
}
 .tabbased-search-area-2 .tab-content-2 .hotels-form {
     margin-top: -60px;
}
 .tabbased-search-area-2 .tab-content-2 .hotel-input-2 {
     width: 22% !important;
}
 .tabbased-search-area-2 .tab-content-2 .hotel-input-1 {
     width: 13% !important;
}
 .tabbased-search-area-2 .tab-content-2 .search-btn-2 {
     display: inline-block;
}
 .tabbased-search-area-2 .tab-content-2 .search-btn-2 button {
     background: #37b721 none repeat scroll 0 0;
     border: medium none;
     border-radius: 2px;
     color: #ffffff;
     display: block;
     font-size: 15px;
     padding: 16px 50px;
     text-transform: uppercase;
     transition: all 0.3s ease-in-out 0s;
     margin-top: 50px;
}
 .tabbased-search-area-2 .tab-content-2 .search-btn-2 button:hover {
     background: #f17b37;
}
 .tabbased-search-area-2 .tab-content-2 .hotel-input-4-23 {
     width: 25% !important;
}
 .tabbased-search-area-2 .tab-content-2 .flights-form .tour-input-20 .custom-select, .tabbased-search-area-2 .tab-content-2 .flights-form .tour-input-15 .custom-select, .tabbased-search-area-2 .tab-content-2 .flights-form .tour-input-7-5 .custom-select {
     background: #f2f2f2;
     border: 1px solid #c2c2c2;
}
 .tabbased-search-area-2 .tab-content-2 .flights-form .tour-input-7-5 {
     width: 8% !important;
}
 .tabbased-search-area-2 .tab-content-2 .flights-form .tour-input-7-5 .custom-select {
     background: #f2f2f2 url("../images/arrow.png");
     background-repeat: no-repeat;
     background-position: center right 9px;
}
 .tabbased-search-area-2 .tab-content-2 .flights-form .border-right-none {
     border-right: none !important;
}
/*===================================================== 18.home version 2 welcome section css goes here =======================================================*/
 .section-title-version-2 h2, .section-title-version-2-white h2, .section-title-version-2-black h2 {
     background-color: transparent;
     background-image: url("../images/line2.png");
     background-repeat: no-repeat;
     color: #454545;
     font-size: 37px;
     font-weight: 500;
     padding-bottom: 20px;
     position: relative;
     text-transform: capitalize;
     background-position: bottom left;
     z-index: 2;
}
 .section-title-version-2 h5, .section-title-version-2-white h5, .section-title-version-2-black h5 {
     font-size: 18px;
     color: #323232;
     font-weight: 400;
     line-height: 30px;
}
 .section-title-version-2-white h2, .section-title-version-2-black h2 {
     background-image: url("../images/line2.png");
     background-repeat: no-repeat;
     background-position: center bottom;
     color: #ffffff;
}
 .section-title-version-2-white p, .section-title-version-2-black p {
     color: #ffffff;
     font-size: 15px;
     padding-bottom: 45px;
}
 .section-title-version-2-black h2 {
     color: #454545;
}
 .section-title-version-2-black p {
     color: #727272;
}
/*===================================================== 19.home version 2 welcome section css goes here =======================================================*/
 .welcome-area .single-welcome-area {
     position: relative;
}
 .welcome-area .single-welcome-area .single-imag .img-thumbnail {
     background-color: #f7f7f7;
     border-radius: 2px;
     padding: 5px;
}
 .welcome-area .single-welcome-area .overlay-image {
     bottom: -40px;
     height: auto;
     position: absolute;
     right: 5px;
     width: 70%;
     max-width: 100%;
}
 .welcome-area .single-welcome-area .overlay-image .img-thumbnail {
     background-color: #f7f7f7;
     border-radius: 2px;
     padding: 3px;
}
 .welcome-area .single-welcome-text .welcome-content p {
     font-size: 15px;
     font-weight: 15px;
     color: #727272;
}
 .welcome-area .single-welcome-text .welcome-content a {
     margin-top: 40px;
}
/*===================================================== 20.home version 2 tour-package section css goes here =======================================================*/
 .tour-package-bg {
     background: transparent url("../images/bgimage/package.jpg") repeat scroll 0 0;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: relative;
     z-index: 1;
     overflow: hidden;
}
 .tour-package-bg:before {
     position: absolute;
     content: "";
     left: 0;
     width: 100%;
     height: 100%;
     top: 0;
     background: rgba(0, 0, 0, 0.5);
     z-index: -1;
}
 .tour-package-bg:hover .owl-nav div.owl-prev {
     opacity: 1;
     left: -70px;
}
 .tour-package-bg:hover .owl-nav div.owl-next {
     opacity: 1;
     right: -70px;
}
 .popular-packages-carasoul.owl-carousel.owl-loaded.owl-drag {
     clear: both;
}
 .single-package-carasoul {
     overflow: hidden;
     position: relative;
     margin-bottom: 30px;
}
 .single-package-carasoul .package-location {
     position: relative;
}
 .single-package-carasoul .package-location span {
     background: #37b721 none repeat scroll 0 0;
     bottom: 0;
     color: #ffffff;
     font-size: 20px;
     font-weight: 600;
     height: 40px;
     left: 0;
     line-height: 43px;
     position: absolute;
     text-align: center;
     transition: all 0.3s ease-in-out 0s;
     width: 100px;
     z-index: 99;
}
 .single-package-carasoul .package-details {
     background: #ffffff;
     border-radius: 0 0 4px 4px;
}
 .single-package-carasoul .package-details .package-places {
     padding: 25px;
}
 .single-package-carasoul .package-details .package-places h4 {
     padding-bottom: 7px;
     color: #454545;
     font-size: 19px;
     font-weight: 600;
}
 .single-package-carasoul .package-details .package-places > span {
     color: #727272;
     font-size: 15px;
     font-weight: 500;
}
 .single-package-carasoul .package-details .package-places > span i {
     margin-right: 10px;
}
 .single-package-carasoul .package-details .package-places .details {
     margin-top: 18px;
}
 .single-package-carasoul .package-details .package-places .details p {
     font-weight: 400;
     font-size: 15px;
     color: #727272;
     line-height: 25px;
     margin: 0;
}
 .single-package-carasoul .package-details .package-places .details p span {
     font-size: 15px;
     font-weight: 600;
     color: #454545;
}
 .single-package-carasoul .package-details .package-ratings-review {
     border-top: 1px solid #37b721;
     padding: 14px 0;
     position: relative;
}
 .single-package-carasoul .package-details .package-ratings-review .two-column {
     padding: 0 25px;
}
 .single-package-carasoul .package-details .package-ratings-review .two-column li {
     display: inline-block;
}
 .single-package-carasoul .package-details .package-ratings-review .two-column li:last-child {
     float: right;
}
 .single-package-carasoul .package-details .package-ratings-review .two-column li i {
     color: #ffef3b;
     font-size: 21px;
}
 .single-package-carasoul .package-details .package-ratings-review .two-column li p {
     font-weight: 400;
     font-size: 15px;
     color: #727272;
}
 .single-package-carasoul .package-long-btn {
     background: #37b721 none repeat scroll 0 0;
     display: block;
     width: 100%;
     text-align: center;
     padding: 15px 0;
     position: absolute;
     bottom: -63px;
     opacity: 0;
     visibility: hidden;
     transition: all ease-in-out 0.3s;
     right: 0;
     font-size: 17px;
     font-weight: 500;
}
 .single-package-carasoul .package-long-btn a {
     color: #ffffff;
     text-transform: uppercase;
}
 .single-package-carasoul:hover .package-long-btn {
     opacity: 1;
     visibility: visible;
     bottom: -1px;
}
 .single-package-carasoul:hover .package-location span {
     background: #f17b37;
}
 .owl-nav div {
     background: #37b721 none repeat scroll 0 0;
     color: #ffffff;
     font-size: 20px;
     height: 50px;
     left: -200px;
     line-height: 50px;
     position: absolute;
     text-align: center;
     top: 50%;
     transform: translateY(-50%);
     width: 50px;
     opacity: 0;
     transition: all 0.3s ease-out;
     border-radius: 5px;
}
 .owl-nav div:hover {
     background: #f17b37;
}
 .owl-nav div.owl-next {
     left: auto;
     right: -200px;
}
/*===================================================== 21.home version 2 popular destination section css goes here =======================================================*/
 .popular-country .destination-tab-menu .destination-menu {
     text-align: center;
     margin-bottom: 50px;
}
 .popular-country .destination-tab-menu .destination-menu li {
     display: inline-block;
     margin-right: 20px;
}
 .popular-country .destination-tab-menu .destination-menu li a {
     display: block;
     padding: 10px 20px;
     background: #ecf1f5;
     color: #727272;
     font-size: 15px;
     font-weight: 600;
     text-transform: uppercase;
     transition: all ease-in-out 0.3s;
     letter-spacing: 1.5px;
     text-decoration: none;
}
 .popular-country .destination-tab-menu .destination-menu li a:hover {
     background: #37b721;
     color: #ffffff;
}
 .popular-country .destination-tab-menu .destination-menu li.active a {
     background: #37b721;
     color: #ffffff;
}
 .popular-country .destination-countrys .tab-content figure {
     position: relative;
     overflow: hidden;
}
 .popular-country .destination-countrys .tab-content figure:before {
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.3);
     content: '';
     left: 0;
     top: 0;
     transition: all ease-in-out 0.5s;
     z-index: 10;
}
 .popular-country .destination-countrys .tab-content figure figcaption {
     bottom: -35px;
     box-sizing: border-box;
     left: 0;
     overflow: hidden;
     padding: 30px;
     position: absolute;
     transition: all 0.4s ease 0s;
     width: 100%;
     z-index: 10;
}
 .popular-country .destination-countrys .tab-content figure figcaption .city-name span {
     font-size: 18px;
     font-weight: 600;
     color: #ecf1f5;
}
 .popular-country .destination-countrys .tab-content figure figcaption .city-name img {
     margin-right: 10px;
     margin-top: -5px;
}
 .popular-country .destination-countrys .tab-content figure figcaption .city-name .tower-bridge {
     padding: 11px 0;
     margin-left: 3px;
}
 .popular-country .destination-countrys .tab-content figure figcaption .city-name .tower-bridge li {
     display: inline-block;
     font-size: 14px;
     font-weight: 500;
     color: #ecf1f5;
}
 .popular-country .destination-countrys .tab-content figure figcaption .city-name .tower-bridge li:last-child {
     margin-left: 50px;
}
 .popular-country .destination-countrys .tab-content figure figcaption .travel-book-btn {
     bottom: -50px;
     opacity: 0;
     position: relative;
     transition: all 0.5s ease 0s;
}
 .popular-country .destination-countrys .tab-content figure:hover figcaption {
     bottom: 0;
}
 .popular-country .destination-countrys .tab-content figure:hover figcaption .city-name span {
     color: #37b721;
}
 .popular-country .destination-countrys .tab-content figure:hover figcaption .city-name .tower-bridge li {
     color: #ffffff;
}
 .popular-country .destination-countrys .tab-content figure:hover .travel-book-btn {
     opacity: 1;
     bottom: 0;
}
/*===================================================== 22.home version 2 discount section css goes here =======================================================*/
 .discount-bg {
     clear: both;
     background: red url("../images/bgimage/tagmahal.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: relative;
     overflow: hidden;
     z-index: 1;
     padding: 200px 0;
}
 .discount-bg:before {
     content: "";
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
     opacity: 0.7;
     position: absolute;
     left: 0;
     z-index: -1;
     top: 0;
}
 .discount-bg .discount-content h2, .discount-bg .discount-content h3, .discount-bg .discount-content h4 {
     padding-bottom: 20px;
}
 .discount-bg .discount-content h2 {
     font-size: 40px;
     font-weight: 600px;
     color: #fefefe;
     text-transform: uppercase;
}
 .discount-bg .discount-content h3 {
     font-size: 30px;
     font-weight: 600px;
     color: #fefefe;
     text-transform: capitalize;
     padding-bottom: 10px;
}
 .discount-bg .discount-content h4 {
     font-size: 20px;
     font-weight: 400px;
     color: #fefefe;
     text-transform: capitalize;
}
 .discount-bg .discount-content h4 span {
     font-size: 25px;
     color: #37b721;
     font-weight: 500;
}
 .discount-bg .discount-content .discount-btn {
     margin-top: 40px;
}
/*===================================================== 23.home version 2 offer section css goes here =======================================================*/
 .offer-package .single-offer {
     transition: all ease-in-out 0.3s;
     margin-bottom: 30px;
}
 .offer-package .single-offer .single-offer-image {
     position: relative;
}
 .offer-package .single-offer .single-offer-image img {
     width: 100%;
}
 .offer-package .single-offer .single-offer-image span {
     background: #37b721 none repeat scroll 0 0;
     color: #ffffff;
     display: inline-block;
     font-weight: 600;
     padding: 10px;
     position: absolute;
     right: 0px;
     text-transform: uppercase;
     font-size: 14px;
     top: 0;
}
 .offer-package .single-offer .single-offers-elemetns .col-md-6, .offer-package .single-offer .single-offers-elemetns .col-sm-6, .offer-package .single-offer .single-offers-elemetns .col-xs-12 {
     padding-left: 0 !important;
}
 .offer-package .single-offer .single-offer-details {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
     margin-left: -14px;
     padding: 16px 21px;
}
 .offer-package .single-offer .single-offer-details .offer-title {
     padding-top: 15px;
}
 .offer-package .single-offer .single-offer-details .offer-title h4 {
     font-size: 20px;
     font-weight: 600;
     text-transform: capitalize;
     color: #454545;
}
 .offer-package .single-offer .single-offer-details .offer-title p {
     font-weight: 500;
}
 .offer-package .single-offer .single-offer-details .offer-title p span {
     color: #37b721;
}
 .offer-package .single-offer .single-offer-details .offer-details p {
     font-weight: 400;
     line-height: 25px;
}
 .offer-package .single-offer .single-offer-details .offer-details .offer-btn {
     margin-top: 23px;
     margin-bottom: 12px;
}
 .offer-package .single-offer .single-offer-details .offer-details .offer-btn a {
     transition: all ease-in-out 0.3s;
}
 .offer-package .single-offer:hover {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
 .offer-package .single-offer:hover .offer-btn a {
     background: #f17b37;
}
/*===================================================== 24.home version 2 blog section css goes here =======================================================*/
 .section-blog-bg {
     background: transparent url("../images/bgimage/blog.jpg") repeat scroll 0 0;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: relative;
     z-index: 1;
     padding: 100px 0;
}
 .section-blog-bg:before, .section-blog-bg:after {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: rgba(0, 0, 0, 0.3);
     z-index: -1;
     content: '';
     overflow: hidden;
}
 .section-blog-bg:after {
     background: rgba(55, 183, 33, 0.2);
}
 .blog-2 .single-travel-blog .blog-content {
     background: #ffffff;
}
 .blog-2 .single-travel-blog .blog-content .blog-post-share .post-read-more {
     float: left;
     padding: 10px;
}
 .blog-2 .single-travel-blog .blog-content .read-more-btn {
     float: left;
}
 .blog-2 .single-travel-blog .blog-content .read-more-btn a:hover {
     background: transparent;
}
 .blog-2 .single-travel-blog .blog-content .soical-share {
     text-align: right;
}
 .blog-2 .single-travel-blog .blog-content .soical-share li {
     display: inline-block;
}
 .blog-2 .single-travel-blog .blog-content .soical-share li a {
     font-size: 14px;
     color: #454545;
     transition: all ease-in-out 0.3s;
     padding: 0 7px;
     display: block;
}
 .blog-2 .single-travel-blog .blog-content .soical-share li a:hover {
     color: #1da1f2;
}
 .blog-2 .single-travel-blog .blog-content .read-more-btn a {
     font-size: 15px;
     font-weight: 15px;
     color: #454545;
     text-transform: capitalize;
}
 .blog-2 .single-travel-blog .blog-content .read-more-btn a i {
     margin-left: 6px;
}
 .blog-2 .single-travel-blog .blog-content .blog-post-content .post-social-2 {
     margin-top: 5px;
}
 .blog-2 .single-travel-blog .blog-content .blog-post-content .post-social-2 li {
     display: inline-block;
     padding: 0 20px 0 0;
}
 .blog-2 .single-travel-blog .blog-content .blog-post-content .post-social-2 li a i {
     margin-right: 10px;
     transition: all ease-in-out 0.3s;
}
 .blog-2 .single-travel-blog:hover .read-more-btn a {
     color: #37b721;
}
 .blog-2 .single-travel-blog:hover .blog-post-content .post-social-2 li a {
     color: #454545;
}
 .blog-2 .single-travel-blog:hover .blog-post-content .post-social-2 li a i {
     color: #37b721;
}
/*===================================================== 25.home version 2 subscribe section css goes here =======================================================*/
 .subscribe-area-2 {
     background: transparent url("../images/bgimage/subs.jpg") repeat scroll 0 0;
     padding: 50px 0;
     background-position: center center;
}
 .subscribe-area-2 .subscribe-title {
     color: #ffffff;
     font-size: 30px;
     font-weight: 600;
     margin-top: 14px;
     text-transform: uppercase;
}
/*===================================================== 26.home version 2 gallery section css goes here =======================================================*/
 .grid-3 {
     padding: 0;
}
 .grid-3 .col-md-6 {
     padding-left: 0;
     padding-right: 0px;
}
 .grid-3 .col-md-3 {
     padding-left: 0;
     padding-right: 0px;
}
 .grid-3 .grid-item {
     margin-bottom: 0px;
}
 .grid-3 figure {
     position: relative;
     overflow: hidden;
     margin: 5px;
}
 .grid-3 figure img {
     width: 100%;
}
 .grid-3 figure:before, .grid-3 figure:after {
     width: 100%;
     height: 100%;
     content: '';
     top: 0;
     left: 0;
     position: absolute;
     background: rgba(0, 0, 0, 0.5);
     opacity: 0;
     visibility: hidden;
     transition: all ease-in-out 0.5s;
}
 .grid-3 figure:before {
     left: auto;
     right: 0;
}
 .grid-3 figure figcaption {
     bottom: 20px;
     position: absolute;
     width: 100%;
     left: 0;
     transition: all ease-in-out 0.5s;
     opacity: 0;
     visibility: hidden;
     z-index: 2;
}
 .grid-3 figure figcaption h4 {
     color: #ffffff;
     font-size: 15px;
     font-weight: 500;
}
 .grid-3 figure figcaption h4 span {
     color: #37b721;
}
 .grid-3 figure figcaption a {
     top: -25px;
     position: relative;
}
 .grid-3 figure figcaption a .fa.fa-pencil {
     background: #37b721 none repeat scroll 0 0;
     border-radius: 100%;
     color: #fff;
     display: block;
     font-size: 14px;
     height: 30px;
     line-height: 30px;
     text-align: center;
     width: 30px;
     transition: all ease-in-out 0.5s;
}
 .grid-3 figure figcaption a .fa.fa-pencil:hover {
     background: #f17b37;
}
 .grid-3 figure:hover::before, .grid-3 figure:hover::after {
     opacity: 1;
     visibility: visible;
}
 .grid-3 figure:hover figcaption {
     opacity: 1;
     visibility: visible;
     left: 50px;
}
/*===================================================== 27.home version 3 hdeader section css goes here =======================================================*/
 .header-area-style-3 .header-bottom-area-2 {
     background: #ffffff;
}
 .header-area-style-3 .header-bottom-area-2 .main-menu li a {
     color: #454545;
}
 .header-area-style-3 .header-bottom-area-2 .main-menu li a:hover {
     color: #37b721;
}
 .header-area-style-3 .header-bottom-area-2 .main-menu li.active a {
     color: #37b721;
}
 .header-area-style-3 .header-bottom-area-2 .main-menu .dropdown {
     top: 100% !important;
}
 .header-area-style-3 .header-bottom-area-2 .main-menu .dropdown li a {
     color: #454545;
}
 .header-area-style-3 .sticky {
     background: #333537;
}
 .header-area-style-3 .sticky .main-menu li a {
     color: #ffffff;
}
/*===================================================== 28.home version 3 herounit section css goes here =======================================================*/
 .book-online a {
     background: #37b721 none repeat scroll 0 0;
     border-radius: 5px;
     color: #fff;
     display: block;
     font-size: 14px;
     margin-top: 20px;
     padding: 10px 10px;
     text-transform: uppercase;
     width: 100%;
     text-align: center;
}
 .herounit-bg {
     background: transparent url("../images/bgimage/header.jpg") repeat scroll center center/cover;
     padding: 100px 0;
     position: relative;
     background-attachment: fixed;
}
 .herounit-bg .version-3-search-style .search-area-title {
     padding-bottom: 15px;
}
 .herounit-bg .version-3-search-style .search-area-title h2 {
     font-size: 50px;
     font-weight: 600;
     color: #ffffff;
}
 .herounit-bg .version-3-search-style .search-area-title h3 {
     font-size: 25px;
     font-weight: 400;
     color: #ffffff;
}
 .herounit-bg .tabbased-search-3 {
     background: #ffffff;
}
 .herounit-bg .tabbased-search-3 .tab-menu-item-3 .tab-menu-3 {
     border-bottom: 1px solid #f1f1f1;
}
 .herounit-bg .tabbased-search-3 .tab-menu-item-3 .tab-menu-3 li {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     border-color: currentcolor currentcolor #f1f1f1 #f1f1f1;
     border-image: none;
     border-style: none none solid solid;
     border-width: medium medium 1px 1px;
     display: inline-block;
     margin-left: 0;
     border-bottom: 0;
     margin-right: -5px;
     margin-top: 0;
     padding: 30px 37px;
     position: relative;
}
 .herounit-bg .tabbased-search-3 .tab-menu-item-3 .tab-menu-3 li:before {
     background: #37b721 none repeat scroll 0 0;
     content: "";
     height: 1px;
     position: absolute;
     width: 100%;
     left: 0;
     bottom: -1px;
     opacity: 0;
     transition: all ease-in-out 0.5s;
}
 .herounit-bg .tabbased-search-3 .tab-menu-item-3 .tab-menu-3 li:first-child {
     border-left: none;
}
 .herounit-bg .tabbased-search-3 .tab-menu-item-3 .tab-menu-3 li:last-child {
     border-right: none;
}
 .herounit-bg .tabbased-search-3 .tab-menu-item-3 .tab-menu-3 li.active:before {
     width: 100%;
     opacity: 1;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 {
     padding: 15px;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 {
     overflow: hidden;
     padding: 50px 0;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 .thm-tk-input-2-1 {
     width: 50%;
     float: left;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 .thm-tk-input-2-1 input[type='text'], .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 .thm-tk-input-2-1 input[type='number'], .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 .thm-tk-input-2-1 .select2-container--default .select2-selection--single {
     background-color: transparent;
     background-image: none;
     border: 1px solid #e9edf0;
     border-radius: 4px;
     box-shadow: none;
     color: #555;
     display: block;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.42857;
     min-height: 50px;
     padding: 12px 15px;
     width: 100%;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 .thm-tk-input-2-1 .select2.select2-container.select2-container--default {
     width: 100% !important;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 .thm-tk-input-2-1 .select2-container--default .select2-selection--single .select2-selection__arrow {
     margin-top: 13px;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 div {
     padding: 12px;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .hotels-form-3 .search-btn-3 {
     background: #37b721 none repeat scroll 0 0;
     border: medium none;
     border-radius: 3px;
     color: #ffffff;
     font-size: 17px;
     font-weight: 600;
     padding: 15px 0;
     text-transform: uppercase;
     width: 100%;
     margin-top: 25px;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .fly-form-3 .thm-tk-input-3-1 {
     width: 33.33%;
     float: left;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .fly-form-3 .thm-tk-input-3-2 {
     width: 16.6%;
     float: left;
}
 .herounit-bg .tabbased-search-3 .tab-content-3 .fly-form-3 .thm-tk-input-3-2 .select2-container .select2-selection--single .select2-selection__rendered {
     padding-left: 0;
}
/*===================================================== 29.why choose travelser section css goes here =======================================================*/
 .choose-trabble-version-2 {
     background: #f4f4f4;
}
 .choose-trabble-version-2 .single-travel {
     margin-bottom: 30px;
     padding: 5px 0px;
     background: none;
     z-index: 33;
}
 .choose-trabble-version-2 .single-travel:hover {
     transform: none;
     box-shadow: none;
     cursor: auto;
}
 .choose-trabble-version-2 .ImageBlock {
     position: relative;
}
 .choose-trabble-version-2 .ImageBlock--switch .ImageBlock__image {
     left: 0;
     right: auto;
}
 .choose-trabble-version-2 .ImageBlock__image {
     height: 100%;
     padding: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 2;
}
 .choose-trabble-version-2 .ImageBackground {
     height: 100%;
     position: relative;
}
 .choose-trabble-version-2 .ImageBackground__holder {
     background-repeat: no-repeat;
     background-size: cover;
     height: 100%;
     left: 100%;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 0;
}
 .choose-trabble-version-2 .ImageBackground__holder:before, .choose-trabble-version-2 .ImageBackground__holder:after {
     background: rgba(0, 0, 0, 0.5);
     content: "";
     height: 100%;
     left: 0;
     opacity: 0.5;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
}
 .choose-trabble-version-2 .ImageBackground__holder:after {
     background: rgba(55, 183, 33, 0.2);
}
 .choose-trabble-version-2 .ImageBackground__holder > img {
     display: none;
}
 .choose-trabble-version-2 .js-Parallax {
     overflow: hidden;
}
 .choose-trabble-version-2 .js-Parallax > .ImageBackground__holder {
     background-attachment: fixed;
}
 .choose-trabble-version-2 .ImageBlock {
     position: relative;
}
 .choose-trabble-version-2 .ImageBlock__image {
     position: absolute;
     z-index: 2;
     top: 0;
     right: 0;
     height: 100%;
     padding: 0;
}
 @media screen and (max-width: 767px) {
     .choose-trabble-version-2 .ImageBlock__image, .choose-trabble-version-2 .ImageBlock__image > .ImageBackground {
         position: relative;
         min-height: 15em;
    }
     .choose-trabble-version-2 .ImageBackground__holder {
         left: 0;
    }
}
/*===================================================== 30.discount & deal section css goes here =======================================================*/
 .single-discount-deal {
     overflow: hidden;
}
 .single-discount-deal figure {
     position: relative;
}
 .single-discount-deal figure:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     background: rgba(0, 0, 0, 0.4);
     left: 0;
     right: 0;
     transition: all ease-in-out 0.3s;
     z-index: 2;
}
 .single-discount-deal figure img {
     width: 100%;
     transition: all 0.3s ease-in-out 0s;
     border-radius: 3px;
}
 .single-discount-deal figure figcaption {
     position: absolute;
     right: 0;
     text-align: center;
     top: 60%;
     transform: translateY(-50%);
     width: 100%;
     transition: all ease-in-out 0.3s;
     z-index: 3;
}
 .single-discount-deal figure figcaption .travel-book-btn {
     bottom: -15px;
     opacity: 0;
     position: relative;
     transition: all 0.5s ease 0s;
}
 .single-discount-deal figure figcaption .circle-offer {
     display: inline-block;
     border: 1px solid #37b721;
     border-radius: 100%;
     width: 100px;
     height: 100px;
     margin-bottom: 20px;
}
 .single-discount-deal figure figcaption .circle-offer p {
     color: #ffffff;
     font-size: 20px;
     font-weight: 600;
     margin: 0;
     padding: 20px 0;
}
 .single-discount-deal figure figcaption .offer-details-2 h3 {
     font-size: 20px;
     font-weight: 600;
     color: #ffffff;
}
 .single-discount-deal figure figcaption .offer-details-2 p {
     color: #ffffff;
     font-weight: 500;
     letter-spacing: 1px;
     font-size: 16px;
}
 .single-discount-deal figure figcaption .offer-details-2 p span {
     color: #37b721;
}
 .single-discount-deal:hover figure img {
     transform: scale(1.1);
}
 .single-discount-deal:hover figcaption {
     top: 50%;
}
 .single-discount-deal:hover .travel-book-btn {
     opacity: 1;
     bottom: 0;
}
/*===================================================== 31.Video section css goes here =======================================================*/
 .video-play {
     background: #37b721 url("../images/bgimage/video.jpg") no-repeat scroll center center/cover;
     height: 600px;
     position: relative;
}
 .video-play:before {
     position: absolute;
     background: rgba(0, 0, 0, 0.3);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     content: '';
     z-index: 1;
}
 .video-play .video-content {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     left: 0;
     right: 0;
     margin: 0 auto;
     text-align: center;
     z-index: 3;
}
 .video-play .video-content .video-play-btn {
     line-height: 50px;
}
 .video-play .video-content .video-play-btn a {
     max-width: 260px;
     color: #ffffff;
     font-size: 20px;
     margin: 0 auto;
     text-decoration: none;
}
 .video-play .video-content .video-play-btn a:hover {
     text-decoration: none;
}
 .video-play .video-content .video-play-btn a:focus {
     outline: none;
}
 .video-play .video-content .video-play-btn a span {
     display: table-cell;
     vertical-align: middle;
     padding-left: 20px;
     text-align: left;
}
 .video-play .video-content .video-play-btn a span:first-child {
     width: 73px;
     height: 73px;
     text-align: center;
     background: #37b721;
     color: #ffffff;
     font-size: 25px;
     padding-top: 0;
     border-radius: 100%;
     padding-left: 0;
     position: relative;
}
 .video-play .video-content .video-play-btn a span:first-child:before {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     transform: scale(0.6);
     border-radius: 50%;
     transition: 0.3s ease;
}
 .video-play .video-content .video-play-btn a span:first-child i {
     display: inline-block;
     padding-left: 6px;
}
 .video-play .video-content .video-play-btn a i {
     position: relative;
}
 .video-play .video-content .video-play-btn a i span {
     background: #37b721;
     border-radius: 100px;
     height: 130%;
     left: -15%;
     position: absolute;
     top: -15%;
     width: 130%;
     z-index: -1;
     transform: scale(0);
     transition: all ease-in-out 0.3s;
     opacity: 0;
     visibility: hidden;
}
 .video-play .video-content .video-play-btn h6 {
     color: #ffffff;
     font-size: 30px;
     font-weight: 600;
     margin-top: 10px;
}
/*===================================================== 32.online shop section css goes here =======================================================*/
 .single-product {
     text-align: center;
     position: relative;
     padding: 30px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     overflow: hidden;
}
 .single-product:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     left: 0;
     top: -30px;
     background: rgba(0, 0, 0, 0.3);
     z-index: 2;
     opacity: 0;
     visibility: hidden;
     transition: all ease-in-out 0.5s;
}
 .single-product .product-image a {
     display: block;
}
 .single-product .product-content {
     padding-top: 20px;
}
 .single-product .product-content h4 {
     font-size: 20px;
     font-weight: 600;
     color: #454545;
     text-transform: capitalize;
     z-index: 5;
     position: relative;
}
 .single-product .product-content i {
     color: #ffef3b;
     padding-bottom: 15px;
     font-size: 21.5px;
}
 .single-product .product-content .product-action {
     text-align: left;
}
 .single-product .product-content .product-action li {
     z-index: 10;
     position: relative;
     display: inline-block;
}
 .single-product .product-content .product-action li p {
     color: #454545;
     margin: 0;
}
 .single-product .product-content .product-action li a {
     font-size: 14px;
     font-weight: 500;
     color: #37b721;
     text-transform: capitalize;
}
 .single-product .product-content .product-action li:last-child {
     float: right;
}
 .single-product .product-content .product-btn {
     left: 0;
     margin: 0 auto;
     top: 90px;
     transform: translateY(-50%);
     position: absolute;
     right: 0;
     text-align: center;
     transition: all 0.5s ease-in-out 0s;
     width: 100%;
     opacity: 0;
     visibility: hidden;
     z-index: 8;
}
 .single-product:hover:before {
     top: 0;
     opacity: 1;
     visibility: visible;
}
 .single-product:hover .product-btn {
     top: 50%;
     opacity: 1;
     visibility: visible;
}
/*===================================================== 33.thailand-trip section css goes here =======================================================*/
 .thailand-trip .col-md-6, .thailand-trip .col-sm-6 {
     left: 20px;
}
 .thailand-trip .ImageBackground__holder {
     left: 0;
}
 .thailand-trip .thailand-description {
     padding-left: 30px;
}
 .thailand-trip .thailand-description a {
     margin-top: 30px;
}
 .thailand-trip .starting {
     position: absolute;
     text-align: center;
     top: 40%;
     transform: translateY(-40%);
     z-index: 33;
     width: 130px;
     height: 130px;
     left: 0;
     right: 0;
     margin: 0 auto;
     background: #ffffff;
     text-align: center;
     border-radius: 100%;
     line-height: 25px;
}
 .thailand-trip .starting .starting-elemnts {
     padding: 40px 0;
}
 .thailand-trip .starting .starting-elemnts p {
     color: #454545;
     margin: 0;
}
 .thailand-trip .starting .starting-elemnts span {
     font-size: 20px;
     font-weight: 600;
     color: #37b721;
}
 .thailand-trip .starting:before {
     background: #ffffff none repeat scroll 0 0;
     content: "";
     height: 180px;
     position: absolute;
     top: -136%;
     width: 1px;
}
/*===================================================== 34.Testimonial two section css goes here =======================================================*/
 .top-testimonial-image.row.slick-pagination {
     position: relative;
     z-index: 2;
}
 .top-testimonial-image .slider-nav-two {
     padding-bottom: 40px;
}
 .top-testimonial-image .slider-nav-two .slick-slide {
     position: relative;
     overflow: hidden;
}
 .top-testimonial-image .slider-nav-two .slick-slide:before {
     background: #37b721;
     border-radius: 100%;
     content: "";
     height: 87px;
     left: 10px;
     opacity: 0.4;
     position: absolute;
     right: 0;
     top: 12px;
     width: 87px;
     z-index: 9;
     cursor: pointer;
}
 .top-testimonial-image .slider-nav-two .slick-slide span img {
     transition: all ease-in-out 0.3s;
     cursor: pointer;
     padding: 10px;
}
 .top-testimonial-image .slider-nav-two .slick-slide:focus {
     outline: none;
}
 .top-testimonial-image .slider-nav-two .slick-center {
     transform: scale(1.2);
     padding: 0;
     transition: all ease-in-out 0.3s;
     position: relative;
}
 .top-testimonial-image .slider-nav-two .slick-center:before {
     background: none;
}
 .block-text {
     text-align: center;
     margin-top: -50px;
}
 .block-text .single-box {
     margin-top: 30px;
     position: relative !important;
}
 .block-text .single-box::before, .block-text .single-box::after {
     content: '\f10d ';
     font-family: fontawesome;
     font-size: 50px;
     left: 20px;
     position: absolute;
     top: -30px;
     z-index: -22;
     color: #e1f4de;
}
 .block-text .single-box::after {
     content: '\f10e';
     left: auto;
     position: absolute;
     right: 64px;
     top: 36px;
}
 .block-text .single-box p {
     line-height: 25px;
     margin-bottom: 25px;
     padding: 0 100px;
}
 .block-text .single-box .client-bio h3 {
     font-size: 20px;
     font-weight: 600;
     color: #37b721;
}
 .block-text .single-box .client-bio span {
     color: #727272;
     font-size: 14px;
     font-weight: 400;
}
/*===================================================== 35.Home version 4 header top section start here =======================================================*/
 .header-bottom-area.header-bottom-area-4 {
     background: rgba(0, 0, 0, 0.4) !important;
}
 .header-bottom-area.header-bottom-area-4.sticky {
     background: #333537 none repeat scroll 0 0 !important;
}
/*===================================================== 36.Home version 4 slider section start here =======================================================*/
 .slider-area-3 .image-overlay:before {
     background: rgba(0, 0, 0, 0.5) !important;
}
 .slider-area-3 .image-overlay:after {
     background: rgba(55, 183, 33, 0.2) !important;
}
/*===================================================== 37.Home version 4 tabbased search section start here =======================================================*/
 .tabbased-search-area-4 {
     position: inherit;
     margin-top: 0;
     padding: 50px 0;
}
 .tabbased-search-area-4 .tabbable-menu .tab-menu {
     margin-bottom: 50px;
}
 .tabbased-search-area-4 .tabbable-menu .tab-menu li a {
     color: #454545 !important;
}
 .tabbased-search-area-4 .tabbable-menu .tab-menu li a img {
     margin-right: 10px;
}
 .tabbased-search-area-4 .tabbable-menu .tab-menu li a:before {
     bottom: -22px !important;
}
 .tabbased-search-area-4 .tabbable-menu .tab-menu li:hover a {
     color: #37b721 !important;
}
 .tabbased-search-area-4 .tabbable-menu .tab-menu li.active a:before {
     width: 100%;
     opacity: 1;
     visibility: visible;
}
 .tabbased-search-area-4 .tab-content .hotels-form input, .tabbased-search-area-4 .tab-content .flights-form input {
     background: #f1f1f1 none repeat scroll 0 0;
}
 .tabbased-search-area-4 .tab-content .hotels-form .custom-select, .tabbased-search-area-4 .tab-content .flights-form .custom-select {
     background: #f1f1f1 !important;
}
/*===================================================== 38.Home version 4 popular package section start here =======================================================*/
 .popular-packages-2 {
     background: #f4f4f4;
}
 .popular-packages-2 .single-package {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}
/*===================================================== 39.Home version 4 discount package 4 section start here =======================================================*/
 .discount-package-4 {
     background: #37b721 url("../images/bgimage/discount.jpg") no-repeat scroll center center/cover;
     padding: 100px 0;
     position: relative;
}
 .discount-package-4:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     background: transparent linear-gradient(to left, transparent 0%, transparent -10%, rgba(55, 183, 33, 0.7) 100%) repeat scroll 0 0;
     background: transparent -moz-linear-gradient(to left, transparent 0%, transparent -10%, rgba(55, 183, 33, 0.7) 100%) repeat scroll 0 0;
     background: transparent -webkit-linear-gradient(to left, transparent 0%, transparent -10%, rgba(55, 183, 33, 0.7) 100%) repeat scroll 0 0;
     left: 0;
     top: 0;
     z-index: 1;
}
 .discount-package-4 .discount-package-4-contents {
     position: relative;
     z-index: 3;
}
 .discount-package-4 .discount-package-4-contents .discount-package-4-title h2 {
     font-size: 40px;
     font-weight: 600;
     color: #ffffff;
     padding-bottom: 30px;
}
 .discount-package-4 .discount-package-4-contents .discount-package-4-title h2 span {
     color: #f17b37;
}
 .discount-package-4 .discount-package-4-contents .discount-package-4-title p {
     font-size: 18px;
     color: #ffffff;
     padding-bottom: 30px;
}
 .discount-package-4 .discount-package-4-contents .discount-package-4-btn a {
     transition: all ease-in-out 0.5s;
}
 .discount-package-4 .discount-package-4-contents .discount-package-4-btn a:hover {
     background: #37b721;
     color: #ffffff;
}
/*===================================================== 40.Home version 4 top destination section start here =======================================================*/
 .top-destination-area figure {
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
}
 .top-destination-area figure img {
     transition: all ease-in-out 0.5s;
}
 .top-destination-area figure:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     background: rgba(0, 0, 0, 0.3);
     top: 0;
     left: 0;
     z-index: 1;
}
 .top-destination-area figure figcaption {
     position: absolute;
     top: 40%;
     width: 100%;
     height: 100%;
     left: 0;
     right: 0;
     margin: auto;
     text-align: center;
     opacity: 0;
     visibility: hidden;
     transition: all ease-in-out 0.5s;
     z-index: 33;
}
 .top-destination-area figure figcaption h4 {
     color: #ffffff;
     font-size: 20px;
     font-weight: 600;
}
 .top-destination-area figure:hover img {
     transform: scale(1.2);
}
 .top-destination-area figure:hover figcaption {
     opacity: 1;
     visibility: visible;
     top: 50%;
}
/*===================================================== 41.Home version 4 counter section start here =======================================================*/
 .achievment-bg {
     background: #37b721 url("../images/bgimage/achivment.jpg") repeat scroll 0 0;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: relative;
}
 .achievment-bg:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     left: 0;
     top: 0;
     background: rgba(0, 0, 0, 0.3);
     z-index: 1;
}
 .single-counter {
     text-align: center;
     position: relative;
     z-index: 3;
}
 .single-counter .counter-image {
     display: block;
     padding-bottom: 20px;
}
 .single-counter .counter-elements .counter {
     font-size: 30px;
     font-weight: 600;
     color: #37b721;
}
 .single-counter .counter-elements span {
     font-size: 18px;
     font-weight: 500;
     color: #fff;
}
/*===================================================== 42.Home version 4 hotel section start here =======================================================*/
 .single-hotels {
     position: relative;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     margin-bottom: 30px;
}
 .single-hotels .hotel-image {
     position: relative;
     overflow: hidden;
}
 .single-hotels .hotel-image:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: -30px;
     top: 0;
     background: rgba(0, 0, 0, 0.45);
     z-index: 1;
     opacity: 0;
     transition: all ease-in-out 0.5s;
}
 .single-hotels .hotel-image img {
     width: 100%;
}
 .single-hotels .hotel-description {
     text-align: center;
     padding: 25px 0;
}
 .single-hotels .hotel-description h4 {
     color: #454545;
     font-size: 20px;
     font-weight: 600;
}
 .single-hotels .hotel-description p span {
     color: #37b721;
     font-weight: 600;
}
 .single-hotels .hotel-description .hotel-rating i {
     color: #ffef3b;
     font-size: 22px;
}
 .single-hotels .hotel-description .hotet-book-btn {
     bottom: 0;
     left: 0;
     margin: 0 auto;
     position: absolute;
     right: 0;
     text-align: center;
     top: 50%;
     transform: translateY(-40%);
     opacity: 0;
     transition: all ease-in-out 0.5s;
     z-index: 3;
}
 .single-hotels:hover .hotel-image:before {
     opacity: 1;
     left: 0;
}
 .single-hotels:hover .hotet-book-btn {
     opacity: 1;
}
/*===================================================== 43.Home version partner 2 section start here =======================================================*/
 .partner-slider-2 .single-partner-slider-2 {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     padding: 30px 0;
     text-align: center;
     margin: 10px;
}
 .partner-slider-2 .single-partner-slider-2 h3 {
     font-size: 20px;
     font-weight: 500;
     color: #454545;
}
 .partner-slider-2 .slick-slide img {
     display: inline-block;
     padding-bottom: 25px;
}
/*===================================================== 44.Home version 4 footer section start here =======================================================*/
 .footer-area-2 .single-footer p {
     color: #ffffff;
}
 .footer-area-2 .single-footer .footer-gallery li {
     margin-bottom: 30px;
     padding: 0 25px 0 0;
}
 .footer-area-2 .single-footer .footer-send {
     background: transparent none repeat scroll 0 0;
     border: none;
     display: inline-block;
     background: #37b721;
     padding: 8px 20px;
     border-radius: 3px;
     color: #ffffff;
     font-weight: 600;
     margin-bottom: 35px;
     margin-top: -8px;
     font-size: 14px;
     transition: all ease-in-out 0.5s;
}
 .footer-area-2 .single-footer .footer-send:hover {
     background: #f17b37;
     color: #ffffff;
}
 .footer-area-2 .single-footer .footer-contact-form form .footer-form-element li input {
     height: 50px;
}
/*===================================================== 45.Home version 5 slider section start here =======================================================*/
 .slider-area-4 span {
     color: #f17b37 !important;
     font-size: 60px !important;
     font-weight: 600 !important;
     text-transform: uppercase !important;
}
/*===================================================== 46.Home version 5 slider section start here =======================================================*/
 .best-services-area .single-best-services {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     padding: 20px;
     text-align: center;
     transition: all ease-in-out 0.5s;
}
 .best-services-area .single-best-services .services-content h4 {
     color: #454545;
     font-size: 20px;
     font-weight: 500;
     padding: 20px 0;
     margin: 0;
     transition: all ease-in-out 0.5s;
}
 .best-services-area .single-best-services .services-content a {
     font-size: 15px;
     font-weight: 400;
     color: #454545;
     transition: all ease-out 0.5s;
}
 .best-services-area .single-best-services .services-content a i {
     margin-left: 5px;
}
 .best-services-area .single-best-services:hover {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
 .best-services-area .single-best-services:hover .services-content h4 {
     color: #37b721;
}
 .best-services-area .single-best-services:hover .services-content a {
     color: #37b721;
}
/*===================================================== 47.Home version 5 discount section start here =======================================================*/
 .discount-package-5 {
     background: red url("../images/bgimage/discount5.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: relative;
     overflow: hidden;
     padding: 100px 0;
     z-index: 1;
}
 .discount-package-5:before {
     content: "";
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0.35;
     position: absolute;
     left: 0;
     z-index: -1;
     top: 0;
}
 .discount-package-5 .discount-package-4-title h2, .discount-package-5 .discount-package-4-title h3 {
     font-size: 40px;
     font-weight: 600;
     color: #ffffff;
     text-transform: uppercase;
     padding-bottom: 0px;
}
 .discount-package-5 .discount-package-4-title h2 span, .discount-package-5 .discount-package-4-title h3 span {
     color: #f17b37;
}
 .discount-package-5 .discount-package-4-title > p {
     font-size: 18px;
     color: #ffffff;
     padding: 30px 0;
}
 .discount-package-5 .discount-package-4-title .sticker {
     background: #f17b37 none repeat scroll 0 0;
     border-radius: 100%;
     height: 80px;
     position: absolute;
     right: 160px;
     text-align: center;
     top: -50px;
     width: 80px;
}
 .discount-package-5 .discount-package-4-title .sticker .sticker-content {
     padding: 18px 0;
}
 .discount-package-5 .discount-package-4-title .sticker .sticker-content p, .discount-package-5 .discount-package-4-title .sticker .sticker-content span {
     margin: 0;
     color: #ffffff;
     font-weight: 500;
}
/*===================================================== 48.Home version 5 Our Hottest tours section start here =======================================================*/
 .top-destination-area-5 .single-destionation-5 {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     transition: all ease-in-out 0.5s;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-image {
     overflow: hidden;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-image a img {
     transition: all ease-in-out 0.5s;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description {
     text-align: center;
     padding: 25px;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description span {
     color: #454545;
     display: inline-block;
     font-size: 15px;
     font-weight: 400;
     padding-bottom: 5px;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description h3 {
     font-size: 20px;
     font-weight: 600;
     text-transform: capitalize;
     color: #454545;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description > p {
     font-weight: 500;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description > p span {
     font-weight: 600;
     color: #37b721;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description .rating-review-5 {
     padding-bottom: 30px;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description .rating-review-5 li {
     display: inline-block;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description .rating-review-5 li:first-child {
     margin-right: 10px;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description .rating-review-5 li:last-child {
     float: right;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description .rating-review-5 li i {
     color: #ffef3b;
     font-size: 18px;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-description a {
     transition: all ease-in-out 0.5s;
}
 .top-destination-area-5 .single-destionation-5:hover {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
 .top-destination-area-5 .single-destionation-5:hover .destination-5-description a {
     background: #f17b37;
}
 .top-destination-area-5 .single-destionation-5:hover .destination-5-image img {
     transform: scale(1.1);
}
/*===================================================== 49.Home version 5 testimonial 5 section start here =======================================================*/
 .testimonial-area-5 {
     background: #37b721 url("../images/bgimage/snow.jpg") no-repeat scroll center center/cover;
     position: relative;
     overflow: hidden;
     padding: 100px 0;
}
 .testimonial-area-5:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     left: 0;
     top: 0;
     background: rgba(0, 0, 0, 0.2);
     z-index: 1;
}
 .testimonial-area-5 .single-testimonial {
     text-align: center;
}
 .testimonial-area-5 .single-testimonial img {
     width: 120px;
     height: 120px;
     display: inline-block;
}
 .testimonial-area-5 .single-testimonial .testimonial-messages {
     padding: 30px 0;
}
 .testimonial-area-5 .single-testimonial .testimonial-messages p {
     margin: 0 auto;
     max-width: 764px;
     font-size: 20px;
     color: #ffffff;
}
 .testimonial-area-5 .single-testimonial .author-bio h3 {
     font-size: 20px;
     font-weight: 600;
     color: #ffffff;
     margin: 0;
}
 .testimonial-area-5 .single-testimonial .author-bio span {
     font-size: 14px;
     color: #ffffff;
     font-weight: 400;
}
 .testimonial-area-5 .owl-dots {
     text-align: center;
     padding: 20px 0;
}
 .testimonial-area-5 .owl-dots .owl-dot {
     display: inline-block;
}
 .testimonial-area-5 .owl-dots .owl-dot span {
     backface-visibility: visible;
     background: #ffffff none repeat scroll 0 0;
     border-radius: 100%;
     display: block;
     height: 14px;
     margin: 0px 7px;
     transition: opacity 0.2s ease 0s;
     width: 14px;
}
 .testimonial-area-5 .owl-dots .owl-dot.active span {
     background: #37b721;
}
 .testimonial-area-5 .owl-stage {
     transition: 0.9s !important;
}
/*===================================================== 50.Home version 5 recomended hotel section start here =======================================================*/
 .hotels-area-2 .single-hotels-2 {
     position: relative;
     overflow: hidden;
}
 .hotels-area-2 .single-hotels-2 .hotel-image {
     position: relative;
}
 .hotels-area-2 .single-hotels-2 .hotel-image:before {
     position: absolute;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     content: '';
     left: 0;
     top: 0;
     z-index: 10;
}
 .hotels-area-2 .single-hotels-2 .hotel-description {
     bottom: -35px;
     box-sizing: border-box;
     left: 0;
     overflow: hidden;
     padding: 30px;
     position: absolute;
     transition: all 0.4s ease 0s;
     width: 100%;
     z-index: 10;
}
 .hotels-area-2 .single-hotels-2 .hotel-description a h4 {
     font-size: 20px;
     font-weight: 600;
     color: #ffffff;
}
 .hotels-area-2 .single-hotels-2 .hotel-description p {
     color: #ffffff;
     margin: 0;
}
 .hotels-area-2 .single-hotels-2 .hotel-description p span {
     color: #f17b37;
     font-weight: 600;
}
 .hotels-area-2 .single-hotels-2 .hotel-description .hotel-book-btn {
     bottom: -50px;
     opacity: 0;
     position: relative;
     transition: all 0.5s ease 0s;
}
 .hotels-area-2 .single-hotels-2:hover .hotel-description {
     bottom: 0;
}
 .hotels-area-2 .single-hotels-2:hover .hotel-book-btn {
     opacity: 1;
     bottom: -12px;
}
/*===================================================== 51.Home version 5 discount 5 hotel section start here =======================================================*/
 .discount-package-6 {
     background: #37b721 url("../images/bgimage/discount6.jpg") no-repeat scroll center center/cover;
     padding: 190px 0;
     position: relative;
}
 .discount-package-6:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     background: rgba(0, 0, 0, 0.4);
     left: 0;
     top: 0;
     z-index: 1;
}
 .discount-package-6 .discount-package-4-contents .discount-package-4-title h2 {
     font-size: 39px;
}
 .discount-package-6 .discount-package-4-contents .discount-package-4-title p {
     color: #ffffff;
     font-size: 16.8px;
     line-height: 30px;
}
/*===================================================== 52.Home version 5 blog hotel section start here =======================================================*/
 .blog-5 {
     background: none;
     background: #ffffff;
}
 .blog-5:before, .blog-5:after {
     display: none !important;
}
/*===================================================== 53.blog version 1 section start here =======================================================*/
 .single-bredcurms {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     position: relative;
     overflow: hidden;
     padding: 142px 0 92px;
}
 .single-bredcurms:before, .single-bredcurms:after {
     position: absolute;
     width: 100%;
     height: 100%;
     content: '';
     background: rgba(0, 0, 0, 0.4);
     left: 0;
     top: 0;
     z-index: 2;
}
 .single-bredcurms:after {
     background: rgba(241, 123, 55, 0.1);
}
 .single-bredcurms .bredcrums-content {
     padding-top: 150px;
     position: relative;
     z-index: 9;
}
 .single-bredcurms .bredcrums-content h2 {
     color: #ffffff;
     font-size: 42px;
     font-weight: 600;
     text-transform: uppercase;
}
 .single-bredcurms .bredcrums-content ul li {
     display: inline-block;
}
 .single-bredcurms .bredcrums-content ul li a {
     color: #fff;
     font-size: 18px;
     text-transform: capitalize;
     font-weight: 400;
}
 .single-bredcurms .bredcrums-content ul li + li:before {
     color: #fff;
     content: "/";
     padding: 0 5px;
     font-weight: 700;
}
 .blog-contents-version-one .single-travel-blog {
     margin-bottom: 30px;
}
 .blog-contents-version-one .pagination {
     margin: 10px 0;
}
 .blog-contents-version-one .pagination > li > a, .blog-contents-version-one .pagination > li > span {
     margin: 0 10px;
     background: #dddddd;
     border: none;
     color: #ffffff;
     border-radius: 3px;
}
 .blog-contents-version-one .pagination > .active > a, .blog-contents-version-one .pagination > .active > a:focus, .blog-contents-version-one .pagination > .active > a:hover, .blog-contents-version-one .pagination > .active > span, .blog-contents-version-one .pagination > .active > span:focus, .blog-contents-version-one .pagination > .active > span:hover {
     background-color: #37b721;
     border-color: transparent;
     color: #fff;
     cursor: default;
     z-index: 3;
     border-radius: 3px;
}
 .blog-contents-version-one .pagination > li:hover > a {
     background: #37b721;
     color: #ffffff;
}
 .blog-contents-version-one .pagination > li:first-child > a, .blog-contents-version-one .pagination > li:first-child > span {
     border-bottom-left-radius: 0;
     border-top-left-radius: 0px;
     margin-left: 0;
     border-radius: 3px;
}
 .blog-contents-version-one .pagination > li:last-child > a, .blog-contents-version-one .pagination > li:last-child > span {
     border-bottom-right-radius: 0px;
     border-top-right-radius: 0px;
     border-radius: 3px;
}
 .section-blog-bg-2 {
     background: none;
}
 .section-blog-bg-2:before, .section-blog-bg-2:after {
     display: none !important;
}
 .single-hotels-2 {
     margin-bottom: 30px;
}
/*===================================================== 54.single Package section start here =======================================================*/
 .single-package-details .single-package-title h2 {
     font-size: 30px;
     font-weight: 600;
     color: #454545;
     text-transform: capitalize;
}
 .single-package-details .package-content li {
     position: relative;
     display: inline-block;
     font-size: 18px;
     font-weight: 500;
     color: #727272;
}
 .single-package-details .package-content li span {
     margin-right: 10px;
}
 .single-package-details .package-content li span i {
     color: #ffef3b;
}
 .single-package-details .package-content li:not(:last-child)::before {
     background: #cccccc none repeat scroll 0 0;
     content: "";
     height: 23px;
     position: absolute;
     width: 1px;
     right: 11px;
     top: 2px;
}
 .single-package-details .package-content li:not(:last-child) {
     margin: 20px 0;
     padding: 0 25px 0 0;
}
 .single-package-details .package-content li:last-child {
     float: right;
     font-size: 30px;
     color: #37b721;
     font-weight: 500;
     padding: 10px 0;
}
 .single-package-details .package-content li:nth-child(3):before {
     display: none;
}
 .package-tab-menu .package-tab-menu {
     padding: 30px 0;
}
 .package-tab-menu .package-tab-menu li {
     display: inline-block;
}
 .package-tab-menu .package-tab-menu li a {
     color: #454545;
     display: block;
     font-size: 15px;
     font-weight: 500;
     padding: 20px 34.6px;
     text-decoration: none;
     border: 1px solid #ebebeb;
     transition: all ease-out 0.5s;
}
 .package-tab-menu .package-tab-menu li a:hover {
     background: #37b721;
     color: #ffffff;
}
 .package-tab-menu .package-tab-menu li.active a {
     background: #37b721;
     color: #ffffff;
}
 .tab-content .tour-description {
     padding-left: 12px;
}
 .tab-content .tour-description h4 {
     font-size: 20px;
     color: #454545;
     font-weight: 500;
     padding: 20px 0;
}
 .tab-content .tour-description p {
     padding-bottom: 20px;
     line-height: 30px;
}
 .tab-content .chosse-packge {
     padding-left: 12px;
}
 .tab-content .chosse-packge h4 {
     font-size: 20px;
     color: #454545;
     font-weight: 500;
     padding: 10px 0;
}
 .tab-content .chosse-packge .packaging-contents li {
     font-size: 15px;
     color: #727272;
     font-weight: 400;
     padding: 5px 0;
}
 .tab-content .chosse-packge .packaging-contents li i {
     color: #37b721;
     margin-right: 10px;
}
 .tab-content .additional-info {
     position: relative;
}
 .tab-content .additional-info:before {
     background: #cccccc none repeat scroll 0 0;
     content: "";
     height: 100%;
     left: -19px;
     position: absolute;
     width: 1px;
}
 .tab-content .additional-info .info-title h4 {
     font-size: 20px;
     color: #454545;
     font-weight: 500;
     padding: 20px 0;
}
 .tab-content .additional-info .info-list p, .tab-content .additional-info .info-details p {
     line-height: 40px;
}
 .tab-content .additional-info .info-list p span i, .tab-content .additional-info .info-details p span i {
     color: #37b721;
     margin-right: 15px;
}
 .related-tour {
     padding-bottom: 100px;
}
 .related-tour .single-package {
     margin-bottom: 0 !important;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
 aside {
     border: 1px solid #cccccc;
     border-radius: 3px;
     padding: 30px 20px;
}
 aside .booking-form h2 {
     color: #454545;
     font-size: 30px;
     font-weight: 600;
     text-transform: capitalize;
     padding: 0px 0 30px 0;
}
 aside .booking-form .form-group {
     margin-bottom: 20px !important;
}
 aside .booking-form .form-group input.form-control, aside .booking-form .form-group textarea.form-control {
     border-radius: 3px;
     box-shadow: none;
     color: #727272;
     display: block;
     font-size: 15px;
     height: 43px;
     transition: none;
}
 aside .booking-form .form-group input.form-control:focus, aside .booking-form .form-group textarea.form-control:focus {
     outline: none;
     border-color: #cccccc;
     box-shadow: none;
}
 aside .booking-form .form-group textarea.form-control {
     height: auto;
}
 aside .booking-form .form-group .check-availability, aside .booking-form .form-group .booking-confirm {
     background: transparent none repeat scroll 0 0;
     border: 1px solid #cccccc;
     border-radius: 3px;
     font-size: 15px;
     font-weight: 400;
     color: #454545;
     height: 52px;
     text-transform: capitalize;
     width: 100%;
}
 aside .booking-form .form-group .booking-confirm {
     background: #37b721;
     color: #ffffff;
     height: 60px;
     font-size: 17px;
     font-weight: 500;
     text-transform: uppercase;
}
 .adding-form {
     margin-top: 50px;
}
 .adding-form .addfor-bg {
     background: #37b721 url("../images/bgimage/add.jpg");
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 60px 0;
     position: relative;
}
 .adding-form .addfor-bg:before {
     position: absolute;
     content: '';
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: rgba(0, 0, 0, 0.6);
     z-index: 1;
}
 .adding-form .addfor-bg .add-content {
     position: relative;
     z-index: 8;
     left: 10%;
}
 .adding-form .addfor-bg .add-content h3 {
     color: #ffffff;
     font-size: 30px;
     font-weight: 600;
}
 .adding-form .addfor-bg .add-content p {
     color: #ffffff;
     line-height: 30px;
}
 .adding-form .addfor-bg .add-content .contact-for-add li {
     display: block;
     color: #ffffff;
     padding: 10px 0;
}
 .adding-form .addfor-bg .add-content .contact-for-add li img {
     margin-right: 10px;
}
 .mapp iframe {
     height: 700px;
     width: 95%;
     border: 0;
}
 .scrolloff {
     pointer-events: none;
}
 .video-bg {
     background: #37b721 url("../images/bgimage/videotab.jpg") no-repeat scroll center center/cover;
     padding: 250px 0;
     position: relative;
     overflow: hidden;
}
 .video-bg:before {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     content: '';
     background: rgba(0, 0, 0, 0.6);
     z-index: 1;
}
 .video-bg .video-play-btn {
     border: 3px solid #37b721;
     border-radius: 100%;
     height: 80px;
     line-height: 75px;
     margin: 0 auto;
     position: relative;
     text-align: center;
     width: 80px;
     z-index: 33;
     font-size: 25px;
}
 .video-bg a span i {
     color: #37b721;
}
 .video-bg a:focus {
     outline: none;
}
 .main-timeline {
     position: relative;
     z-index: 1;
}
 .main-timeline:before {
     content: "";
     width: 2px;
     height: 88%;
     background: #cccccc;
     margin: 0 auto;
     position: absolute;
     top: 0;
     left: 10px;
     z-index: -1;
}
 .main-timeline .timeline {
     margin-bottom: 30px;
     position: relative;
}
 .main-timeline .timeline:before, .main-timeline .timeline:after {
     content: "";
     display: block;
     width: 100%;
     clear: both;
}
 .main-timeline .timeline .timeline-content {
     padding: 0 50px;
     transition: all 0.3s ease 0s;
     width: 100%;
}
 .main-timeline .timeline .timeline-content h4 {
     transition: all ease-in-out 0.5s;
     color: #454545;
     font-size: 18px;
     font-weight: 500;
}
 .main-timeline .timeline .timeline-content .timeline-icon {
     background: #37b721 none repeat scroll 0 0;
     border-radius: 100%;
     color: #ffffff;
     font-size: 35px;
     font-weight: 500;
     height: 82px;
     left: -30px;
     line-height: 80px;
     position: absolute;
     text-align: center;
     top: 0;
     width: 82px;
     z-index: 1;
     transition: all ease-in-out 0.5s;
}
 .main-timeline .timeline .left {
     margin-left: 40px;
}
 .main-timeline .timeline:hover .timeline-icon {
     background: #f17b37;
}
 .main-timeline .timeline:hover .timeline-content h4 {
     color: #f17b37;
}
/*===================================================== 55.contact section start here =======================================================*/
 #googleMap {
     width: 100%;
     height: 600px;
}
 .contact-title h2 {
     font-size: 25px;
     font-weight: 600;
     color: #454545;
     padding: 20px 0;
     line-height: normal;
}
 .address p {
     line-height: 30px;
}
 .contact-form .form-group {
     position: relative;
}
 .contact-form .form-group:last-child {
     margin-bottom: 0;
}
 .contact-form .form-group input, .contact-form .form-group textarea {
     width: 100%;
     height: 44px;
     border: 1px solid #e9edf0;
     padding: 12px 15px;
     transition: all 0.4s ease;
     border-radius: 3px;
     color: #555555;
     background: #eeeeee none repeat scroll 0 0;
}
 .contact-form .form-group input:focus, .contact-form .form-group textarea:focus {
     outline: none;
}
 .contact-form .form-group textarea {
     height: 210px;
}
 .contact-form .form-group .button {
     width: 135px;
     height: 45px;
     border-radius: 3px;
     border: 0px solid;
     font-size: 14px;
     text-transform: uppercase;
     display: inline-block;
     transition: all 0.4s ease;
     color: #ffffff;
     background: #37b721;
     font-weight: 500;
}
 .contact-form .form-group .button:hover {
     background: #f17b37;
}
 .contact-form .form-group .button i {
     position: relative;
     display: inline-block;
     color: #fff;
     margin-right: 10px;
     padding: 0px;
}
/*===================================================== 56.Blog single version one =======================================================*/
 .blog-contents-version-one .single-package-carasoul, .blog-contents-version-one .single-package {
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
/*===================================================== 57.Blog single section start here =======================================================*/
 .single {
     background: #f5f5f5;
}
 .single .single-blog .blog-head {
     position: relative;
     overflow: hidden;
}
 .single .single-blog .blog-head:before {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: rgba(0, 0, 0, 0.3);
     content: "";
     opacity: 0;
     visibility: hidden;
     transition: all 0.4s ease;
     transform: translateY(-100%);
     z-index: 8;
}
 .single .single-blog .blog-head img {
     display: block;
     width: 100%;
     transition: all 0.4s ease;
     z-index: 3;
}
 .single .single-blog .blog-content {
     padding: 20px 0 0;
}
 .single .single-blog .blog-content h2 {
     margin-bottom: 10px;
     font-size: 30px;
     font-weight: 500;
     color: #454545;
     text-transform: capitalize;
}
 .single .single-blog .blog-content .meta {
     margin-bottom: 20px;
}
 .single .single-blog .blog-content .meta span {
     margin-right: 10px;
     color: #454545;
     font-size: 14px;
}
 .single .single-blog .blog-content .meta span i {
     margin-right: 5px;
}
 .single .single-blog .blog-content p {
     margin-bottom: 20px;
     line-height: 27px;
}
 .single .single-blog .blog-content p:last-child {
     margin: 0;
}
 .single .single-blog:hover .blog-head:before {
     opacity: 1;
     visibility: visible;
     transform: translateY(0%);
}
 .single .single-blog:hover .blog-head img {
     transform: scale(1.2);
}
 .single .blog-comments {
     padding: 30px 15px;
     background: #fff;
     margin-top: 30px;
}
 .single .blog-comments h2 {
     text-transform: capitalize;
     font-size: 20px;
     margin-bottom: 15px;
     padding-bottom: 15px;
     position: relative;
     display: inline-block;
     color: #454545;
}
 .single .blog-comments h2:before {
     position: absolute;
     left: 0;
     bottom: -1px;
     content: "";
     width: 10%;
     height: 2px;
     content: "";
     background: #f17b37;
     transition: all ease-in-out 0.3s;
}
 .single .blog-comments .single-comments {
     overflow: hidden;
     border-bottom: 1px solid #e2e2e2;
     padding-bottom: 30px;
     margin-bottom: 30px;
     margin-top: 30px;
}
 .single .blog-comments .single-comments:last-child {
     border: 0px;
     margin: 0;
     padding: 0;
}
 .single .blog-comments .single-comments .head {
     float: left;
     margin-right: 20px;
     text-align: center;
     width: 15%;
}
 .single .blog-comments .single-comments .body {
     float: left;
     width: 82%;
     padding: 10px;
     position: relative;
     background: #37b721;
}
 .single .blog-comments .single-comments .body:before {
     border-right-color: #37b721 !important;
     position: absolute;
     left: -12px;
     top: -1px;
     content: "";
     border-bottom: 5px solid transparent;
     border-right: 13px solid;
     border-top: 14px solid transparent;
}
 .single .blog-comments .single-comments .body p {
     margin-top: 10px;
     color: #ffffff;
     line-height: 30px;
}
 .single .blog-comments .single-comments img {
     width: 65px;
     height: 65px;
     border-radius: 100%;
}
 .single .blog-comments .single-comments h4 {
     margin: 5px 0 0;
     font-size: 16px;
     text-align: left;
     font-weight: 400;
     color: #454545;
     text-align: center;
}
 .single .blog-comments .single-comments .meta {
     font-size: 14px;
     margin: 0;
     color: #fff;
     font-weight: 500;
}
 .single .blog-comments .single-comments a {
     text-transform: uppercase;
     font-size: 12px;
     color: #fff;
     font-weight: 400;
}
 .single .blog-comments:hover h2:before {
     width: 50%;
}
 .single .comment-respond {
     margin-top: 50px;
}
 .single .comment-respond .comment-reply-title h3 {
     color: #454545;
     display: inline-block;
     font-size: 20px;
     margin-bottom: 15px;
     padding-bottom: 15px;
     position: relative;
     text-transform: capitalize;
}
 .single .comment-respond .comment-reply-title h3:before {
     position: absolute;
     left: 0;
     bottom: -1px;
     content: "";
     width: 50%;
     height: 2px;
     content: "";
     background: #f17b37;
}
 .single .comment-respond label {
     font-size: 15px;
     color: #454545;
     font-style: italic;
}
 .single .comment-respond input {
     height: 40px;
}
 .single .comment-respond input, .single .comment-respond textarea {
     background-color: #f9f9f9;
     border-radius: 0;
     box-shadow: none;
     font-size: 15px;
     margin: 10px 0;
     padding: 10px 20px;
     outline: none;
}
 .single .comment-respond input:focus, .single .comment-respond textarea:focus {
     border: 1px solid #37b721;
}
 .single .comment-respond input[type="submit"] {
     background: #37b721;
     border-radius: 0;
     color: #fff;
     border: none;
     font-size: 15px;
     font-weight: 500;
     margin-top: 20px;
     height: 40px;
     text-transform: uppercase;
}
 .single .blog-sidebar .form .s-button {
     position: absolute;
     right: 0;
     top: 0;
}
 .single .blog-sidebar .form .search {
     position: relative;
}
 .single .blog-sidebar .form .search input[type="text"] {
     border: 0px solid;
     width: 100%;
     height: 50px;
     background: #eeeeee;
     padding-left: 10px;
     color: #454545;
}
 .single .blog-sidebar .form .search input[type="submit"] {
     height: 50px;
     width: 81px;
     border: 0px solid;
     color: #ffffff;
     right: 0;
     transition: all 0.4s ease;
     background: #37b721;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 400;
}
 .single .blog-sidebar .form .search input[type="submit"]:hover {
     background: #f17b37;
}
 .single .blog-sidebar .single-sidebar {
     background: #fff;
     padding: 15px;
     margin-bottom: 30px;
}
 .single .blog-sidebar .single-sidebar h2 {
     text-transform: capitalize;
     font-size: 18px;
     margin-bottom: 15px;
     border-bottom: 1px solid #ddd;
     padding-bottom: 15px;
     display: block;
     color: #454545;
     font-weight: 500;
}
 .single .blog-sidebar .single-sidebar ul li a {
     color: #454545;
     display: block;
     padding: 15px 0;
     transition: all ease-in-out 0.5s;
}
 .single .blog-sidebar .single-sidebar ul li a:hover {
     color: #f17b37;
     transform: translateX(5px);
}
 .single .blog-sidebar .single-sidebar ul li a i {
     margin-right: 5px;
}
 .single .blog-sidebar .latest .single-post {
     overflow: hidden;
     margin-bottom: 20px;
}
 .single .blog-sidebar .latest .single-post:last-child {
     margin-bottom: 0;
}
 .single .blog-sidebar .latest .single-post .post-info h4 {
     margin: 0;
     font-size: 15px;
     margin-bottom: 5px;
     line-height: 25px;
     font-weight: 500;
}
 .single .blog-sidebar .latest .single-post .post-info h4 a {
     color: #454545;
}
 .single .blog-sidebar .latest .single-post .post-info p {
     margin: 0;
}
 .single .blog-sidebar .tags ul li {
     display: inline-block;
     margin-right: 10px;
     margin-bottom: 10px;
}
 .single .blog-sidebar .tags ul li a {
     color: #ffffff;
     display: block;
     padding: 5px 10px;
     background: #37b721;
}
 .single .blog-sidebar .tags ul li a:hover {
     color: #ffffff;
     background: #f17b37;
}
/*# sourceMappingURL=style.css.map */

/* Updated Style */
.index-2 .main-menu > li > a:before, .header-area-style-3 .main-menu > li > a:before, .header-bottom-area-4 .main-menu > li > a:before{
    top: 49px;
}
.header-bottom-area .main-menu > li > a {
     font-weight: 400;
}
.header-bottom-area-4 .main-menu > li ul.dropdown{
	top: 100% !important;
}
.header-bottom-area .logo-area {
    padding: 24px 0;
}
.single-bredcurms .bredcrums-content ul li a {
    font-size: 15px;
}
.subscribe-area .subscribe-form .serach-form input {
    height: 56px;
}
.header-top-area .header-top-left .header-top-contact li i{
	font-size: 18px;
}
.header-top-right .book-btn {
    padding: 0px;
}
.header-top-area .header-top-left .header-top-contact li {
    padding: 12px;
}
.header-top-right .book-btn a {
    padding: 12px 16px;
    display: block;
}
.section-title h2, .section-title-white h2, .section-title-white-2 h2 {
    font-size: 37px;
    text-transform: capitalize;
}
.single-travel-blog .blog-content .blog-post-content a {
    font-size: 14px;
    text-transform: uppercase;
}






/*======================================== Updated CSS ===============*/

.header-bottom-area .main-menu > li ul.dropdown {
     top: 78% !important;
     border-top: 2px solid #37b721;
}
.header-bottom-area .main-menu > li ul.dropdown li a:hover {
     color: #37b721;
     margin-left: 5px;
}
.tabbased-search-area .tabbable-menu .tab-menu li a {
     text-transform: capitalize;
}
.tabbased-search-area .tabbable-menu .tab-menu li a img {
     height: 50px;
}

.index-2 .main-menu > li > a::before, .header-area-style-3 .main-menu > li > a::before, .header-bottom-area-4 .main-menu > li > a::before {
     top: 50px !important;
}

.index-2 .header-bottom-area .main-menu > li ul.dropdown {
     top: 98% !important;
}
.tabbased-search-area-2 .background-opacity {
     margin-top: 6px;
}
.index-2 .main-menu > li > a::before, .header-area-style-3 .main-menu > li > a::before, .header-bottom-area-4 .main-menu > li > a::before {
     top: 49px;
}
.header-area-style-3 .header-bottom-area-2 .main-menu .dropdown {
     top: 97% !important;
}
.header-bottom-area-4 .main-menu > li ul.dropdown {
     top: 97% !important;
     border-top: 2px solid #37b721;
}

/*========= 05.popular packajge section css goes here ================*/
 .popular-packages .single-package .package-image{
     overflow: hidden;     
 }
.popular-packages .single-package .package-image img {
     transform: scale(1.1);
     transition:  all 0.3s ease-in-out;
}
.popular-packages .single-package:hover .package-image a img{
     transform: scale(1);
}
.single-package-carasoul .package-location{
     overflow: hidden;
}
.single-package-carasoul .package-location img{
     transform: scale(1.1);
     transition: all 0.3s ease-in-out;
}
 .single-package-carasoul:hover .package-location img {
     transform: scale(1);
}

 .offer-package .single-offer .single-offer-image{
     overflow: hidden;
}
 .offer-package .single-offer .single-offer-image img{
     transform: scale(1.1);
     transition: all ease-in-out 0.3s;
}
 .offer-package .single-offer:hover .single-offer-image img {
     transform: scale(1);
}
.single-discount-deal figure img{
     transform: scale(1.1);
}
.single-discount-deal:hover figure img {
     transform: scale(1);
}
.top-destination-area figure img{
     transform: scale(1.1);
     transition: all ease-in-out 0.5s;
}
.top-destination-area figure:hover img {
     transform: scale(1);
}

 .top-destination-area-5 .single-destionation-5 {
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     transition: all ease-in-out 0.5s;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-image {
     overflow: hidden;
}
 .top-destination-area-5 .single-destionation-5 .destination-5-image a img {
     transform: scale(1.1);
}

 .top-destination-area-5 .single-destionation-5:hover .destination-5-image img {
     transform: scale(1);
}


/*================ 09.Blog section css goes here =============*/
.single-travel-blog .blog-image {
     overflow: hidden;
     position: relative;
     border-radius: 3px;
}
 .single-travel-blog .blog-image a {
     display: block;
}
.single-travel-blog .blog-image a img {
     width: 100%;
     transition: all ease-in-out 0.3s;
     transform: scale(1.1);
}
 .single-travel-blog:hover .blog-image img {
     transform: scale(1);
}
.single-counter .counter-image img{
	border-radius: 100%;
}
.related-title h2 {
    margin-left: -32px;
}
