@import url('https://fonts.googleapis.com/css?family=Montserrat|Open+Sans|Lato|Ubuntu|Comfortaa|Charm');
body{
  font-family:"Lato","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{ 
  -webkit-appearance: none; 
  margin: 0; 
}
a:hover,a:focus{
  text-decoration: none;
  outline: none;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #ccc; 
}
::-webkit-scrollbar-thumb {
    background: #fade4e; 
}
.m-0{margin: 0 !important;}
.padleftzero{
  padding-left: 0px;
}
.hr1{
  border-color: #ccc;
}
.loginform .phonewithcode{
    position: relative;
}
.loginform .phonewithcode .ccode {
    position: absolute;
    left: 0;
    width: 60px;
    border-radius: 7px 0 0 7px;
    bottom: 0;
    height: 44px;
    background: #eeeeee;
    border: 1px solid #ccc;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginform .phonewithcode .form-control[name="phone"] {
    width: calc(100% - 60px);
    border-radius: 0 7px 7px 0;
    margin-left: auto;
}
.padrem{
  padding-left: 0px;
  padding-right: 0px;
}
.padremr{
  padding-right: 0px;
}
.required{
  color: red
}
.form-control{
  box-shadow: none;
  height: 44px;
  border-radius: 0px;
}
.newspage p{
  font-size: 15px;
  line-height: 32px;
}
.form-control:focus{
  border-color: #ccc;
  box-shadow: none;
}
.btn-primary,.label-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-secondary,.label-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-success,.label-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-info,.label-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-warning,.label-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-danger,.label-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-dark,.label-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
/*preloader*/
.spinner {
  width: 80px;
  height: 80px;
  background-color: #143139;
  margin: 250px auto;
  /*-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;*/
}
@media(max-width: 768px){
  .spinner {
    margin: 200px auto;
  }
}
.spinnerdiv{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
}
@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*preloader*/
/*navbar*/
.navbar{
  margin-bottom: 0px;
}
.navbar-nav>li>a{
  padding-top: 15px
}
.navbar-inverse{
  background: #143139;
  border-color: #143139;
  border-radius: 0px;
  min-height: 60px;
}
.navbar-brand img{
  width: 75%;
  margin-top: -5px;
}
@media only screen and (max-width: 768px) {
    .navbar-brand{
        margin-top:0px;
        padding: 15px 0px 15px 5px;
    }
}
@media only screen and (min-width: 768px) {
}
.navbar-right{
  margin-top: 5px;
}
.navbar-brand{
  font-family: 'Lato',sans-serif;
  color: #fff !important;
  font-size: 24px
}
.navbar-inverse .navbar-nav>li>a{
  color: #d1d1d1;
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Lato',sans-serif;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
  color: #d1d1d1;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
  border-color: transparent;
  box-shadow: none;
}
.navbar-inverse .navbar-nav>li>a:hover:after{
  background: #fade4e !important;
  width: 100%;
}
.navbar-inverse .navbar-toggle,.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  border-color: #143139;
  background: #143139;
}
.navbar-inverse .navbar-nav>li>a:after{
  content: '';
  display: block;
  margin: auto;
  height: 2px;
  position: relative;
  bottom: -12px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -moz-transition: width .5s ease, background-color .5s ease;
  -ms-transition: width .5s ease, background-color .5s ease;
  -o-transition: width .5s ease, background-color .5s ease;
}
.logmenu{
  padding-left: 20px;
  margin-right: 20px;
  border-left: 2px solid #d1d1d1;
}
@media only screen and (min-width: 1200px) {
.logbtn{
  color: #d1d1d1;
  font-family: 'Lato',sans-serif;
  font-size:16px;
}
.logbtn:hover{
  color: #fade4e;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.logbtn:hover span{
  background: #fade4e;
  color: #143139;
}
.logbtn span:hover{
  background: #fade4e;
  color: #143139;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.logbtn span{
  border: 2px solid #fade4e;
  border-radius: 4px;
  padding: 10px;
  color: #fade4e;
  margin-left: 10px;
  margin-right: 10px;
}
}
.adbtn{
  text-transform: capitalize;
  color: #d1d1d1;
  border: 2px solid #fade4e;
  border-radius: 4px;
  padding: 8px 25px 8px 25px;
  font-family: 'Lato',sans-serif;
  font-weight: bold;
  margin-left: 5px;
}
.adbtn:hover{
  background: #fade4e;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/*navbar*/
/*banner*/
.banner{
  /*background: url('../images/banner.jpg');*/
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 5%;
  padding-bottom: 10%;
}
.head1{
  color: #fff;
  font-family: 'Charm',cursive;
  font-size: 10vh;
  font-weight: bold;
}
.head2{
  color: #fade4e;
  font-family: 'Open Sans',sans-serif;
  font-size: 5vh;
}
@media(max-width: 400px){
  .head1{
    font-size: 40px;
  }
}
@media(max-width: 650px){
  .head2{
    font-size: 24px;
  }
}
@media(max-width: 580px){
  .head2{
    font-size: 20px;
  }
}
@media(max-width: 480px){
  .head2{
    font-size: 14px;
  }
}
.mainform{
  background: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px
}
.mainform2{
  padding-left:10px;
  padding-right:10px;
}
@media only screen and (min-width: 768px) {
.form_cat{
  width: 260px !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.form_loc{
  width: 270px !important; 
  border-radius: 0px;
}
.form_key{
  width: 390px !important;
  border-radius: 0px;
}
}
.mainform .form-control{
  height: 58px;
  font-family: 'Lato',sans-serif;
  border: none;
}
.mainform .form-control:focus{
  box-shadow: none;
}
.searchcategory{
  background: #143139;
  color: #fff;
}
.ui-menu {
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  z-index: 9999;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  background-color: #fff;
  /*box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);*/
}

.ui-menu li {
  font-weight: normal;
  color: #333333;
  font-family: 'Montserrat',sans-serif;
  border-bottom: 1px solid #ccc;
}
.mainform .searchbtn{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 18px 65px 18px 65px;
  font-family: 'Lato',sans-serif;
  background: #fade4e;
  border: none;
  font-size:16px;
  font-weight: 700;
  text-transform:uppercase;
}
.sellisticon{
  position: absolute;
  color: #6c6c6c;
  font-size: 16px !important;
  margin: 21px 8px;
}
.selecticon{
  position: absolute;
  color: #6c6c6c;
  font-size: 16px !important;
  margin: 21px 240px;
}
.form_cat,.form_key,.form_loc{
  padding-left: 32px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.sbtn2{
  border-radius: 5px !important;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
.secbox{
  width: 74% !important;
}  
}
@media only screen and (max-width: 992px){
.secbox{
  width: 100% !important;
} 
}
@media screen and (max-width: 768px) and (min-width: 400px) {
.secbox li{
  margin-bottom: 10px;
  margin-top: 10px;
}
}
.secbox{
  background: #d1d1d1;
  margin-top: 3%;
  padding:  5px 0px 5px 0px;
  width: 61%;
  border-radius: 5px
}
.catdivider{
  margin-top: 5px;
}
@media only screen and (max-width: 768px){
.secbox li{
  width: 100px !important;
}
}
.secbox li{
  width: 112px;
  height: 100px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 10px 5px 10px 5px;
  font-family: 'Lato',sans-serif;
  vertical-align: middle;
  cursor: pointer;
}
.secbox li a{
  color: #333;
}
.secbox li:hover{
  background: #000;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.secbox li:hover a{
  color: #fade4e;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.secbox li i{
  padding-bottom: 20px;
  font-size: 24px;
}
/*banner*/
/*ad cards*/
.ad_card{
  margin-top: 3%;
}
.ad_card h4{
  font-family: 'Ubuntu',sans-serif;
  font-weight: bold;
  font-size:24px;
  color: #232323;
}
.ad_card p{
  font-family: 'Lato',sans-serif;
  font-size:18px;
  color: #6c6c6c;
}
.premiumads .item{
  margin-bottom: 8%;
}
.premiumads .item:hover .description{
  background: #fade4e;
  height: 240px;
}
.premiumads .item:hover .description p{
  color: #143139 !important
}
.premiumads .item:hover .description .addesc{
  color: #6c6c6c !important
}
.premiumads .item img{
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.premiumads .item .description{
  position: absolute;
  bottom: 0;
  background: #fafafa;
  width: 100%;
  height: 120px; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.premiumads .item .description a{
  padding-left: 10px;
  position: absolute;
  color: #143139;
}
.premiumads .item .description p{
  font-size: 15px;
  line-height: 26px;
  color: #6c6c6c;
  max-width: 100%;
  -webkit-line-clamp: 2 !important;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addesc{
  padding-top: 10px;
  color: #6c6c6c !important;
}
.premiumads .item .featured {
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: 1;
  border-top-right-radius: 10px;
  text-align: center;
  width: 120px;
  height: 120px;
  color: #fff;
  background: #03b0f4;
  transform: rotate(45deg); 
}
.premiumads .item .featured h5 {
  bottom: 8px;
  color: #fff;
  font-weight: bold;
  left: -2px;
  margin: auto;
  position: absolute;
  right: 0; 
}
.premiumads .owl-carousel{
  margin:2rem 0
}
.premiumads .owl-carousel .item:hover{
  background: #fade4e;
  border-bottom: none;
}
.premiumads .owl-carousel .item:after{
  content: '';
    display: block;
    margin: auto;
    height: 3px;
    position: relative;
    bottom: -121px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -moz-transition: width .5s ease, background-color .5s ease;
  -ms-transition: width .5s ease, background-color .5s ease;
  -o-transition: width .5s ease, background-color .5s ease; 
    z-index: 3;
}
.premiumads .owl-carousel .item:hover:after{
  width: 100%;
    background: #232323;
}
.premiumads .owl-carousel .item{
height:375px;
background:#fafafa;
/*padding:1rem;*/
overflow: hidden;
position: relative;
border-bottom: 3px solid #E0E0E0;
}
.premiumads .owl-carousel .item h4{
color:#143139;
font-weight:normal;
margin:1rem;
font-family: 'Ubuntu',sans-serif;
font-size: 20px;
line-height: 1.4;
}
.premiumads .owl-carousel .item p{
color:#6c6c6c;
font-weight:normal;
margin:2rem 1rem 1rem 1rem;
font-family: 'Lato',sans-serif;
font-size:14px;
}
.premiumads .owl-carousel .item-video{
height:300px
}
.premiumads #setup{
margin-top:4rem
}
.premiumads .demo-list h5{
margin:0
}
.premiumads .owl-carousel,.premiumads .owl-carousel .owl-item{
-webkit-tap-highlight-color:transparent;
position:relative
}
.premiumads .owl-carousel{
display:none;
width:100%;
z-index:1
}
.premiumads .owl-carousel .owl-stage{
position:relative;
-ms-touch-action:pan-Y;
touch-action:manipulation;
-moz-backface-visibility:hidden
}
.premiumads .owl-carousel .owl-stage:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0
}
.premiumads .owl-carousel .owl-stage-outer{
position:relative;
overflow:hidden;
-webkit-transform:translate3d(0,0,0)
}
.premiumads .owl-carousel .owl-item,.premiumads .owl-carousel .owl-wrapper{
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden;
-ms-backface-visibility:hidden;
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0)
}
.premiumads .owl-carousel .owl-item{
min-height:1px;
float:left;
-webkit-backface-visibility:hidden;
-webkit-touch-callout:none
}
.premiumads .owl-carousel .owl-item img{
display:block;
width:100%
}
.premiumads .owl-carousel .owl-dots.disabled,.premiumads .owl-carousel .owl-nav.disabled{
display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
display:block
}
.premiumads .owl-carousel .owl-dot,.premiumads .owl-carousel .owl-nav .owl-next,.premiumads .owl-carousel .owl-nav .owl-prev{
cursor:pointer;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.premiumads .owl-carousel .owl-nav button.owl-next,.premiumads .owl-carousel .owl-nav button.owl-prev,.premiumads .owl-carousel button.owl-dot{
background:#fff;
padding:8px 30px 8px 30px !important;
margin: 5px 2px 5px 2px;
border:2px solid #143139;
color: #143139;
text-transform: uppercase;
font-size:12.5px;
font-family: 'Lato',sans-serif;
}
.premiumads .owl-carousel.owl-loading{
opacity:0;
display:block
}
.premiumads .owl-carousel.owl-hidden{
opacity:0
}
.premiumads .owl-carousel.owl-refresh .owl-item{
visibility:hidden
}
.premiumads .owl-carousel.owl-drag .owl-item{
-ms-touch-action:pan-y;
touch-action:pan-y;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.premiumads .owl-carousel.owl-grab{
cursor:move;
cursor:grab
}
.premiumads .owl-carousel.owl-rtl{
direction:rtl
}
.premiumads .owl-carousel.owl-rtl .owl-item{
float:right
}
.premiumads .owl-carousel .animated{
animation-duration:1s;
animation-fill-mode:both
}
.premiumads .owl-carousel .owl-animated-in{
z-index:0
}
.premiumads .owl-carousel .owl-animated-out{
z-index:1
}
.premiumads .owl-carousel .fadeOut{
animation-name:fadeOut
}
@keyframes fadeOut{
0%{
opacity:1
}
100%{
opacity:0
}

}
.owl-height{
transition:height .5s ease-in-out
}
.premiumads .owl-carousel .owl-item .owl-lazy{
opacity:0;
transition:opacity .4s ease
}
.premiumads .owl-carousel .owl-item .owl-lazy:not([src]),.premiumads .owl-carousel .owl-item .owl-lazy[src^=""]{
max-height:0
}
.premiumads .owl-carousel .owl-item img.owl-lazy{
transform-style:preserve-3d
}
.premiumads .owl-carousel .owl-video-wrapper{
position:relative;
height:100%;
background:#000
}
.premiumads .owl-carousel .owl-video-play-icon{
position:absolute;
height:80px;
width:80px;
left:50%;
top:50%;
margin-left:-40px;
margin-top:-40px;
background:url(owl.video.play.png) no-repeat;
cursor:pointer;
z-index:1;
-webkit-backface-visibility:hidden;
transition:transform .1s ease
}
.premiumads .owl-carousel .owl-video-play-icon:hover{
-ms-transform:scale(1.3,1.3);
transform:scale(1.3,1.3)
}
.premiumads .owl-carousel .owl-video-playing .owl-video-play-icon,.premiumads .owl-carousel .owl-video-playing .owl-video-tn{
display:none
}
.premiumads .owl-carousel .owl-video-tn{
opacity:0;
height:100%;
background-position:center center;
background-repeat:no-repeat;
background-size:contain;
transition:opacity .4s ease
}
.premiumads .owl-carousel .owl-video-frame{
position:relative;
z-index:1;
height:100%;
width:100%
}
.premiumads .owl-dots{
  display:none;
}
.premiumads .owl-theme .owl-dots,.owl-theme .owl-nav{
  text-align:center;
    -webkit-tap-highlight-color:transparent;
}
.premiumads .owl-theme .owl-nav{margin-top:10px}
.premiumads .owl-theme .owl-nav [class*=owl-]{
  color:#FFF;
  font-size:14px;
  margin:5px;
  padding:4px 7px;
  background:#D6D6D6;
  display:inline-block;
  cursor:pointer;
  border-radius:3px
}
.premiumads .owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus{
  background:#143139;
  color:#fade4e;
  text-decoration:none;
  outline: none;
}
.premiumads .owl-theme .owl-nav .disabled{
  /*opacity:.5;*/
  cursor:default
}
.premiumads .owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.premiumads .owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.premiumads .owl-theme .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#D6D6D6;
  display:block;
  -webkit-backface-visibility:visible;
  transition:opacity .2s ease;
  border-radius:30px
}
.premiumads .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/*ad cards*/
/*ad category*/
.ad_cat{
  margin-top: 3%;
}
.ad_cat h3{
  color: #143139;
  font-family: 'Ubuntu',sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.ad_cat p{
  color: #6c6c6c;
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 50px;
}
.catdiv{
  margin-bottom: 30px;
}
.catbox{
  border: 1px solid #e0e0e0;
  width: 100%;
  overflow-x: hidden;
  height: 500px;
  background: #fafafa;
}
.catbox::-webkit-scrollbar {
    width: 5px;
}
.catbox::-webkit-scrollbar-track {
    background: #ccc; 
}
.catbox::-webkit-scrollbar-thumb {
    background: #fade4e; 
}
.catbox .catimg{
  width: 100%;
  /*height: 150px;*/
  position: relative;
}
.catimg img{
  object-fit: cover;
  width: 100%;
  height: 142px;
}
.catimg .caticon {
  position: absolute;
  bottom: 10px;
  left: 30px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  padding-top: 7px;
  font-size: 24px;
}
.catcaption{
  background: #fafafa;
  padding: 25px 30px;
}
.catcaption h4{
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Ubuntu',sans-serif;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.catcaption h4 a{
  color: #232323 !important;
}
.catcaption p{
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.catcaption ul{
  margin-left: 1.142857em;
  margin-bottom: 20px;
}
.catcaption ul li a {
  display: block;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #6c6c6c;
  margin-bottom: 5px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.catcaption ul li a:hover{ 
  color: #fade4e !important;
  transform:translateX(5px);
}
.catviewbtn{
  font-size: 16px;
  font-weight: 600;
  color: #143139;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.catviewbtn i{
  margin-left: 10px;
  color: #6c6c6c;
}
.catviewbtn i:hover{
  color: #fade4e
}
.catviewbtn:hover,.catviewbtn:hover i{
  color: #fade4e
}
.viewallcat{
  margin-top: 2%;
  margin-bottom: 4%;
  background: #fff;
  border: 2px solid #143139;
  border-radius: 4px;
  padding: 9px 32px;
  color: #143139;
  font-size: 13px;
  font-weight: bold;
  text-transform:uppercase;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.viewallcat:hover{
  background: #143139;
  color: #fade4e;
}
/*ad category*/
/*about*/
.aboutbgsec{
  background-color: #143139 !important;
  background-image:url('../images/aboutbanner.jpg');
  background-blend-mode: multiply;
  position: relative;
  padding-top: 95px;
}
.aboutcontent h2{
  font-family: 'Ubuntu',sans-serif;
  color: #fade4e;
  font-weight: 700;
  font-size: 36px;
}
.aboutcontent p{
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 35px;
}
.aboutul li{
  font-family: 'Lato',sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 0px;
}
.aboutul li span{
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  text-align: center;
  margin-right: 20px;
  border-radius: 1000px;
  border: 2px solid #fade4e;
  padding: 10px;
}
.abouttxt{
  font-family: ubuntu;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  color: #fade4e;
  padding-top: 3%;
  padding-bottom: 5%;
}
.adsubmitbtn, .adsubmitbtn:focus{
  background: transparent;
  border: 2px solid #fade4e;
  color: #fade4e;
  margin-right: 10px;
  font-size: 13px;
  font-weight: bold;
  padding: 9px 32px;
  border-radius: 1000px;
  text-transform: uppercase;
}
.adsubmitbtn{
  margin-bottom: 30px;
}
.adsubmitbtn:hover{
  background: #fade4e;
  color: #143139
}
/*about*/
/*locations*/
.locbox{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  width: 100%;
  background: #f6f6f6;
  position: relative;
  margin-bottom: 30px;
}
.locbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loccaption{
  display: table;
  width: 100%;
  height: 70px;
  overflow: hidden;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 10px 22px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loccaption span{
  display: inline-block;
  position: absolute;
  bottom: 5px;
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  text-align: center;
  background: #fade4e;
  font-size: 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loccaption span i{
  line-height: 60px;
}
.loccaption h4 a{
  margin-top: 0;
  margin-bottom: 5px;
  font-family: 'Ubuntu',sans-serif;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
.loccaption p{
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  font-family: 'Lato',sans-serif;
}
.locdesc{
  display: inline-block;
  padding-left: 75px;
  margin-top: -1px;
}
.viewallloc{
  font-size: 16px;
  font-weight: 600;
  color: #fade4e;
  position: absolute;
  left: 103px;
  bottom: -30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.viewallloc:hover, .viewallloc:focus{
  color: #fade4e;
}
.locdesc .head{
  position: absolute;
  bottom: 5px;
  font-style:normal;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.locbox:hover .locdesc .head{
  position: absolute;
  bottom: 130px;
}
.locbox:hover .loccaption span{
  bottom: 126px;
}
.locbox:hover .viewallloc{
  bottom: 80px;
}
.locbox:hover .loccaption {
    height: 300px;
}
/*locations*/
/*advertisement*/
.ad_section h2{
  font-family:'Ubuntu',sans-serif;
  font-weight: 700;
  font-size:36px;
  line-height:36px;
  color: #143139;
  text-transform: uppercase;
  margin-top: 7%;
}
.ad_section p{
  font-family:'Lato',sans-serif;
  font-weight: 400;
  font-size:18px;
  line-height:31px;
  color: #6c6c6c;
  margin-bottom: 5%;
}
.adbtns{
  margin-bottom: 3%;
}
.tabbtn .nav-pills>li.active>a{
  background: #143139;
  color: #fade4e;
}
.tabbtn .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover,.tabbtn .nav-pills>li>a:hover{
  background: #143139;
  color: #fade4e;
}
.tabbtn .nav-pills>li>a{
  background: none;
  color: #143139;
  text-transform: uppercase;
  padding: 9px 32px;
  margin-right: 10px;
  border: 2px solid #143139;
  border-radius: 5px;
  font-weight: bold;
  font-family: Lato;
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.viewtog .active{
  background: #143139;
  color: #fade4e;
}
.grid:hover,.list:hover{
  background: #143139;
  color: #fade4e;
}

.grid,.list{
  display: inline-block;
  font-size: 16px;
  color: #143139;
  padding: 9px 32px;
  border-radius: 5px;
  border: 2px solid #143139;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.adbox .item.item-list {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.adlistimg{
  padding-left: 0px;
  padding-right: 0px;
}
.adbox{
  height:375px;
  background:#fafafa;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #E0E0E0;
  cursor: pointer;
}
.adbox:hover{
  background: #fade4e;
  border-bottom: none;
}
.adbox:after{
  content: '';
  display: block;
  margin: auto;
  height: 3px;
  position: relative;
  bottom: -121px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
  -webkit-transition: width .5s ease, background-color .5s ease;
  -moz-transition: width .5s ease, background-color .5s ease;
  -ms-transition: width .5s ease, background-color .5s ease;
  -o-transition: width .5s ease, background-color .5s ease; 
    z-index: 3;
}
.adbox:hover:after{
  width: 100%;
    background: #232323;
}
.adbox{
  margin-bottom: 8%;
}
.adbox:hover .description{
  background: #fade4e;
  height: 240px;
}
.adbox:hover .description p{
  color: #143139 !important
}
.adbox:hover .description .addesc{
  color: #6c6c6c !important
}
.adbox img,.adlist img{
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.adbox .description{
  position: absolute;
  bottom: 0;
  background: #fafafa;
  width: 100%;
  height: 120px; 
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.adbox .description a{
  padding-left: 10px;
  position: absolute;
  color: #143139;
}
.adbox .description h4{
  color:#143139;
  font-weight:normal;
  margin:1rem;
  font-family: 'Ubuntu',sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
.adbox .description p{
  color:#6c6c6c;
  font-weight:normal;
  margin:2rem 1rem 1rem 1rem;
  font-family: 'Lato',sans-serif;
  font-size:14px;
}
.adbox .description p{
  font-size: 15px;
  line-height: 26px;
  color: #6c6c6c;
  max-width: 100%;
  -webkit-line-clamp: 2 !important;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addesc{
  padding-top: 10px;
  color: #6c6c6c !important;
}
.adlist{
  height:auto;
  background:#fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #E0E0E0;
  margin-bottom: 30px;
}
.adlistimg{
  height:auto;
  background:#fff;
  overflow: hidden;
}
.adlist .description h4{
  color:#143139;
  font-weight:normal;
  margin:1rem;
  font-family: 'Ubuntu',sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
.adlist .description p{
  color:#6c6c6c;
  font-weight:normal;
  margin:2rem 1rem 1rem 1rem;
  font-family: 'Lato',sans-serif;
  font-size:15px;
  text-align: justify;
}
.adlist .description a{
  margin-top: 100px;
  float: right;
  padding-right: 15px;
  border: 2px solid #143139;
  border-radius: 5px;
  text-align: center;
  padding: 8px 10px;
  color: #143139;
  font-size: 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.adlist .description a:hover{
  background: #143139;
  color: #fade4e
}
.adbox .featured, .adlistimg .featured{
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: 1;
  border-top-right-radius: 10px;
  text-align: center;
  width: 120px;
  height: 120px;
  color: #fff;
  background: #03b0f4;
  transform: rotate(45deg); 
}
.adbox .featured h5, .adlistimg .featured h5{
  bottom: 8px;
  color: #fff;
  font-weight: bold;
  left: -2px;
  margin: auto;
  position: absolute;
  right: 0; 
}
.viewallad{
  margin-top: 2%;
  margin-bottom: 4%;
  background: #fff;
  border: 2px solid #143139;
  border-radius: 1000px;
  padding: 9px 32px;
  color: #143139;
  font-size: 13px;
  font-weight: bold;
  text-transform:uppercase;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.viewallad:hover{
  background: #143139;
  color: #fade4e;
}
/*advertisement*/
/*priceplans*/
.priceplans{
  background: #fade4e;
  padding: 50px 0px
}
.priceplans h2{
  font-family: 'Ubuntu',sans-serif;
  font-weight: bold;
  font-size:36px;
  color: #fff;
}
.priceplans p{
  font-family: 'Lato',sans-serif;
  font-size:18px;
  color: #fff;
  line-height: 31px;
  margin-bottom: 50px;
}
.planbox {
  background: #fff;
  border-radius: 10px;
}
.planhead{
  text-align: center;
  padding-top: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.planfoot h3 small{
  font-family: 'Lato',sans-serif !important;
  color: #143139;
}
.planhead h3,.planfoot h3{
  font-family: 'Ubuntu',sans-serif !important;
  font-weight: bold;
  font-size:30px;
  color: #143139;
}
.planhead span{
  font-family: 'Lato',sans-serif;
  font-size:14px;
  color: #6c6c6c;
}
.plancontent{
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
  font-family: 'Lato',sans-serif;
  font-size:14px;
  color: #6c6c6c;
}
.plancontent ul li{
  margin-bottom: 15px;
  line-height: 15px;
}
.plancontent ul li b{
  color: #143139;
  font-size:15px;
}
.planfoot{
  padding-bottom: 30px;
}
.planbtn a{
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  font-size:13px;
  color: #fade4e;
  padding: 9px 32px;
  background: #143139;
  margin-bottom: 30px;
  text-transform: uppercase;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.planbtn a:hover{
  color: #143139;
  background: #fade4e;
}
.plandiv{
  padding-left: 5px;
  padding-right: 5px;
}
.popular .planbox {
  background: #143139 !important;
  position: relative;
}
.popular .planbox .planhead h3,.popular .planfoot h3,.popular .planfoot small{
  color: #fade4e !important;
}
.popular .plancontent{
  border-color: #fade4e; 
}
.popular .plancontent ul li b{
  color: #fff !important;
}
@media only screen and (min-width: 992px) {
.popular .planbtn {
  padding-top: 30px;
  padding-bottom: 40px;
}
.popular .planbox .planhead{
  padding: 43px 0 !important;
  border-color: #fade4e;
}
.popular .planbox {
  top: -20px;
}
}
.popular .planbox .plancontent,.popular .planhead span{
  color: #aaa
}
.popular .planbox .planbtn a,.popular .planbox .planbtn a:hover{
  background: #fade4e !important;
  color: #143139 !important;
}
/*priceplans*/
/*blog*/
.blogdiv{
  padding: 50px 0px 0px 0px;
}
.blogdiv h2{
  font-family: 'Ubuntu',sans-serif;
  font-weight: bold;
  font-size:36px;
  color: #143139;
}
.blogdiv .para{
  font-family: 'Lato',sans-serif;
  font-size:18px;
  color: #6c6c6c;
  line-height: 31px;
  margin-bottom: 50px;
}
.blogbox{
  height: 384px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blogimg {
    position: relative;
    height: 240px;
}
.blogbox img{
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.blogtext{
  padding: 20px;
}
.blogtext p{
  font-family: 'Ubuntu',sans-serif;
  font-weight: bold;
  font-size:16px;
  color: #143139;
}
.blogtext p:hover{
  color: #fade4e
}
.blogtext p span i{
  margin-right: 10px;
  color: #6c6c6c
}
.blogtext p span a{
  color: #aaa
}
.blogtext p span{
  color: #aaaaaa;
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  font-weight: normal;
}
.blogimg .hoverbtn{
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
}
.blogbox:hover .hoverbtn{
  visibility: visible;
  transform: scale(1, 1);
}
.postbtn,.postbtn:hover{
  background: #fade4e;
  color: #143139;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: inline-block;
  position: relative;
  z-index: 100;
  padding: 10px 16px;
  font-size: 14px;
}
/*blog*/
/*logosec*/
.logosec{
  margin-bottom: 60px;
}
.logosec li{
  margin: 0px 20px 0px 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.logosec li:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*logosec*/
/*footer*/
.footer{
  background: #143139;
  padding:50px 0;
  color: #fff;
  font-family: 'Lato',sans-serif;
}
.foot_logo{
  margin-bottom: 30px;
  width: 80%;
}
.foot_about{
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.contact-info {
  width: 100%;
  margin-bottom: 10px;
  display: table; 
}
.contact-info-box{
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
}
.contact-info-box i,.contact-info-box a{
  color: #fff;
}
.footsec h4{
  font-family: 'Ubuntu',sans-serif;
  font-weight: bold;
  font-size:18px;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #fff;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.footpostimg{
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.footpostbox{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #6c6c6c;
}
.media-body span {
  font-size: 12px;
  color: #aaaaaa;
  display: inline-block;
}
.media-body span i{
  margin-right: 10px;
}
.media-body .media-heading a{
  color: #fff;
  margin: 0;
  font-family: 'Ubuntu';
  font-size: 14px;
  line-height: 24px;
}
.media-body .media-heading a:hover{
  color: #fade4e
}
.media-body .price  span{
  color: #fade4e
}
.widget-content .media-body .price  span{
  color: #333
}
.premiumfootgrid li span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premiumfootgrid span{
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.premiumfootgrid li{
  margin-bottom: 15px;
  padding: 0;
  margin-right: 3px;
}
.fpost{
  background: rgba(250,222,78,.5);
  border-radius: 5px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  color: #143139;
}
.fpost span{
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: block;
  background: #fade4e;
  position: absolute;
  top: 55px;
  color: #232323;
  font-size: 12px;
  font-weight: bold;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.premiumfootgrid li span:hover .fpost {
    visibility: visible;
    transform: scale(1, 1);
}
.tagcloud a{
  background: #10272e !important;
  color: #fafafa !important;
  display: inline-block;
  padding: 10px 15px;
  color: #aaaaaa;
  background: #444;
  border-radius: 4px;
  font-size: 14px !important;
  margin-bottom: 5px;
  margin-right: 2px;
}
/*footer*/
/*copyright*/
.copyright{
  padding: 30px 0;
  background: #10272e;
}
.copyright p,.copyright p a{
  color: #aaa;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
}
.soclinks{
  text-align: right;
  margin: 0;
  font-size: 13px;
}
.soclinks li span{
  color: #aaaaaa;
  margin-right: 10px;
}
.soclinks li a{
  width: 32px;
  height: 32px;
  line-height: 30px;
  background: #191d22;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  border-radius: 1000px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.soclinks li a:hover{
  background: #fade4e;
  color: #10272e
}
@media only screen and (max-width: 768px) {
.soclinks li a{
  margin-right: 0px;
}
}
@media only screen and (max-width: 1200px) {
.copyright{
  padding-bottom: 65px;
  /*padding-bottom: 15px;*/
}
}
/*copyright*/
/*mobile form panel*/
.mobilesubmit {
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
}
.mobileappbutton {
  background: #fff;
  margin: 0;
  padding:0px;
  overflow: hidden;
}
.mobileappbutton li {
  padding: 0;
  overflow: hidden;
}
.quickmenu{
  padding-top: 20px;
}
.navbar-toggle{
  position: relative;
  top: 5px;
}
.quickmenu li a{
  color: #fff;
}
.mobileappbutton li a {
  display: block;
  text-align: center;
  background: #e11643;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-right: 1px solid #e6e6e6;
  padding: 10px 0;
  color: #fff;
}
.mobileappbutton li a:hover{
  background: #143139;
  color: #fff;
}
.mobileappbutton li a:hover .fa,.mobileappbutton li a:hover .fas{
    color: #e11643;
}
.mobileappbutton li a .fa,.mobileappbutton li a .fas{
    color: #fff;  /* old - #143139 */
}
.mobileappbutton li a span {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.postadfbtn{
  position: fixed;
  bottom: 20px;
  /*right: 20px;*/
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
  background: #e11643;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.postadfbtn:hover{
  background: #143139;
  color: #fff;
}
/*mobile form panel*/
/*loginform*/
.loginform{
  background-color: #fff;
  padding: 30px;
  border-radius: 7px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.loginhead{
  font-family: 'Montserrat';
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .loginform{
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .loginform{
    width: 35%;
  }
}
.loginform label{
  font-weight: normal;
}
.loginform .form-control{
  border-radius: 7px;
  box-shadow: none;
  padding: 20px 10px 20px 15px
}
.loginform .showpass{
  position: absolute;
  right: 25px;
  top: 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #b5b5b5;
  text-align: center;
  cursor: pointer;
}
.ortxt{
  margin: 20px 0;
  text-align: center;
}
.sociallogin{
  text-align: center;
}
.sociallogin a{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  color: #000;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.sociallogin a:hover{
  background-color: #d0d0d0;
}
.sociallogin li+li{
  margin-top: 10px;
}
.sociallogin a span{
  min-width: 150px;
  display: block;
  text-align: left;
  margin-left: 15px;
}
.sociallogin a img{
  width: 25px;
  height: 25px;
}
.formicon{
  position: absolute;
  pointer-events: none;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  left: 12px;
  top: 22px;
  right: auto;
  z-index: 999;
}
.createacclink{
  margin-top: 20px;
  text-align: center;
}
.createacclink a,.forgot a{
  color: #143139;
  font-weight: bold;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.createacclink a:hover,.createacclink a:focus,.forgot a:hover,.forgot a:focus{
  color: #fade4e
}
.loginbtn{
  background: #fade4e;
  border-radius: 30px;
  text-transform: capitalize;
  color: #000;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.loginbtn:hover,.loginbtn:focus{
  background: #e11441;
  color: #fff;
}
.countryselect{
  padding: 0px !important;
  border-right: none;
  padding-left: 27px !important;
  height: 44px;
}
/*loginform*/
/*sweetalert style*/
.swal-title{
  font-size: 20px !important
}
/*sweetalert style*/
/*innerpages*/
.innersearch{
  padding: 4% 0%;
  margin-bottom: 2%;
  background: url('../images/innerhead.jpeg') no-repeat;
  background-size: cover;
}
.innersearch .mainform{
  /*background: rgba(255, 255, 255, 0.5);*/
}
.innersearch .mainform .form-control{
  border: 1px solid #ccc;
}
.rangetextbox{
  border:0;
  color:#333;
  background: transparent !important;
  margin-bottom: 10px;
  box-shadow: none;
  padding: 0px;
  height: 20px;
}
.searchfiltercont{
  background: #fff;
  border-bottom: 1px dashed #ccc;
  padding: 15px 0px;
}
.adfound{
  margin-top: 4%;
}
.togbtns{
  margin-top: 3%;
}
.pricerange{
  margin-top: -15px;
}
.pricerange h5{
  font-size: 16px;
  margin-bottom: 18px;
}
.searchedadcont{
  padding: 2% 0%;
}
.singleview{
  padding-top: 2%;
  padding-bottom: 2%;
}
.singleviewbreadcrump li{
  color: #999;
  font-family: 'poppins';
  font-size: 12px
}
#single-carousel .num i {
  color: white;
  margin-right: 10px;
}
#single-carousel .num {
  background: rgba(35, 35, 35, 0.8);
  border-radius: 3px;
  padding: 8px 16px;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
#single-carousel .single-carousel-controls {
  position: absolute;
  bottom: 60px;
  right: 60px;
  z-index: 10;
  width: 55px;
}
#single-carousel .single-carousel-controls .carousel-control {
  opacity: 0.8;
}
#single-carousel .single-carousel-controls .carousel-control span {
  border-radius: 4px;
  display: inline-block;
  background: #143139;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.singlepostdesc {
    margin-top: 20px;
    padding: 30px;
    position: relative;
    border: 1px solid #e0e0e0;
}
.togdesc {
    font-size: 16px;
    background: #fff;
    margin-top: 20px;
}
.togdesc li{
  border: 2px solid #143139;
  border-radius: 4px;
  padding: 0px 15px;
  margin-left: 2px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.togdesc .active,.togdesc li:hover,.chatlogbtn:hover,.chatlogbtn:focus,.chatsendbtn:hover,.chatsendbtn:focus{
  background: #143139;
  border-color: #143139;
  color: #fade4e;
}
.singlepostdesc p {
  line-height: 1.8em;
  text-align: justify;
}
.user_price_box{
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  height: 250px;
  padding: 10px;
  margin-top: 10px;
}
.user_price_box h5 a{
  font-size: 21px;
  color: #333;
  text-transform: capitalize;
}
.chatlogbtn{
    margin: 20px 0px;
    background: #fff;
    border: 2px solid #143139;
    border-radius: 4px;
    padding: 12px 25px;
    color: #143139;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.chatsec textarea{
  resize: none;
}
.chatsendbtn{
  background: #fff;
  border: 2px solid #143139;
  border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  color: #143139;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.contactform h4{
  font-weight: bold;
  text-transform: uppercase;
  font-family: ubuntu;
  font-size: 20px;
  border-bottom: 1px solid #143139;
  padding: 10px 0px;
}
.contactinfo li {
    margin-bottom: 25px;
    padding-right: 100px;
    color: #6c6c6c
}
.contactinfo li i {
    font-size: 16px;
}
.uploaddiv{
  position: relative;
  border: 2px dashed #ccc;
  color: #999;
  background-color: #f8f8f8;
  margin-bottom: 4rem;
  cursor: pointer;
  border-radius: 4px;
  padding: 50px 0px 10px 0px;
  margin-top: 2px;
}
.uploaddiv p{
  padding-top: 40px;
}
.adpostsecbox{
  width:100%;
  margin-top: 0px;
  background: transparent;
}
.adpostsecbox .active{
  background: #000;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.adpostsecbox .active a{
  color: #fade4e;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.uploadbtn{
  background: #ff871c;
  color: #fff;
  padding:10px 20px;
}
.adpostsubmitbtn{
  margin: 1% 0% 2% 0%;
}
.adformdiv{
  background: #fff;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 10px;
}
.adpostsubcat{
  padding-left: 8%
}
.adpostsubcat ul{
  margin-left: 1.142857em;
  margin-bottom: 20px;
}
.adpostsubcat ul li a {
  display: block;
  font-family: 'Lato',sans-serif;
  font-size: 16px;
  padding-bottom: 8px;
  color: #6c6c6c;
  margin-bottom: 5px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.adpostsubcat ul li a:after{
  content: ' ';
  background: #eeeeee;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -40px;
}
.adpostsubcat ul li a:hover{ 
  color: #fade4e !important;
  transform:translateX(5px);
}
@media only screen and (min-width: 768px) {
  .adformdiv{
    width: 63%;
  }
}
.consechead h3{
  margin-top: 10px;
}
.consechead hr{
  margin-top: 0px;
}
.othercathead{
  background: #143139;
  color: #fff;
  padding: 10px;
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
}
.subcatlist{
  min-height: 100px; 
  overflow-y: scroll;
  padding-left: 0px;
}
.subcatlist::-webkit-scrollbar {
    width: 5px !important;
}
.subcatlist::-webkit-scrollbar-track {
    background: #ccc; 
}
.subcatlist::-webkit-scrollbar-thumb {
    background: #fade4e; 
    background: rgba(0,0,0,.2);
    border-radius: 4px;
}
.subcatlist li {
  transition-property: margin, background-color, border-color;
  transition-duration: .4s, .2s, .2s;
  transition-timing-function: ease-in-out, ease, ease;
}
.subcatlist ul {
  float:left;
  width:100%;
  margin:2em 0;
  padding:0;
  position:relative;
}
.subcatlist ul:before {
  content:'desserts';
  position:absolute;
  left:-2.8em;
  font-size:3em;
  text-align:right;
  top:1.5em;
  color:#ededed;
  font-weight:bold;
  font-family: 'Maven Pro', sans-serif;
  transform:rotate(-90deg);
}
.subcatlist li {
  float:left;
  clear:left;
  width:100%;
  margin:0.2em 0;
  padding:0.5em 0.8em;
  list-style:none;
  background-color:#f2f2f2;
  border-left:5px solid #143139;
  cursor:pointer;
  color:#333;
  position:relative;
  z-index:2;
}
.subcatlist li:hover {
  background-color:#f9f9f9;
  border-color:#fade4e;
}
.subcatlist .active {
  background-color:#143139;
  border-color:#fade4e;
  color: #fff
}
#subcatselect,#itemselect,#subitemselect,#bc_cat,#bc_subcat,#bc_item,#bc_subitem,#chngbtn{
  display: none;
}
#chngbtn{
  margin-left: 20px;
}

.cat_breadcrumb .btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.cat_breadcrumb .btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.cat_breadcrumb .btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.cat_breadcrumb .btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.cat_breadcrumb .btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.cat_breadcrumb .btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.cat_breadcrumb .btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.cat_breadcrumb .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.cat_breadcrumb .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}
@media only screen and (max-width: 992px) {
.pro_sidebar li{ 
  display: table-cell;
  width: 10%;
  border-bottom: 1px solid #143139 !important;
}
}
@media only screen and (min-width: 992px) {
.pro_sidebar li{
  width: 90%;
  border-bottom: 1px dashed #143139;
}
.statuslist{
  margin-top: 56px;
  float: right;
}
}
@media(min-width: 768px){
  .pull-right-xs{
    float: right;
  }
}
@media(max-width: 768px){
  .soclinks,.copyright p{
    text-align: center;
  }
}
.pro_sidebar li{
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.18);
  cursor: pointer;
}
.pro_sidebar .active{
  background: #143139;
  color: #fade4e;
}
.procont{
  margin-top: 2%;
  margin-bottom: 2%;
}
.proadbtn{
  padding-top: 50px;
  padding-bottom: 50px;
}
.proadbtn h3{
  margin-bottom: 20px;
}
.viewtogside{
  box-shadow:  0 2px 5px rgba(0,0,0,.18);
}
.viewtogsidemain{
  overflow: hidden;
  background: #fff;
  border-bottom: 0.5px dashed #ccc;
  background: #fff;
}
.viewtogsideinner{
  overflow: hidden;
  background: #fff;
  border-bottom: 0.5px dashed #ccc;
}
.viewtogsideinner img{
  height: 190px;
  object-fit: cover;
}
.statuslist li a span{
  padding: 5px 15px;
  font-size: 12px;
}
.showstatusbtn{
  border-radius: 1000px;
  padding: 4px;
  margin-top: -5px;
}
.bordernone{
  border: none;
}
.statuslist>li.active>a, .statuslist>li.active>a:focus, .statuslist>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: #007bff;
  border: 1px solid #007bff;
  border-bottom-color: transparent;
}
.button__badge {
  background-color: #00000094;
  border-radius: 100px;
  color: white;
  position: absolute;
  bottom: 25px;
  font-size: 15px;
  padding: 5px 10px;
  left: 54px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.ads_image_view
{
  margin-bottom: 20px;
  border: 0.5px solid #dadada;
  height: 150px;
  overflow: hidden;
  padding: 25px 0px;
}
.ads_image_view:hover .button__badge{
  opacity: 1;
}
.adsubbtn{
  background: #da1a32;
  border: 2px solid #da1a32;
  border-radius: 4px;
  border-radius: 4px;
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 0.5s ease;
  font-family: 'Comfortaa';
  display: inline-block;
  position: relative;
  overflow-x: hidden;
}
.adsubbtn:hover,.adsubbtn:focus{
  background: #fff;
  border-color: #fff;
  color: #143139;
  box-shadow:  0 2px 5px rgba(0,0,0,.18);
  padding-right: 40px;
}
.adsubbtn span{
  position: absolute;
  opacity: 0;
  top: 13px;
  right: 20px;
  transition: all 0.5s ease;
}
.adsubbtn:hover span {
  opacity: 1;
  right: 13px;
}
.inner-page-content .breadcrumb > li a {
    font-size: 14px;
    color: #6c6c6c;
}
.inner-page-content .breadcrumb > li + li:before {
    content: "\f101";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    color: #aaa;
    font-size: 12px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.aboutus-content p{
  text-align: justify;
  line-height: 24px;
}
.aboutus-content ul{
  list-style-type: square;
  line-height: 24px;
}
.widget-box .footpostbox{
  padding-bottom: 20px !important;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #e0e0e0 !important;
}
.sidebar .widget-box .widget-title {
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 20px 15px;
  text-transform: uppercase;
  font-family: 'Ubuntu',sans-serif;
  font-size: 15px;
}
.sidebar .widget-box .widget-title h4{
  margin: 0px !important;
}
.sidebar .widget-box {
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.widget-box .footpostbox:nth-last-child(1) {
  border: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.sidebar .widget-box .widget-content {
    padding: 20px 15px;
}
.widget-box .footpostbox .media-body i,
.widget-box .footpostbox .media-body .media-heading a,
.widget-box .footpostbox .media-body .price{
  color: #143139 !important
}
.widget-box .footpostbox .media-body .media-heading a{
  font-family: 'Ubuntu',sans-serif !important;
  font-size: 12px !important;
  line-height: 17px !important;
}
.sidebar .widget-box .widget-content .media-img img {
  border-radius: 3px;
}
.inner-page-content article.article-content p {
  margin-bottom: 30px;
  text-align: justify;
}
.inner-page-content article.article-content.blog p span {
  color: #aaaaaa;
  margin-right: 10px;
  display: inline-block;
}
.inner-page-content article.article-content.blog p span i {
  color: inherit;
  margin-right: 10px;
}
.inner-page-content article.article-content.blog h3 a{
  margin-bottom: 30px;
  font-family: ubuntu;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  color: #143139;
  font-size: 24px;
}
.btn-readmore{
  background: #143139;
  font-size: 12px;
  line-height: 1.60;
  border-radius: 0px;
  padding: 10px 16px;
  color: #fff;
  border: 0 none;
    text-transform: uppercase;
}
.btn-readmore i {
  color: #fff;
  padding-right: 10px;
}
.btn-readmore:hover,.btn-readmore:focus {
  background: #fade4e;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.btn-whatsapp {
  margin: 20px 0px;
  background: #5cc153;
  border: 2px solid #5cc153;
  border-radius: 4px;
  padding: 12px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-whatsapp i {
  margin-right: 4px;
  font-size: 18px;
  vertical-align: middle;
}
.btn-whatsapp:hover {
  background: #fff;
  color: #5cc153;
}
.favbtn{
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #ef1130;
}
.favbtn:hover,.favbtn.active{
  background: #ef1130;
  color: #fff;
}
/*ashiq added css*/
.doha-register-container
{
  padding: 3% 0%;
}
.doha-register-hr-line
{
  width: 80%;border-color: #e0e0e0;
}
.doha-register-mobile-phone
{
  padding-right: 0px;
}
.doha-register-mobile-icon
{
  top: -3px;
  left: 7px;
}
.doha-register-mobile-input-form
{
  padding-left: 0px;
}
.doha-regisetr-mobile-input
{
  padding-left: 15px !important;
}
.doha-register-agrement
{
  padding-top: 5%;
  display:inline;/*don't remove this*/
}
.doha-register-submite-div
{
  padding-top: 3%;
}
/*end of ashiq added css*/
/*innerpages*/
/*responsive styles*/
@media(max-width: 1199.98px){
    /*.postadfbtn{bottom: 20px;}*/
}
@media(max-width: 768px){
  .procont{margin-top: 0;}
  .proadbtn .adsubbtn{font-size: 15px;}
  .foot_logo{width: 250px;}
  .tabbtn .nav-pills>li>a{
    padding: 10px 20px;
    margin-right: 0px;
  }
  .aboutcontent h2,.ad_cat h3,.ad_section h2,.priceplans h2{
    font-size: 24px;
  }
  .catdiv,.padremxs,.box1,.ad_cat{
    padding: 0px
  }
  .aboutbgsec{
    padding-top: 0px
  }
  .abouttxt{
    font-size: 15px;
  }
  .padremr{
    padding: 0px
  }
  .countryselect{
    padding-left: 10px !important
  }
}
/*responsive styles*/
.favorite-button, .favorite-button-adbox {
  font-size: 32px;
  float: right;
  padding: 20px 10px;
  color: inherit;
  z-index: 999;
  color: #e11643;
}
.adlistgrid{
    position: relative;
    z-index: 2;
}
.favorite-button-adbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  font-size: 32px;
}
.favorite-button.active {
  color: #e11643;
}
.favorite-button.active:hover {
  color: #e11643;
}
.favorite-button:hover {
  font-weight: 600;
  color: inherit;
}
