html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*typography strat*/
a{
  color: black;
  text-decoration: none;
}
a:hover {
  color: #F56F28;
}

a.link{
  color: #663F1D;
  text-decoration: none;
}
a.link:hover{
  color: #F56F28;
}
.block_title{
  color: #663F1D;
  background-color: #ffc107;
}

.block_title h4, .block_title h1{
  font-size: 18px;
  font-weight: 600;
  padding: 12px 0;
}

.w-100{
  width: 100%;
}

.header-top{
  background-color: #FEC335;
  padding: 5px 0;
}

.header_menu-area{
  background-color: rgba(0,0,0,1);
}

.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #eee;
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #eee;
    padding: 8px 10px;
    font-size: 14px;
  }
}

.navbar-dark .navbar-nav .nav-link:hover{
  background-color: #FEC335;
  border-radius: 10px;
  color: black;
}

.login-search{
  background-color: #FEC335;
}

#login{
  padding: 1em 1em;
  border-radius: 5px;
  border: solid #752608 2px;
}
@media (max-width: 425px) {
  #login{
    margin-top: 10px;
  }
}

.cat-title {
  color: #FEC335;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  font-weight: 800;
}

.cat-content {
  line-height: 32px;
}

.cat-content ul {
  padding: 0!important;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.cat-content ul li {
  list-style: none;
  display: inline-block;
}

.cat-content ul li a {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 8px;
  font-weight: 700;
}

.cat-content ul li a:hover{
  color: black;
}

.btn{
  background-color: rgba(0,0,0,0.8);
  color: white;
  border: solid #f78922 1px;
}

.btn:hover{
  background-color: #FEC335 ;
  color: rgba(0,0,0,0.8);
}

.btn-login, .btn-list{
  padding: 2px 20px;
  border-radius: 10px;
}

.btn-login:hover, .btn-list:hover{
  background-color: white;
  color: black;
}

.btn-search{
  width: 100%;
}

.bullet_list{
  padding-left: 15px;
}

.bullet_list  li{
  list-style: none;
  line-height: 30px;
  border-bottom: dotted 1px #663F1D;
  margin: 0px 10px;
}

.featured_links .bullet_list li:before{
  font-weight: 700;
  font-family: "FontAwesome";
  content:"\f101";
  margin-right: 8px;
}

.bullet_list  li a{
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.bullet_list li a:hover{
  color:#F56F28;
}

.bullet_list.two_col{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #f9f7f7;
  padding-top: 10px;
  padding-bottom: 20px;
}

.bullet_list.two_col li{
  width: 50%;
  border-bottom: none;
  margin: 0px;
  padding-right: 15px;
}

@media (max-width: 425px) {
  .bullet_list.two_col li{
    width: 100%;
    border-bottom: none;
    margin: 0px;
    padding-right: 15px;
  }
}

.featured_links{
  border: solid black 1px;
  padding-bottom: 20px;
}

.bullet_list.two_col li a.cat_heading{
  font-weight: 600;
}

.cat_sub{
  line-height: 14px;
  margin-left: 20px;
}

.cat_sub  a{
  text-decoration: none;
  color: #663F1D;
  font-size: 12px!important;
}

.cat_sub  a:not(:last-child):after{
  content: ",";
}

ul.ad-section {
  padding: 0;
}

ul.ad-section li{
  list-style: none;
}

ul.ad-section.ad-vertical li:not(:last-child) {
  margin-bottom: 20px;
}
ul.ad-section.ad-horizontal li {
  float:left;
  margin-bottom: 20px;
  width: calc(33.33% - 13.3px);
}
ul.ad-section.ad-horizontal li:not(:last-child) {
  margin-right: 20px;
}
@media(max-width: 991px) {
  ul.ad-section.ad-horizontal li {
    width: 100%;
    margin-right: 0!important;
  }
}
ul.ad-section.ad-horizontal li img {
  max-height: 250px;
}

footer{
  background-color: #FEC335;
  color: #491217;
}

.social-links a{
  color: #752608;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 10px;
}

.social-links a i.facebook{
  color: #385596;
}

.social-links a i.twitter{
  color: #46B8F0;
}

.social-links a i.youtube{
  color: #DE3E2C;
}

.banner{
  background-image: url("../images/clouds-header.jpg") ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner .overlay{
  position: relative;
}

.banner .overlay:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.banner .banner-content .banner_show_record{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}

.banner .banner-content .banner_show_record .record_content{
  text-align: center;
  padding: 10px;
  margin: 0 1em;
  max-width: 135px;
  min-width: 135px;
}

@media (min-width:922px ) {
  .banner .banner-content .banner_show_record .record_content{
    max-width: 200px;
    min-width: 200px;
  }
}

.banner .banner-content .banner_show_record .record_content h4{
  color: #FEC335;
  font-size: 30px;
  font-weight: 700;
}

.banner .banner-content .banner_show_record .record_content p{
  color: #fff;
  margin-bottom: 0px;
}

.banner_search_cat{
  border: solid black 2px;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.5);
}

.bolded, h1.bolded, h2.bolded, h3.bolded, h4.bolded, h5.bolded, .text-hero.bolded {
  font-weight: 400;
}
.booking-item-title {
  margin-bottom: 0px;
}

.item-list .business-ads {
  background: none repeat scroll 0 0 #ffd608;
  color: #000000;
  border: 1px solid #ffd608;
  border-radius: 50%;
  display: inline-block;
  height: 25px;
  line-height: 18px;
  padding: 3px;
  text-align: center;
  width: 25px;
  margin-right: 5px;
  font-size: 15px;
}

.pl30 {
  padding-left: 35px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

* > small, small {
  color: #818181;
  font-size: 10px;
  line-height: 1.4000000000000001em;
}

.item-list .date-added > small {
  color: #686a80;
  font-size: 11px;
  line-height: 1.8;
}

.item-list .info-row {
  display: block;
  clear: both;
  font-size: 12px;
  color: inherit;
  margin-bottom: 10px;
  line-height: normal;
}

li.item-list{
  line-height: 15px;
}

.top-btn{
  margin-top: 2em;
}
@media(max-width: 991px) {
  .top-btn {
    margin-top:0;
  }
  .gretting {
    display: none;
  }
}
.parent {
  border: 1px dashed #e6e6e6;
  display: table;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  background-color: white;
}

.parent .img{
  vertical-align: middle;
  display: table-cell;
  padding-right: 15px;
  width: 27%;
  height: 50px;
}

.parent img {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.parent .text {
  vertical-align: middle;
  display: table-cell;
  text-align: left;
}

.parent .text h3 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
}

.parent .text h3 a{
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.parent:hover{
  border: 1px dashed #000;
}

.parent .text h3 a:hover{
  color: #F56F28;
}

.row:before{
  display: table;
  content: " ";
}
.recent_view_content{
  display: flex;
  width: 100%;
}

.recent_view .item-list {
  border: 1px solid #F0F0F0;
  clear: both;
  padding: 15px;
  height: auto;
  width: 50%;
  display: block;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: background 0.25s ease-in;
  -webkit-transition: background 0.25s ease-in;
}

.bolded, h1.bolded, h2.bolded, h3.bolded, h4.bolded, h5.bolded, .text-hero.bolded {
  font-weight: 400;
}
.booking-item-title {
  margin-bottom: 0px;
}

.booking-item-rating-stars, .ratting-star {
  color: #ffd608;
}

.icon-group{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.icon-group li{
  list-style: none;
  display: inline-block;
}

.mb0 {
  margin-bottom: 0 !important;
}

.recent_view .item-list img{
  width: 120px;
}

.recent_view .item-list h5 a{
  text-decoration: none;
  font-size: 16px;
}

.blog-post {
  margin-bottom: 2em;
}

.blog-section .blog-post-thumb {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #207cca 10%, #2989d8 50%, #7db9e8 89%);
  background: -webkit-linear-gradient(top, #1e5799 0%,#207cca 10%,#2989d8 50%,#7db9e8 89%);
  background: linear-gradient(to bottom, #1e5799 0%,#207cca 10%,#2989d8 50%,#7db9e8 89%);
  -webkit-box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.75);
  box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.75);
}

.blog-section .blog-grid-content .blog-post .blog-post-thumb img, .blog-section .blog-post-thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.blog-section .blog-post-content {
  background-color: #EDEDED;
  padding: 1em;
}

.blog-section .blog-post-content .blog-post-content-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-section .blog-post-content .blog-post-content-meta ul li {
  display: inline-block;
  list-style: none;
  font-size: 12px;
  font-weight: 400;
  color: #7A7C7D;
  margin: 0;
  padding: 0;
}

.blog-section .blog-post-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: #666;
}

.blog-section .blog-post-content p {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.blog-section .blog-post-content .btn-danger {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0px;
  padding: 8px 16px;
  color: #ffffff;
  -webkit-box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.75);
  box-shadow: -1px 7px 25px -10px rgba(0,0,0,0.75);
}

.listing-filter {
  border-bottom: solid 1px #ddd;
  clear: both;
  padding: 15px;
}

.listing-filter h2 {
  font-size: 14px;
}
.text-black {
  color: #000000;
}

.custom-form, .custom-form .form-control {
  font-size: 14px;
}
.custom-form .form-control {
  border-radius: 0;
}
.rating {
  font-size: 25px;
  position: absolute!important;
}
.rating-company {
  font-size: 25px;
}
.rate-base-layer {
  color: #aaa;
}
.rate-hover-layer {
  color: orange;
}
.rating-show {
  font-size: 25px;
  color: orange;
}



.title {
  font-size: 24px;
  line-height: 32px;
  border-bottom: 1px solid #FEC335;
  margin: 0 0 30px;
  color: #FEC335;
  font-weight: normal;
}
.dashboard > div {
  margin-bottom: 15px;
}
.dashboard a {
  display: block;
  padding: 50px 0;
  text-decoration: none;
  font-size: 16px;
  color: #000;
  background-color: #f9f9f9;
  border-radius: 10%;
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  border: 1px solid #ccc
}
.dashboard a:hover {
  color: #999;
}
.absolute {
  position: absolute;
  margin-top: 35px;
  margin-left: -15px;
  z-index: 999999;
  color: #359058;
  background: #fff;
  border-radius: 50%;
}

#frmListing {
  font-size: 14px;
}
#frmListing .info {
  margin-bottom: 20px;
  background: #fafafa;
  padding: 20px;
}

#frmListing .form-control {
  font-size: 0.9em;
}
.btn-list-type {
  font-size: 20px;
  background: #444;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 0px 10px #000 inset;
}
.btn-list-type.active {
  background: orange;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
}
.select2-container .select2-selection--single {
  height: auto;
  padding: 0.282rem 0.25rem;
  border-color: #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.select2-results {
  font-size: 0.9em;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 0.9em;
}

.custom-file-input {
  height: calc(1.85rem + 2px)
}
.custom-file-label {
  height: calc(1.88rem + 2px);
  margin: 0 15px;
}
.custom-file-label::after {
  height: 1.85rem;
}
.gretting {
  position: absolute;
  right: 15px;
  color: #fff;
  font-weight: bold;
}

.paging {
  font-size: 0.9em;
}

.become-partner-link {
  position: fixed;
  top: 157px;
  right: 15px;
  line-height: 32px;
  z-index: 9;
  text-decoration: none !important;
}
.become-partner-link span {
  margin-right: 15px;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
  box-shadow: 0 0 5px #00000050;
  position: relative;
  padding: 0 10px;
  color: #555;
  font-size: 14px;
}
.become-partner-link span:after {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -7px;
  content: "";
}
.become-partner-link img {
  height: 32px;
  background: #fff;
  border-radius: 100%;
  padding: 2px;
  box-shadow: 0 0 5px #00000030;
}


#expert-contact {
  padding: 2em 3em;
  background: #f3f3f3;
  margin-top: 3em;
}
#expert-contact h3 {
  color: #445c8d;
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 2px;
}
.content-icon {
  margin-top: 30px;
}
.contact-block {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 0;
}
#expert-contact a {
  text-decoration: none;
  color: #008800;
}
.expert-contact a:hover {
  text-decoration: none;
}
.contact-block .icon {
  width: 60px;
  height: 60px;
  border: 2px solid #98afd6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.contact-block .icon i {
  font-size: 30px;
  line-height: 54px;
}
.contact-block .title {
  font-size: 24px;
  line-height: 60px;
  color: #fdc336;
  display: flex;
  font-weight: 700;
  border-bottom: 0;
  margin: 0;
}
.contact-block.envelope-icon .title strong, .contact-block.envelope-icon a, .contact-block.envelope-icon span.icon i {
  color: #f48634;
}
.contact-block.envelope-icon span.icon {
  border: 3px solid #f48634;
}
.contact-block.envelope-icon:hover span.icon {
  background: #f48634;
}
.contact-block .title strong {
  padding-right: 10px;
}
.contact-block.phone-icon span.icon {
  border: 3px solid #000;
}
.contact-block.phone-icon:hover span.icon {
  background: #000;
}
.contact-block.phone-icon .title strong, .contact-block.phone-icon a, .contact-block.phone-icon span.icon i {
  color: #000;
}
.contact-block.envelope-icon:hover span.icon i, .contact-block.phone-icon:hover span.icon i {
  color: #fff;
}
.online-chat {
  font-weight: 300;
}
.online-chat a {
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 28px!important;
}
#expert-contact h3 {
  color: #555;
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 2px;
}
.online-chat h3 span {
  font-weight: bold;
}

.dropdown-menu {
  background: #000;
  padding: 7px 0 0 0;
  border-radius: 0;
}
.dropdown-item {
  color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
  background: #FEC335;
}

#footer-menu {
  background: #ffd85c;
  padding: 8px;
  font-size: 14px;
}
#footer-menu ul {
  text-align: center;
  list-style: none;
  margin: 0;
}
#footer-menu li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #444;
  line-height: 13px;  
}
#footer-menu li:last-child {
  border: 0;
}
#footer-menu li a {
  color: #444;
}
#overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}

#claimBox {
  position: fixed;
  display: none;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  padding: 10px;
  z-index: 9;
  padding-right: 40px;
  border: 5px solid orange;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#claimBox > .close {
  position: absolute;
  right: 10px;
  top: 8px;
}
#claimBox > #msg {
  white-space: nowrap;
}


/* jquery ui autocomplete */
.ui-widget.ui-autocomplete li a {
    color: #545454;
    font-size: 0.9em;
    line-height: 1.7;
    display: block;
}

.ui-widget.ui-autocomplete li a:hover {
  text-decoration: none;
}

.ui-widget.ui-autocomplete li a.ui-state-active {
  background: #f3f3f3;
  border-color: #eee;
  border-left-color: #c5c5c5;
  border-right-color: #c5c5c5;
}