





@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: 16px;
  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: 1350px;
  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(../../favicon.ico);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}

.preloader:before{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  color: black;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  content: "CHARGEMENT"
}


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-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: 30px;
  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: 0;
  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: 150px 0px 50px 0px;
  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: 32px;
  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: 1200px;
}

.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;
  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: 16px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
  margin: 0 30px 10px;
  -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: 50px;
}

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

.banner-section .content-box p {
  font-size: 18px;
  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.75;
}

.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: #545252;
  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: #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-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: #f3f1f0;
  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: 60px 0 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-verified {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-left: 10px;
  border-radius: 50%;

  background-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: 26px;
  color: #5c6770;
  font-weight: 400;
  margin-bottom: 26px;
}

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

.features-widget {
  position: relative;
}

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

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

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

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

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

.gallery-widget {
  position: relative;
}

.listing-gallery {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-widget{
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.timing-list {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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


/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonial-block {
  position: relative;
}

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

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

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

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

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

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

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

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

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


/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*** 

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

***/

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

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

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

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

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

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

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

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

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

/*** 

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

***/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*** 

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

***/

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

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

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

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

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

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

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


/*** 

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

***/

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

.pricing-table{
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}

.pricing-table .inner-box{
  position: relative;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 9;
  box-shadow: 0 1px 4px rgba(0,0,0,0.09);
  padding: 50px 30px;
  text-align: center;
}

.pricing-table .title-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.pricing-table .status{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  min-width: 140px;
  background: #ffa737;
  border-radius: 30px;
  margin-bottom: 40px;
}

.pricing-table .title{
  position: relative;
  display: block;
  font-size: 20px;
  color: #1b2032;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing-table .price{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1em;
  color: #1b2032;
  font-weight: 700;
  margin-bottom: 20px;
}

.pricing-table .text{
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #5c6770;
  font-weight: 400;
}

.pricing-table .table-content{
  position: relative;
  margin-bottom: 30px;
}

.pricing-table .table-content li{
  position: relative;
  font-size: 14px;
  line-height: 35px;
  color: #5c6770;
  font-weight: 400;
}

.pricing-table .table-footer{
  position: relative;
}

.pricing-table .table-footer .theme-btn .icon{
  margin-left: 7px;
}

.pricing-table.tagged{
  margin-top: 0;
}

.pricing-table.tagged .table-content,
.pricing-table.tagged .title-box{
  margin-bottom: 20px;
}


/*** 

====================================================================
  Contact Section
====================================================================

***/

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

.contact-section .business-info-widget .map-box .map-canvas{
  height: 330px;
}

.contact-section .business-info-widget .map-box{
  margin-bottom: 50px;
}

.contact-section .default-form .form-group textarea{
  height: 154px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
  position: relative;
  background-color: #1b2032;
}

.main-footer .footer-upper {
  position: relative;
  padding: 30px 0;
  background-color: #23293e;
}

.main-footer .footer-nav {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.main-footer .footer-nav li {
  position: relative;
  margin: 0 18px;
  color: #7b8094;
  font-size: 14px;
  line-height: 30px;
}

.main-footer .footer-nav li a {
  color: #7b8094;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-nav li a:hover {
  color: #ffffff;
}

.main-footer .footer-content {
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.main-footer .footer-content .social-icon-one {
  margin-bottom: 20px;
}

.main-footer .copyright-text {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.main-footer .copyright-text li {
  position: relative;
  font-size: 14px;
  color: #7b8094;
  line-height: 24px;
  padding-left: 18px;
  margin: 0 35px 19px;
}

.main-footer .copyright-text li:first-child:before {
  display: none;
}

.main-footer .copyright-text li:before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 4px;
  width: 4px;
  margin-top: -2px;
  background: #7b8094;
  content: "";
  border-radius: 50%;
}

.main-footer .copyright-text li a {
  color: #7b8094;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .copyright-text li a:hover {
  color: #ffffff;
}

.main-footer .footer-bottom {
  position: relative;
  border-top: 1px solid #23293e;
  text-align: center;
  padding: 25px 0;
}

.main-footer .footer-bottom .text {
  position: relative;
  font-size: 14px;
  color: #7b8094;
  line-height: 25px;
}

/*=============================
	MaiN Footer / Style Two
=============================*/

.main-footer.style-two {
  background-color: #ffffff;
}

.main-footer.style-two .footer-upper {
  background-color: #ffffff;
  border-bottom: 1px solid #f7f8f9;
}

.main-footer.style-two .footer-bottom {
  border-top: 1px solid #f7f8f9;
}

.main-footer.style-two .copyright-text li a:hover,
.main-footer.style-two .footer-nav li a:hover {
  color: #ffa737;
}

.main-footer.style-two .copyright-text{
  margin-bottom: 15px;
}

.main-footer.style-two .social-icon-two{
  margin-bottom: 20px;
}


/*=============================
  MaiN Footer / Style three
=============================*/

.main-footer.style-three {
  background-color: #ffffff;
}

.main-footer.style-three .footer-upper {
  background-color: #ffffff;
  border-bottom: 1px solid #f7f8f9;
}

.main-footer.style-three .footer-bottom {
  border-top: 1px solid #f7f8f9;
}

.main-footer.style-three .copyright-text li a:hover,
.main-footer.style-three .footer-nav li a:hover {
  color: #ff5a5f;
}

.main-footer.style-three .copyright-text{
  margin-bottom: 15px;
}

.main-footer.style-three .social-icon-two{
  margin-bottom: 20px;
}

/*** 

====================================================================
	Listing Maps
====================================================================

***/

.cluster-visible {
  text-align: center;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 400 !important;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  background-color: #021f4a;
  border: 7px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 7px 30px rgba(33, 33, 33, 0.3);
  box-sizing: content-box;
  background-clip: content-box;
}

.map-marker-container {
  position: absolute;
  margin-top: 10px;
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  position: relative;
  margin: 10px auto;
  top: -5px;
  width: 46px;
  height: 46px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
}

.face {
  position: absolute;
  width: 46px;
  height: 46px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
  background: #4cbfd8;
  font-size: 24px;
  box-sizing: content-box;
  background-clip: content-box;
  line-height: 46px;
}

.face:before {
  position: absolute;
  left: -7px;
  top: -7px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 7px 30px rgba(33, 33, 33, 0.1);
  content: "";
}

.marker-arrow {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 20px 15px 0;
  border-color: rgba(255, 255, 255, 1) transparent transparent;
  top: 46px;
  left: 8px;
  position: absolute;
  z-index: 999;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.map-marker-container:hover .marker-container .marker-card,
.clicked .marker-container .marker-card,
.map-marker-container.clicked .marker-card {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#singleListingMap .marker-container {
  cursor: default;
}

.map-marker-container[data-marker_id="0"] .marker-arrow:before {
  border-color: #4cbfd8 transparent transparent;
}
.map-marker-container[data-marker_id="1"] .marker-arrow:before {
  border-color: #ff8480 transparent transparent;
}
.map-marker-container[data-marker_id="2"] .marker-arrow:before {
  border-color: #8c689d transparent transparent;
}
.map-marker-container[data-marker_id="3"] .marker-arrow:before {
  border-color: #35c2a5 transparent transparent;
}
.map-marker-container[data-marker_id="4"] .marker-arrow:before {
  border-color: #ff8480 transparent transparent;
}
.map-marker-container[data-marker_id="5"] .marker-arrow:before {
  border-color: #ffb874 transparent transparent;
}
.map-marker-container[data-marker_id="6"] .marker-arrow:before {
  border-color: #ff007a transparent transparent;
}

.map-marker-container[data-marker_id="0"] .face {
  background-color: #4cbfd8;
}
.map-marker-container[data-marker_id="1"] .face {
  background-color: #ff8480;
}
.map-marker-container[data-marker_id="2"] .face {
  background-color: #8c689d;
}
.map-marker-container[data-marker_id="3"] .face {
  background-color: #35c2a5;
}
.map-marker-container[data-marker_id="4"] .face {
  background-color: #ff8480;
}
.map-marker-container[data-marker_id="5"] .face {
  background-color: #ffb874;
}
.map-marker-container[data-marker_id="6"] .face {
  background-color: #ff007a;
}

.marker-card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 1;
}

/*==========================
	Map Listing Item
===========================*/

#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-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: 2;
}

.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;
}
