/**
* Template Name: Bootstrap 4
* Author: zs ventures
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --site-menu-font:  "Lato", sans-serif;
/*  --site-menu-font:   "Comic Sans MS";*/
  --site-button-font : "Lato", sans-serif;
/*  --site-button-font : "Comic Sans MS";*/
  --site-headings : "Lato", sans-serif;
/*  --site-headings : "Comic Sans MS";*/
  --site-font: Roboto, sans-serif;
/*  --site-font: "Comic Sans MS";*/
  --site-color: rgb(77, 70, 67); /*rgb(244,100,36);*/
  --site-color-light: gray /*rgb(244,100,36);*/
  --table-header-font: "Lato", sans-serif;
  --table-font: "Lato", sans-serif;
  --table-header-font-size: .8rem;
  --table-font-size: .8rem;
}

html {
  font-size: 14px;
}

body {
  font-family: var(--site-font);  
  color: var(--site-color);
}

a {
  color: #f48f1d;
}

a:hover {
  color: #fd5c28;
  text-decoration: none;
}

 
 @font-face {
  font-family: "Aquire";
  src: url("../master/icofont/fonts/AquireBold-8Ma60.otf");
  }

.text-orange {
  color: #f48f1d;
}

.normal-link {
  color: blue;
}

.normal-link:hover {
  text-decoration: underline;
}

.link-container { padding-bottom: 1rem!important; }


.ico-img {
    width: 25px; height: 25px; margin-right: 5px;
}

.ico-img-medium {
  width: 20px; height: 20px; margin-right: 5px;
}

.ico-img-small {
  width: 15px; height: 15px; margin-right: 5px;
}

.ico-img-mini {
  width: 10px; height: 10px; margin-right: 5px;
}

.ico-img-long {
    height: 25px; width: auto; margin-right: 5px;
}
.ico-title {
    margin-right: 5px;
    margin-bottom: 0px!important;
}

.competition-title {
  font-weight: 500!important;
  font-size: 1.75rem!important;
}

.text-purple { color: rgba(153, 32, 145, 1); }
.text-orange { color: rgba(255, 102, 0, 1); }


.panel-body .control-label { font-size: x-small; color: gray; }
/*.content-builder-form .control-label { font-size: x-small; color: orange; padding: 0px!important; margin: 0px!important; }
.content-builder-form [class^="col-"] { padding: 0px!important; margin: 0px!important; }
.content-builder-form .row { padding: 0px!important; margin: 0px!important; }*/


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #f48f1d;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #fd5c28;
  transition: 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #04091e; 
  padding: 8px 0;
  font-size: 13px;
  height: 45px;
  overflow: visible;
}
#topbar {
 
  color: #CFCCA3;

}
#topbar .contact-info a {
  line-height: 1;
  color: #CFCCA3;
  transition: 0.3s;
}

#topbar .contact-info span {
  line-height: 1;
  color: #CFCCA3;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #f48f1d;
}

#topbar .contact-info i {
  color: #f48f1d;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
  color: #836a61;

}

#topbar .social-links a {
  color: #CFCCA3;
  padding: 1px 0 1px 2px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #f48f1d;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  /* padding: 10px 0;
  height: 65px;
  */
  padding: 0;
 /*height: 100%;*/  
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
  margin-bottom: 5px;
}

.logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2b2320;
}

.logo h1 a, .logo h1 a:hover {
  color: #2b2320;
  text-decoration: none;
}

.logo-usersite img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}

.logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}


label > span {
  color:red;
}
.red-text {
  color:red;
}

/*--------------------------------------------------------------
# Navigation Menu TOP
--------------------------------------------------------------*/
/* Desktop Navigation */
.topnav-menu, .topnav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topnav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.topnav-menu > ul > li + li {
  padding-left: 10px;
}

.topnav-menu a {
  display: block;
  position: relative;
  color: #65534c;
  padding: 14px 0 15px 0;
  transition: 0.3s;
  font-size: 14px;
  font-family: var(--site-menu-font);
  /* text-transform: uppercase; */
}

.topnav-menu a:hover, .topnav-menu .active > a, .topnav-menu li:hover > a {
  color: #f48f1d;
  text-decoration: none;
  text-decoration: none;
}

.topnav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  /* top: calc(100% + 30px); */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  background: #04091e;
/*  border-top: 1px solid gainsboro;*/
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: ease all 0.3s;
}

.topnav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 25px;
  visibility: visible;
  /* border: 1px solid red; */
}

.topnav-menu .drop-down li {
  min-width: 60px;
  position: relative;
  margin-top:5px;

}

.dropdown-divider-gray {
  margin-left: -5px;
  margin-right: -5px; 
}

.topnav-menu .drop-down  li:after {
/*    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 5px;
    background: gainsboro;*/
}

.topnav-menu .drop-down ul a {
  padding:8px 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  color: #581601;
  text-transform: uppercase;
}

.topnav-menu .drop-down ul a:hover, .topnav-menu .drop-down ul .active > a, .topnav-menu .drop-down ul li:hover > a {
  /* background: #581601; */
  /* border-left:  8px solid; */
  
 
}

.topnav-menu .drop-down ul li ul li:hover > a {
 color: #000;
 
}



.topnav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.topnav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.topnav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.topnav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.topnav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}


@media (max-width: 1366px) {
  .topnav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .topnav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .topnav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu > ul > li + li {
  padding-left: 10px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #65534c;
  padding: 14px 0 15px 0;
  transition: 0.3s;
  font-size: 10px;
  font-family: var(--site-menu-font);  
  text-transform: uppercase;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #f48f1d;
  text-decoration: none;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 10px;
  /* top: calc(100% + 30px); */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  /* padding: 10px 0; */
  background: #fff;
  /*max-height: 500px;
  overflow-y: auto;
  overflow-x: visible;*/
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 100px;
  position: relative;

}

.nav-menu .drop-down ul a {
  padding:8px 10px;
  font-size: 10px;
  font-weight: 500;
  text-transform: none;
  color: #581601;
  text-transform: uppercase;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  background: #f1d4b3;
  border-left:  4px solid;
}


.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
/*  content: "\ea9d";*/
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
/*    content: "\eaa0";*/
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #65534c;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2b2320;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #f48f1d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(14, 11, 10, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;m
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.logocharacter-rotate {
  font-weight: 800;
  font-family: Aquire;
 
}

.logopartial {
  
 font-family: Aquire;
/* font-family: var(--site-font); */
}
.logopartial span {
  
 color: #f48f1d;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.carousel-item{
  /* height:400px; */  
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .carousel-item{
    height:120px;
    width: 100%;
  }
}

.carousel-item img{
  width: 100%; height: 100%; overflow: hidden;
}

#hero {
  width: 100%;
  max-height: 60vh;
  min-height: 60vh;
  overflow: hidden;
  position: relative;
  padding: 0;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 60px;
  top: 110px;
  left: 50px;
  right: 50px;
}

#hero .carousel-content {
  background: rgba(28, 23, 21, 0.7);
  padding: 20px;
  color: #fff;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  border-top: 5px solid #f48f1d;
}

#hero .carousel-content h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: var(--site-button-font);  
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  /* border-radius: 4px; */
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f48f1d;
}

#hero .btn-get-started:hover {
  background: #f48f1d;
  color: #fff;
  text-decoration: none;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
  

#hero .carousel-indicators li {
   
  cursor: pointer;
}

@media (min-width: 1024px) {
  #hero .carousel-content {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 992px) {
  #hero {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f3f2;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #65534c;
}

.section-title h2 strong {
  font-weight: 700;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  background: url("../img/about1.jpg") center center no-repeat;
  background-size: cover;
  padding: 15px 0;
  /* background: #2b2320; */
  min-height: 350px;

}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #f48f1d;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: #fe825a;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #c8bab5;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.ctatop {
  background: white;/* #f3f1f0; */
  padding-top:  10px;
  padding-bottom:  0;
  /* padding: 10px 0 0 0; */
  color: #574741;
  font-family: var(--site-button-font);  
  font-size: 14px;
  letter-spacing: 1px;
  height: auto;
}
  
.registerbtn {
 margin: 0px;
  /* height:  20px; */
}
.ctatop-btn {
  font-family: var(--site-button-font);  
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
 /*  border-radius: 2px; */
  transition: 0.4s;
  /* margin: 10px; */
  /* border-radius: 4px; */
  border: 2px solid #f48f1d;
  color: #fff;
  background: #f48f1d;
  height: 40px;
  margin-top: -20px;
}


.ctatop-btn:hover {
  background: #fff;
  color: #f48f1d;
}


.ctatop-btn-light {
  font-family: var(--site-button-font);  
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
 /*  border-radius: 2px; */
  transition: 0.4s;
  /* margin: 10px; */
  /* border-radius: 4px; */
  border: 2px solid #f48f1d;
  background: #fff;
  color: #f48f1d;
  height: 40px;
  margin-top: -20px;
  border-radius: 20px;
}


.ctatop-btn-light:hover {
  color: #fff;
  background: lightgreen; /* #f48f1d;  */
}

.cta {
  background: #f3f1f0;
  padding: 60px 0;
  color: #574741;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta h3 span {
  color: #f48f1d;
}

.cta p {
  padding: 0;
  margin: 0;
}

.cta .cta-btn {
  font-family: var(--site-button-font);  
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  /* border: 2px solid #f48f1d; */
  color: #f48f1d;
  background: #fff;
}

.cta .cta-btn:hover {
  background: #f48f1d;
  color: #fff;
}

.stayhome img {
  
  margin-bottom:  -180px !important;
  /* border:  1px solid red; */
  
}

.search-container {
  float: right;
  /* border: 1px solid red; */
}
.search-container input {
  height: 1.6rem;
  border: 1px solid grey;
  background: none;
}

.search-container button {
  height: 1.6rem;
  /* border: 1px solid grey; */
  background: none;
  border-style:none;
}


@media (max-width: 1024px) {
  .cta {
    /* background-attachment: scroll; */
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #ebe6e4;
  height: 200px;
  position: relative;
  background: #faf9f8;
}

.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #f48f1d;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.services .title a {
  color: #343a40;
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid #f48f1d;
}

.services .icon-box:hover .icon i {
  color: #f48f1d;
}

.services .icon-box:hover .title a {
  color: #f48f1d;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# business
--------------------------------------------------------------*/
.business #business-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}

.business #business-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 50px;
}

.business #business-flters li:hover, .business #business-flters li.filter-active {
  color: #fff;
  background: #f48f1d;
}

.business #business-flters li:last-child {
  margin-right: 0;
}

.business .business-item {
  margin-bottom: 30px;
  
}

.business .business-item .business-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.business .business-item .business-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #2b2320;
}

.business .business-item .business-info p {
  color: #65534c;
  font-size: 14px;
  margin-bottom: 0;
}

.business .business-item .business-info .preview-link, .business .business-item .business-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #483b36;
}

.business .business-item .business-info .preview-link:hover, .business .business-item .business-info .details-link:hover {
  color: #f48f1d;
}

.business .business-item .business-info .details-link {
  right: 10px;
}

.business .business-item .business-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.business .business-item .business-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.business .business-item .business-links a:hover {
  color: #fe825a;
}

.business .business-item:hover .business-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #f1eeed;
  border-left: 1px solid #f1eeed;

}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f1eeed;
  border-bottom: 1px solid #f1eeed;
  overflow: hidden;
  background: #f6f3f2;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 70px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content {
  padding: 30px 0;
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about-us .content p {
  margin-bottom: 0;
}

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #f48f1d;
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .about-us .image {
    text-align: center;
  }
  .about-us .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;

  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0px;
  height: 40px;
  padding-top: 8px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #2b2320;
  margin: 0 10px;
  padding-top: 2px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #f48f1d;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #2b2320;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #b4aca8;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #847872;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: var(--site-button-font);  
  color: #2b2320;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #f48f1d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: #2b2320;
}

.features .nav-link:hover {
  color: #f48f1d;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: #f48f1d;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} 

/*--------------------------------------------------------------
# Visiting Places
--------------------------------------------------------------*/

.visitingplaces .visitingplaces-item {
  box-sizing: content-box;
  /* padding: 10px; */
  box-shadow: 12px 11px 30px 0 rgba(0,0,0,.15);

  /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); */
  position: relative;
  background: #fff;
}

.visitingplaces .visitingplaces-item .visitingplaces-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.visitingplaces .visitingplaces-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.visitingplaces .visitingplaces-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.visitingplaces .visitingplaces-item .quote-icon-left, .visitingplaces .visitingplaces-item .quote-icon-right {
  color: #fecfc0;
  font-size: 26px;
}

.visitingplaces .visitingplaces-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.visitingplaces .visitingplaces-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.visitingplaces .visitingplaces-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Heading Tag
--------------------------------------------------------------*/
.smalltag h6 {
 color: #f48f1d;
 overflow: hidden;
 text-align: left;
}
.smalltag h6:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 2px;
 position: relative;
 vertical-align: middle;
 width: 15%;
 color: #f48f1d;
}
.smalltag h6:before {
 right: 0.5em;
 margin-left: -50%;
}
.smalltag h6:after {
 left: 0.5em;
 margin-right: -50%;
}
.smalltagnew h6 {
 color: #f48f1d;
 overflow: hidden;
 text-align: left;
}
.smalltagnew h6:before {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 2px;
 position: relative;
 vertical-align: middle;
 width: 15%;
 color: #f48f1d;
}

/*--------------------------------------------------------------
# Business Card
--------------------------------------------------------------*/
.card{
  margin: 5% 0%;
  box-shadow: 12px 11px 30px 0 rgba(0,0,0,.15);
}

.card-body{
  margin: 0% 0% 0% 3%;
  padding: 6% 0%;
}

.card img:hover{
  opacity: 0.8;
  
}
/*--------------------------------------------------------------
# Events List
--------------------------------------------------------------*/ 
   
.event-list {
    list-style: none;
    font-family: var(--site-font);
    margin: 0px;
    padding: 0px;
  }
  .event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
  }
  .event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  }
  .event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
  }
  .event-list > li > time > span {
    display: none;
  }
  .event-list > li > time > .day {
    display: block;
    font-size: 56pt;
    font-weight: 100;
    line-height: 1;
  }
  .event-list > li time > .month {
    display: block;
    font-size: 24pt;
    font-weight: 900;
    line-height: 1;
  }
  .event-list > li > img {
    width: 100%;
  }
  .event-list > li > .info {
    padding-top: 5px;
    text-align: center;
  }
  .event-list > li > .info > .title {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px;
  }
  .event-list > li > .info > .desc {
    font-size: 13pt;
    font-weight: 300;
    margin: 0px;
  }
  .event-list > li > .info > ul,
  .event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  .event-list > li > .social > ul {
    margin: 0px;
  }
  .event-list > li > .info > ul > li,
  .event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
        padding: 3px 0px;
  }
    .event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
  } 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
  } 
  .event-list > li > .info > ul > li:hover,
  .event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
  }
  .facebook a,
  .twitter a,
  .google-plus a {
    display: block;
    width: 100%;
    color: rgb(75, 110, 168) !important;
  }
  .twitter a {
    color: rgb(79, 213, 248) !important;
  }
  .google-plus a {
    color: rgb(221, 75, 57) !important;
  }
  .facebook:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(75, 110, 168) !important;
  }
  .twitter:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(79, 213, 248) !important;
  }
  .google-plus:hover a {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(221, 75, 57) !important;
  }

  @media (min-width: 768px) {
    .event-list > li {
      position: relative;
      display: block;
      width: 100%;
      height: 120px;
      padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
      display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 120px;
      float: left;
    }
    .event-list > li > .info {
      background-color: rgb(245, 245, 245);
      overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 120px;
      height: 120px;
      padding: 0px;
      margin: 0px;
    }
    .event-list > li > .info {
      position: relative;
      height: 120px;
      text-align: left;
      padding-right: 40px;
    } 
    .event-list > li > .info > .title, 
    .event-list > li > .info > .desc {
      padding: 0px 10px;
    }
    .event-list > li > .info > ul {
      position: absolute;
      left: 0px;
      bottom: 0px;
    }
    .event-list > li > .social {
      position: absolute;
      top: 0px;
      right: 0px;
      display: block;
      width: 40px;
    }
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
    .event-list > li > .social > ul > li {      
      display: block;
            padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
      display: block;
      width: 40px;
      padding: 10px 0px 9px;
    }
  }
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #f48f1d;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffeee8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2b2320;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65534c;
}

.contact .info:hover i {
  background: #f48f1d;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #f48f1d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #fd5c28;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# business Details
--------------------------------------------------------------*/
.business-details {
  padding: 40px;
}

.business-details .business-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}

.business-details .business-details-carousel .owl-nav, .business-details .business-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.business-details .business-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.business-details .business-details-carousel .owl-dot.active {
  background-color: #f48f1d !important;
}

.business-details .business-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.business-details .business-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.business-details .business-info ul li + li {
  margin-top: 10px;
}

.business-details .business-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .business-details .business-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  /* background: #f8f6f5; */
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;

}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #f48f1d;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #836a61;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f48f1d;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #fd541e;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #ae9a92;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #f48f1d;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #9c847b;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #f48f1d;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #9c847b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #2b2320;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #f48f1d;
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #f48f1d;
  border: 1px solid #f48f1d;
  border-radius: 4px;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  background: #f8f6f5;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #2b2320;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f48f1d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #fd5c28;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #745f56;
}

.blog .sidebar .categories ul a:hover {
  color: #f48f1d;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #9c847b;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #f48f1d;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #9c847b;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f48f1d;
  background: #f48f1d;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.event-tab {
  box-shadow: 12px 11px 30px 0 rgba(0,0,0,.15);
}

.eventbox img {
        max-width: 380px%;
        height: auto;
        display: block; /* remove extra space below image */
        
}

/*--------------------------------------------------------------
# Advance Search
--------------------------------------------------------------*/

.leftsearch {
  padding: 0 0 20px 0;
}

.leftsearch .entry {
  padding: 30px;
  margin-bottom: 60px;
  /* background: #f8f6f5; */
}

.leftsearch .entry .entry-img {
  max-height: 400px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;

}

.leftsearch .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.leftsearch .entry .entry-title a {
  color: #2b2320;
  transition: 0.3s;
}

.leftsearch .entry .entry-title a:hover {
  color: #f48f1d;
}

.leftsearch .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.leftsearch .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.leftsearch .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.leftsearch .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.leftsearch .entry .entry-meta a {
  color: #836a61;
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
}

.leftsearch .entry .entry-content p {
  line-height: 24px;
}

.leftsearch .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.leftsearch .entry .entry-content .read-more a {
  display: inline-block;
  background: #f48f1d;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.leftsearch .entry .entry-content .read-more a:hover {
  background: #fd541e;
}

.leftsearch .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.leftsearch .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.leftsearch .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.leftsearch .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.leftsearch .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.leftsearch .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #2b2320;
  margin-top: 20px;
  margin-bottom: 20px;
}

.leftsearch .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.leftsearch .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.leftsearch .entry .entry-footer a {
  color: #ae9a92;
  transition: 0.3s;
}

.leftsearch .entry .entry-footer a:hover {
  color: #f48f1d;
}

.leftsearch .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.leftsearch .entry .entry-footer .cats li {
  display: inline-block;
}

.leftsearch .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.leftsearch .entry .entry-footer .tags li {
  display: inline-block;
}

.leftsearch .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.leftsearch .entry .entry-footer .share {
  font-size: 16px;
}

.leftsearch .entry .entry-footer .share i {
  padding-left: 5px;
}

.leftsearch .entry-single {
  margin-bottom: 30px;
}

.leftsearch .leftsearch-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.leftsearch .leftsearch-author img {
  width: 120px;
}

.leftsearch .leftsearch-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.leftsearch .leftsearch-author .social-links {
  margin: 0 0 5px 140px;
}

.leftsearch .leftsearch-author .social-links a {
  color: #9c847b;
}

.leftsearch .leftsearch-author p {
  margin-left: 140px;
  font-style: italic;
  color: #bfb9b6;
}

.leftsearch .leftsearch-comments {
  margin-bottom: 30px;
}

.leftsearch .leftsearch-comments .comments-count {
  font-weight: bold;
}

.leftsearch .leftsearch-comments .comment {
  margin-top: 30px;
  position: relative;
}

.leftsearch .leftsearch-comments .comment .comment-img {
  width: 50px;
}

.blog .leftsearch-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.leftsearch .leftsearch-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.leftsearch .leftsearch-comments .comment h5 a:hover {
  color: #f48f1d;
}

.leftsearch .leftsearch-comments .comment h5 .reply {
  padding-left: 10px;
  color: #2b2320;
}

.leftsearch .leftsearch-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #9c847b;
  margin-bottom: 5px;
}

.leftsearch .leftsearch-comments .comment p {
  margin-left: 65px;
}

.leftsearch .leftsearch-comments .comment.comment-reply {
  padding-left: 40px;
}

.leftsearch .leftsearch-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.leftsearch .leftsearch-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.leftsearch .leftsearch-comments .reply-form p {
  font-size: 14px;
}

.leftsearch .leftsearch-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.leftsearch .leftsearch-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.leftsearch .leftsearch-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.leftsearch .leftsearch-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fe825a;
}

.leftsearch .leftsearch-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.leftsearch .leftsearch-comments .reply-form .btn-primary {
  padding: 8px 20px;
  border: 0;
  border-radius: 4px;
  background-color: #2b2320;
}

.leftsearch .leftsearch-comments .reply-form .btn-primary:hover {
  background-color: #f48f1d;
}

.leftsearch .leftsearch-pagination {
  color: #65534c;
}

.leftsearch .leftsearch-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.leftsearch .leftsearch-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.leftsearch .leftsearch-pagination li.active {
  background: white;
}

.leftsearch .leftsearch-pagination li a {
  color: #b4aca8;
  padding: 7px 16px;
  display: inline-block;
}

.leftsearch .leftsearch-pagination li.active, .leftsearch .leftsearch-pagination li:hover {
  background: #f48f1d;
  border: 1px solid #f48f1d;
  border-radius: 4px;
}

.leftsearch .leftsearch-pagination li.active a, .leftsearch .leftsearch-pagination li:hover a {
  color: #fff;
}

.leftsearch .leftsearch-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.leftsearch .leftsearch-pagination li.disabled i {
  color: #f6f5f5;
  padding: 10px 16px;
  display: inline-block;
}

.leftsearch .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  background: #f8f6f5;
}

.leftsearch .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
  color: #2b2320;
  position: relative;
}

.leftsearch .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.leftsearch .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.leftsearch .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.leftsearch .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f48f1d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.leftsearch .sidebar .search-form form button:hover {
  background: #fd5c28;
}

.leftsearch .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.leftsearch .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #745f56;
}

.leftsearch .sidebar .categories ul a:hover {
  color: #f48f1d;
}

.leftsearch .sidebar .categories ul a span {
  padding-left: 5px;
  color: #9c847b;
  font-size: 14px;
}

.leftsearch .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.leftsearch .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.leftsearch .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.leftsearch .sidebar .recent-posts h4 a {
  color: black;
  transition: 0.3s;
}

.leftsearch .sidebar .recent-posts h4 a:hover {
  color: #f48f1d;
}

.leftsearch .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #9c847b;
}

.leftsearch .sidebar .tags {
  margin-bottom: -10px;
}

.leftsearch .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.leftsearch .sidebar .tags ul li {
  display: inline-block;
}

.leftsearch .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
  border-radius: 4px;
}

.leftsearch .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f48f1d;
  background: #f48f1d;
}

.leftsearch .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #b4aca8;
  font-size: 14px;
  background: #14100f;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #292828;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--site-font);
  color: #b4aca8;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0; 
  
}
 

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fd6f41;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  /* padding-top: 0; */
}

#footer .footer-top .footer-links ul a {
  color: #b4aca8;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fd6f41;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
 /*  border-radius: 4px 0 0 4px; */
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f48f1d;
  color: #fff;
  transition: 0.3s;
 /*  border-radius: 0 4px 4px 0; */
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #fd5c28;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #b4aca8;
}

#footer .social-links a {
  font-size: 14px;
  display: inline-block;
  background: #f48f1d;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fd5c28;
  color: #fff;
  text-decoration: none;
}
.footer-links img {
  
  padding: 5px;
  margin: 0;
}


/*
-------------------------------------------------------------------------
            CHANGES MADE FROM HEREAFTER BY Z
-------------------------------------------------------------------------
*/

.thumbnail-delete {
  margin-top: 5px;
  width:100%;
  height:100%;
  /*border: 5px;
  border-color: black; */
  position:relative;
  float:left;
}

.thumbnail-delete img {
  width:100%;
  max-height:120px;
}

.thumbnail-delete a {
  padding-left: 5px;
  display:block;
  font-size: xx-small; 
  color:white;
  width:15px;
  height:15px;
  position:absolute;
  top:3px;
  right:3px;
  background:#c00;
  overflow:hidden;
   
}

.downloadfile {
  padding-top: 10px;
}
 .downloadfilelink {
  color: blue;
 }

 .deletefile {
  background-color: red;
  color: white;
  width:20px;
  height: auto;
 }

 .span-remove{
  color:red;
 }

*[id^='gallerycontents'] {
  /*background-color: #F1F5F5;
  /* border: thin solid #D9D7D7; */
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

*[id^='gallerycontents'] .row {
  padding-left: 5px;
  padding-right: 5px; 
  padding-bottom: 5px;   
}


*[id^='gallerycontents'] .title {
  padding-left: 5px;    
}
 
#galleries__ .row {
  padding-left: 5px;
  padding-right: 5px; 
  padding-bottom: 5px;
   
}

#galleries__ .title {
  padding-left: 5px; 
   
}


.loading-bar {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/ajax-loader.gif);
  background-position: 50% 50%;
  background-color: rgba(255,255, 255, 0.8);
  background-repeat: no-repeat;
}

body.loading {
  overflow: hidden;

}

body.loading .loading-bar {
  display: block;
}

.no-records {
    padding:15px; margin-bottom:0px; margin-top: 0px; background-color:black; color: white; margin-left: -15px; margin-right: -15px;
}
.business-records { 
    border: 1px solid gainsboro;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 10px;
  }
.pagination-top { /* background-color: #dc3545; */ color: white; min-height: 60px; background-color: #f48f1d; margin-bottom: 0px!important; }
.pagination-bottom { background-color: white; color: black;  min-height: 60px; margin-top: 0px;}
.pagination { /* width:100%; */ text-align:center; list-style:none; font-size:1.15385em; margin-bottom:0px; }
.pagination ul { display:block; /* margin:0 auto; */ }
.pagination li { display:inline-block; margin-left: 2px;}
.pagination li.Active a { background: orange; color:#000; }
.pagination li a { background-color: white; font-size:12px; color:#a2a2a2; height:40px; width:40px; line-height:38px; display:inline-block; border:1px solid gainsboro; vertical-align:middle; }
.pagination li a:hover { color:#fff; background: orange; text-decoration: none;}
.pagination li a i { line-height:28px; vertical-align:middle; }



.hidecontrol {
  display: none;
}

.showcontrol{
  display: block;
}

 
.modal-small .modal-dialog-small {
  width: 50%;
  max-width: none;
  height: 50%;
  margin: 0;
}
.modal-small .modal-content-small {
  height: 50%;
  border: 0;
  border-radius: 0;
}



.modal {
  padding: 0 !important; /* override inline padding-right added from js */
}

.modal-header .close{
  margin-right: -25px;
}

.modal .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-body {
  overflow-y: auto;
}

.panel-body .container {
  border: 1px solid gainsboro;
  max-width: 700px;
}

.panel-body h4 {
  color: grey;
  font-weight: bold;
}

.radio-inline {
  margin-right: 15px;
}

.group-heading {
  padding-left: 15px;
}

.group-heading h6 {
  color: teal;
  font-weight: bolder;
}

.logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo h1 a, #header .logo h1 a:hover {
  color: #2b2320; 
  text-decoration: none;
}

.logo-footer h1 a{
  color: white!important; 
  text-decoration: none;
}
.logo-footer h1 a:hover {
  color: beige!important; 
  text-decoration: none;
}

.hr {
  margin-right: -15px;
  margin-left: -15px;
}

.hint {
  font-size: 10px;
  color: grey;
}

.error {
  /* color: red;  
  font-size: 10px;
  */
}

input:invalid {
  /* border-color: red; */
}

label.error {
  font-size: 10px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-left: 5px solid red;
  padding:1px 5px 1px 5px;
}

*[id^='uploaded_file']  {
  overflow-y: auto;    
}

.icon {
  width: 20px;
  height: 20px;
}
  
.container-businesspage {
  border: 1px solid gainsboro;
  margin-top:0px;
  padding-top:10px;
  margin-bottom: 10px; 
}

.search {
    border: none;
    outline: none; 
    width:95%;
}

.rowsearch{
  border: thin solid gainsboro;
  width: 100%;
  margin-left: 0px;
  padding:5px 5px 5px 5px;
  margin-right: 15px;

}

.sharing,.container-businesspage li{
  list-style: none;
  padding-top: 5px;
  margin-left: 5px;
  outline: none;
}

.rowsearch li{
  list-style: none;
  padding-top: 5px;
  margin-left: 5px;
  outline: none;
}



.rowsearch a {
  color: black;
  outline: none;
}

.rowsearch a:hover{
  color: blue;
  font-weight: bolder;
  font-size: 1rem;
}

#datatable li{
  list-style: none;
  display: inline;
  line-height: 1.7;
}

#datatablebusinessprofile li{
  list-style: none;
  display: inline;
  line-height: 1.7;
}


.facebook {
  color: darkblue;
  margin-right: 10px;
}

.linkedin {
  color: blue;
  margin-right: 10px;
}

.twitter {
  color: darkblue;
  margin-right: 10px;
}

.instagram {
  color: black;
  margin-right: 10px;
}

.youtube {
  color: darkred;
  margin-right: 10px;
}

.whatsapp {
  color: green;
  margin-right: 10px;
}

.emoticon-y {
  
  color: red;
  margin-right: 5px;
}

.bname h5{
  color: teal;
  font-weight: bolder;
}

.cc {
  margin-top: -3px;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.form-control {
  font-size: small;
}

.sectioncontainer {
  padding-top: 20px;
}



#datadisplay {
  margin: 0;
  margin-right:-10px;
  padding: 0;
}

#single {
  padding-left: 0px;
  padding-right: 8px;
  padding-bottom: 15px; 
}

#single .itemcontainer{
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  height: 100%;
  border: thin solid gainsboro; 
}

#itemdetails {
  width: 100%;
  height: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */  
}

#menudetails {
  width: 100%;
  height: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}

#single .itemcontainer .headdiv {
  padding-top: 15px;
  padding-bottom: 5px;
  font-weight: bolder;
  color: white;
  background-color: teal;
  margin-bottom: 10px;
}

#single .itemcontainer .norm {
  padding-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
}

#single .itemcontainer .tools {
  margin-top: 3px;
  background-color:#f8f8ff;
  border-top:thin solid gainsboro;
}


.editicon {
  color: black;
  margin-right: 12px;
  /* font-size: 1rem; */
}

.deleteicon {
  color: black;
  margin-right: 12px;
  /* font-size: 1rem; */
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.detailicon {
  color: green;
  margin-right: 12px;
  /* font-size: 1rem; */
}

.deleteicon:hover, .detailicon:hover, .editicon:hover {
  color:teal;
}

 
.not-active {
  color: gray;
}

.is-active {
  color: green;
}

.container-businesspage-colored { padding-left:15px; padding-right:15px;background-color: gainsboro; }
.filter-select { margin-right: 0px; margin-left: 1px; margin-top:0px; }
.pagination-container { height:auto; margin-top:10px; margin-left:0px; padding-left:2px; padding-right:3px; background-color:white; }
.pagination-container-bottom { height:auto; margin-bottom:10px; margin-left:0px; padding-left:2px; padding-right:3px; background-color:white; }
.filtered-not-found { border:thin solid red;padding:5px; margin-bottom:10px; background-color:lightgrey; }
.ul-record { list-style:none; padding:0px; padding-left:5px; margin:0px; }
.ul-img { border: thin solid gainsboro; margin-right: 5px; margin-top:0px; width:60px; height: 60px; }
.ul-capsule {  width:80%; border: thin solid gainsboro; height: 27px; margin-top:18px; margin-left:-7px;  border-left:none; padding:2px; padding-left:10px; margin-bottom: 10px; border-radius: 0px 15px 15px 0px; }
.ul-text { padding-left: 55px; }
.joke-text p{ height: 100px;  overflow: hidden; text-overflow: ellipsis; margin-top: 5px; }
.joke-text.show-content p{ height: auto; overflow: auto;}
.story-text p{ height: 100px;  overflow: hidden; text-overflow: ellipsis; margin-top: 5px; }
.story-text.show-content p{ height: auto; overflow: auto;}
.poetry-text p{ height: 100px;  overflow: hidden; text-overflow: ellipsis; margin-top: 5px; }
.poetry-text.show-content p{ height: auto; overflow: auto;}
.video-text p{ height: 100px;  overflow: hidden; text-overflow: ellipsis; margin-top: 5px; }
.video-text.show-content p{ height: auto; overflow: auto;}
.citystar-text p{ height: 110px;  overflow: hidden; text-overflow: ellipsis; margin-top: 5px; }
.citystar-text.show-content p{ height: auto; overflow: auto;}
.importantpersonality-text p{ height: 110px;  overflow: hidden; text-overflow: ellipsis; margin-top: 5px; }
.importantpersonality-text.show-content p{ height: auto; overflow: auto;}
.cityevent-text p{ height: 110px;  overflow: hidden; text-overflow: ellipsis; margin-top: 5px; }
.cityevent-text.show-content p{ height: auto; overflow: auto;}
.discussiontopic-text p{ height: 110px;  overflow: hidden; text-overflow: ellipsis; margin-top: 5px; }
.discussiontopic-text.show-content p{ height: auto; overflow: auto;}

.ul-share { margin-top:-5px;padding:0;padding-left:5px; }
.no-padding-margin { margin:0;padding: 0; }


.thumbnail-img { width:100%; height: auto; }


.myoverlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:.9;
  color: white;
  font-size: 20px;
  padding: 10px; 
  text-align: center;
  margin-left:0px;
  margin-right:30px;
}

.img-overlay:hover .myoverlay {
  /*opacity: 1; */
  background-color: orange;
}


.card-events {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
}

.price {
  font-weight: bold;
  color: teal;
  font-size: 2rem;
  text-align: center;
  width:100%;
}

.attrib-caption {
  padding-top: 10px;
  padding-bottom: 10px;
}

.attrib-value {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tableheader {
  border-bottom: 1px solid gainsboro; 
  font-weight: bold;
  background-color: gainsboro;
  padding-top: .75rem;
  padding-bottom: .75rem;  
  margin-left: 0px;
  margin-right: 0px;
}

.tablerow {
  border-bottom: 1px solid gainsboro;
  margin-left: 0px;
  margin-right: 0px;
}

.tablerowmain{
  background-color: lightblue;
  margin-left: 0px;
  margin-right: 0px;
}

.tablerow div{
  padding-top: 3px;
  padding-bottom: 3px;  
}

.tablerow:hover {
  background-color: limegreen;
}

.sorter{
  list-style: none;
}

.list-unstyled {
    list-style: none;

}
.list-unstyled li{
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid gainsboro; 
    margin-top: 5px;
    padding-left: 10px;
}

.list-unstyled li:hover {
    border: 1px solid silver; 
    background-color: beige;
    cursor: grab;
}


/* ADMIN PAGES CSS */

.page-title{
  background-color: lightblue;
  border: 1px solid gainsboro;
  margin:0;
  padding:5px;
  border-radius: 0px 50px 50px 0px;
  border-left: 3px solid red; 
}

.record-row {
  border: 1px solid gainsboro;
  padding: 5px;
  margin-bottom: 10px;
}

.record-row:hover {
  border: 1px solid gainsboro;
  background-color: #f8f9fa!important;
}

.table-theme-hover {
  border: 1px solid gainsboro;
  background-color: #f8f9fa!important;
}

.table-theme-hover:hover {
  border: 1px solid gainsboro;
  background-color: #f8fffa!important;
}

.simple-header {
  /*border: 1px solid gainsboro;*/
  background-color: #EEF1FF!important;
  color:darkgray; 
  padding-top: 20px; 
  padding-bottom: 20px; 
  margin-bottom: 10px; 
}

.div-table-container {
  overflow-x: auto;  
}

.table-usersites {
  overflow-x: auto;
  overflow-wrap: break-word;
}

.title-class {
  font-size: 2rem;
  color: darkblue;
}

.title-class-small {
  font-size: 1rem;
  color: blue;
}


.description-class {

}

.rejection-label{
  font-weight: 1.5rem;
  font-weight: bold;
}

.row-table-head{
  padding-top: 10px;
  padding-bottom: 15px;

  border-bottom: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
  margin-bottom: 0px;
  margin-left:0px;
  margin-right: 0px;
}

.row-table-head div{
  font-weight: bold;
  padding-left: 0px;
}

.row-table-row{
  padding-bottom: 5px;
  padding-left: 5px;
  margin-left:0px;
  margin-right: 0px;
}
.row-table-row div{
  padding-left: 0px;
}

.row-table-row:hover {
  border: 1px solid gainsboro;
  background-color: rgba(0, 0, 0, .075); /*#F0FFF0;*/
  padding-left: 5px;
 }

 .u-link {
  color: blue;
 }

 .u-link:hover {
  text-decoration: underline;
  color: blue;
 }

 .chat-header{ 
  border-left: 3px solid red;
  color:black;
  font-size: 1rem;
 }

 .chatsection {
    height: 70vh;
 }

 @media(max-width: 576px) {
    .chatsection {
      height: 70vh;
    }
 }

 .previouschat{
    max-height: 100%;
    overflow-y: scroll;
 }

 .chat-messages {
  overflow-y: auto;
  border-top: 0px solid gainsboro;
  border-bottom: 0px solid gainsboro;
  height: 50vh;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;  
  padding-left: 0px;
  padding-right:0px;

 }

 .chatmessage {
  font-size: 1em;
 }

 .sentmessage {
  color: black;
 }

 .receivedmessage {
  color: red;
 }

.date-time{
  font-size:10px;
  font-style: italic;
}

.left-message-pill {
  max-width:60%; 
  text-align: left; 
  font-size: 1rem; 
  font-weight: 500;
  background-color: #007bff;
  color: #fff;
  padding-left: 10px; padding-right: 15px;
  border-radius: 0px 50px 50px 0px;
  border-left: 3px solid darkblue; 
}

.right-message-pill{
  max-width:60%; 
  text-align: 
  right;font-size: 1rem; 
  font-weight: 500;
  background-color: #f8f9fa;
  color: #212529;
  padding-left: 15px; padding-right: 10px;
  border-radius: 50px 0px 0px 50px;
  border-right: 3px solid silver; 
}

.single-message{
  padding-left: 0px;
  padding-right: 0px;
}

.images-only {
  width: 100%;
}

.row-parent {
  padding:10px;
  background-color: skyblue;
  border: 1px solid gainsboro;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right:0px;

} 
 
.row-child {
  padding:10px;
  background-color: gainsboro;
  border: 1px solid gainsboro;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right:0px;
}

.row-standard {
  padding:10px;
  background-color: white;
  border: 1px solid gainsboro;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right:0px;
}

.accordion {
      background-color: #e5eef7; /* white;*/
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      /* outline: 1px solid gainsboro; */
      border-top: 1px solid gainsboro;
      /* border-bottom: 1px solid gainsboro; */
      font-size: 15px;
      transition: 0.4s;
    }

    .accordion > .active,
    .accordion:hover,
    .accordion > .active:hover {
      /* background-color: #ccc;  
    outline: 2px solid gainsboro;*/
      outline: 0px solid #d1e3f5 !important;
      background-color: #f5e4f6;
      border-bottom: 0px solid magenta;
    }

    .accordion:focus {
      outline: 0px solid #d1e3f5 !important;
      background-color: #e5eef7;
      border-bottom: 0px solid magenta;
    }

    .accordion-panel {
      padding: 0 18px;
      background-color: #f8f8fa;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
    }







.ar_1_1 {
  aspect-ratio: 1 / 1;
  max-width: 100%;
  max-height: 100%;
}

.ar_2_1 {
  aspect-ratio: 2 / 1;
  max-width: 100%;
  max-height: 100%;
}

.ar_1_2 {
  aspect-ratio: 1 / 2;
  max-width: 100%;
  /* max-height: 100%; */
}

.ar_16_9 {
  aspect-ratio: 16 / 9;
  max-width: 100%;
}

.ar_9_16 {
  aspect-ratio: 9 / 16;
  max-width: 100%;
  /* max-height: 100%; */
}

.ar_12_9 {
  aspect-ratio: 12 / 9;
  max-width: 100%;
}

.ar_9_12 {
  aspect-ratio: 9 / 12;
  max-width: 100%;
  /* max-height: 100%; */
}

.ar_20_10 {
  aspect-ratio: 20 / 10;
  max-width: 100%;
}

.ar_10_20 {
  aspect-ratio: 10 / 20;
  max-width: 100%;
  /* max-height: 100%; */
}

.ar_30_10 {
  aspect-ratio: 30 / 10;
  max-width: 100%;
}

.ar_10_30 {
  aspect-ratio: 10 / 30;
  max-width: 100%;
  /* max-height: 100%; */
}

.ar_5_4 {
  aspect-ratio: 5 / 4;
  max-width: 100%;
}



.industryname { color: black; }
.categoryname { color: red; }
.subcategoryname { color: blue; }

.row-srch-icon { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 5px; }
@media (max-width: 1024px) { .row-srch-icon { grid-template-columns: 1fr 1fr 1fr 1fr;  } }   
@media (max-width: 480px) { .row-srch-icon {  grid-template-columns: 1fr 1fr 1fr;  } }

.row-srch-icon .grd { display: grid; grid-template-rows: 1fr auto; border: 1px solid gainsboro; background-color: beige; }
.row-srch-icon .grdFA { display: grid; grid-template-rows: 1fr auto; border: 1px solid gainsboro; background-color: beige; }

.srch-icon-container { font-size: 3em; }
.srch-icon-container-link a{ color: blue; }
.srch-icon-container-link a:hover{ text-decoration: underline; }

.row-srch-images { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 5px; }
@media (max-width: 1024px) { .row-srch-icon { grid-template-columns: 1fr 1fr 1fr;  } }   
@media (max-width: 480px) { .row-srch-icon {  grid-template-columns: 1fr 1fr;  } }

.row-srch-images .grd { display: grid; grid-template-rows: 1fr auto; border: 1px solid gainsboro; background-color: beige; }
.row-srch-images .grdimages { display: grid; grid-template-rows: 1fr ; border: 1px solid gainsboro; background-color: beige; }

.toggleviewbtn { border: 1px solid gray; background-color: white; margin-top: 2px; margin-bottom: 5px; border-radius: 2px;}
.toggleviewdiv { border: 0px; background-color: #f5f5f5; border: 1px solid gainsboro; }


#datatable { min-height: 160px; }
#datatabledetails { min-height: 160px; }


.parallax {
  /* The image used */
  background-image: url("img_parallax.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-full {
  /* The image used 
  background-image: url("img_parallax.jpg");
  */
  /* Full height 
  min-height: 500px; */
  max-height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
@media only screen and (max-device-width: 1280px) {
  .parallax {
    background-attachment: scroll;
  }
  .parallax-full { 
    background-attachment: scroll;
  }

}
*/


/*------------------------------------------------
//            Home Page Styles
-------------------------------------------------*/
.sectioncontainer--sectionattop {
  padding-top: 5px;  padding-bottom: 5px;  
}

.h2--sectionattop {
  display: inline-block; color: #000000; border-bottom-color:#ffffff; font-family:  var(--site-font); font-style: normal; font-size: 30px; font-weight: 700; line-height: 1.3;
}

.h3--sectionattop {
  color: #ff0000; font-family:  var(--site-font); font-style: italic; font-size: 20px; font-weight: 400; line-height: 1.3;
}

.p--sectionattop {
  color: #000000; font-family:  var(--site-font); font-style: normal; font-size: 14px; font-weight: 400; line-height: 1.5;
}

.a--sectionattop {
  background-color: #f48f1d; color: #ffffff; 
}

.a--sectionattop:hover {
  text-decoration: underline; color: #ffffff; 
}

.sectionattop--s2--heading--div {
  width: 100%; background-color: #ffffff; padding-top: 0px; padding-bottom: 20px;
}

.sectionattop--s2--h2--1 {
  display: inline-block; color: #000000; border-bottom-color:#ffffff; font-family:  var(--site-font); font-style: normal; font-size: 36px; font-weight: 400; line-height: 1.3;
}

.sectionattop--s2--h2--2 {
  display: inline-block; color: #f48f1d; border-bottom-color:; font-family:  var(--site-font); font-style: normal; font-size: 40px; font-weight: 700; line-height: 1.3;
}

.sectionattop--s3 {
  width: 100%; background-color: #ffffff;  padding-top: 0px; padding-bottom: 20px;
}

.sectionattop--s4 {
  width: calc(33% - 10px); margin-left: 10px;
}

.featured-items-4 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 10px;}
.featured-items-4 a { color: white; }

.featured-items-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px;}
.featured-items-3 a { color: white; }

.featured-items-2 { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px;}
.featured-items-2 a { color: white; }

@media (max-width: 480px) { 
  .featured-items-4 {  grid-template-columns: 1fr 1fr; } 
  .featured-items-3 {  grid-template-columns: 1fr 1fr; }
  .featured-items-2 {  grid-template-columns: 1fr 1fr; }
}

/* background colors */
.bg-black { background-color: black!important; }
.bg-logo { background-color: #f48f1d!important; }

.bg-black:focus { background-color: black!important; }
.bg-logo:focus { background-color: #f48f1d!important; }

.bg-purple { background-color: rgba(153, 32, 145, 1); }
.light-purple { background-color: rgb(222, 143, 249) }
.light-purple-v2 { background-color: #D8BFD8; }

.bg-black:active { background-color: black!important; }
.bg-logo:active { background-color: #f48f1d!important; }

.bg-gray { background-color: #b5b4b4!important; }
.bg-lgray { background-color: #f8f9fa!important; }

.fc-logo { color: #f48f1d!important; }

.bg-lb { background-color: #f8f9fa!important; }

.record-container:hover { background-color: #f8f9fa!important; }
.all-items { margin-top: -15px; }

.row_a_d_s { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px; } 
.row_a_d_s .grd { display: grid; grid-gap: 10px; padding: 10px; grid-template-rows: auto 2fr 1fr;}
@media (max-width: 812px) { .row_a_d_s  { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; }  }
@media (max-width: 480px) { .row_a_d_s  { display: grid; grid-template-columns: 1fr; grid-gap: 10px; }  }


/* Home page Style */
.heading-visitingplace { display: inline-block; color: #000000; font-family:  var(--site-font); font-style: normal; font-size: 30px!important; font-weight: 700!important; line-height: 1.3; }
.text-para {  font-family:  var(--site-font); font-style: normal;  line-height: 1.5; }
.heading-black {  display: inline-block; color: #000000!important; font-family:  var(--site-font); font-style: normal!important; font-size: 36px!important; font-weight: 400!important; line-height: 1.3; margin-right: 0.5rem!important; margin-top: 0.25rem!important; margin-bottom: 0.25rem!important;}
.heading-orange { display: inline-block; color: #f48f1d!important; font-family:  var(--site-font); font-style: normal!important; font-size: 40px!important; font-weight: 700!important; line-height: 1.3;  margin-right: 0.5rem!important; margin-top: 0.25rem!important; margin-bottom: 0.25rem!important;}

.heading-event { display: inline-block; color: #000000; border-bottom-color:#ffffff; font-family:  var(--site-font); font-style: normal; font-size: 20px; font-weight: 700; line-height: 1.3; margin-right: 0.5rem!important; margin-top: 0.25rem!important; margin-bottom: 0.25rem!important;}
.heading-black-small { display: inline-block; color: #000000; border-bottom-color:#ffffff; font-family:  var(--site-font); font-style: normal; font-size: 20px; font-weight: 700; line-height: 1.3; margin-right: 0.5rem!important; margin-top: 0.25rem!important; margin-bottom: 0.25rem!important;}

.heading-red-italic { color: #ff0000!important; font-family:  var(--site-font); font-style: italic!important; font-size: 20px!important; font-weight: 400!important; line-height: 1.3; }

.multiple-events-container { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px; } 
.item-event-container .grd { display: grid; grid-gap: 10px; padding: 10px 10px 16px 10px; grid-template-rows: 1fr auto; height: 100%; } 
@media (max-width: 812px) { .multiple-events-container  { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; }  }
@media (max-width: 480px) { .multiple-events-container  { display: grid; grid-template-columns: 1fr; grid-gap: 10px; }  }

.multiple-service-providers-container { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px; } 
.multiple-service-providers-container .grd-column { display: grid; grid-template-columns: 1fr 4fr; grid-gap: 10px; }
@media (max-width: 812px) { .multiple-service-providers-container  { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; }  }
@media (max-width: 480px) { .multiple-service-providers-container  { display: grid; grid-template-columns: 1fr; grid-gap: 10px; }  }

.multiple-news-container { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px; } 
.multiple-news-container .grd { display: grid; grid-gap: 10px; padding: 10px 10px 16px 10px; grid-template-rows: auto auto 1fr; height: 100%; } 
@media (max-width: 812px) { .multiple-news-container  { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; }  }
@media (max-width: 480px) { .multiple-news-container  { display: grid; grid-template-columns: 1fr; grid-gap: 10px; }  }

.formfields {
  /* line-height: 2; */
}

.field_label { 
}

.field_value {
  text-decoration: underline;
}

.form_field_div {
  border-bottom: 1px solid black;
}

.fields_container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2px;
}

.field_label_div {
  flex: 0 0 auto;
  /* width: 200px; */ 
  /* border: 1px solid blue; */
  padding-right: 5px;
  font-size: .9em;
  line-height: 1;
}

.field_value_div {
  flex: 1 1 auto;
  border-bottom: 1px solid gray;
  flex-grow: 1;
  margin-left: 5px;
  font-size: .9em;
  line-height: 1;

}

.undertaking-div {
  border: 1px solid gray;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: .8em;
  line-height: 1;
}

.officetext-div {
  border: 1px solid gray;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: .8em;
  line-height: 1.5;
}

.signees {

  margin-top: 50px!important;
}

.leftsignee {
  border-top: 1px solid gray;
}

.rightsignee {
  border-top: 1px solid gray;
} 

#form-content {
  width: 580px!important;
  padding-bottom: 60px!important;
}

#form-content-all {
  width: 580px!important;
  padding: 0 ; 
}


.news-ticker { 
  overflow: hidden;
/*  height: 280px;*/
  vertical-align: top;
/*  margin-bottom: 20px;*/
/*  height:auto;*/
/*  max-height: 550px;*/
/*  width: 100%; /* set the width of the ticker */ */
}

.news-item {
  display: inline-block ;
/*  position: relative;*/
  width: 300px;
/*  width:100%;*/
  /*height: 20px;
  line-height: 20px;*/
  
/*  white-space: nowrap;*/
  animation: scroll 30s linear infinite; /* animate the scroll */
/*  animation-delay: 5s;*/*/ 
}

.news-item h6 {
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.news-item p {
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.news-item:last-child {
/*  animation-delay: 7s; /* add a delay only at the end of the animation */*/
}

.news-ticker:hover .news-item {
  animation-play-state: paused;
}

/*@keyframes scroll {
  0% { transform: translateX(300%); }
  100% { transform: translateX(-700%); }
}*/

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/*  Account Activity Page  */
.account-activity--container   {   }
.account-activity--profiles { display: grid; grid-template-columns: 1fr  ;  margin-bottom: 20px; }
.account-activity--row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr ; grid-gap: 5px; margin-bottom: 30px; }
.account-activity .grd { display: grid; grid-gap: 20px; padding: 0px; } 
@media (max-width: 1080px) { .account-activity--row { display: grid; grid-template-columns: 1fr 1fr ; grid-gap: 5px; margin-bottom: 10px; } }
@media (max-width: 768px) { .account-activity--row { display: grid; grid-template-columns: 1fr  ; grid-gap: 5px; margin-bottom: 10px; } }
@media (max-width: 480px) { .account-activity--row { display: grid; grid-template-columns: 1fr ; grid-gap: 5px; margin-bottom: 10px; }  }
 

.highlighted-button {
    border: 1px green solid;
    padding-left: 10px!important ;
    padding-right: 10px!important ;
    padding-top: 5px!important ;
    padding-bottom: 5px!important ;
    background-color: beige;
    margin: 8px;
    border-radius: 25px;
} 

.light-blue {
  background-color: lightblue!important;
}

.light-green { 
  background-color: lightgreen!important;
}

#posttools .fa-lg {
  font-size: 1.33333333em;
}

.my-fa-lg {
  font-size: 1.33333333em;
}


/* css for toggle switch  */
.switch {
      position: relative;
      display: inline-block;
      width: 40px;
      height: 19px;
    }

    .switch input { 
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 12px;
      width: 12px;
      left: 6px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
    }

    input:checked + .slider {
      background-color: #2196F3;
    }

    input:focus + .slider {
      box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
      -webkit-transform: translateX(18px);
      -ms-transform: translateX(18px);
      transform: translateX(18px);
    }

    /* Rounded sliders */
    .slider.round {
      border-radius: 34px;
    }

    .slider.round:before {
      border-radius: 50%;
    }

    /* -----------------------------------     */

    .form-div { 
      margin-top:10px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
.card-payment-button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.card-payment-button:hover {
  filter: contrast(115%);
}
.card-payment-button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} 

.divs-5x { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; grid-gap: 10px;}

@media (max-width: 1080px) { .divs-5x { display: grid; grid-template-columns: 1fr 1fr 1fr ; grid-gap: 10px; } }
@media (max-width: 768px) { .divs-5x { display: grid; grid-template-columns: 1fr 1fr  ; grid-gap: 10px; } }
@media (max-width: 480px) { .divs-5x { display: grid; grid-template-columns: 1fr  ; grid-gap: 10px; }  }
 
.grid-row-main { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-gap: 1px; }

.grid-full-row { display: grid; grid-template-columns: 1fr; }

.grid-row-main .grid-1 { grid-column: span 12; }
@media (max-width: 1023px) {  }
@media (max-width: 767px) {   }
@media (max-width: 479px)  {  }

.grid-row-main .grid-11-span { grid-column: span 11; }
@media (max-width: 1023px) { .grid-row-main .grid-11-span { grid-column: span 10; } }
@media (max-width: 767px) { .grid-row-main .grid-11-span { grid-column: span 9; }  }
@media (max-width: 479px)  { .grid-row-main .grid-11-span { grid-column: span 8; } }

.grid-row-main .grid-9-span { grid-column: span 10; }
@media (max-width: 1023px) { .grid-row-main .grid-10-span { grid-column: span 9; } }
@media (max-width: 767px) { .grid-row-main .grid-10-span { grid-column: span 8; }  }
@media (max-width: 479px)  { .grid-row-main .grid-10-span { grid-column: span 6; } }

.grid-row-main .grid-9-span { grid-column: span 9; }
@media (max-width: 1023px) { .grid-row-main .grid-9-span { grid-column: span 8; } }
@media (max-width: 767px) { .grid-row-main .grid-9-span { grid-column: span 6; }  }
@media (max-width: 479px)  { .grid-row-main .grid-9-span { grid-column: span 12; } }

.grid-row-main .grid-8-span { grid-column: span 8; }
@media (max-width: 1023px) { .grid-row-main .grid-8-span { grid-column: span 6; } }
@media (max-width: 767px) { .grid-row-main .grid-8-span { grid-column: span 6; }  }
@media (max-width: 479px)  { .grid-row-main .grid-8-span { grid-column: span 12; } }

.grid-row-main .grid-2 { grid-column: span 6; }
@media (max-width: 1023px) { .grid-row-main .grid-2 { grid-column: span 6; } }
@media (max-width: 767px) {  .grid-row-main .grid-2 { grid-column: span 12; } }
@media (max-width: 479px)  { .grid-row-main .grid-2 { grid-column: span 12; } }

.grid-row-main .grid-3 { grid-column: span 4; }
@media (max-width: 1023px) { .grid-row-main .grid-3 { grid-column: span 6; } }
@media (max-width: 767px) { .grid-row-main .grid-3 { grid-column: span 6; }  }
@media (max-width: 479px)  { .grid-row-main .grid-3 { grid-column: span 12; } }

.grid-row-main .grid-4 { grid-column: span 3; }
@media (max-width: 1023px) { .grid-row-main .grid-4 { grid-column: span 4; } }
@media (max-width: 767px) {  .grid-row-main .grid-4 { grid-column: span 6; } }
@media (max-width: 479px)  { .grid-row-main .grid-4 { grid-column: span 12; } }

.grid-row-main .grid-6 { grid-column: span 2; }
@media (max-width: 1023px) { .grid-row-main .grid-6 { grid-column: span 3; } }
@media (max-width: 767px) { .grid-row-main .grid-6 { grid-column: span 4; }  }
@media (max-width: 479px)  { .grid-row-main .grid-6 { grid-column: span 6; } }

.grid-row-main .grid-12 { grid-column: span 1; }
@media (max-width: 1023px) { .grid-row-main .grid-12 { grid-column: span 2; } }
@media (max-width: 767px) {  .grid-row-main .grid-12 { grid-column: span 3; } }
@media (max-width: 479px)  { .grid-row-main .grid-12 { grid-column: span 4; } }

.row.grid-row-main::before,
.row.grid-row-main::after {
  content: none;
}

.on-hover-c1 {
  background-color:white;
  color: black;
}

.on-hover-c1:hover {
  background-color: #f2f9fa; /*lightgreen */;
/*  color: white;*/
}

.my-ul { padding-inline-start: 15px; }

.small-link { width:20px; height:20px; }

.home-page-bg { background-color: #f2f9fa; }