html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.red {
  color: #a6cdf5ad;
  font-size: 1rem;
  font-weight: 300;
}

/*--------------------------------------------------------------
## Top header Style
--------------------------------------------------------------*/
.top-header {
  float: left;
  width: 100%;
}

.top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fab702;
}

.top-left {
  float: left;
}

.top-right {
  float: right;
}

.top-left span {
  color: #353d50;
  margin-right: 15px;
  line-height: 1;
  font-size: 14px;
}

.top-left span i {
  color: #353d50;
  margin-right: 10px;
}

.top-menu-content .menu {
  float: left;
  list-style: none;
  margin: 0;
}

.top-menu-content .menu li {
  display: inline-block;
  line-height: 1;
}

.top-menu-content .menu li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
  padding: 0px 15px;
  line-height: 1;
  position: relative;
}

.top-header .business_point_widget_social li {
  margin: 0;
}

.top-header .business_point_widget_social li a {
  height: auto;
  width: auto;
  border: 0;
  line-height: 1;
  padding: 0px 15px;
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
}

.top-header .business_point_widget_social ul li a::before {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

.top-header .business_point_widget_social li a:hover {
  background: transparent !important;
  border: 0px;
}

.top-menu-content .menu li a:after,
.top-header .business_point_widget_social li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #fff;
  -webkit-transform: rotate(35deg);
  /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
  /* IE 9 */
  transform: rotate(35deg);
  /* IE 10, Fx 16+, Op 12.1+ */
}

.top-menu-content .menu li:last-child a:after,
.top-header .business_point_widget_social li:last-child a:after {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  /* It should be ablolute */
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  /* It should be clip auto */
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fab702;
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.nav-link {
  color: white;
}

.navbar-font {
  font-size: 14px;
  color: white;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.text-font {
  font-weight: 300;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: .5rem;
  color: #212529;
  line-height: 1.2;
  margin-top: 0;
}

.page-font {
  font-weight: 100;
  font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #212529;
  font-size: 2.2rem;
}

.loginButton {
  color: white;
  background-color: #353d50;
  border-color: #353d50;
}

.btn-primary {
  color: #fff;
  background-color: #a6cdf5ad;
  border-color: #a6cdf5ad;
}

a {
  color: #353d50;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.bg-light {
  background-color: #a6cdf5ad;
}
/*# sourceMappingURL=style.css.map */