@charset "UTF-8";
/************************************************************************* 
    
    Note: style css.
*************************************************************************/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Google Fonts
# Typography
    [ ## Elements ]
    [ ## White Space ]
# Button Style
    [ ## Button ]
    [ ## Fields ]
# Section Header (With All Section Heading)
    [ ## Headline ]
    [ ## Breadcrumb ]
    [ ## Page Title ]
# Button Style
    [ ## Button ]
    [ ## Fields ]
# Components
    [ ## Alignment ]
    [ ## Social Share ]
    [ ## User Registration ]
    [ ## Blockquote ]
    [ ## Magala Side Sidebar ]
    [ ## All Filter Tabs ]
    [ ## Progress Circle ]
    [ ## Carousel Nav Dots, Circle  Align Center ]
    [ ## Serch Filter Options ]
    [ ## Serch Filter Form ]
    [ ## Scroll Top ]
# Navigation
    [ ## Links ]
    [ ## Menus ]
        [ ### Main Menu ]
        [ ### Mobile Menu ]
        [ ### Sidebar Menu ]
    [ ## Pagination ]
        [ ### Navigation ]
        [ ### Post Navigation ]
# Sections
    [ ## Featured ]
    [ ## Categories ]
    [ ## Testimonial ]
    [ ## App ]
    [ ## work-process ]
    [ ## Reviews ]
    [ ## promo-video ]
    [ ## Brand ]
    [ ## Fanfact ]
# Site Header ( All Site Header Style )
    [ ## Header Card ]
    [ ## Search ]
    [ ## Sticky header ]
# Post
    [ ## Post Element ]
    [ ## Default Post ]
    [ ## Gid Post ]
    [ ## List Post ]
# Single Posts
    [ ## Comment Respond ]
    [ ## Comment Reviews ]
# Listing Todo
# Single Listing Todo
# FrontPage Banner
# Services
# Testimonail Section
# Foods Menu Section
# Layouts
    [ ## Instagram Area ]
# Sidebar
# Widget
# Shop Pages
    ## products
    ## product-details
    ## cart
    ## checkout
# Pages
    ## Listing Map
    ## About Us
    ## How It Work
    ## Contact 
    ## Pricing
    ## Add Listing
    ## Dashbaord
    ## Coming Soon
    ## 404
# Site Footer
--------------------------------------------------------------*/
/*===================================
  # Fonts
====================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&amp;display=swap");
@font-face {
  font-family: "Flaticon";
  src: url("./assets/fonts/Flaticon.eot");
  src: url("./assets/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("./assets/fonts/Flaticon.woff2") format("woff2"),
       url("./assets/fonts/Flaticon.woff") format("woff"),
       url("./assets/fonts/Flaticon.ttf") format("truetype"),
       url("./assets/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./assets/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
/*===================================
  # Typography
====================================== */
html {
  font-size: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  background-color: #fff;
  color: #727272;
  position: relative;
}

::-moz-selection {
  color: #fff;
  background-color: #ff8b00;
}

::selection {
  color: #fff;
  background-color: #ff8b00;
}

p {
  margin-bottom: 25px;
  line-height: 1.75em;
}

p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 15px;
  }
  p {
    line-height: 1.65em;
  }
}

small {
  font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2em;
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: 600;
}

h1 {
  font-size: 2.827em;
  margin: 0 0 15px;
}

h2 {
  font-size: 1.999em;
}

h3 {
  font-size: 1.414em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.85em;
}

/* [ ## Elements ] */
img {
  max-width: 100%;
}

a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
  color: inherit;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

button:focus {
  outline: 0px dotted;
}

i {
  color: inherit;
}

figure {
  margin: 0;
}

cite {
  color: #c39d6d;
  font-size: 12px;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #161616;
}

.bg-gray {
  background-color: #F5F5F5;
}

.bg-gray2 {
  background-color: #f8f8f8;
}

.bg-golden {
  background-color: #DEDADA;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-patent {
  background-repeat: repeat;
  background-position: center center;
}

.pos-abs {
  position: absolute;
}

.bg-color-black {
  background-color: rgba(0, 0, 0, 0.7);
}

.default-text-gradient {
  background: -webkit-linear-gradient(left, #02C1FF, #0E8FFF);
  background: linear-gradient(to right, #02C1FF, #0E8FFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-cover {
  height: 710px;
}

.bg-overlay, .bg-overlay-o{
  position: relative;
}

.bg-overlay:before {
  background-color: rgba(22, 22, 22, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.bg-overlay-o:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.bg-overlay > div {
  position: relative;
  z-index: 10;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-gradient {
  background-image: -webkit-linear-gradient(left, #2b1b5e, #2b42f1);
  background-image: linear-gradient(to right, #2b1b5e, #2b42f1);
}

.bg-overlay-gradient {
  position: relative;
}

.bg-overlay-gradient:before {
  background-image: -webkit-linear-gradient(left, rgba(43, 27, 94, 0.94), rgba(43, 66, 241, 0.94));
  background-image: linear-gradient(to right, rgba(43, 27, 94, 0.94), rgba(43, 66, 241, 0.94));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-gradient > div {
  position: relative;
}

.img-responsive {
  width: 100%;
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}

.list {
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
}

.yellow {
  color: #FFB400 !important;
}

.green {
  color: #2dad4b;
}

.pink {
  color: #fc45a4;
}

.blue {
  color: #538ff1;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5 {
  color: #fff;
}

.rating {
  font-size: 12px;
  font-weight: 500;
}

.rating > .fa {
  color: #ffb938;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
  .main-image{background-size: 200% !important;}
  .hero-search-form{margin-top: 0px !important;}
}

/* [ ## White Space ] */
.mtb-110 {
  margin: 110px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mt-150 {
  margin: 150px 0 0;
}

.mt-110 {
  margin: 110px 0 0;
}

.mt-100 {
  margin: 100px 0 0;
}

.mt-90 {
  margin: 90px 0 0;
}

.mt-80 {
  margin: 80px 0 0;
}

.mt-70 {
  margin: 70px 0 0;
}

.mt-60 {
  margin: 60px 0 0;
}

.mt-50 {
  margin: 50px 0 0;
}

.mt-40 {
  margin: 40px 0 0;
}

.mt-30 {
  margin: 30px 0 0;
}

.mt-15 {
  margin: 15px 0 0;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-85 {
  padding: 85px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.pt-180 {
  padding: 180px 0 0;
}

.pt-150 {
  padding: 150px 0 0;
}

.pt-120 {
  padding: 120px 0 0;
}

.pt-125 {
  padding: 125px 0 0;
}

.pt-115 {
  padding: 115px 0 0;
}

.pt-110 {
  padding: 110px 0 0;
}

.pt-100 {
  padding: 100px 0 0;
}

.pt-95 {
  padding: 95px 0 0;
}

.pt-90 {
  padding: 90px 0 0;
}

.pt-80 {
  padding: 80px 0 0;
}

.pt-70 {
  padding: 70px 0 0;
}

.pt-60 {
  padding: 60px 0 0;
}

.pt-50 {
  padding: 50px 0 0;
}

.pt-40 {
  padding: 40px 0 0;
}

.pt-30 {
  padding: 30px 0 0;
}

.pt-20 {
  padding: 20px 0 0;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-right {
  padding-right: 5px;
}

.border-top {
  border-top: 1px solid rgba(10, 68, 150, 0.1);
}

@media only screen and (max-width: 1280px) {
  .pt-180 {
    padding-top: 120px;
  }
  .ptb-180 {
    padding: 120px 0;
  }
  .pb-145 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .ptb-150,
  .ptb-180,
  .ptb-100,
  .ptb-110 {
    padding: 80px 0;
  }
  .pt-150,
  .pt-125,
  .pt-115,
  .pt-110,
  .pt-100,
  .pt-180,
  .pt-95 {
    padding-top: 80px;
  }
  .pb-150,
  .pb-145,
  .pb-120,
  .pb-100,
  .pb-110,
  .pb-250 {
    padding-bottom: 80px;
  }
  .mt-150 {
    margin-top: 80x;
  }
}

@media only screen and (max-width: 767px) {
  .ptb-150,
  .ptb-100,
  .ptb-180,
  .ptb-110 {
    padding: 70px 0;
  }
  .pt-150,
  .pt-100,
  .pt-125,
  .pt-115,
  .pt-110,
  .pt-180,
  .pt-95 {
    padding-top: 70px;
  }
  .pb-150,
  .pb-145,
  .pb-120,
  .pb-110,
  .pb-100,
  .pb-250 {
    padding-bottom: 70px;
  }
  .mt-150 {
    margin-top: 70px;
  }
}

/*------------------------------------------------------------------
    # Button Style
*/
/***** [ ## Button ] ******/
.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 3px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-btn {
  height: 110px;
  margin-bottom: 30px;
  width: 110px;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
}

.video-btn:after {
  background-color: rgba(241, 44, 21, 0.1);
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
  border-radius: 50%;
}

.video-btn:before {
  background-color: rgba(241, 44, 21, 0.1);
  content: "";
  height: calc(100% - 20px);
  left: 10px;
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
  z-index: 0;
  border-radius: 50%;
}

.video-btn > .icon {
  background-color: #ff8b00;
  border-radius: 50%;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  text-align: center;
  width: 70px;
  position: relative;
  top: 20px;
  color: #fff;
}

.btn-default {
  background-color: #ff8b00;
  border-radius: 45px;
  color: #fff;
  font-size: 12px;
  height: 44px;
  line-height: 45px;
  padding: 0 35px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.btn-default.btn-disabled {
  background-color: #f8f8f8;
  box-shadow: 0 0 0 transparent;
  color: #d5d5d5;
}

.btn-default.btn-disabled:focus, .btn-default.btn-disabled:hover {
  background-color: #f8f8f8;
  color: #d5d5d5;
  box-shadow: 0 0px 0px 0 transparent, 0 0px 0px 0 transparent;
}

.btn-default.btn-default2 {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
  line-height: 41px;
}

.btn-default:focus, .btn-default:hover {
  background-color: #161616;
  color: #fff;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.18), 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}

.btn-bownload {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 32px;
}

.btn-primary {
  background-color: transparent;
  border-radius: 45px;
  color: #000;
  border: 2px solid #000;
  font-size: 12px;
  height: 44px;
  line-height: 41px;
  padding: 0 35px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.btn-primary.active:focus:not(:disabled):not(.disabled), .btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0.5);
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #ff8b00 !important;
  color: #fff !important;
  border: 2px solid #ff8b00;
}

.btn-primary:active {
  box-shadow: 0 0 0 0rem transparent !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.btn-submit {
  background-color: #9846df;
  color: white;
  font-weight: bold;
  padding: 13px 35px;
  text-transform: capitalize;
  border-radius: 25px;
  -webkit-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  border: 1px solid #010101;
  letter-spacing: 1px;
}

.btn-submit:hover {
  color: #000;
  background-color: white;
}

.btn-submit:focus {
  color: #fff;
}

.btn-group {
  display: block;
}

.btn-group .btn {
  border-radius: 25px !important;
  margin: 5px !important;
}

.btn-primary:active:not([disabled]):not(.disabled) {
  background-color: #8445ee;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/***** [ ## Fields ] ******/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 10px 20px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select option[selected] {
  color: white;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #7a7a7a !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #7a7a7a !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input,
select,
textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 45px;
  width: 100%;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
}

textarea {
  min-height: 110px;
  border-radius: 0px;
}

.form-group {
  margin-bottom: 10px;
}

/* Form controllar */
.form-controllar {
  background-color: transparent;
  border-bottom: 1px solid #EDEDED;
  box-shadow: 0 0 0 transparent inset;
  font-size: 13px;
  height: 52px;
  width: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form-controllar:focus {
  border-color: #000;
  box-shadow: none;
}

.input-spinner {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 40px;
  height: 48px;
  overflow: hidden;
  display: inline-block;
  padding: 0 30px;
}

.input-spinner > a {
  display: inline-block;
  float: left;
  height: 46px;
  line-height: 48px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #8f8f8f;
}

.input-spinner > a:hover, .input-spinner > a:focus {
  color: #000;
}

.input-spinner > input {
  border: 0 solid;
  border-radius: 0;
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  width: 85px !important;
  padding: 5px 10px !important;
}

.input-spinner > input:focus {
  border: 0 solid;
}

.error {
  color: red;
}

.success {
  text-align: center;
  margin-top: 100px;
  font-size: 18px;
  color: green;
}

/*----------Form----------*/
.nice-select {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 25px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.nice-select:after {
  content: '\f107';
  font-family: "FontAwesome";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 7%;
  top: 21%;
  font-size: 14px;
  color: #727272;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  height: 200px;
}

.nice-select.open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  height: 200px;
  overflow-y: scroll;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover {
  background-color: #ff8b00;
  color: #fff;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select .current {
  display: block;
  line-height: 53px;
}

.custom-select,
.custom-select:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  box-shadow: none;
  outline: none;
  border: 0px solid;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.default-form .form-controllar {
  padding: 10px 0 !important;
}

@media only screen and (max-width: 575px) {
  .form-controllar {
    height: 40px;
  }
}

/*------------------------------------------------------------------
    # Section Header
*/
/* [ ## Headline ] */
.section-header {
  margin: -8px 0 55px;
}

.section-header .section-title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1.2em;
}

.section-header .section-title > span {
  font-weight: 600;
}

.section-header > p {
  margin-bottom: 5px;
}

.headline {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 25px;
}

.title-icon {
  border-bottom: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  padding: 18px 0;
  margin-bottom: 8px;
}

.title-icon > .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.title-icon > .title > span {
  color: #a7a7a7;
  font-size: 25px;
  margin-right: 15px;
  display: inline-block;
}

/* [ ## Page Title ] */
.page-title-area {
  background-color: #F2F2F2;
  padding: 30px 0;
}

.page-title-area:before {
  background-color: rgba(22, 22, 22, 0.7);
}

.page-title-area.style-two:before {
  background-color: rgba(22, 22, 22, 0.6);
}

.page-title-area .breadcrumb-content-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 55px;
}

.page-title-area .breadcrumb-content-area h1 {
  margin-bottom: 5px;
  font-size: 42px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.35em;
}

.page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item {
  color: #cfcfcf;
}

.page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item > a {
  color: #fff;
}

.page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item > a:hover, .page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item > a:focus {
  color: #ff8b00;
}

.page-title-area .breadcrumb-content-area .breadcrumb .breadcrumb-item:before {
  color: #CFCFCF;
}

@media only screen and (max-width: 1366px) {
  .page-title-area .breadcrumb-content-area {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 1199px) {
  .page-title-area .page-header-caption > h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .section-header {
    margin: -8px 0 45px;
  }
  .section-header .section-title {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .page-title-area .breadcrumb-content-area {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .page-title-area .hero-search-form.style-two {
    margin-top: 25px;
  }
  .page-title-area .page-header-content {
    display: block;
    text-align: center;
  }
  .page-title-area .page-header-content .page-header-caption > h1 {
    font-size: 28px;
  }
  .page-title-area.style-two .hero-search-form.style-two {
    margin-top: 0px;
  }
  .breadcrumb-area .breadcrumb {
    display: inline-block;
  }
  .breadcrumb-area .breadcrumb .breadcrumb-item {
    display: inline-block;
  }
  .breadcrumb-area .breadcrumb .breadcrumb-item:first-child:before {
    padding: 0 6px 0 0;
  }
  .breadcrumb-area .breadcrumb .breadcrumb-item:before {
    padding: 0 15px 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .section-header {
    margin-top: -6px;
  }
  .section-header .section-title {
    font-size: 28px;
  }
  .title-icon {
    padding: 15px 0;
  }
  .title-icon > .title {
    font-size: 16px;
  }
  .title-icon > .title > span {
    font-size: 20px;
    margin-right: 10px;
  }
  .page-title-area .page-header-content .page-header-caption > h1 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .page-title-area .page-header-content .breadcrumb-content-area {
    display: block;
  }
  .breadcrumb-area .breadcrumb .breadcrumb-item:before {
    padding: 0 6px 0 5px;
  }
  .breadcrumb-area .breadcrumb .breadcrumb-item:first-child:before {
    padding: 0 5px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .section-header {
    margin: -5px 0 35px;
  }
  .section-header .section-title {
    font-size: 24px;
  }
  .page-title-area .page-header-content .page-header-caption > h1 {
    font-size: 24px;
  }
}

/*------------------------------------------------------------------
    # Components
*/
/* [ ## Alignment ] */
.alignleft {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.alignright {
  display: inline-block;
  float: right;
  margin-left: 30px;
}

.header-search-model {
  background-image: -webkit-linear-gradient(left, rgba(43, 27, 94, 0.9), rgba(43, 65, 240, 0.9));
  background-image: linear-gradient(to right, rgba(43, 27, 94, 0.9), rgba(43, 65, 240, 0.9));
}

.modal {
  z-index: 999999;
}

.header-search-area {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  max-width: calc(100vw - 30px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 94vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 15px;
}

.header-search-area .modal-header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 10px 0 20px;
  border-bottom: 0px solid;
}

.header-search-area .modal-header .close.btn-close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  cursor: pointer;
}

.header-search-area .search-form {
  background-color: #fff;
  width: 100%;
  border-radius: 0px;
}

.header-search-area .search-form > form {
  border-bottom: 1px solid #EDEDED;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-search-area .search-form > form input[type="search"] {
  border: 0px solid;
  height: 55px;
  line-height: 55px;
  padding: 0px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  font-weight: 500;
  font-size: 16px;
}

.header-search-area .search-form > form button {
  background-color: transparent;
  border: 0 solid;
  height: 55px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  color: #000;
  font-size: 24px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-right: 30px;
  text-align: right;
  line-height: 62px;
}

.header-search-area .search-form > form button:hover {
  color: #ff8b00;
}

.search-by-cat {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  padding: 30px;
}

.search-by-cat .single-cat {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.search-by-cat .single-cat:last-child {
  margin-bottom: 0px;
}

.search-by-cat .single-cat:hover {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.search-by-cat .single-cat .icon {
  background-color: #161616;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  height: 42px;
  line-height: 47px;
  text-align: center;
  width: 42px;
}

.search-by-cat .single-cat .text {
  color: #000;
  font-weight: 500;
  padding-left: 25px;
}

.search-by-cat .single-cat.automotive .icon {
  background-color: #00BD9B;
}

.search-by-cat .single-cat.hotel .icon {
  background-color: #F59744;
}

.search-by-cat .single-cat.beauty .icon {
  background-color: #8C77E9;
}

.search-by-cat .single-cat.restaurant .icon {
  background-color: #C43503;
}

@media only screen and (max-width: 575px) {
  .header-search-area .search-form > form {
    padding-left: 20px;
  }
  .header-search-area .search-form > form button {
    padding-right: 20px;
  }
  .header-search-area .search-form > form input[type="search"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    font-size: 14px;
  }
  .search-by-cat {
    padding: 25px 20px;
  }
  .search-by-cat .single-cat .text {
    padding-left: 15px;
  }
}
/* [ ## Social Share ] */
.social-share {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.social-share > li {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  display: inline-block;
  margin: 3px 3px 5px;
}

.social-share > li > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background-color: #ff8b00;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  font-size: 15px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.social-share > li > a.facebook {
  background-color: #4460A1;
}

.social-share > li > a.google-plus {
  background-color: #E1533D;
}

.social-share > li > a.twitter {
  background-color: #5AB1F1;
}

.social-share > li > a.youtube {
  background-color: #C8191A;
}

.social-share > li > a.instagram {
  background-color: #095C91;
}

.social-share > li > a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.social-share-two {
  padding-left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  margin-right: -5px;
}

.social-share-two > li {
  display: inline-block;
  margin: 0 3px 5px;
}

.social-share-two > li > a {
  display: block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 16px;
  color: #000;
  width: 48px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-share-two > li > a:hover, .social-share-two > li > a:focus {
  color: #ff8b00 !important;
}

@media only screen and (max-width: 575px) {
  .social-share > li > a {
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
}

/*-------------------------------------------------
    [ ## Yu2fvl Overlay ]
*/
.yu2fvl-overlay {
  background-color: rgba(22, 22, 22, 0.8);
  z-index: 999;
}

.yu2fvl {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 9999;
}

.yu2fvl iframe.yu2fvl-iframe {
  border: medium none !important;
  outline: medium none;
}

.yu2fvl .yu2fvl-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  background: #ff8b00;
  border: medium none;
  color: #fff;
  cursor: pointer;
  height: 40px;
  left: 100%;
  padding: 0;
  position: absolute;
  right: auto;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 40px;
}

.yu2fvl .yu2fvl-close:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/* [ ## Breadcrumb ] */
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.breadcrumb .breadcrumb-item > a {
  color: #000;
}

.breadcrumb .breadcrumb-item > a:hover, .breadcrumb .breadcrumb-item > a:focus {
  color: #ff8b00;
}

.breadcrumb .breadcrumb-item:before {
  content: "";
  font-family: "FontAwesome";
  padding: 0 20px 0 15px;
}

.breadcrumb .breadcrumb-item:first-child:before {
  content: "\f015";
  color: #ff8b00 !important;
  padding: 0 10px 0 0px;
}

/* [ ## Blockquote ] */
blockquote {
  color: #000;
  text-align: center;
}

blockquote p {
  text-align: center !important;
  margin-bottom: 10px;
  position: relative;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote p cite {
  margin-left: 0;
  padding-left: 0;
}

blockquote cite, blockquote a, blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  position: relative;
}

blockquote cite {
  display: block;
}

blockquote cite:before {
  content: "--";
  padding-right: 5px;
}

@media only screen and (max-width: 1199px) {
  blockquote p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  blockquote p {
    font-size: 20px;
  }
}

/* [ ## All Filter Tabs ] */
.filter-tab-area {
  overflow: hidden;
  margin-bottom: 40px;
}

.filter-tab-area .nav-tabs {
  border-bottom: 0 solid;
  overflow: hidden;
  display: inline-block;
  float: right;
}

.filter-tab-area .nav-tabs > li {
  display: inline-block;
}

.filter-tab-area .nav-tabs > li > a {
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  color: #000;
}

.filter-tab-area .nav-tabs > li > a i {
  display: inline-block;
  margin-right: 5px;
}

.filter-tab-area .nav-tabs > li > a.active {
  background-color: #ff8b00;
  color: #fff;
}

.filter-tab-area.style-two .nav-tabs, .filter-tab-area.style-three .nav-tabs {
  float: none;
  display: block;
}

.filter-tab-area.style-two .nav-tabs > li > a, .filter-tab-area.style-three .nav-tabs > li > a {
  border-radius: 0px;
  color: #cfcfcf;
  display: inline-block;
  height: auto;
  line-height: inherit;
  position: relative;
}

.filter-tab-area.style-two .nav-tabs > li > a:before, .filter-tab-area.style-three .nav-tabs > li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.filter-tab-area.style-two .nav-tabs > li > a.active, .filter-tab-area.style-three .nav-tabs > li > a.active {
  background-color: transparent;
}

.filter-tab-area.style-two {
  text-align: center;
}

.filter-tab-area.style-two .nav-tabs > li {
  margin: 0 15px;
}

.filter-tab-area.style-two .nav-tabs > li > a {
  padding: 10px 0px;
}

.filter-tab-area.style-two .nav-tabs > li > a:before {
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #ff8b00;
}

.filter-tab-area.style-two .nav-tabs > li > a.active {
  color: #fff;
}

.filter-tab-area.style-two .nav-tabs > li > a.active:before {
  width: 100%;
}

.filter-tab-area.style-three .nav-tabs {
  overflow: visible;
  border-bottom: 2px solid #ddd;
}

.filter-tab-area.style-three .nav-tabs > li {
  margin-right: 40px;
}

.filter-tab-area.style-three .nav-tabs > li:last-child {
  margin-right: 0;
}

.filter-tab-area.style-three .nav-tabs > li > a {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 0 0 13px 0;
}

.filter-tab-area.style-three .nav-tabs > li > a:before {
  width: 0%;
  bottom: -2px;
  left: 0;
  background-color: #DE6876;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.filter-tab-area.style-three .nav-tabs > li > a.active {
  color: #ff8b00;
}

.filter-tab-area.style-three .nav-tabs > li > a.active:before {
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .filter-tab-area {
    margin-bottom: 35px;
  }
  .filter-tab-area .nav-tabs > li > a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 991px) {
  .filter-tab-area .nav-tabs {
    float: none;
  }
  .filter-tab-area.style-two .nav-tabs > li {
    margin: 0 10px;
  }
  .filter-tab-area.style-two .nav-tabs > li > a {
    padding: 5px 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .filter-tab-area {
    margin-bottom: 25px;
  }
  .filter-tab-area .nav-tabs > li > a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
  }
  .filter-tab-area.style-two {
    margin-bottom: 40px;
    margin-top: -15px;
  }
}

/*-------------------------------------------------
    [ ## Carousel Nav Dots, Circle  Align Center ]
*/
.carousel-nav-dots .owl-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -5px;
  padding-top: 40px;
  height: 12px;
}

.carousel-nav-dots .owl-dots > div {
  display: inline-block;
  margin: 0 10px;
  border-radius: 50%;
}

.carousel-nav-dots .owl-dots > div > span {
  background-color: #dddddd;
  border-radius: 50%;
  display: block;
  height: 6px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 6px;
}

.carousel-nav-dots .owl-dots > div.active > span {
  background-color: #ff8b00 !important;
  height: 10px;
  width: 10px;
}

.carousel-nav-text .owl-nav {
  text-align: center;
  padding-top: 30px;
}

.carousel-nav-text .owl-nav.disabled {
  display: block;
}

.carousel-nav-text .owl-nav > div {
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 12px 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.carousel-nav-text .owl-nav > div:before {
  border: 2px solid #8f8f8f;
  content: "";
  height: 46px;
  position: absolute;
  width: 60px;
  top: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.carousel-nav-text .owl-nav > div > span {
  background-color: #fff;
  display: block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.carousel-nav-text .owl-nav > div.owl-prev:before {
  left: 0;
}

.carousel-nav-text .owl-nav > div.owl-prev > span {
  padding-left: 20px;
}

.carousel-nav-text .owl-nav > div.owl-next:before {
  right: 0;
}

.carousel-nav-text .owl-nav > div.owl-next > span {
  padding-right: 20px;
}

.carousel-nav-text .owl-nav > div:hover {
  color: #000;
}

.carousel-nav-text .owl-nav > div:hover:before {
  border-color: #000;
}

.carousel-nav-circle .owl-nav {
  margin: 0 -3px;
}

.carousel-nav-circle .owl-nav.disabled {
  display: block;
}

.carousel-nav-circle .owl-nav > div {
  display: inline-block;
  margin: 0 3px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 40px;
  color: #000;
  text-align: center;
  font-size: 22px;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.carousel-nav-circle .owl-nav > div:hover {
  background-color: #ff8b00;
  color: #fff;
}

.carousel-nav-align-center .owl-nav.disabled {
  display: block;
}

.carousel-nav-align-center .owl-nav > div {
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

.carousel-nav-align-center .owl-nav > div:before {
  border-style: solid;
  border-width: 25px 5px;
  content: "";
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.carousel-nav-align-center .owl-nav > div.owl-prev {
  left: 20px;
}

.carousel-nav-align-center .owl-nav > div.owl-prev:before {
  border-color: rgba(255, 255, 255, 0.1) transparent transparent rgba(255, 255, 255, 0.1);
  right: -10px;
}

.carousel-nav-align-center .owl-nav > div.owl-next {
  right: 20px;
}

.carousel-nav-align-center .owl-nav > div.owl-next:before {
  border-color: transparent rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) transparent;
  left: -10px;
}

.carousel-nav-align-center .owl-nav > div:hover {
  background-color: #fff;
  color: #000;
}

.carousel-nav-align-center .owl-nav > div.owl-prev:hover:before {
  border-color: #fff transparent transparent #fff;
}

.carousel-nav-align-center .owl-nav > div.owl-next:hover:before {
  border-color: transparent #fff #fff transparent;
}

@media only screen and (max-width: 991px) {
  .carousel-nav-align-center .owl-nav > div.owl-prev {
    left: 15px;
  }
  .carousel-nav-align-center .owl-nav > div.owl-next {
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .carousel-nav-dots .owl-dots {
    padding-top: 35px;
  }
  .carousel-nav-text .owl-nav {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .carousel-nav-dots .owl-dots > div {
    margin: 0 4px;
  }
  .carousel-nav-dots .owl-dots > div > span {
    height: 10px;
    width: 10px;
  }
}

/* [ ## Menus ] */
/* [ ### Main Menu ] */
.menu {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}

.menu ul li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.menu ul li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  color: #000;
  position: relative;
}

.menu ul li .menu-label {
  padding: 0 12px;
  background-color: #FECC66;
  color: #000;
  font-size: 9px;
  margin: 0;
  font-weight: 500;
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 16px;
  line-height: 16px;
  text-transform: uppercase;
  top: 18px;
  right: 35px;
}

.menu ul li .menu-label.new {
  background-color: #D82E2A;
  color: #fff;
}

.menu ul li ul.dropdown-content li {
  padding: 0;
  display: block;
}

.menu ul li ul.dropdown-content li a {
  display: block;
  padding: 4px 0px;
  color: #161616;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.menu > ul > li:hover > a,
.menu ul li.current > a {
  color: #ff8b00 !important;
}

.menu > ul > li > a {
  padding: 33px 35px 33px 0;
}

.menu > ul > li:last-child > a {
  padding-right: 0px;
}

.menu > ul > li > ul.dropdown-content {
  background-color: #fff;
  position: absolute;
  width: 215px;
  padding: 18px 25px;
  left: 0;
  top: calc(100% + 70px);
  z-index: 999;
  visibility: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu > ul > li > ul.dropdown-content:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 11px 7px;
  content: "";
  left: 22px;
  position: absolute;
  top: -22px;
}

.menu > ul > li > ul.dropdown-content:after {
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.menu > ul > li > ul.dropdown-content > li:hover > a {
  color: #ff8b00 !important;
  padding-left: 15px;
}

.menu > ul > li.dropdown-trigger > a:after {
  content: "\f0d7";
  font-family: fontAwesome;
  padding-left: 5px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: calc(100% + 10px);
}

.menu > ul > li.dropdown-trigger.mega-menu {
  position: inherit;
}

.mega-menu-content {
  width: calc(100vw - 60px);
  left: 15px;
  background-color: #fff;
  position: absolute;
  padding: 30px 30px 40px;
  left: 15px;
  top: 100%;
  z-index: 999;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.mega-menu-content.carousel-nav-dots .owl-dots > div {
  margin: 0 5px;
}

.mega-menu-content.carousel-nav-dots .owl-dots > div > span {
  height: 10px;
  width: 10px;
}

.mega-menu-content .cat-item {
  position: relative;
  min-height: 100px;
  background-color: #000;
}

.mega-menu-content .cat-item .cat-thumb {
  position: relative;
}

.mega-menu-content .cat-item .cat-thumb img {
  width: 100%;
}

.mega-menu-content .cat-item .cat-thumb:before {
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.mega-menu-content .cat-item .cat-name {
  bottom: 25px;
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
  padding: 0 15px;
}

.menu > ul > li.dropdown-trigger.mega-menu:hover .mega-menu-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul.dropdown-content > .dropdown-trigger {
  position: relative;
}

ul.dropdown-content > .dropdown-trigger > a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: relative;
}

ul.dropdown-content > .dropdown-trigger > a:after {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  left: 100% !important;
  top: -5px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  width: 200px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

ul.dropdown-content > .dropdown-trigger:hover > a:after {
  right: 15px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:last-child {
  border-bottom: 0px solid #e5e5e5;
}

ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
  color: #ff8b00;
  padding-left: 20px;
}

@media only screen and (max-width: 1620px) {
  .mega-menu-content {
    left: 0px;
    width: calc(100vw - 30px);
  }
}

/* [ ### Mobile Menu ] */
.mobile-menu {
  display: none;
}

.mean-container .mean-bar {
  min-height: 60px;
}

.mean-container a.meanmenu-reveal {
  padding: 15px 0 10px;
  right: 15px !important;
}

.mean-container a.meanmenu-reveal span {
  background-color: #525252;
}

.mean-container a.meanmenu-reveal i.fa {
  color: #5d5d5d;
  display: block;
  font-size: 20px;
  margin-top: 8px;
}

.mean-container a.meanmenu-reveal.meanclose + .mean-nav {
  margin-top: 75px;
  padding-bottom: 40px;
}

.mean-container .mean-nav {
  margin-top: 55px;
  background: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.mean-container .mean-nav ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  top: 0px;
  border-top: 0px solid;
}

.mean-container .mean-nav > ul > li > a {
  font-weight: 600;
}

.mean-container .mean-nav ul li {
  float: none;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 55px;
  padding: 0 !important;
  width: 50px;
}

.mean-container .mean-nav ul li a.mean-expand:before {
  position: absolute;
  content: "\f0da";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "FontAwesome";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mean-container .mean-nav ul li a.mean-expand > span {
  display: none;
}

.mean-container .mean-nav ul li a.mean-clicked:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mean-container .mean-nav ul li a {
  text-transform: capitalize;
}

.mean-container .mean-nav ul li a:hover {
  color: #ff8b00;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 50px;
  text-transform: capitalize;
  width: 100%;
}

.mean-container ul.dropdown-content > .dropdown-trigger > a:after {
  content: "";
}

.mean-container ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  left: 0 !important;
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  position: relative;
  width: 100%;
}

.mean-container ul.dropdown-content > .dropdown-trigger > ul.dropdown-content > li > a,
.mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
  padding: 12px 80px;
  width: 100%;
}

.mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li {
  border-bottom: 0px solid #e5e5e5;
}

.mean-container .mean-nav > ul > li > ul > li a.mean-expand {
  height: 45px;
  padding: 0px !important;
}

@media only screen and (max-width: 1199px) {
  .mobile-menu {
    display: block;
  }
  .mobile-menu .mobile-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 20px;
    top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 66px;
  }
  .mobile-menu .mobile-logo > img {
    margin-top: -6px;
  }
  .mobile-menu .menu-label {
    display: none;
  }
  .site-navigation {
    display: none;
  }
  .mean-container .mean-bar {
    float: none;
  }
  .mean-container .mean-bar .mean-nav {
    float: none;
  }
  .mean-container .mean-nav ul li a {
    color: #5d5d5d;
    display: block;
    float: none;
    font-size: 18px;
    padding: 17px 20px;
    width: auto;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .mega-menu-content {
    background-color: transparent;
    left: 0;
    padding: 0px 20px 25px;
    position: relative;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    width: calc(100% - 40px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
  }
  .mega-menu-content .cat-item {
    background-color: transparent;
    border-top: 0 none !important;
    padding: 0 !important;
  }
  .mega-menu-content.carousel-nav-dots .owl-dots {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .mobile-menu .search-wrap .search-form {
    right: -35px;
    width: 280px;
  }
  .mean-container .mean-nav ul li li a {
    padding: 12px 35px;
  }
  .mean-container ul.dropdown-content > .dropdown-trigger > ul.dropdown-content > li > a,
  .mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
    padding: 12px 50px;
  }
  .mega-menu-content .cat-item .cat-name {
    bottom: 15px;
    padding: 0;
  }
}

/* [ ## Pagination ] */
/* [ ### Navigation ] */
.navigation {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  z-index: 1;
  font-size: 14px;
}

.navigation .nav-links {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  list-style: none;
  padding: 30px 0 0;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
}

.navigation .nav-links a {
  font-weight: 500;
  display: block;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
  text-align: center;
}

.navigation .nav-links > li {
  display: inline-block;
  margin: 0 3px;
}

.navigation .nav-links > li > a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 50%;
  color: #8f8f8f;
  font-weight: 500;
}

.navigation .nav-links > li > a span {
  display: block;
}

.navigation .nav-links > li.active > a,
.navigation .nav-links > li > a:hover {
  background-color: #ff8b00 !important;
  color: #fff !important;
}

.navigation .nav-links li.nav-previous,
.navigation .nav-links li.nav-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.navigation .nav-links li.nav-previous > a,
.navigation .nav-links li.nav-next > a {
  border: 0;
  padding: 0 22px;
  display: block;
  position: relative;
  width: auto;
  border-radius: 40px;
}

.navigation .nav-links li.nav-previous a:hover,
.navigation .nav-links li.nav-next a:hover {
  background: transparent;
  color: inherit;
}

.navigation .nav-links li.nav-previous.disabled > a,
.navigation .nav-links li.nav-next.disabled > a {
  pointer-events: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.navigation.pagination-center .nav-links {
  text-align: center;
}

/*-------------------------------------------------------------------
    # Sections
*/
/* [ ## Featured ] */
/*-------------------------------------------------------------------
    # Featured ( All Featured Style )
*/
.location-card-item {
  overflow: hidden;
  min-height: 210px;
  position: relative;
  display: block;
  background-color: #999;
}

.location-card-item .location-thumb {
  position: relative;
}

.location-card-item .location-thumb:before {
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  z-index: 2;
}

.location-card-item .location-thumb > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.location-card-item .featured-type {
  color: #fff;
  position: absolute;
}

.location-card-item .featured-type.featured {
  color: #fff;
  background-color: #ff8b00;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  padding: 90px 0 15px;
  position: absolute;
  right: -97px;
  text-align: center;
  text-transform: uppercase;
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right top 0;
  transform-origin: right top 0;
  width: 180px;
}

.location-card-item .featured-type.trending {
  font-size: 16px;
  left: auto !important;
  padding: 0;
  right: 7px;
  top: 3px;
}

.location-card-item .featured-type.trending:before {
  background-color: #ffc914;
  content: "";
  height: 65px;
  position: absolute;
  right: -25px;
  top: -28px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 45px;
}

.location-card-item .featured-type.trending > span {
  position: relative;
  z-index: 5;
}

.location-card-item .location-content {
  bottom: 0;
  padding: 15px 30px;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.location-card-item .location-content > .name {
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.location-card-item .location-content > .name:hover {
  color: #ff8b00;
}

.location-card-item .location-content > .listing-no {
  color: #cfcfcf;
  font-size: 14px;
  font-weight: 500;
}

.location-card-item:hover .location-thumb > img {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.featured-locations-area.featured-location-style-one .location-card-item {
  margin-bottom: 6px;
}

.featured-locations-area.featured-location-style-one .location-card-item .location-thumb {
  min-height: 200px;
}

.featured-locations-area.featured-location-style-one .featured-locations-content {
  margin-bottom: -6px;
}

.featured-locations-area.featured-location-style-one .featured-locations-content .row {
  margin: 0 -3px;
}

.featured-locations-area.featured-location-style-one .featured-locations-content [class*="col-"] {
  padding: 0 3px;
}

.featured-locations-area.featured-location-style-one .featured-locations-content .col-12 > .location-card-item .location-thumb > img {
  height: 450px;
}

.featured-locations-area.featured-location-style-one .featured-locations-content .col-lg-6 > .location-card-item .location-thumb > img {
  height: 210px;
}

.featured-locations-area.featured-location-style-two > div {
  margin-bottom: -30px;
}

.featured-locations-area.featured-location-style-two .location-card-item {
  margin-bottom: 30px;
}

.featured-locations-area.featured-location-style-two .location-card-item:hover .location-thumb > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .featured-locations-area.featured-location-style-one .featured-locations-content .col-12 > .location-card-item .location-thumb > img {
    height: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .location-card-item .location-content > .name {
    font-size: 20px;
  }
  .featured-locations-area.featured-location-style-one .featured-locations-content .col-lg-6 > .location-card-item .location-thumb > img {
    height: 230px;
  }
  .featured-locations-area.featured-location-style-one .featured-locations-content .col-12 > .location-card-item .location-thumb > img {
    height: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .location-card-item .location-content {
    padding: 17px 20px;
  }
  .location-card-item .location-content > .name {
    margin-bottom: 0px;
  }
  .featured-locations-area.featured-location-style-one .featured-locations-content .col-lg-6 > .location-card-item .location-thumb > img {
    height: 250px;
  }
  .featured-locations-area.featured-location-style-one .featured-locations-content .col-12 > .location-card-item .location-thumb > img {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .location-card-item .location-content {
    padding: 14px 15px;
  }
}

.features-cat-area {
  padding: 20px 80px 55px;
}

.features-cat-area .cat-item {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.features-cat-area .cat-item > .icon {
  border: 5px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  font-size: 36px;
  height: 85px;
  line-height: 75px;
  margin: 0 auto 7px;
  width: 85px;
  position: relative;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}

.features-cat-area .cat-item > .icon > span,
.features-cat-area .cat-item > .icon > i {
  position: relative;
}

.features-cat-area .cat-item > .icon:before {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
  content: "";
  border-radius: 50%;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}

.features-cat-area .cat-item:hover {
  color: #fff;
}

.features-cat-list-area {
  overflow: hidden;
  position: relative;
  margin-top: -90px;
}

.features-cat-list-area:before {
  background-image: -webkit-linear-gradient(left, #3A1F82, #CE1820);
  background-image: linear-gradient(to right, #3A1F82, #CE1820);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: calc(50% + 585px);
  height: 100%;
}

.features-cat-list-area:after {
  position: absolute;
  content: "";
  left: 0;
  top: 90px;
  width: calc(50% + 585px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.features-cat-list-area .cat-list-item {
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.features-cat-list-area .cat-list-item .cat-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: flex-start;
  justify-items: flex-start;
  min-height: 90px;
}

.features-cat-list-area .cat-list-item .cat-title .cat-name {
  font-size: 16px;
  font-weight: 500;
}

.features-cat-list-area .cat-list-item .cat-title .icon {
  font-size: 32px;
  margin-right: 15px;
}

.features-cat-list-area .cat-list-item .list {
  font-size: 15px;
  font-weight: 500;
  padding: 20px 40px 25px 0;
}

.features-cat-list-area .cat-list-item .list > li {
  overflow: hidden;
  padding: 5px 0;
}

.features-cat-list-area .cat-list-item .list > li > span {
  float: right;
  color: rgba(255, 255, 255, 0.6);
}

.features-cat-list-area > .social-profile {
  max-width: calc(50% - 585px);
  position: absolute;
  right: 0;
  top: 30px;
  width: 100%;
}

.features-cat-list-area > .social-profile .social-share-two {
  margin-right: -5px;
  text-align: center;
}

.features-cat-list-area > .social-profile .social-share-two > li > a {
  color: #fff;
  font-size: 12px;
  width: 45px;
}

.features-cat-list-area.features-cat-list-style-two {
  margin-top: -180px;
}

.features-cat-list-area.features-cat-list-style-two:after {
  height: 0px;
}

.features-cat-list-area.features-cat-list-style-two .features-cat-carousel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 180px;
}

.features-cat-list-area.features-cat-list-style-two .cat-item {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: #fff;
  text-align: center;
}

.features-cat-list-area.features-cat-list-style-two .cat-item > .icon {
  font-size: 42px;
  height: 55px;
  line-height: 55px;
  margin: 0 auto 5px;
  width: auto;
}

.features-cat-list-area.features-cat-list-style-two > .social-profile {
  top: auto;
  bottom: 20px;
}

@media only screen and (max-width: 1620px) {
  .features-cat-list-area > .social-profile {
    display: none;
  }
}

@media only screen and (max-width: 1366px) {
  .features-cat-list-area .cat-list-item .list {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .features-cat-list-area:before {
    width: calc(50% + 465px);
  }
}

@media only screen and (max-width: 991px) {
  .features-cat-list-area:before {
    width: calc(50% + 345px);
  }
  .features-cat-list-area:after {
    height: 0px;
  }
  .features-cat-list-area .cat-list-item {
    border-right: 0px solid;
  }
  .features-cat-list-area .cat-list-item .list {
    padding-right: 25px;
  }
  .features-cat-list-area .cat-list-item .cat-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .features-cat-area {
    padding: 20px 0 50px;
  }
  .features-cat-area .cat-item {
    font-size: 15px;
  }
  .features-cat-area .cat-item > .icon {
    font-size: 30px;
    height: 75px;
    line-height: 68px;
    width: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .features-cat-list-area:before {
    width: calc(50% + 255px);
  }
  .features-cat-list-area .cat-list-item {
    padding-right: 30px;
  }
  .features-cat-list-area .cat-list-item .list {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .features-cat-list-area:before {
    width: calc(100% - 15px);
  }
  .features-cat-list-area .cat-list-item {
    padding-right: 15px;
  }
  .features-cat-list-area .cat-list-item .list {
    padding-right: 0px;
  }
}

/* [ ## Categories ] */
.popular-categories-section {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.popular-categories-section > .container {
  margin-bottom: -30px;
}

.popular-categories-section .single-cat {
  margin-bottom: 30px;
  display: block;
  background-color: #ddd;
}

.popular-categories-section.popular-categories-style-one .single-cat {
  padding: 50px 15px;
  text-align: center;
}

.popular-categories-section.popular-categories-style-one .single-cat .icon {
  font-size: 50px;
  min-height: 60px;
}

.popular-categories-section.popular-categories-style-one .single-cat .title {
  font-size: 22px;
  margin: 5px 0 0;
}

.popular-categories-section.popular-categories-style-one .single-cat .title a:hover {
  color: #ff8b00;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(2n-1) .single-cat {
  background-color: #FFF7F6;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(2n-1) .single-cat .icon {
  color: #f44336;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(2n) .single-cat {
  background-color: #F3F5FF;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(2n) .single-cat .icon {
  color: #3f51b5;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(3n) .single-cat {
  background-color: #FFF6F9;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(3n) .single-cat .icon {
  color: #e91e63;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(4n) .single-cat {
  background-color: #F9F6FF;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(4n) .single-cat .icon {
  color: #673ab7;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(5n) .single-cat {
  background-color: #F9FFF0;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(5n) .single-cat .icon {
  color: #8bc34a;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(6n) .single-cat {
  background-color: #FFF9EF;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(6n) .single-cat .icon {
  color: #ff9800;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(7n) .single-cat {
  background-color: #FFF5F2;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(7n) .single-cat .icon {
  color: #ff5722;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(8n) .single-cat {
  background-color: #FFF7F4;
}

.popular-categories-section.popular-categories-style-one .categories-list > div:nth-child(8n) .single-cat .icon {
  color: #795548;
}

.popular-categories-section.popular-categories-style-two, .popular-categories-section.popular-categories-style-three {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.popular-categories-section.popular-categories-style-two .single-cat, .popular-categories-section.popular-categories-style-three .single-cat {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  min-height: 170px;
  position: relative;
}

.popular-categories-section.popular-categories-style-two .single-cat .cat-thumb, .popular-categories-section.popular-categories-style-three .single-cat .cat-thumb {
  position: relative;
}

.popular-categories-section.popular-categories-style-two .single-cat .cat-thumb img, .popular-categories-section.popular-categories-style-three .single-cat .cat-thumb img {
  width: 100%;
}

.popular-categories-section.popular-categories-style-two .single-cat .cat-thumb:before, .popular-categories-section.popular-categories-style-three .single-cat .cat-thumb:before {
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.popular-categories-section.popular-categories-style-two .single-cat .cat-content, .popular-categories-section.popular-categories-style-three .single-cat .cat-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 5;
}

.popular-categories-section.popular-categories-style-two .single-cat .cat-content .cat-content-inner, .popular-categories-section.popular-categories-style-three .single-cat .cat-content .cat-content-inner {
  bottom: 0;
  left: 0;
  padding: 25px 30px;
  position: absolute;
  width: 100%;
}

.popular-categories-section.popular-categories-style-two .single-cat .icon, .popular-categories-section.popular-categories-style-three .single-cat .icon {
  font-size: 45px;
  margin-bottom: 0px;
  min-height: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.popular-categories-section.popular-categories-style-two .single-cat .title, .popular-categories-section.popular-categories-style-three .single-cat .title {
  font-size: 24px;
  margin-bottom: -15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.popular-categories-section.popular-categories-style-two .single-cat .listing-no, .popular-categories-section.popular-categories-style-three .single-cat .listing-no {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: -18px;
  text-transform: capitalize;
  color: #cfcfcf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.popular-categories-section.popular-categories-style-two .single-cat:hover, .popular-categories-section.popular-categories-style-three .single-cat:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popular-categories-section.popular-categories-style-two .single-cat:hover .cat-content, .popular-categories-section.popular-categories-style-three .single-cat:hover .cat-content {
  background: -webkit-linear-gradient(left, rgba(58, 36, 128, 0.7), rgba(204, 28, 40, 0.7));
  background: linear-gradient(to right, rgba(58, 36, 128, 0.7), rgba(204, 28, 40, 0.7));
}

.popular-categories-section.popular-categories-style-two .single-cat:hover .icon, .popular-categories-section.popular-categories-style-three .single-cat:hover .icon {
  margin-bottom: 13px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popular-categories-section.popular-categories-style-two .single-cat:hover .title, .popular-categories-section.popular-categories-style-three .single-cat:hover .title {
  margin-bottom: 0;
}

.popular-categories-section.popular-categories-style-two .single-cat:hover .listing-no, .popular-categories-section.popular-categories-style-three .single-cat:hover .listing-no {
  margin-bottom: 0px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.popular-categories-section.popular-categories-style-three > .container {
  margin-bottom: -1px;
}

.popular-categories-section.popular-categories-style-three .row {
  margin: 0 -0.5px;
}

.popular-categories-section.popular-categories-style-three [class*="col-"] {
  padding: 0 0.5px;
}

.popular-categories-section.popular-categories-style-three .single-cat {
  margin-bottom: 1px;
}

@media only screen and (max-width: 1199px) {
  .popular-categories-section.popular-categories-style-one .single-cat {
    padding: 45px 15px;
  }
  .popular-categories-section.popular-categories-style-one .single-cat .title {
    font-size: 20px;
  }
  .popular-categories-section.popular-categories-style-two .single-cat .icon, .popular-categories-section.popular-categories-style-three .single-cat .icon {
    font-size: 36px;
    min-height: 40px;
  }
  .popular-categories-section.popular-categories-style-two .single-cat .title, .popular-categories-section.popular-categories-style-three .single-cat .title {
    font-size: 20px;
  }
  .popular-categories-section.popular-categories-style-two .single-cat .cat-content .cat-content-inner, .popular-categories-section.popular-categories-style-three .single-cat .cat-content .cat-content-inner {
    padding: 17px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .popular-categories-section.popular-categories-style-one .single-cat {
    padding: 55px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .popular-categories-section.popular-categories-style-one .single-cat .title {
    font-size: 18px;
    margin-top: 8px;
  }
  .popular-categories-section.popular-categories-style-two .single-cat .cat-content .cat-content-inner,
  .popular-categories-section.popular-categories-style-three .single-cat .cat-content .cat-content-inner {
    padding: 17px 15px;
  }
  .popular-categories-section.popular-categories-style-three .col-lg-8 .single-cat .cat-thumb img {
    min-height: 220px;
  }
}

/* [ ## Testimonial ] */
/*------------------------------------------------------------------
    # Testimonail Section
*/
#testimonial-carousel .single-testimonial {
  position: relative;
  padding-top: 40px;
}

#testimonial-carousel .single-testimonial .quote-icon {
  height: auto;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#testimonial-carousel .single-testimonial .client-thumb {
  margin-bottom: 35px;
}

#testimonial-carousel .single-testimonial .client-thumb > img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

#testimonial-carousel .single-testimonial .info > p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.28em;
}

#testimonial-carousel .single-testimonial .info > .name {
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #testimonial-carousel .single-testimonial .info > p {
    font-size: 20px;
  }
  #testimonial-carousel .single-testimonial .info .name {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 575px) {
  #testimonial-carousel .single-testimonial .info > p {
    font-size: 18px;
  }
  #testimonial-carousel .single-testimonial .client-thumb {
    margin-bottom: 30px;
  }
}
/* [ ## work-process ] */
.our-work-process-section {
  overflow: hidden;
}

.our-work-process-section.bg-image {
  background-position: bottom center;
  background-size: contain;
}

.our-work-process-section .process-main-content {
  position: relative;
  padding-top: 50px;
}

.our-work-process-section .process-main-content .bg-line {
  height: 250px;
  left: 0;
  position: absolute;
  top: 50px;
  width: calc(100% + 60px);
  background-position: top center;
  background-repeat: no-repeat;
}

.our-work-process-section .process-list > div:nth-child(2) {
  margin-top: 80px;
}

.our-work-process-section .process-list > div:nth-child(4) {
  margin-top: -35px;
}

.our-work-process-section .single-process {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
}

.our-work-process-section .single-process .process-no {
  background-color: #ff8b00;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  position: absolute;
  top: -15px;
  right: -12px;
  z-index: 0;
}

.our-work-process-section .single-process .single-process-inner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.06);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  padding-top: 22px;
}

.our-work-process-section .single-process .single-process-inner > h2 {
  color: #000;
  font-size: 18px;
  line-height: 1.28em;
  padding: 0px 55px 12px;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .our-work-process-section .process-main-content .bg-line {
    display: none;
  }
  .our-work-process-section .single-process {
    height: 175px;
    width: 175px;
  }
  .our-work-process-section .single-process .single-process-inner {
    height: 175px;
    width: 175px;
  }
  .our-work-process-section .single-process .single-process-inner > h2 {
    line-height: 1.2em;
    padding: 0 40px 12px;
  }
}

@media only screen and (max-width: 991px) {
  .our-work-process-section .process-main-content .bg-line {
    display: none;
  }
  .our-work-process-section .process-main-content {
    padding-top: 15px;
  }
  .our-work-process-section .process-list {
    margin-bottom: -60px;
  }
  .our-work-process-section .process-list > div:nth-child(2) {
    margin-top: 0px;
  }
  .our-work-process-section .process-list > div:nth-child(4) {
    margin-top: 0px;
  }
  .our-work-process-section .single-process {
    margin-bottom: 60px;
  }
  .our-work-process-section .single-process .process-no {
    font-size: 20px;
  }
}

/* [ ## Reviews ] */
.client-review-section .section-header {
  margin-bottom: 15px;
}

.client-review-section #client-review-carousel .owl-item {
  padding-top: 40px;
}

.client-review-section .review-item {
  margin-bottom: 50px;
}

.client-review-section .carousel-nav-dots .owl-dots {
  padding-top: 15px;
}

.review-item {
  background-color: #fff;
  box-shadow: 3px 3px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.review-item .quote-icon {
  bottom: -15px;
  position: absolute;
  right: 5px;
}

.review-item .client-brand {
  margin-bottom: 15px;
  min-height: 100px;
}

.review-item .review-details .brand-name {
  color: #ff8b00;
  font-size: 18px;
  margin-bottom: 10px;
}

.review-item .review-details .client-name {
  color: #220000;
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
}

.review-item .review-details > p {
  line-height: 1.55em;
  text-align: justify;
}

.review-item .review-details .total-reviews {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

.review-item .review-details .total-reviews ul {
  padding-left: 2px;
}

.review-item .review-details .total-reviews ul > li {
  display: inline-block;
  margin: 0 -1px;
  color: #CDCDCD;
}

.review-item .review-details .total-reviews .review-no {
  display: inline-block;
  font-size: 12px;
  padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .review-item {
    padding: 30px 20px;
  }
}

/* [ ## promo-video ] */
.promo-video-section.bg-gradient {
  position: relative;
}

.promo-video-section.bg-gradient .bg-map-image {
  background-position: left center;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.promo-video-section .promo-video-content > h2 {
  font-size: 48px;
  line-height: 1.25em;
  margin-bottom: 50px;
}

.promo-video-section .promo-video-content > h2 > span {
  color: #ff8b00;
}

.promo-video-section .promo-video-content .btn-default:focus,
.promo-video-section .promo-video-content .btn-default:hover {
  background-color: #fff;
  color: #ff8b00;
}

.promo-video-section.promo-video-style-two .promo-video-thumb {
  display: inline-block;
  position: relative;
}

.promo-video-section.promo-video-style-two .promo-video-thumb .video-btn {
  left: 50%;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1199px) {
  .promo-video-section.pt-20 {
    padding-top: 0px;
  }
  .promo-video-section.pt-20 .promo-video-thumb {
    margin-top: 25px;
  }
  .promo-video-section .promo-video-content > h2 {
    font-size: 42px;
    line-height: 1.2em;
  }
}

@media only screen and (max-width: 991px) {
  .promo-video-section.pt-20 .promo-video-thumb {
    display: none;
  }
  .promo-video-section .promo-video-content > h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .promo-video-section.promo-video-style-two .row > div {
    text-align: center;
  }
  .promo-video-section.promo-video-style-two .promo-video-thumb {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .promo-video-section .promo-video-content > h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .promo-video-section .promo-video-content > h2 {
    font-size: 26px;
  }
}

/* [ ## Brand ] */
/*-------------------------------------------------
    [ ## Popular Brands Section ]
*/
.popular-brands-section .owl-carousel .owl-item {
  display: table;
  height: 110px;
}

.popular-brands-section .brands-link {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.popular-brands-section .brands-link img {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin: 0 auto;
}

.popular-brands-section .brands-link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .popular-brands-section.ptb-90 {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 991px) {
  .popular-brands-section.ptb-90 {
    padding: 60px 0;
  }
}
/*-------------------------------------------------------------------
    # Site Header ( All Site Header Style )
*/
.site-header .header-top-navbar {
  padding: 5px 0;
}

.site-header .header-top-navbar ul {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .header-top-navbar ul > li {
  display: inline-block;
  text-transform: capitalize;
}

.site-header .header-top-navbar ul > li img {
  margin-right: 8px;
}

.site-header .header-top-navbar .top-navbar-left .info > li {
  margin-right: 40px;
}

.site-header .header-top-navbar .top-navbar-left .info > li:last-child {
  margin-right: 0;
}

.site-header .header-top-navbar .top-navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header .header-top-navbar .top-navbar-right .membar-signin {
  margin-right: 20px;
}

.site-header .header-top-navbar .top-navbar-right .membar-signin li > a {
  display: block;
  padding: 0 15px;
}

.site-header .header-top-navbar .top-navbar-right .membar-signin li > a:focus, .site-header .header-top-navbar .top-navbar-right .membar-signin li > a:hover {
  color: #ff8b00;
}

.site-header .header-top-navbar .top-navbar-right .social-share-two {
  margin-right: -7px;
}

.site-header .header-top-navbar .top-navbar-right .social-share-two > li {
  margin: 0;
}

.site-header .header-top-navbar .top-navbar-right .social-share-two > li > a {
  color: #fff;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  width: 25px;
}

.site-header .header-top-navbar .top-navbar-right .social-share-two > li > a:focus, .site-header .header-top-navbar .top-navbar-right .social-share-two > li > a:hover {
  color: #ff8b00;
}

.site-header .site-logo-block .site-logo > img:nth-child(2) {
  display: none;
}

.site-header .navbar.navigation-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 90px;
  padding: 0px 12px;
}

.site-header .navbar.navigation-area .mainmenu-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site-header .header-navigation-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header .header-navigation-right > div {
  padding: 0 15px;
}

.site-header .header-navigation-right > div:last-child {
  padding-right: 0px;
}

.site-header .header-navigation-right .user-reg-btn.active {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-header .header-navigation-right .user-reg-btn.active .user-thumb {
  margin-right: 10px;
}

.site-header .header-navigation-right .user-reg-btn.active .user-thumb > img {
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.site-header .header-navigation-right .user-reg-btn.active .user-name {
  font-size: 14px;
  font-weight: 600;
}

.site-header .search-wrap .search-btn:hover, .site-header .search-wrap .search-btn:focus,
.site-header .header-card-area > a:hover,
.site-header .header-card-area > a:focus,
.site-header .user-registration-area .user-reg-btn:hover,
.site-header .user-registration-area .user-reg-btn:focus {
  color: #ff8b00 !important;
}

.site-header .add-listing-area > .btn-default {
  padding: 0 25px;
}

.site-header.header-style-one {
  position: relative;
}

.site-header.header-style-one:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.13);
  height: calc(100% + 15px);
}

.site-header.header-style-one .site-logo-block {
  margin-top: -10px;
}

.site-header.header-style-one .site-navigation .navigation-area .site-logo-block,
.site-header.header-style-one .site-navigation .navigation-area .header-navigation-right {
  min-width: 480px;
}

.site-header.header-style-one .header-card-area {
  min-height: 90px;
}

.site-header.header-style-two {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.site-header.header-style-two .site-navigation .navigation-area {
  padding-top: 23px;
  padding-bottom: 0px;
  min-height: 70px;
}

.site-header.header-style-two .site-navigation .navigation-area .header-navigation-right,
.site-header.header-style-two .site-navigation .navigation-area .mainmenu-area {
  min-width: calc(50% - 125px);
}

.site-header.header-style-two .site-navigation .navigation-area .mainmenu-area .menu > ul > li > a {
  padding: 15px 35px 15px 0;
  color: #fff;
}

.site-header.header-style-two .site-navigation .navigation-area .mainmenu-area .menu > ul > li .menu-label {
  right: 35px;
  top: -2px;
}

.site-header.header-style-two .site-navigation .navigation-area .mainmenu-area .menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  top: calc(100% + 5px);
}

.site-header.header-style-two .site-navigation .navigation-area .site-logo-block {
  min-width: 250px;
  text-align: center;
}

.site-header.header-style-two .site-navigation .navigation-area .site-logo-block .site-logo {
  margin-right: 0;
  margin-top: -5px;
  padding-top: 0;
}

.site-header.header-style-two .search-wrap .search-btn,
.site-header.header-style-two .header-card-area > a,
.site-header.header-style-two .user-registration-area .user-reg-btn {
  color: #fff;
}

.site-header.header-style-two .add-listing-area > .btn-default {
  background-color: transparent;
  border: 2px solid #fff;
  line-height: 40px;
  box-shadow: 0px 0px 0px rgba(0, 167, 234, 0.25);
}

.site-header.header-style-two .add-listing-area > .btn-default:hover, .site-header.header-style-two .add-listing-area > .btn-default:focus {
  background-color: #fff;
  color: #ff8b00 !important;
}

.site-header.header-style-three {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.site-header.header-style-three + #sticky-header {
  display: none !important;
}

.site-header.header-style-three .header-top-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0;
}

.site-header.header-style-three .header-top-area .site-logo-block .site-logo {
  margin-right: 0;
}

.site-header.header-style-three .header-top-area .site-logo-block .site-logo > img:nth-child(2) {
  display: none;
}

.site-header.header-style-three .header-top-area .header-top-navigation-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header.header-style-three .header-top-area .header-top-navigation-right .social-share-two {
  margin-right: 20px;
}

.site-header.header-style-three .header-top-area .header-top-navigation-right .social-share-two > li > a {
  color: #fff;
  font-size: 12px;
  width: 30px;
}

.site-header.header-style-three .site-navigation .navigation-area {
  padding: 15px 0 0;
  min-height: 60px;
}

.site-header.header-style-three .site-navigation .navigation-area .mainmenu-area .menu > ul > li > a {
  padding: 15px 35px 15px 0;
  color: #fff;
}

.site-header.header-style-three .site-navigation .navigation-area .mainmenu-area .menu > ul > li .menu-label {
  right: 35px;
  top: -2px;
}

.site-header.header-style-three .site-navigation .navigation-area .mainmenu-area .menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  top: calc(100% + 5px);
}

.site-header.header-style-three .search-wrap .search-btn,
.site-header.header-style-three .header-card-area > a,
.site-header.header-style-three .user-registration-area .user-reg-btn {
  color: #fff;
}

.site-header.header-style-three .add-listing-area > .btn-default {
  background-color: transparent;
  border: 2px solid #fff;
  line-height: 40px;
  box-shadow: 0px 0px 0px rgba(0, 167, 234, 0.25);
}

.site-header.header-style-three .add-listing-area > .btn-default:hover, .site-header.header-style-three .add-listing-area > .btn-default:focus {
  background-color: #fff;
  color: #ff8b00 !important;
}

.site-header.header-style-four {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.site-header.header-style-four:before {
  box-shadow: 0px 0px 0px rgba(0, 167, 234, 0.25);
}

.site-header.header-style-four .site-logo-block {
  margin-top: -10px;
}

.site-header.header-style-four .site-navigation .navigation-area {
  padding-top: 15px;
}

.site-header.header-style-four .site-navigation .navigation-area .mainmenu-area .menu > ul > li > a {
  padding: 15px 35px 15px 0;
  color: #fff;
}

.site-header.header-style-four .site-navigation .navigation-area .mainmenu-area .menu > ul > li .menu-label {
  right: 35px;
  top: -2px;
}

.site-header.header-style-four .site-navigation .navigation-area .mainmenu-area .menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  top: calc(100% + 5px);
}

.site-header.header-style-four .header-card-area {
  min-height: auto;
}

.site-header.header-style-four .search-wrap .search-btn,
.site-header.header-style-four .header-card-area > a,
.site-header.header-style-four .user-registration-area .user-reg-btn {
  color: #fff;
}

.site-header.header-style-four .add-listing-area > .btn-default {
  background-color: transparent;
  border: 2px solid #fff;
  line-height: 40px;
  box-shadow: 0px 0px 0px rgba(0, 167, 234, 0.25);
}

.site-header.header-style-four .add-listing-area > .btn-default:hover, .site-header.header-style-four .add-listing-area > .btn-default:focus {
  background-color: #fff;
  color: #ff8b00 !important;
}

@media only screen and (max-width: 1199px) {
  .site-header.header-style-two, .site-header.header-style-four {
    position: relative;
  }
}

@media only screen and (max-width: 575px) {
  .site-header .header-navigation-right .user-reg-btn.active .user-thumb {
    margin-right: 0px;
  }
  .site-header .header-navigation-right .user-reg-btn.active .user-name {
    display: none;
  }
}

/* [ ## Header Card ] */
.header-card-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  position: relative;
  top: 0;
}

.header-card-area > a {
  color: #000;
  display: inline-block;
  font-size: 20px;
  position: relative;
}

.header-card-area > a > sup {
  background-color: #ff8b00;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  height: 17px;
  line-height: 16px;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -6px;
  width: 17px;
}

.header-card-area .cart-list {
  background-color: #fff;
  position: absolute;
  width: 370px;
  padding: 30px;
  left: -5px;
  top: calc(100% + 70px);
  z-index: 999;
  visibility: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header-card-area .cart-list:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 11px 7px;
  content: "";
  left: 22px;
  position: absolute;
  top: -22px;
}

.header-card-area .cart-list:after {
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

.header-card-area .cart-list .cart-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.header-card-area .cart-list .cart-item .product-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
}

.header-card-area .cart-list .cart-item .product-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding: 0px 20px;
  font-size: 14px;
  position: relative;
}

.header-card-area .cart-list .cart-item .product-info .title {
  font-size: 14px;
  margin-bottom: 2px;
}

.header-card-area .cart-list .cart-item .product-info .price {
  overflow: hidden;
}

.header-card-area .cart-list .cart-item .product-info .price > span {
  float: right;
}

.header-card-area .cart-list .cart-item .product-info .icon-closed {
  color: #8f8f8f;
  position: absolute;
  right: 0;
  top: 0;
}

.header-card-area .cart-list .order-total {
  overflow: hidden;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
}

.header-card-area .cart-list .order-total > .order {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.header-card-area .cart-list .order-total > .order .amount {
  float: right;
  font-weight: 600;
  color: #ff8b00;
  font-size: 18px;
}

.header-card-area .cart-list .cart-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

.header-card-area:hover > .cart-list {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: calc(100% + 10px);
}

@media only screen and (max-width: 575px) {
  .header-card-area .cart-list {
    padding: 20px 15px;
    width: 300px;
  }
  .header-card-area .cart-list .cart-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .header-card-area .cart-list .cart-item .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
  }
  .header-card-area .cart-list .cart-item .product-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
    font-size: 13px;
    max-width: calc(100% - 50px);
    padding: 0 20px 0 10px;
  }
  .header-card-area .cart-list .order-total {
    padding-bottom: 15px;
  }
  .header-card-area .cart-list .btn-default {
    height: 40px;
    letter-spacing: 0.0em;
    line-height: 40px;
    padding: 0 20px;
  }
  .header-card-area .cart-list .btn-default.btn-default2 {
    margin-bottom: 10px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 450px) {
  .header-card-area .cart-list {
    width: 270px;
  }
  .site-header .header-navigation-right .header-card-area .cart-list {
    -webkit-transform: translateX(38%);
    transform: translateX(38%);
  }
}

/* [ ## Search ] */
.search-wrap {
  position: relative;
}

.search-wrap .search-btn {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.search-wrap .search-btn .icon {
  font-size: 20px;
  margin-right: 10px;
}

@media only screen and (max-width: 1620px) {
  .site-header .navbar.navigation-area {
    padding-left: 0px;
    padding-right: 0px;
  }
  .site-header.header-style-one .site-navigation .navigation-area .site-logo-block,
  .site-header.header-style-one .site-navigation .navigation-area .header-navigation-right {
    min-width: 410px;
  }
  .site-header.header-style-one .site-navigation .navigation-area .mainmenu-area .menu > ul > li > a {
    padding-right: 22px;
  }
  .site-header.header-style-one .site-navigation .navigation-area .mainmenu-area .menu > ul > li:last-child > a {
    padding-right: 0;
  }
  .site-header.header-style-one .site-navigation .navigation-area .mainmenu-area .menu > ul > li .menu-label {
    right: 22px;
  }
  .site-header.header-style-one .header-navigation-right > div {
    padding: 0 10px;
  }
  .site-header.header-style-one .header-navigation-right > div:last-child {
    padding-right: 0;
  }
  .site-header.header-style-one .add-listing-area .btn-default {
    padding: 0 25px;
  }
  .site-header.header-style-two .site-navigation .navigation-area .mainmenu-area .menu > ul > li > a {
    padding-right: 25px;
  }
  .site-header.header-style-two .site-navigation .navigation-area .mainmenu-area .menu > ul > li .menu-label {
    right: 25px;
  }
  .site-header.header-style-three .header-card-area .cart-list {
    right: -5px;
    left: auto;
  }
  .site-header.header-style-three .header-card-area .cart-list:before {
    right: 22px;
    left: auto;
  }
  .site-header.header-style-three .header-card-area:hover > .cart-list {
    top: calc(100% + 5px);
  }
}

@media only screen and (max-width: 1366px) {
  .site-header.header-style-one .site-navigation .navigation-area .site-logo-block,
  .site-header.header-style-one .site-navigation .navigation-area .header-navigation-right {
    min-width: 300px;
  }
  .site-header.header-style-one .search-wrap .search-btn .icon,
  .site-header.header-style-one .user-registration-area .user-reg-btn .icon {
    margin-right: 0px;
  }
  .site-header.header-style-one .search-wrap .search-btn .text,
  .site-header.header-style-one .user-registration-area .user-reg-btn .text {
    display: none;
  }
  .site-header.header-style-one .header-card-area .cart-list {
    left: auto;
    right: -5px;
  }
  .site-header.header-style-one .header-card-area .cart-list:before {
    right: 20px;
    left: auto;
  }
  .site-header.header-style-two .site-navigation .navigation-area {
    padding-top: 15px;
  }
  .site-header.header-style-two .site-navigation .navigation-area .site-logo-block {
    min-width: 220px;
  }
  .site-header.header-style-two .site-navigation .navigation-area .mainmenu-area .menu > ul > li > a {
    padding-right: 20px;
  }
  .site-header.header-style-two .site-navigation .navigation-area .mainmenu-area .menu > ul > li .menu-label {
    right: 20px;
  }
  .site-header.header-style-three .header-top-area {
    padding: 20px 0;
  }
  .site-header.header-style-three .site-navigation .navigation-area {
    padding: 10px 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .site-header {
    position: relative;
    position: relative;
    background:#fff;
  }
  .site-header .site-navigation {
    display: none;
  }
  .site-header .mean-container .mean-bar {
    background: transparent;
    padding: 3px 0;
  }
  .site-header .header-navigation-right {
    height: 66px;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 999999;
  }
  .site-header .header-navigation-right > div {
    padding: 0 10px;
  }
  .site-header .header-navigation-right .add-listing-area {
    display: none;
  }
  .site-header .header-navigation-right .header-card-area {
    margin-right: 5px;
  }
  .site-header .header-navigation-right .header-card-area .cart-list {
    left: auto;
    right: -5px;
  }
  .site-header .header-navigation-right .header-card-area .cart-list:before {
    right: 22px;
    left: auto;
  }
  .site-header .header-navigation-right .header-card-area:hover > .cart-list {
    top: calc(100% + 12px);
  }
  .site-header .search-wrap .search-btn,
  .site-header .header-card-area > a,
  .site-header .user-registration-area .user-reg-btn {
    color: #fff;
  }
  .site-header .search-wrap .search-btn .icon,
  .site-header .header-card-area > a .icon,
  .site-header .user-registration-area .user-reg-btn .icon {
    margin-right: 0px;
  }
  .site-header .search-wrap .search-btn .text,
  .site-header .header-card-area > a .text,
  .site-header .user-registration-area .user-reg-btn .text {
    display: none;
  }
  .site-header.header-style-three {
    position: relative;
  }
  .site-header.header-style-three .header-top-area {
    display: none;
  }
}

/* [## Sticky header] */
#sticky-header {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#sticky-header .site-header {
  background-color: #fff;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
  position: relative;
}

#sticky-header .site-header .site-navigation .navigation-area {
  padding: 0px 15px;
}

#sticky-header .site-header .site-logo-block .site-logo {
  margin-top: 0;
}

#sticky-header .site-header .site-logo-block .site-logo > img:nth-child(1) {
  display: none;
}

#sticky-header .site-header .site-logo-block .site-logo > img:nth-child(2) {
  display: block;
}

#sticky-header .site-header .header-card-area:hover > .cart-list {
  top: calc(100% + 10px);
}

#sticky-header .site-header.header-style-one .site-navigation .navigation-area {
  padding: 0px 15px;
}

#sticky-header .site-header.header-style-one .site-logo-block .site-logo > img:nth-child(1) {
  display: block;
}

#sticky-header .site-header.header-style-one .site-logo-block .site-logo > img:nth-child(2) {
  display: none;
}

#sticky-header .site-header.header-style-one.header-style-four .site-logo-block .site-logo {
  margin-top: 0;
}

#sticky-header .site-header.header-style-one.header-style-four .site-logo-block .site-logo > img:nth-child(1) {
  display: none;
}

#sticky-header .site-header.header-style-one.header-style-four .site-logo-block .site-logo > img:nth-child(2) {
  display: block;
}

#sticky-header .site-header.header-style-four .site-logo-block,
#sticky-header .site-header.header-style-one .site-logo-block {
  margin-top: -5px;
}

#sticky-header .site-header.header-style-two .search-wrap .search-btn,
#sticky-header .site-header.header-style-two .header-card-area > a,
#sticky-header .site-header.header-style-two .user-registration-area .user-reg-btn, #sticky-header .site-header.header-style-four .search-wrap .search-btn,
#sticky-header .site-header.header-style-four .header-card-area > a,
#sticky-header .site-header.header-style-four .user-registration-area .user-reg-btn {
  color: #000;
}

#sticky-header .site-header.header-style-two .add-listing-area > .btn-default, #sticky-header .site-header.header-style-four .add-listing-area > .btn-default {
  border-color: #ff8b00;
  color: #ff8b00;
}

#sticky-header .site-header.header-style-two .add-listing-area > .btn-default:hover, #sticky-header .site-header.header-style-two .add-listing-area > .btn-default:focus, #sticky-header .site-header.header-style-four .add-listing-area > .btn-default:hover, #sticky-header .site-header.header-style-four .add-listing-area > .btn-default:focus {
  color: #fff !important;
  background-color: #ff8b00;
}

#sticky-header .site-navigation .navigation-area .mainmenu-area .menu > ul > li .menu-label {
  top: 18px;
}

#sticky-header .site-navigation .navigation-area .mainmenu-area .menu > ul > li > a {
  color: #000;
  padding-top: 33px;
  padding-bottom: 33px;
}

#sticky-header .site-navigation .navigation-area .mainmenu-area .menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  top: calc(100% + 10px);
}

#sticky-header .mainmenu-area .menu {
  display: block !important;
}

@media only screen and (max-width: 1620px) {
  #sticky-header .site-header .navbar.navigation-area {
    min-height: auto;
  }
  #sticky-header .site-header.header-style-one .site-navigation .navigation-area {
    padding: 0px;
  }
  #sticky-header .site-header.header-style-two .site-navigation .navigation-area,
  #sticky-header .site-header.header-style-four .site-navigation .navigation-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  #sticky-header {
    display: none !important;
  }
}

/*-------------------------------------------------------------------
    # FrontPage Banner
*/
.frontpage-banner-section {
  min-height: 250px;
}

.frontpage-banner-section.bg-overlay-gradient:before {
  background-image: -webkit-linear-gradient(left, rgba(41, 6, 150, 0.9), rgba(134, 11, 19, 0.9));
  background-image: linear-gradient(to right, rgba(41, 6, 150, 0.9), rgba(134, 11, 19, 0.9));
}

.frontpage-banner-section .row.align-items-center {
  min-height: 760px;
}

.frontpage-banner-section .frontpage-banner-content {
  padding-top: 70px;
}

.frontpage-banner-section .frontpage-banner-content .banner-title {
  font-size: 42px;
  margin-bottom: 40px;
}

.frontpage-banner-section .frontpage-banner-content .banner-desc {
  font-size: 16px;
  color: #cfcfcf;
  font-weight: 500;
}

.frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content .owl-item.active.center .cat-item > .icon {
  border: 5px solid rgba(255, 255, 255, 0.1);
}

.frontpage-banner-section.frontpage-banner-style-one .frontpage-banner-content .owl-item.active.center .cat-item > .icon:before {
  background-color: #2e82d1;
}

.frontpage-banner-section.frontpage-banner-style-two.bg-overlay:before, .frontpage-banner-section.frontpage-banner-style-five.bg-overlay:before, .frontpage-banner-section.frontpage-banner-style-six.bg-overlay:before {
  background-color: rgba(22, 22, 22, 0.7);
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content .banner-title, .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title, .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .banner-title {
  margin-bottom: 15px;
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content .banner-desc, .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-desc, .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .banner-desc {
  margin-bottom: 35px;
}

.frontpage-banner-section.frontpage-banner-style-two {
  position: relative;
  margin-bottom: 130px;
}

.frontpage-banner-section.frontpage-banner-style-two > .container > .row.align-items-center {
  min-height: 660px;
}

.frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
  padding-top: 200px;
}

.frontpage-banner-section.frontpage-banner-style-two .featured-locations-area.featured-location-style-two .location-card-item {
  margin-bottom: 0px;
}

.frontpage-banner-section.frontpage-banner-style-two .featured-locations-area.featured-location-style-two .featured-location-carousel.style-one {
  margin-bottom: -90px;
}

.frontpage-banner-section.frontpage-banner-style-two .angle-shape-bottom {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -1px;
  height: 200px;
  left: 0;
  position: absolute;
  width: 100%;
}

.frontpage-banner-section.frontpage-banner-style-three {
  padding-top: 185px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.frontpage-banner-section.frontpage-banner-style-three.bg-overlay-gradient:before {
  background-image: -webkit-linear-gradient(left, rgba(43, 27, 94, 0.8), rgba(43, 66, 241, 0.8));
  background-image: linear-gradient(to right, rgba(43, 27, 94, 0.8), rgba(43, 66, 241, 0.8));
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
  font-size: 70px;
  margin-bottom: 40px;
  text-align: right;
  width: 770px;
  padding-right: 60px;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% + 185px);
  flex: 0 0 calc(50% + 185px);
  max-width: calc(50% + 185px);
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 185px);
  flex: 0 0 calc(50% - 185px);
  max-width: calc(50% - 185px);
  position: relative;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-thumbnail.bg-overlay-gradient:before {
  background-image: -webkit-linear-gradient(left, rgba(43, 66, 241, 0.8), rgba(43, 27, 94, 0.8));
  background-image: linear-gradient(to right, rgba(43, 66, 241, 0.8), rgba(43, 27, 94, 0.8));
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form-area {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form {
  border: 0 none;
  border-radius: 0;
  width: 400px;
  padding-left: 60px;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form {
  display: block;
  height: auto;
  background-color: transparent;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form ::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form :-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form ::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form ::placeholder {
  color: #fff !important;
  opacity: 1;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .search {
  border-right: 0px solid;
  max-width: 100%;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .search input {
  border: 2px solid #fff !important;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 5px 25px !important;
  height: 58px;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .custom-select.category,
.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .custom-select.location {
  max-width: 100%;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .custom-select.category:before,
.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .custom-select.location:before {
  content: "";
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .hero-form-input {
  margin-bottom: 30px;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .hero-form-input.custom-select.category, .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .hero-form-input.custom-select.location {
  border: 2px solid #fff !important;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 25px !important;
  height: 58px;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .hero-form-input.custom-select.category .current, .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .hero-form-input.custom-select.location .current {
  line-height: 45px;
  color: #fff;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .hero-form-input.custom-select.category:after, .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .hero-form-input.custom-select.location:after {
  color: #fff;
  font-size: 16px;
  right: 18px;
  top: 8px;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .submitbtn {
  max-width: 100%;
}

.frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .submitbtn .btn-default {
  height: 58px;
  line-height: 58px;
}

.frontpage-banner-section.frontpage-banner-style-four .row.align-items-center {
  min-height: auto;
  padding-top: 65px;
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content {
  padding-top: 15px;
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
  font-size: 72px;
  font-weight: lighter;
  line-height: 1.05em;
  margin-bottom: 40px;
  text-align: center;
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .features-cat-area {
  padding: 0;
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .features-cat-area .cat-item {
  text-align: center;
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .features-cat-area .cat-item > .icon {
  font-size: 54px;
  height: 80px;
  line-height: 75px;
  margin: 0 auto 10px;
  width: auto;
}

.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .features-cat-area .cat-item > .icon:before {
  background-color: transparent;
}

.frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
  padding-bottom: 215px;
  padding-top: 115px;
}

.frontpage-banner-section.frontpage-banner-style-five .row.align-items-center {
  min-height: auto;
}

.frontpage-banner-section.frontpage-banner-style-six .row.align-items-center {
  min-height: 860px;
}

.frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content {
  padding-top: 60px;
  padding-bottom: 180px;
}

.hero-search-form {
  border: 10px solid rgba(221, 221, 221, 0.5);
  border-radius: 80px;
}

.hero-search-form .inner-form {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 65px;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 80px;
}

.hero-search-form .inner-form ::-webkit-input-placeholder {
  color: #727272;
}

.hero-search-form .inner-form :-ms-input-placeholder {
  color: #727272;
}

.hero-search-form .inner-form ::-moz-placeholder {
  color: #727272;
}

.hero-search-form .inner-form ::placeholder {
  color: #727272;
}

.hero-search-form .inner-form .search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc( 100% - 360px);
  flex: 0 0 calc( 100% - 360px);
  max-width: calc( 100% - 360px);
  border-right: 1px solid #dddddd;
}

.hero-search-form .inner-form .search input {
  height: 65px;
  padding: 0 45px;
  font-size: 14px;
  width: 100%;
  background-color: transparent;
}

.hero-search-form .inner-form .custom-select.location,
.hero-search-form .inner-form .custom-select.category {
  height: 65px;
  font-size: 13px;
  padding-left: 50px;
}

.hero-search-form .inner-form .custom-select.location:before,
.hero-search-form .inner-form .custom-select.category:before {
  font-family: 'icomoon';
  display: block;
  pointer-events: none;
  position: absolute;
  left: 16px;
  top: 12px;
  font-size: 18px;
  color: #c5c5c5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.hero-search-form .inner-form .custom-select.location:after,
.hero-search-form .inner-form .custom-select.category:after {
  right: 12px;
  top: 13px;
}

.hero-search-form .inner-form .custom-select.location {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 185px;
  flex: 0 0 185px;
  max-width: 185px;
}

.hero-search-form .inner-form .custom-select.category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
}

.hero-search-form .inner-form .submitbtn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 175px;
  flex: 0 0 175px;
  max-width: 175px;
}

.hero-search-form .inner-form .submitbtn .btn-default {
  padding: 0;
  height: 65px;
  line-height: 65px;
  width: 100%;
}

.hero-search-form.style-two {
  border-width: 5px;
}

.hero-search-form.style-two .custom-select.location {
  border-right: 1px solid #dddddd;
}

.hero-search-form.style-two .inner-form .search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 550px);
  flex: 0 0 calc(100% - 550px);
  max-width: calc(100% - 550px);
}

.hero-search-form.style-three {
  border: none;
  border-radius: 0;
}

.hero-search-form.style-three .inner-form {
  border-radius: 0;
  display: block;
  height: auto;
  padding: 20px;
}

.hero-search-form.style-three .inner-form .title {
  font-size: 24px;
  margin: -5px 0 15px;
}

.hero-search-form.style-three .inner-form .search {
  border-right: 0px solid;
  position: relative;
}

.hero-search-form.style-three .inner-form .search input {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 5px 5px 45px !important;
}

.hero-search-form.style-three .inner-form .search:before {
  color: #555;
  display: block;
  font-family: "icomoon";
  font-size: 24px;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 4px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  content: "";
}

.hero-search-form.style-three .inner-form .search,
.hero-search-form.style-three .inner-form .submitbtn,
.hero-search-form.style-three .inner-form .custom-select.location,
.hero-search-form.style-three .inner-form .custom-select.category {
  max-width: 100%;
}

.hero-search-form.style-three .inner-form .submitbtn {
  margin-top: 40px;
}

.hero-search-form.style-three .inner-form .submitbtn .btn-default {
  font-size: 14px;
  height: 58px;
  line-height: 58px;
  padding: 0 10px !important;
  display: block;
}

.hero-search-form.style-three .nice-select .current {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.hero-search-form.style-three .nice-select .option {
  padding-right: 18px;
}

.hero-search-form.style-three .hero-form-input-area {
  margin-bottom: 15px;
}

.hero-search-form.style-three .hero-form-input-area.search-field {
  margin-bottom: 10px;
}

.hero-search-form.style-three .hero-form-input-area > span {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin-bottom: -20px;
}

.hero-search-form.style-three .custom-select.location,
.hero-search-form.style-three .custom-select.category {
  font-size: 14px;
  height: 58px;
  padding: 5px 0;
}



@media only screen and (max-width: 1620px) {
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 120px);
    flex: 0 0 calc(50% + 120px);
    max-width: calc(50% + 120px);
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 120px);
    flex: 0 0 calc(50% - 120px);
    max-width: calc(50% - 120px);
  }
}

@media only screen and (max-width: 1366px) {
  .frontpage-banner-section .row.align-items-center {
    min-height: 600px;
  }
  .frontpage-banner-section.frontpage-banner-style-two > .container > .row.align-items-center {
    min-height: 550px;
  }
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
    padding-top: 70px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% + 50px);
    flex: 0 0 calc(50% + 50px);
    max-width: calc(50% + 50px);
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 50px);
    flex: 0 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form .inner-form .hero-form-input {
    margin-bottom: 15px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
    font-size: 60px;
    padding-right: 40px;
    width: 705px;
  }
  .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
    padding-bottom: 170px;
    padding-top: 80px;
  }
  .frontpage-banner-section.frontpage-banner-style-six .row.align-items-center {
    min-height: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .frontpage-banner-section .row.align-items-center {
    min-height: 500px;
  }
  .frontpage-banner-section .frontpage-banner-content {
    padding-top: 0px;
  }
  .frontpage-banner-section .frontpage-banner-content .banner-title {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .frontpage-banner-section.frontpage-banner-style-two > .container > .row.align-items-center {
    min-height: auto;
  }
  .frontpage-banner-section.frontpage-banner-style-two > .container > .row.align-items-center > div {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .frontpage-banner-section.frontpage-banner-style-two .angle-shape-bottom {
    bottom: -2px;
    height: 190px;
  }
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .frontpage-banner-section.frontpage-banner-style-three {
    padding-top: 120px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right,
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
    font-size: 46px;
    padding-right: 30px;
    width: 465px;
  }
  .frontpage-banner-section.frontpage-banner-style-four .row.align-items-center {
    padding-top: 0px;
  }
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
    font-size: 52px;
    line-height: 1.15em;
  }
  .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
    padding-bottom: 140px;
    padding-top: 50px;
  }
  .frontpage-banner-section.frontpage-banner-style-six .row.align-items-center {
    min-height: auto;
  }
  .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content {
    padding-bottom: 220px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .frontpage-banner-section.frontpage-banner-style-four .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .frontpage-banner-section.frontpage-banner-style-four .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media only screen and (max-width: 991px) {
  .frontpage-banner-section .row.align-items-center {
    min-height: auto;
  }
  .frontpage-banner-section .frontpage-banner-content {
    padding: 20px 0;
  }
  .frontpage-banner-section .frontpage-banner-content .banner-title {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content .banner-title,
  .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-title,
  .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .banner-title {
    margin-bottom: 10px;
  }
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content .banner-desc,
  .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content .banner-desc,
  .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content .banner-desc {
    font-size: 15px;
  }
  .frontpage-banner-section.frontpage-banner-style-two .angle-shape-bottom {
    height: 160px;
  }
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .frontpage-banner-section.frontpage-banner-style-three {
    display: block;
    padding-top: 90px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right,
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-left {
    max-width: 690px;
    margin: 0 auto;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
    font-size: 52px;
    padding-right: 0px;
    width: auto;
    margin-bottom: 25px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-left {
    padding-bottom: 60px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
    font-size: 46px;
    padding-right: 0;
    width: auto;
    padding-left: 100px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form {
    padding-left: 0px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .hero-search-form .inner-form .hero-form-input {
    margin-bottom: 20px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .hero-search-form .inner-form .hero-form-input:last-child {
    margin-bottom: 0px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .hero-search-form .inner-form .search {
    border-bottom: 0px solid;
  }
  .frontpage-banner-section.frontpage-banner-style-three .hero-search-form .inner-form .submitbtn .btn-default {
    border-radius: 50px;
    height: 58px;
    line-height: 58px;
  }
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
    font-size: 48px;
  }
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .features-cat-area {
    padding-bottom: 40px;
  }
  .frontpage-banner-section.frontpage-banner-style-four .hero-search-form .inner-form .search {
    border-bottom: 0px solid;
  }
  .frontpage-banner-section.frontpage-banner-style-four .hero-search-form .inner-form .submitbtn .btn-default {
    border-radius: 50px;
  }
  .hero-search-form {
    border-width: 8px;
    border-radius: 17px;
  }
  .hero-search-form .inner-form {
    border-radius: 10px;
    display: block;
    height: auto;
  }
  .hero-search-form .inner-form .search {
    border-right: 0px solid;
    max-width: 100%;
    border-bottom: 1px solid #DDDDDD;
  }
  .hero-search-form .inner-form .custom-select,
  .hero-search-form .inner-form .submitbtn {
    max-width: 100% !important;
  }
  .hero-search-form .inner-form .submitbtn .btn-default {
    border-radius: 0 0 10px 10px;
    height: 60px;
    line-height: 62px;
  }
  .hero-search-form.style-two {
    border-width: 8px;
  }
  .hero-search-form.style-two .inner-form .search {
    max-width: 100%;
  }
  .hero-search-form.style-two .custom-select.location {
    border-right: 0px solid;
    border-bottom: 1px solid #DDDDDD;
  }
  .hero-search-form.style-two .inner-form .custom-select.location,
  .hero-search-form.style-two .inner-form .custom-select.category {
    font-size: 14px;
  }
  .hero-search-form.style-three .inner-form .title {
    margin: -5px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .frontpage-banner-section .frontpage-banner-content .banner-title {
    font-size: 30px;
  }
  .frontpage-banner-section.frontpage-banner-style-two .angle-shape-bottom {
    height: 220px;
    background-position: center center;
  }
  .frontpage-banner-section.frontpage-banner-style-two .frontpage-banner-content {
    padding-top: 10px;
    padding-bottom: 70px;
  }
  .frontpage-banner-section.frontpage-banner-style-three {
    padding-top: 70px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right,
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-left {
    max-width: 510px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
    font-size: 42px;
    padding-left: 0px;
  }
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
    font-size: 36px;
  }
  .frontpage-banner-section.frontpage-banner-style-four .hero-search-form-area {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .frontpage-banner-section .frontpage-banner-content .banner-title {
    font-size: 28px;
  }
  .frontpage-banner-section.frontpage-banner-style-three {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right,
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-left {
    max-width: calc(100% - 30px);
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-thumbnail {
    display: none;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form {
    width: 100%;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-right .hero-search-form-area {
    display: block;
    position: relative;
  }
  .frontpage-banner-section.frontpage-banner-style-three .frontpage-banner-content .banner-title {
    font-size: 30px;
  }
  .frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
    font-size: 32px;
  }
  .frontpage-banner-section.frontpage-banner-style-five .frontpage-banner-content {
    padding-bottom: 120px;
    padding-top: 25px;
  }
  .frontpage-banner-section.frontpage-banner-style-six .frontpage-banner-content {
    padding-bottom: 200px;
    padding-top: 0px;
  }
  .hero-search-form.style-three .hero-form-input-area > span {
    margin-bottom: -20px;
    padding-left: 30px;
  }
  .hero-search-form.style-three .inner-form {
    padding: 30px 15px;
  }
  .hero-search-form.style-three .inner-form .title {
    font-size: 20px;
    margin: 0px 0 30px;
  }
  .hero-search-form.style-three .inner-form .custom-select.location:before,
  .hero-search-form.style-three .inner-form .custom-select.category:before,
  .hero-search-form.style-three .inner-form .search:before {
    font-size: 18px;
  }
  .hero-search-form.style-three .inner-form .custom-select.location,
  .hero-search-form.style-three .inner-form .custom-select.category {
    padding-left: 30px;
  }
  .hero-search-form.style-three .inner-form .nice-select .current {
    font-size: 16px;
  }
  .hero-search-form.style-three .inner-form .search input {
    font-size: 16px;
    padding: 5px 5px 5px 30px !important;
  }
  .hero-search-form.style-three .inner-form .submitbtn {
    margin-top: 25px;
  }
  .hero-search-form.style-three .inner-form .submitbtn .btn-default {
    font-size: 12px;
  }
}

/*-------------------------------------------------
    # Page Layouts
*/
/* [ ## Instagram Area ] */
.instagram-widget-area .bt-instafeed-widget {
  margin-bottom: 0px;
}

.instagram-widget-area.style-two .bt-instafeed-widget #instafeed > .feed-item {
  padding-right: 1px;
}

.instagram-widget-area.style-three {
  padding: 0 20px;
}

.instagram-widget-area.style-three .bt-instafeed-widget #instafeed > .feed-item {
  padding-right: 1px;
}

@media only screen and (max-width: 767px) {
  .instagram-widget-area .widget.bt-instafeed-widget #instafeed > .feed-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 575px) {
  .instagram-widget-area.style-three {
    padding: 0 15px;
  }
}

.add-banner-style-two {
  text-align: center;
}

.add-banner-style-two .add-content {
  display: inline-block;
  padding: 20px;
}

/*------------------------------------------------------------------
    # Sidebar 
*/
.sidebar {
  margin-bottom: -30px;
}

.sidebar .widget {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.sidebar .widget .widget-title {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 0;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar .widget .widget-title > span {
  padding-right: 20px;
  color: #a7a7a7;
  font-size: 27px;
}

.sidebar .widget .widget-content {
  padding: 30px;
}

.sidebar .widget.widget-categories ul {
  padding-top: 3px;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-5) > a .count {
  background-color: #ff8b00;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-4) > a .count {
  background-color: #E37050;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-3) > a .count {
  background-color: #00CECA;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-2) > a .count {
  background-color: #FF77A8;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n-1) > a .count {
  background-color: #2dad4b;
}

.sidebar .widget.widget-categories ul > li:nth-child(6n) > a .count {
  background-color: #5AB1F1;
}

.sidebar .widget.widget-categories ul > li > a {
  color: #000;
}

.sidebar .widget.bt-instafeed-widget #instafeed {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.sidebar .widget.bt-instafeed-widget #instafeed > .feed-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget .widget-title {
    padding: 15px;
  }
  .sidebar .widget .widget-title > span {
    padding-right: 10px;
  }
  .sidebar .widget .widget-content {
    padding: 20px 15px;
  }
  .sidebar .widget .post.side-post .entry-title {
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .sidebar .widget .widget-title {
    padding: 15px;
  }
  .sidebar .widget .widget-title > span {
    padding-right: 10px;
  }
  .sidebar .widget .widget-content {
    padding: 20px 15px;
  }
}

/*-------------------------------------------------
    # Widgets
*/
.widget {
  margin-bottom: 60px;
  /* ----- List Widget ----- */
  /* ----- Widget Categories ----- */
  /* ----- Subscribe Widget ----- */
  /* ----- Posts Slide Widget ----- */
  /* ----- About Us Widget And Business ----- */
  /* ----- About Us Widget ----- */
  /* ----- Business Info Widget ----- */
  /* ----- About Footer Widget ----- */
  /* ----- Widget Online Reservation ----- */
  /* ----- Widget Search Filter ----- */
  /* ----- Widget Extra Info ----- */
  /* ----- Widget Browse Nearby ----- */
  /* ----- Widget Open Hours ----- */
  /* ----- Widget Price Range ----- */
  /* ----- Widget Menu Gallery ----- */
  /* ----- Widget Statistic ----- */
  /* ----- Widget Text ----- */
  /* ----- About Me Widget ----- */
  /* ----- Instafeed Widget ----- */
}

.widget .widget-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
}

.widget.widget-list ul {
  padding-left: 0px;
  margin-bottom: 0;
  list-style: none;
  overflow: hidden;
}

.widget.widget-list ul li {
  margin-bottom: 5px;
  position: relative;
}

.widget.widget-list ul li:before {
  content: "";
  font-family: fontawesome;
  position: absolute;
  color: #ff8b00;
}

.widget.widget-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.widget.widget-list ul li a {
  font-size: 14px;
  display: block;
  padding-left: 14px;
}

.widget.widget-list ul li a:hover, .widget.widget-list ul li a:focus {
  color: #ff8b00;
}

.widget.widget-list.style-two ul > li {
  width: 50%;
  float: left;
}

.widget.widget-categories ul, .widget.widget-todo-categories ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  margin-top: -10px;
}

.widget.widget-categories ul > li, .widget.widget-todo-categories ul > li {
  margin: 5px 0;
}

.widget.widget-categories ul > li:last-child, .widget.widget-todo-categories ul > li:last-child {
  margin-bottom: 0px;
}

.widget.widget-categories ul > li > a, .widget.widget-todo-categories ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #727272;
}

.widget.widget-categories ul > li > a > .count, .widget.widget-todo-categories ul > li > a > .count {
  float: right;
}

.widget.widget-categories ul > li > a:hover, .widget.widget-todo-categories ul > li > a:hover {
  color: #ff8b00;
}

.widget .post.side-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 30px;
  border-width: 0px;
  background-color: transparent;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
}

.widget .post.side-post > .thumb-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  overflow: hidden;
  position: relative;
}

.widget .post.side-post > .thumb-wrap .count {
  background-color: #ff8b00;
  border-radius: 0% 50% 50% 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 44px;
  line-height: 48px;
  position: absolute;
  left: -5px;
  text-align: center;
  top: -5px;
  width: 44px;
}

.widget .post.side-post .content-entry-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding: 0 0 0 15px;
  margin-top: -8px;
}

.widget .post.side-post .entry-title {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0px;
}

.widget .post.side-post:last-child {
  margin-bottom: 0px;
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item {
  border: 0 solid;
  box-shadow: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item .todo-thumbnail-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  max-width: 105px;
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item .content-entry-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 105px);
  flex: 0 0 calc(100% - 105px);
  max-width: calc(100% - 105px);
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item .content-entry-wrap .todo-content {
  padding: 0px 0 0 20px;
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item .content-entry-wrap .todo-content > .title {
  font-size: 16px;
  margin-bottom: 8px;
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item .content-entry-wrap .todo-content .todo-rating {
  margin-bottom: 4px;
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item .content-entry-wrap .todo-content .todo-rating .rating-value > span {
  line-height: 1.7em;
  width: 45px;
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item .todo-meta {
  display: block;
  margin: 0;
}

.widget.widget-recent-view-todo .todo-side-item.popular-todo-item .todo-meta > div {
  margin: 0;
  line-height: 1.65em;
}

.widget.widget-recent-view-todo .widget-content .todo-side-item.popular-todo-item:last-child {
  margin-bottom: 0px;
}

.widget.tb-review-posts-widget .widget-content {
  padding-top: 10px;
}

.widget.tb-review-posts-widget .post.side-post:last-child {
  margin-bottom: 0px;
}

.widget.tb-review-posts-widget .post.side-post .post-review-rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
}

.widget.tb-review-posts-widget .post.side-post .content-entry-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}

.widget.bt-socail-widget {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.widget.bt-socail-widget .widget-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 0.5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon {
  display: block;
  min-height: 80px;
  padding: 10px 5px;
  background-color: #F6f6f6;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-facebook-icon .social-icon {
  color: #39579A;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-google-plus-icon .social-icon {
  color: #D94830;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-twitter-icon .social-icon {
  color: #0C9EF5;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-youtube-icon .social-icon {
  color: #E21C00;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-instagram-icon .social-icon {
  color: #125d8f;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-vimeo-icon .social-icon {
  color: #1AB1F0;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-pinterest-icon .social-icon {
  color: #ff4200;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-soundcloud-icon .social-icon {
  color: #FF8800;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon > span {
  display: block;
  line-height: 15px;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon .social-icon {
  line-height: 15px;
  margin-bottom: 10px;
  font-size: 24px;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-count {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 2px;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-media-type {
  font-size: 12.5px;
  color: #727272;
}

.widget.bt-socail-widget .widget-content > .bt-socail-profile:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content {
  display: block;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile {
  max-width: 100%;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon {
  margin-bottom: 5px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F8F8F8;
  padding: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon .social-icon {
  max-width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-bottom: 0px;
  background-color: #000;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon .right {
  max-width: calc(100% - 50px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  font-weight: 600;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon .right .bt-count b {
  color: #727272;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
}

.widget.bt-socail-widget.bt-socail-widget-two .widget-content > .bt-socail-profile > .icon:last-child {
  margin-bottom: 0px;
}

.widget.bt-widget-categories .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.widget.bt-widget-categories .widget-content .cat-item {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px;
  min-height: 80px;
}

.widget.bt-widget-categories .widget-content .cat-item > .cat-item-inner {
  border-radius: 10px;
  overflow: hidden;
}

.widget.bt-widget-categories .widget-content .cat-item .cat-thumb {
  position: relative;
}

.widget.bt-widget-categories .widget-content .cat-item .cat-thumb img {
  width: 100%;
}

.widget.bt-widget-categories .widget-content .cat-item .cat-thumb:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.widget.bt-widget-categories .widget-content .cat-item .cat-name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.widget.bt-widget-categories .widget-content .cat-item:hover .cat-thumb:before {
  background-color: rgba(0, 0, 0, 0.7);
}

.widget.bt-widget-categories .widget-content .cat-item:hover .cat-name {
  color: #ff8b00;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item > .cat-item-inner {
  border-radius: 0px;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item .cat-thumb:before {
  background-color: transparent;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item .cat-name {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  height: auto;
  top: auto;
  width: 100%;
  text-align: center;
  color: #000;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item .cat-name > span {
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff;
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item:hover .cat-thumb:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.widget.bt-widget-categories.bt-widget-categories-two .widget-content .cat-item:hover .cat-name {
  color: #ff8b00;
}

.widget.tb-subscribe-widget .subscribe-box {
  background-color: #FCFCFC;
  padding: 30px 15px;
  border-radius: 10px;
  border: 4px solid #F1F1F1;
  text-align: center;
}

.widget.tb-subscribe-widget .subscribe-box p {
  margin-bottom: 25px;
  font-size: 14px;
}

.widget.tb-subscribe-widget .subscribe-box .icon {
  margin-bottom: 17px;
}

.widget.tb-subscribe-widget .subscribe-box input[type=email] {
  width: auto;
  background-color: #F5F5F5;
  color: #000;
  font-size: 14px;
  font-style: normal;
  padding: 5px 15px;
  height: 40px;
  border-radius: 40px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.widget.tb-subscribe-widget .subscribe-box input:focus {
  outline: none;
  border: none;
}

.widget.tb-subscribe-widget .subscribe-box :-ms-input-placeholder,
.widget.tb-subscribe-widget .subscribe-box :-ms-input-placeholder,
.widget.tb-subscribe-widget .subscribe-box ::-webkit-input-placeholder {
  color: #b1b1b1;
}

.widget.tb-subscribe-widget .subscribe-box ::placeholder,
.widget.tb-subscribe-widget .subscribe-box :-ms-input-placeholder,
.widget.tb-subscribe-widget .subscribe-box ::-webkit-input-placeholder {
  color: #b1b1b1;
}

.widget.tb-subscribe-widget .subscribe-form {
  text-align: center;
  padding: 0 10px;
}

.widget.tb-subscribe-widget .subscribe-form .form-group {
  margin-bottom: 0;
}

.widget.tb-subscribe-widget .subscribe-form #subscribe-btn {
  width: 100%;
  border-radius: 40px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: 0 0 0 #ff8b00;
}

.widget.tb-posts-slide-widget #post-widget-carousel {
  position: relative;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five {
  border-radius: 10px;
  margin-bottom: 0px;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .thumb-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .thumb-wrap:before {
  background: rgba(0, 0, 0, 0.5);
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .content-entry-wrap {
  text-align: left;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .entry-meta-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .entry-title {
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.widget.tb-posts-slide-widget #post-widget-carousel .post.post-grid.style-five .featured-badge-list {
  margin-bottom: 16px;
}

.widget.tb-posts-slide-widget #post-widget-carousel.carousel-nav-circle .owl-nav {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 100%;
}

.widget.tb-posts-slide-widget #post-widget-carousel.carousel-nav-circle .owl-nav > div {
  color: #fff;
}

.widget.bt-about-us-widget, .widget.bt-business-info-widget {
  font-size: 14px;
}

.widget.bt-about-us-widget .info-list.list > li, .widget.bt-business-info-widget .info-list.list > li {
  margin: 13px 0;
}

.widget.bt-about-us-widget .info-list.list > li:last-child, .widget.bt-business-info-widget .info-list.list > li:last-child {
  margin-bottom: 0;
}

.widget.bt-about-us-widget .info-list.list > li > a, .widget.bt-business-info-widget .info-list.list > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.bt-about-us-widget .info-list.list > li > a > span, .widget.bt-business-info-widget .info-list.list > li > a > span {
  font-size: 20px;
  margin-right: 20px;
}

.widget.bt-about-us-widget .info-list.list > li > a:hover, .widget.bt-business-info-widget .info-list.list > li > a:hover {
  color: #ff8b00;
}

.widget.bt-about-us-widget {
  font-size: 14px;
}

.widget.bt-about-us-widget .about-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.widget.bt-about-us-widget .about-info > .thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

.widget.bt-about-us-widget .about-info > .thumb img {
  border-radius: 50%;
}

.widget.bt-about-us-widget .about-info > .info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  padding-left: 25px;
}

.widget.bt-about-us-widget .about-info > .info h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.widget.bt-about-us-widget .about-info > .info > p {
  font-size: 12px;
  line-height: 1.45em;
}

.widget.bt-business-info-widget .g-map {
  margin-bottom: 25px;
}

.widget.bt-business-info-widget .g-map iframe {
  height: 290px;
  width: 100%;
}

.widget.bt-business-info-widget .info-list.list {
  margin-bottom: 30px;
}

.widget.bt-about-footer-widget {
  font-size: 14px;
}

.widget.bt-about-footer-widget .about-logo {
  margin-bottom: 23px;
}

.widget.bt-about-footer-widget .about-logo a {
  display: block;
}

.widget.bt-online-reservation-widget #reservation_form > p {
  margin-bottom: 8px;
}

.widget.bt-online-reservation-widget #reservation_form .form-controllar {
  padding: 5px 0 !important;
  border-bottom: 1px solid #DDDDDD;
  font-size: 13px;
}

.widget.bt-online-reservation-widget #reservation_form .nice-select {
  padding: 5px 0 !important;
  border-bottom: 1px solid #DDDDDD;
  height: 52px;
  font-size: 13px;
}

.widget.bt-online-reservation-widget #reservation_form .nice-select:after {
  content: "";
  right: 0;
  top: 8px;
}

.widget.bt-online-reservation-widget #reservation_form .nice-select .current {
  line-height: 45px;
}

.widget.bt-online-reservation-widget #reservation_form .form-submit {
  margin-bottom: 0px;
}

.widget.bt-online-reservation-widget #reservation_form .form-submit > .btn-default {
  width: 100%;
  margin-top: 20px;
}

.widget.bt-widget-search-filter > .widget-content {
  padding-top: 10px;
}

.widget.bt-extra-info-widget ul.info-list {
  padding-left: 0px;
  margin-bottom: -5px;
  list-style: none;
  margin-top: -5px;
}

.widget.bt-extra-info-widget ul.info-list > li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000;
}

.widget.bt-extra-info-widget ul.info-list > li:last-child {
  margin-bottom: 0px;
}

.widget.bt-extra-info-widget ul.info-list > li > span {
  color: #727272;
}

.widget.bt-browse-nearby-widget .list > li {
  margin-bottom: 10px;
}

.widget.bt-browse-nearby-widget .list > li:last-child {
  margin-bottom: 0;
}

.widget.bt-browse-nearby-widget .list > li > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #000;
}

.widget.bt-browse-nearby-widget .list > li > a > span {
  font-size: 22px;
  margin-right: 20px;
  width: 42px;
  height: 42px;
  background-color: #ff8b00;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #fff;
}

.widget.bt-browse-nearby-widget .list > li > a.automotive > span {
  background-color: #00BD9B;
}

.widget.bt-browse-nearby-widget .list > li > a.beauty > span {
  background-color: #8C77E9;
}

.widget.bt-browse-nearby-widget .list > li > a.restaurant > span {
  background-color: #C43503;
}

.widget.bt-browse-nearby-widget .list > li > a.hotel > span {
  background-color: #F59744;
}

.widget.bt-browse-nearby-widget .list > li > a:hover {
  color: #ff8b00;
}

.widget.bt-open-hours-widget .listing-hours-list {
  font-size: 14px;
}

.widget.bt-open-hours-widget .listing-day {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.widget.bt-open-hours-widget .listing-day:last-child {
  margin-bottom: 0px;
}

.widget.bt-open-hours-widget .listing-day .time-items {
  color: #727272;
}

.widget.bt-open-hours-widget .listing-day .time-items > span {
  display: block;
  text-align: right;
}

.widget.bt-open-hours-widget .listing-day.current {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.widget.bt-open-hours-widget .listing-day.current .open-status {
  color: #4bba29;
  line-height: 1.2em;
}

.widget.bt-open-hours-widget .listing-day.closed .time-items .time {
  color: #ff8b00;
}

.widget.bt-price-range-widget .price-range {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  color: #000;
}

.widget.bt-price-range-widget .price-range .rating-value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.bt-price-range-widget .price-range .rating-value .list {
  margin-right: 10px;
}

.widget.bt-price-range-widget .price-range .rating-value .list > li {
  color: #ddd;
  display: inline-block;
}

.widget.bt-price-range-widget .price-range .rating-value > span {
  background-color: #e96700;
  color: #fff;
  font-size: 10px;
  line-height: 1.5em;
  padding: 2px 10px;
  text-transform: uppercase;
}

.widget.bt-menu-gallery-widget .menu-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.widget.bt-menu-gallery-widget .menu-list > .menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.widget.bt-menu-gallery-widget .menu-list > .menu-item:nth-child(2n) {
  text-align: right;
}

.widget.bt-statistic-widget .statistic-list {
  overflow: hidden;
  margin-bottom: -15px;
}

.widget.bt-statistic-widget .statistic-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}

.widget.bt-statistic-widget .statistic-item > span {
  font-size: 22px;
  margin-right: 20px;
}

.widget.widget-text .widget-content a {
  display: inline-block;
}

.widget.widget-text .widget-content a img {
  border-radius: 10px;
}

.widget.bt-about-me-widget .author-thumb {
  margin-bottom: 35px;
}

.widget.bt-about-me-widget .author-info {
  display: block;
}

.widget.bt-about-me-widget .author-info .name {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
}

.widget.bt-instafeed-widget {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  position: relative;
}

.widget.bt-instafeed-widget .instafeed-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.widget.bt-instafeed-widget .instafeed-heading .heading {
  background-image: -webkit-linear-gradient(left, #3A1F82, #CD1820);
  background-image: linear-gradient(to right, #3A1F82, #CD1820);
  text-align: center;
  padding: 13px 25px 17px;
}

.widget.bt-instafeed-widget .instafeed-heading .heading h4 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.9em;
  color: #fff;
}

.widget.bt-instafeed-widget .instafeed-heading .heading h4 span {
  display: block;
  font-size: 24px;
  text-transform: none;
}

.widget.bt-instafeed-widget #instafeed {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  overflow: hidden;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget.bt-instafeed-widget #instafeed > .feed-item {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.widget.bt-instafeed-widget #instafeed > .feed-item a {
  display: block;
}

.widget.bt-instafeed-widget #instafeed > .feed-item img {
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.widget.bt-instafeed-widget #instafeed > .feed-item:hover img {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

@media only screen and (max-width: 1199px) {
  .widget.bt-about-us-widget .social-share > li > a {
    height: 35px;
    line-height: 35px;
    width: 35px;
  }
  .widget.bt-widget-categories .widget-content .cat-item .cat-name {
    font-size: 16px;
  }
  .widget.tb-subscribe-widget .subscribe-box p {
    margin-bottom: 25px;
  }
  .widget.tb-subscribe-widget .subscribe-form {
    padding: 0;
  }
  .widget.tb-posts-slide-widget .post.post-grid.style-five .content-entry-wrap {
    padding: 15px;
  }
  .widget.tb-posts-slide-widget #post-widget-carousel.carousel-nav-circle .owl-nav {
    left: 15px;
    top: 15px;
  }
  .widget.bt-about-us-widget .about-info > .thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
  }
  .widget.bt-about-us-widget .about-info > .info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    padding-left: 15px;
  }
  .widget.bt-about-us-widget .about-info > .info h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .widget {
    margin-bottom: 40px;
  }
  .widget.bt-about-us-widget .about-logo {
    margin-bottom: 20px;
  }
  .widget.bt-about-us-widget .widget-content > p {
    margin-bottom: 15px;
  }
  .widget.bt-widget-categories .widget-content .cat-item .cat-name {
    font-size: 20px;
  }
  .widget.tb-posts-slide-widget .post.post-grid.style-five .thumb-wrap {
    height: 600px;
  }
}

@media only screen and (max-width: 575px) {
  .widget.widget-list.style-two ul > li {
    float: none;
  }
  .widget.bt-widget-categories .widget-content .cat-item .cat-name {
    font-size: 16px;
  }
  .widget.widget-categories ul > li > a {
    font-size: 15px;
  }
  .widget.tb-posts-slide-widget .post.post-grid.style-five .thumb-wrap {
    height: 400px;
  }
  .widget .post.side-post .entry-title {
    line-height: 1.25em;
  }
  .widget .post.side-post > .thumb-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
  }
  .widget .post.side-post .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
}



/*-------------------------------------------------------------------
    # Pages
*/
/* [ ## Listing Map ] */
.listing-google-map-content #map_todo_listing {
  height: 620px;
}

.infoBox {
  position: absolute !important;
}

.infoBox > img {
  position: absolute !important;
  right: 20;
  top: 20;
}

.marker_info {
  background-color: #fff;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
  padding: 10px;
}

.marker_info > .thumb {
  position: relative;
  margin-bottom: 20px;
}

.marker_info > .thumb:before {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.marker_info > .thumb .save {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  left: 15px;
  position: absolute;
  z-index: 1;
}

.marker_info > .thumb .save > i {
  padding-right: 5px;
}

.marker_info > .thumb + div {
  padding: 0 5px;
}

.marker_info h3 {
  font-size: 16px;
  margin-bottom: 7px;
}

.marker_info .location-status {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.marker_info .location-status .todo-location > span {
  display: inline-block;
  margin-right: 4px;
}

.marker_info .location-status .todo-status {
  color: #2dad4b;
}

.marker_info .rating {
  font-size: 12px;
  margin-bottom: 10px;
}

.marker_info .rating > .infobox_rate {
  background-color: #5bb638;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  padding: 3px 5px;
}

.listing-map-wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listing-map-wrap > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.listing-map-wrap .listing-google-map-content #map_todo_listing {
  height: 100%;
}

.listing-map-wrap .listing-filter-area {
  padding: 40px 60px 30px;
}

.listing-map-wrap .listing-filter-area .search_filter_form .filter-group {
  margin-bottom: 20px;
}

.listing-map-wrap .listing-filter-area .search_filter_form .search-distance-value {
  padding-top: 10px;
}

.listing-map-wrap .listing-filter-area .search_filter_form .tags-form-group .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.listing-map-wrap .listing-filter-area .search_filter_form .tags-form-group .form-group > label {
  color: #000;
}

.listing-map-wrap .listing-filter-area .search_filter_form .tags-form-group .form-group > label:after {
  top: -1px;
}

.listing-map-wrap .listing-map-content-main {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  padding: 50px 60px;
}

.listing-map-wrap .listing-map-content-main .search-filter-options {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.listing-map-wrap .listing-map-content-main .listing-todo-main {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  width: 100%;
  height: 550px;
}

.listing-map-wrap .listing-map-content-main .listing-todo-main .tse-scrollbar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background-color: #dddddd;
  border-radius: 8px;
  height: calc(100% - 10px);
  width: 8px;
}

.listing-map-wrap .listing-map-content-main .listing-todo-main .tse-scrollbar .drag-handle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #ff8b00;
  right: 0;
  width: 8px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: pointer;
}

.listing-map-wrap .listing-map-content-main .listing-todo-main .tse-scrollbar .drag-handle.visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.listing-map-wrap .listing-map-content-main .listing-todo-main .tse-scroll-content .tse-content {
  padding-right: 55px;
}

.listing-map-wrap.listing-map-list .listing-filter-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
  max-width: 370px;
  box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.06);
  border-right: 1px solid #DDDDDD;
  padding: 0;
}

.listing-map-wrap.listing-map-list .listing-filter-area .title-icon {
  padding: 45px 30px 17px;
}

.listing-map-wrap.listing-map-list .listing-filter-area [class*=col-] {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter {
  padding: 0 30px;
}

.listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter .search_filter_form .filter-group {
  margin-bottom: 10px;
}

.listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter .search_filter_form .tags-form-group .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.listing-map-wrap.listing-map-list .listing-map-content-list {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 370px);
  flex: 0 0 calc(100% - 370px);
  max-width: calc(100% - 370px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listing-map-wrap.listing-map-list .listing-map-content-list .listing-map-content-main {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.listing-map-wrap.listing-map-list .listing-map-content-list .listing-map-content-main .listing-todo-main {
  height: 885px;
}

.listing-map-wrap.listing-map-list .listing-map-content-list .listing-map-content-main .listing-todo-main .tse-scroll-content .tse-content {
  padding-right: 50px;
}

.listing-map-wrap.listing-map-list .listing-map-content-list .listing-google-map-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

@media only screen and (min-width: 1367px) and (max-width: 1620px) {
  .listing-map-wrap.listing-map-list .listing-filter-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area .title-icon {
    padding: 55px 20px 17px;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter {
    padding: 0 20px;
  }
  .listing-map-wrap.listing-map-list .listing-map-content-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .listing-map-wrap.listing-map-list .popular-todo-item.todo-item-list {
    display: block;
  }
  .listing-map-wrap.listing-map-list .popular-todo-item.todo-item-list .content-entry-wrap {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .listing-map-wrap .listing-map-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .listing-map-wrap .listing-google-map-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .listing-map-wrap .listing-filter-area {
    padding: 30px 30px 15px;
  }
  .listing-map-wrap .listing-filter-area .search_filter_form .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .listing-map-wrap .listing-filter-area .search_filter_form .tags-form-group .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .listing-map-wrap .listing-map-content-main {
    padding: 50px 30px;
  }
  .listing-map-wrap .listing-map-content-main .listing-todo-main .tse-scroll-content .tse-content {
    padding-right: 40px;
  }
  .listing-map-wrap.listing-map-list .listing-map-content-list .listing-map-content-main {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-map-wrap.listing-map-list .listing-map-content-list .listing-google-map-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-map-wrap.listing-map-list .listing-map-content-list .listing-google-map-content #map_todo_listing {
    height: 550px;
  }
}

@media only screen and (max-width: 1199px) {
  .listing-google-map-content #map_todo_listing {
    height: 550px;
  }
  .listing-map-wrap .listing-map-content-main .listing-todo-main [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter .search_filter_form .tags-form-group .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-map-wrap.listing-map-list .listing-map-content-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .listing-map-wrap.listing-map-list .listing-map-content-list .listing-map-content-main .listing-todo-main .tse-scroll-content .tse-content {
    padding-right: 40px;
  }
  .listing-map-wrap.listing-map-list .popular-todo-item.todo-item-list .todo-thumbnail-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;
  }
  .listing-map-wrap.listing-map-list .popular-todo-item.todo-item-list .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 290px);
    flex: 0 0 calc(100% - 290px);
    max-width: calc(100% - 290px);
  }
}

@media only screen and (max-width: 991px) {
  .listing-google-map-content #map_todo_listing {
    height: 500px;
  }
  .listing-map-wrap .listing-map-content,
  .listing-map-wrap .listing-google-map-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-map-wrap .listing-map-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .listing-map-wrap .listing-google-map-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .listing-map-wrap .listing-google-map-content #map_todo_listing {
    height: 550px;
  }
  .listing-map-wrap .listing-map-content-main {
    padding: 70px 30px;
  }
  .listing-map-wrap .listing-filter-area {
    padding: 40px 30px 25px;
  }
  .listing-map-wrap .search-filter-options .filter-by-grid-list > span {
    margin-top: -10px;
  }
  .listing-map-wrap .listing-map-content-main .listing-todo-main [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .listing-map-wrap.listing-map-list {
    display: block;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter .search_filter_form .tags-form-group .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .listing-map-wrap.listing-map-list .listing-map-content-list {
    max-width: 100%;
  }
  .listing-map-wrap.listing-map-list .popular-todo-item.todo-item-list .todo-thumbnail-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
  }
  .listing-map-wrap.listing-map-list .popular-todo-item.todo-item-list .content-entry-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 340px);
    flex: 0 0 calc(100% - 340px);
    max-width: calc(100% - 340px);
  }
}

@media only screen and (max-width: 767px) {
  .listing-google-map-content #map_todo_listing {
    height: 480px;
  }
  .listing-map-wrap .listing-google-map-content #map_todo_listing {
    height: 500px;
  }
  .listing-map-wrap .listing-map-content-main .listing-todo-main [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area .title-icon {
    padding: 35px 15px 20px;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter {
    padding: 0 15px;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter .search_filter_form .tags-form-group {
    display: block;
  }
  .listing-map-wrap.listing-map-list .listing-filter-area .bt-widget-search-filter .search_filter_form .tags-form-group .form-group {
    max-width: 100%;
  }
  .listing-map-wrap.listing-map-list .popular-todo-item.todo-item-list .todo-thumbnail-area,
  .listing-map-wrap.listing-map-list .popular-todo-item.todo-item-list .content-entry-wrap {
    max-width: 100%;
  }
  .listing-map-wrap.listing-map-list .listing-google-map-content #map_todo_listing {
    height: 500px;
  }
}

@media only screen and (max-width: 575px) {
  .listing-map-wrap .listing-filter-area .search_filter_form .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .listing-map-wrap .listing-map-content-main .search-filter-options {
    display: block;
    margin-bottom: 20px;
  }
  .listing-map-wrap .listing-map-content-main .search-filter-options .result-show-by-cat {
    margin-bottom: 10px;
  }
  .listing-map-wrap .listing-map-content-main {
    padding: 60px 15px;
  }
  .listing-map-wrap .listing-filter-area {
    padding: 40px 15px 25px;
  }
  .listing-map-wrap .listing-filter-area .search_filter_form .filter-group {
    margin-bottom: 10px;
  }
}

/* [ ## About Us ] */
.about-us-section .about-content > h2 {
  font-size: 48px;
  line-height: 1.25em;
  margin-bottom: 35px;
}

.about-us-section .about-content p {
  text-align: justify;
}

.about-us-section .about-thumb-area {
  display: inline-block;
  position: relative;
}

.about-us-section .about-thumb-area .video-btn {
  left: 50%;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1199px) {
  .about-us-section .about-content > h2 {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .about-us-section .about-thumb-area {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-section .about-content > h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .about-us-section .about-thumb-area {
    margin-bottom: 40px;
  }
  .about-us-section .about-content > h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

/* [ ## How It Work ] */
.single-how-work {
  margin-bottom: 60px;
}

.single-how-work .how-work-thumb {
  padding-right: 45px;
  position: relative;
  z-index: 1;
}

.single-how-work .how-work-info {
  position: relative;
}

.single-how-work .how-work-info .step-no {
  color: #E7E7E7;
  font-size: 310px;
  font-weight: 500;
  left: -82px;
  line-height: 0.8em;
  position: absolute;
  top: -25px;
  z-index: 0;
  margin-bottom: 0px;
}

.single-how-work .how-work-info .info {
  position: relative;
  z-index: 1;
}

.single-how-work .how-work-info .info > p {
  text-align: justify;
}

.single-how-work .how-work-info .info .title {
  font-size: 32px;
  margin-bottom: 25px;
}

.how-it-work-section > .container {
  margin-bottom: -60px;
}

.how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work > .row > div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work > .row > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work .how-work-thumb {
  padding-left: 45px;
  padding-right: 0;
  text-align: right;
}

.how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work .how-work-info .step-no {
  right: -77px;
  left: auto;
}

@media only screen and (max-width: 991px) {
  .single-how-work .how-work-thumb {
    padding-right: 0px;
    margin-bottom: 40px;
    text-align: right;
  }
  .single-how-work .how-work-info {
    padding-left: 55px;
  }
  .single-how-work .how-work-info .step-no {
    font-size: 180px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .single-how-work .how-work-info .info .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work > .row > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work > .row > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work .how-work-thumb {
    padding-left: 0px;
    padding-right: 0;
    text-align: left;
  }
  .how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work .how-work-info {
    padding-left: 0px;
    padding-right: 55px;
  }
  .how-it-work-section > .container > .row > div:nth-child(2n) .single-how-work .how-work-info .step-no {
    right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .single-how-work .how-work-info .info .title {
    font-size: 24px;
  }
}

/* [ ## Contact ] */
.contact-info-section .contact-location {
  border: 20px solid #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.13);
  display: inline-block;
  margin-bottom: -70px;
  position: relative;
  z-index: 2;
}

.contact-info-section .contact-info-area > h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-info-section .contact-info-area > p {
  margin-bottom: 20px;
}

.contact-info-section .contact-info-area .social-share {
  margin-top: 28px;
}

.contact-info-section .single-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-info-section .single-info:last-child {
  margin-bottom: 0;
}

.contact-info-section .single-info > span {
  display: inline-block;
  font-size: 22px;
  margin-right: 15px;
}

.contact-info-section .single-info > a:hover,
.contact-info-section .single-info > a:focus {
  color: #ff8b00;
}

@media only screen and (max-width: 991px) {
  .contact-info-section {
    padding-bottom: 80px;
  }
  .contact-info-section .contact-location {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-section {
    padding-bottom: 70px;
  }
  .contact-info-section .contact-location {
    margin-bottom: 40px;
  }
  .contact-info-section .contact-info-area > h3 {
    font-size: 20px;
  }
  .contact-info-section .contact-info-area > p {
    margin-bottom: 20px;
  }
}

.contact-form-section > div {
  padding-top: 70px;
}

.contact-form-section .section-header {
  margin-bottom: 32px;
}

.contact-form .form-controller {
  background-color: transparent;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
  height: 52px;
  padding: 0 !important;
  width: 100%;
}

.contact-form textarea.form-controller {
  padding-top: 15px !important;
}

.contact-form .btn-sumbit {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .contact-form-section > div {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form .btn-sumbit {
    margin-top: 20px;
  }
}

/* [ ## Pricing ] */
/*-------------------------------------------------
    [ ## Pricing Section ]
*/
.pricing-subscription-section .filter-pricing-tab {
  text-align: right;
  margin-bottom: 30px;
}

.pricing-subscription-section .filter-pricing-tab .nav-tabs {
  background-color: #E3E3E3;
  border: 0px solid;
  border-radius: 40px;
  overflow: hidden;
  display: inline-block;
}

.pricing-subscription-section .filter-pricing-tab .nav-tabs > li {
  border-right: 0px solid;
  display: inline-block;
  margin: 0 -2px;
}

.pricing-subscription-section .filter-pricing-tab .nav-tabs > li > a {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0;
  min-width: 170px;
  padding: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  text-align: center;
}

.pricing-subscription-section .filter-pricing-tab .nav-tabs > li > a.active, .pricing-subscription-section .filter-pricing-tab .nav-tabs > li > a:focus, .pricing-subscription-section .filter-pricing-tab .nav-tabs > li > a:hover {
  background-color: #ff8b00;
  color: #fff;
}

.pricing-subscription-section.pricing-style-two .filter-pricing-tab {
  margin-bottom: 60px;
  text-align: center;
}

.pricing-table-list {
  margin-bottom: -30px;
}

.pricing-table-list .pricing-box {
  border: 1px solid #EDEDED;
  background-color: #fff;
  margin-bottom: 30px;
}

.pricing-table-list .pricing-box .pricing-header {
  text-align: center;
}

.pricing-table-list .pricing-box .pricing-header .package-type {
  font-size: 20px;
  text-transform: capitalize;
  background-color: #161616;
  color: #fff;
  font-weight: 600;
  padding: 22px 15px;
}

.pricing-table-list .pricing-box .pricing-header .package-price {
  background-color: #F5F5F5;
  font-size: 14px;
  color: #000;
  padding: 28px 15px 25px;
}

.pricing-table-list .pricing-box .pricing-header .package-price > h2 {
  font-size: 32px;
  font-weight: lighter;
  line-height: 0.85em;
  margin-bottom: 0;
}

.pricing-table-list .pricing-box .pricing-header .package-price > h2 > sub {
  bottom: 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  left: -5px;
}

.pricing-table-list .pricing-box .pricing-content {
  text-align: center;
}

.pricing-table-list .pricing-box .pricing-content > ul > li {
  font-size: 14px;
  padding: 14px 15px;
}

.pricing-table-list .pricing-box .pricing-content > ul > li:nth-child(2n) {
  background-color: #F5F5F5;
}

.pricing-table-list .pricing-box .pricing-content > ul > li:first-child {
  padding-top: 25px;
}

.pricing-table-list .pricing-box .pricing-footer {
  text-align: center;
  padding: 15px 15px 30px;
}

.pricing-table-list .pricing-box .pricing-footer > .btn-plan {
  background-color: #ff8b00;
  border: 0 solid;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 43px;
  line-height: 45px;
  padding: 0 40px;
  text-transform: uppercase;
  box-shadow: 3px 3px 11px rgba(0, 167, 234, 0.25);
}

.pricing-table-list .pricing-box .pricing-footer > .btn-plan:hover, .pricing-table-list .pricing-box .pricing-footer > .btn-plan:focus {
  background-color: #161616;
  color: #fff;
}

.pricing-table-list .pricing-box.active {
  box-shadow: 0 7px 20px rgba(22, 22, 22, 0.075);
}

.pricing-table-list .pricing-box.active .pricing-header .package-type {
  background-color: #ff8b00;
}

.pricing-table-list .pricing-box.active .pricing-header .package-price {
  background-color: #161616;
  color: #fff;
}

.pricing-table-list .pricing-box.active .pricing-header .package-price > h2 {
  color: #fff;
}

.pricing-table-list .pricing-box.active .pricing-footer > .btn-plan {
  background-color: #161616;
}

.pricing-table-list .pricing-box.active .pricing-footer > .btn-plan:hover, .pricing-table-list .pricing-box.active .pricing-footer > .btn-plan:focus {
  background-color: #ff8b00;
}

@media only screen and (max-width: 991px) {
  .pricing-subscription-section .filter-pricing-tab {
    margin-bottom: 40px;
    text-align: left;
  }
  .pricing-subscription-section.pricing-style-two .filter-pricing-tab {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .pricing-subscription-section .filter-pricing-tab .nav-tabs > li > a {
    font-size: 14px;
    min-width: 135px;
  }
  .pricing-table-list .pricing-box .pricing-header .package-type {
    font-size: 18px;
    padding: 17px 15px;
  }
  .pricing-table-list .pricing-box .pricing-header .package-price {
    padding: 25px 15px 20px;
  }
}

/*------------------------------------------------------------------
    # Site Footer
*/
.site-footer .footer-widget-area > .container {
  margin-bottom: -65px;
}

.site-footer.footer-default-style .widget .widget-title {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 35px;
  margin-top: -3px;
}

.site-footer.footer-default-style .widget .widget-title:before {
  height: 0px;
}

.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-box {
  background-color: transparent;
  border-width: 0px;
  border-radius: 0px;
  padding: 0;
  text-align: left;
}

.site-footer.footer-default-style .widget.tb-subscribe-widget .subscribe-box .subscribe-form {
  padding: 0;
}

.site-footer.footer-default-style .footer-bottom-area {
  font-size: 12px;
  line-height: 20px;
  padding: 20px 0;
}

.site-footer.footer-default-style .footer-bottom-area i.fa {
  color: #ff8b00;
}

.site-footer.footer-default-style .footer-bottom-right {
  text-align: right;
}

.site-footer.footer-default-style .footer-bottom-right a:hover {
  color: #ff8b00;
}

.site-footer.footer-style-one .footer-bottom-area {
  padding: 70px 0 20px;
}

.site-footer.footer-style-three, .site-footer.footer-style-two {
  color: #cfcfcf;
}

.site-footer.footer-style-three:before, .site-footer.footer-style-two:before {
  background-color: rgba(22, 22, 22, 0.92);
}

.site-footer.footer-style-three .widget .widget-title, .site-footer.footer-style-two .widget .widget-title {
  color: #fff;
}

.site-footer.footer-style-three .footer-bottom-area, .site-footer.footer-style-two .footer-bottom-area {
  background-color: #0f0f0f;
}

.site-footer.footer-style-three {
  padding-top: 5px;
}

@media only screen and (max-width: 991px) {
  .site-footer .footer-widget-area > .container {
    margin-bottom: -40px;
  }
  .site-footer.footer-default-style .widget .widget-title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer.footer-default-style .footer-bottom-area,
  .site-footer.footer-default-style .footer-bottom-right {
    text-align: center;
  }
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 54px;
font-style: normal;
}

.flaticon-car:before { content: "\f100"; }
.flaticon-shop:before { content: "\f101"; }
.flaticon-construction-and-tools:before { content: "\f102"; }
.flaticon-house:before { content: "\f103"; }
.flaticon-sport:before { content: "\f104"; }
.flaticon-heartbeat:before { content: "\f105"; }

.btn-whatsapp{
  background:#25d366;
      margin: 25px auto 0;
    display: block;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 18px;
        width: 60%;
}

.whatsapp-icon{
  background:#25d366;
  color:#fff;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  bottom:20px;
  font-size: 44px;
  padding: 15px 18px;
  z-index: 99;
}
.buble:after{
  content:'2';
  background: #F44336;
    font-size: 22px;
    border-radius: 100%;
    padding: 3px 9px;
    position: absolute;
    top: 1px;
    text-align: center;
}
#scroll-top{display: none !important}
.otro .hero-form-input-area > span{
  margin-bottom: 0 !important;
}
.none{display: none;}
.cat-item{
  -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.cat-item:hover{
  transform: translateY(-10px);
}
.main-image{
  position: absolute !important;
    top: 0;
    z-index: 0 !important;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: 100%;
    width: 100%;
}
.hero-search-form{
  margin-top: 30px;
  margin-bottom: 15px;
}
.hero-form-input-area span{display: none !important;}
.frontpage-banner-section.frontpage-banner-style-four .frontpage-banner-content .banner-title {
  margin-bottom: 10px !important;
}
.sorteo h1{
  float:left;
  margin-top: 100px;
  text-transform: uppercase;
    text-align: center;
    font-size: 56px;
}
.sorteo img{
  position: relative;
  bottom: -30px;
}
.input-error{
  background: #F44336;
  color: #fff;
}
.m-t-10{
  margin-top: 10px;
}
.site-navigation-page .menu > ul > li > a{
  color: #000 !important;
}