/*Regular font*/

@font-face {
  font-family: 'SegoeUI';
  src: url('assets/web-fonts/regular/SegoeUI.eot');
  src: url('assets/web-fonts/regular/SegoeUI.eot?#iefix')
      format('embedded-opentype'),
    url('assets/web-fonts/regular/SegoeUI.svg#SegoeUI') format('svg'),
    url('assets/web-fonts/regular/SegoeUI.ttf') format('truetype'),
    url('assets/web-fonts/regular/SegoeUI.woff') format('woff'),
    url('assets/web-fonts/regular/SegoeUI.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*semi bold font*/

@font-face {
  font-family: 'SegoeUI-Semibold';
  src: url('assets/web-fonts/semi-bold/SegoeUI-Semibold.svg#SegoeUI-Semibold')
      format('svg'),
    url('assets/web-fonts/semi-bold/SegoeUI-Semibold.ttf') format('truetype'),
    url('assets/web-fonts/semi-bold/SegoeUI-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*bold font*/

@font-face {
  font-family: 'SegoeUI-Bold';
  src: url('assets/web-fonts/bold/SegoeUI-Bold.eot');
  src: url('assets/web-fonts/bold/SegoeUI-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('assets/web-fonts/bold/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg'),
    url('assets/web-fonts/bold/SegoeUI-Bold.ttf') format('truetype'),
    url('assets/web-fonts/bold/SegoeUI-Bold.woff') format('woff'),
    url('assets/web-fonts/bold/SegoeUI-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');

/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
}

body {
  font-family: 'SegoeUI';
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #707070;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #89bd13;
}

a:hover {
  text-decoration: none;
  color: #89bd13;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
.link,
.link2 {
  font-weight: 700;
  font-family: 'SegoeUI-Bold';
  margin: 0 0 15px;
}

.link {
  text-decoration: underline;
  color: #679310;
}

.link2 {
  text-decoration: underline;
  color: #fff;
}

.footer-area {
  font-size: 14px;
}

p {
  orphans: 3;
  widows: 3;
}

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.container {
  max-width: 1220px;
}

.global-header-top {
  position: relative;
  z-index: 1;
  padding: 18px 0px;
}

.search_form input,
.search_form,
.searchform button {
  display: inline;
}

.search_form {
  display: inline !important;
}

#searchBox {
  width: 150px;
}
#searchButton {
  display: inline;
  padding: 11px 16px;
}

/*.header-top-right form {
    display: inline-block;
    position: relative;
    width: 225px;
    margin-right: 10px;
}*/

.header-top-right {
  text-align: right;
  color: #fff;
}

/*.header-top-right input {
    padding: 1px 20px;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding-left: 34px;
}*/

.header-top-right span {
  padding-right: 15px;
}

.headersssssss-top-right form button {
  /*position: absolute;*/
  left: 6px;
  background: none;
  border: none;
  top: 1px;
  font-size: 20px;
}

.social-header {
  margin: 0px 2px;
}

.social-header i {
  height: 44px;
  width: 44px;
  background: #fff;
  color: #8abb2a;
  border-radius: 3px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
}

.header-btn {
  background: #fff;
  display: inline-flex;
  padding: 1px 22px;
  border-radius: 4px;
  margin-left: 6px;
  color: #707070;
  border: 1px solid transparent;
}

.global-header-top:after {
  position: absolute;
  left: 2%;
  top: 0;
  height: 100%;
  width: 40%;
  content: '';
  background: #406323;
  z-index: -1;
}

.header-btn:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

a.header-btn.login {
  background: no-repeat;
  border-color: #fff;
  color: #fff;
}

a.header-btn.login:hover {
  background: #fff;
  color: #777;
}

.hero-txt {
  text-align: center;
}

.single-slide {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 50px;
  padding-top: 200px;
}

.global-cart-width {
  background: rgb(255 255 255 / 0.4);
  padding: 10px;
  border-radius: 10px;
}

.global-cart {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.cardBdr {
  border: 3px solid #669400;
  border-radius: 5px;
  padding: 20px;
}

.global-cart h5 {
  color: #ec4119;
  margin-bottom: 10px;
  font-size: 20px;
}

.global-cart p {
  color: #211f20;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 5px;
}

.global-cart span.space {
  display: inline-block;
  margin: 0px 10px;
}

.global-cart p.colorType {
  color: #679310;
  font-family: 'SegoeUI-Semibold';
}

.global-cart p.colorType span {
  color: #211f20;
  font-family: 'SegoeUI';
}

.homelogo img {
  max-width: 820px;
  display: inline-block !important;
}

.homelogo {
  margin-bottom: 30px;
  margin-top: 20px;
}

.menu-home li {
  display: inline-block;
  width: 18%;
  position: relative;
}

.menu-home li a {
  position: relative;
  display: block;
  padding: 10px 10px;
  padding-top: 70px;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.menu-home li a img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-banner-area {
  position: relative;
}

.header-menu-area {
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 2;
}

.menu-home li a span {
  display: block;
  font-family: 'SegoeUI-Semibold';
  font-size: 30px;
  padding-top: 4px;
  margin-top: 2px;
}

.menu-home {
  position: relative;
  z-index: 1;
}

.menu-home:after {
  position: absolute;
  left: 0;
  top: 35px;
  height: 100%;
  width: 100%;
  content: '';
  z-index: -1;
  background: url(assets/img/home-menu-bg.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  border-top: 2px solid #fff;
}

span.bdrWd {
  width: 80px;
  margin: 0 auto;
  border-top: 1px dotted #fff;
}

.home-banner-area .owl-nav div {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  height: 50px;
  width: 50px;
  background: rgb(255 255 255 / 0.6);
  text-align: center;
  border-radius: 3px;
  transition: 0.3s;
  color: #ea4327;
}

.home-banner-area .owl-nav .owl-next {
  left: auto;
  right: 50px;
}

.home-banner-area .owl-nav div:hover {
  background: #fff;
}

.join-cart {
  border: 2px solid #707070;
  padding: 30px 20px;
  border-radius: 15px;
}

.join-cart img {
  margin-bottom: 15px;
}

.join-cart p {
  line-height: 24px;
}

.join-cart p span {
  font-family: 'SegoeUI-Bold';
  color: #000000;
}

.join-cart p span b {
  color: #ed1e3f;
}

.joinBtn {
  text-align: center;
}

.join-btn {
  display: inline-block;
  padding: 12px 53px;
  background: #f01839;
  color: #fff;
  border-radius: 4px;
  font-size: 28px;
  letter-spacing: 2px;
  font-family: 'SegoeUI-Bold';
}

.join-btn:hover {
  background: #222;
  color: #fff;
}

.section-title.page span {
  text-transform: uppercase;
  color: #707070;
  letter-spacing: 8px;
  font-size: 20px;
}

.section-title.page h1 {
  color: #ec4119;
  font-size: 45px;
}

.section-title.page h5 {
  color: #679310;
  font-family: 'SegoeUI-Semibold';
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
  text-align: center;
}

.logo-box h4 {
  color: #426328;
  margin-bottom: 30px;
}

.facts-logo .col-lg-6 {
  padding-bottom: 20px;
}

.facts-logo h6 {
  color: #426328;
  margin-top: 6px;
  text-align: center;
  font-size: 18px;
}

.facts-logo h6 span {
  font-family: 'SegoeUI';
  font-size: 15px;
  display: block;
  margin: 4px 0px;
}

.service-council-area {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 100px 0px;
}

.global-red-box {
  background: rgb(236 65 25 / 0.9);
  padding: 30px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 15px #000;
}

.global-red-box h3 {
  font-family: 'SegoeUI-Semibold';
  padding-top: 20px;
}

.news-imgBox {
  padding: 10px;
  background: #c0d39a;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #547b00;
}

.news-text-section h2 {
  color: #fff;
  font-family: 'SegoeUI-Semibold';
  margin-bottom: 10px;
  font-size: 28px;
}

.news-bgBdr {
  background: #c0d39a;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #547b00;
}

.news-text {
  background: #fff;
  border: 1px solid #333;
  border-radius: 7px;
  padding: 10px 20px;
}

.news-single h3 {
  font-size: 20px;
  color: #ec4119;
  font-family: 'SegoeUI-Semibold';
  margin-bottom: 2px;
}

.news-single p {
  margin-bottom: 0;
}

.readMore {
  color: #679310;
  font-family: 'SegoeUI-Semibold';
}

.news-single {
  border-bottom: 1px dotted #707070;
  padding: 15px 0px;
}

.news-single:last-child {
  border: none;
}

.news-text-section {
  margin-top: -24px;
}

.facebookFeed h2 {
  color: #fff;
  font-family: 'SegoeUI-Semibold';
  margin-bottom: 10px;
  font-size: 28px;
}

.facebookFeed {
  margin-top: -24px;
}

.facefeedBg {
  padding: 10px;
  background: #c1d29d;
  border-radius: 10px;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: block;
  color: #fff;
  padding: 5px 20px;
  font-size: 20px;
  font-family: 'Bree Serif', serif;
  border-right: 1px dotted #fff;
}

.footer-menu li:last-child a {
  border: none;
}

.footer-logo {
  padding-top: 80px;
}

.footer-txt {
  padding-top: 20px;
  margin-top: 84px;
  padding-bottom: 20px;
  color: #fff;
}

.footer-txt.righTxt {
  margin-top: 0;
}

.footer-txt.rightTxt {
  margin-top: 0;
  text-align: center;
}

.footer-txt b {
  font-size: 14px;
  color: #999;
  display: block;
  text-align: center;
}

.footer-txt p {
  line-height: 26px;
  text-align: center;
}

img.company-logo {
  margin-top: 5px;
}

.footer-txt.bdr {
  border-left: 1px dotted #999999;
  border-right: 1px dotted #999999;
  padding-left: 20px;
  padding-right: 22px;
  margin-left: 15px;
  padding-bottom: 30px;
}

.global-menu li {
  display: block;
}

.global-menu li a {
  position: relative;
  display: block;
  color: #fff;
  background: #ef4000;
  margin: 15px 0px;
  padding: 5px 10px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 70px;
}

.global-menu li a span {
  display: block;
  font-size: 30px;
  font-family: 'SegoeUI-Semibold';
  padding-left: 5px;
}

.global-menu li a img {
  position: absolute;
  right: 0;
  top: 0;
  height: 70px;
  width: 70px;
}

.global-menu li:nth-child(2) a,
.global-menu li:nth-child(4) a {
  background: #89bd13;
}

.global-menu {
  border-left: 5px solid #ffffff;
  padding-left: 15px;
  padding-right: 30px;
  margin-bottom: 25px;
}

.global-banner-area .global-cart span.space {
  display: none;
}

.global-logo {
  margin-top: 500px;
}

.global-banner-area {
  padding: 50px 0px;
  background-size: cover !important;
  background-position: center !important;

  animation: fadeIn 2s linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

img.circle_ {
  position: absolute;
  left: -70px;
  top: -14px;
  width: 160px;
}

.global-banner-area {
  position: relative;
  z-index: 1;
}

.global-banner-area:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 12%;
  content: '';
  background: url(assets/img/global-menu-shadow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.form-input [type='radio']:checked,
.form-input [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-input [type='radio']:checked + label,
.form-input [type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.form-input [type='radio']:checked + label:before,
.form-input [type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.form-input [type='radio']:checked + label:after,
.form-input [type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #89bd13;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-input [type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form-input [type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-area {
  padding: 60px 0px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
}

.form-input input,
.form-input textarea {
  width: 100%;
  border: 1px solid #707070;
  padding: 5px 10px;
}

.contact-area .row {
  margin-bottom: 15px;
}

.form-heading p {
  color: #426328;
  font-family: 'SegoeUI-Semibold';
}

.form-title p {
  color: #656565;
}

.form-input textarea {
  height: 160px;
}

.form-input li {
  display: inline-block;
  padding-right: 30px;
}

.form-input button {
  box-shadow: 0px 0px 10px #c0cda4;
  background: #fff;
  border: 1px solid #707070;
  width: 120px;
  padding: 5px 10px;
  margin-right: 10px;
  transition: 0.4s;
}

.form-input button:hover {
  background: #689220;
  color: #fff;
  border-color: #689220;
}

.city-content h3 {
  color: #707070;
  font-size: 24px;
  margin-top: 34px;
  margin-bottom: 25px;
}

.single-content-city h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.single-content-city {
  margin-bottom: 25px;
}

.single-content-city a {
  color: #679310;
  font-family: 'SegoeUI-Semibold';
  text-decoration: underline;
}

.contact-area2 {
  background-size: cover !important;
  background-position: center !important;
}

.global-red-box.fire {
  position: relative;
  z-index: 1;
}

.global-red-box.fire img {
  position: absolute;
  right: -25px;
  top: -22px;
  width: 110px;
}

.contact-area2 {
  color: #fff;
}

.contact-area2 p {
  line-height: 25px;
}

.submit_btn button {
  box-shadow: 2px 2px 5px #233301;
  background: #ef4000;
  color: #fff;
  border: none;
  padding: 9px 30px;
  font-size: 20px;
  transition: 0.4s;
}

.submit_btn button:hover {
  background: #111;
}

.green-content-single {
  margin-top: 30px;
}

.green-content-single h6 {
  margin-bottom: 6px;
}

.useFull_links li a {
  color: #679310;
  text-decoration: underline;
}

.useFull_links ul {
  list-style: disc;
  display: block;
  color: #679310;
  padding-left: 17px;
}

.map-area {
  position: relative;
  z-index: -1;
}

.map-area .global-red-box {
  position: absolute;
  right: 0;
  top: 50px;
}

.contact-area.safety,
.contact-area.safety p,
.contact-area.safety label {
  color: #fff !important;
}

.contact-area.safety p {
  line-height: 23px;
}

.contact-area.safety h4 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.contact-area.safety .form-input button {
  box-shadow: none;
}

.listDisc ul {
  list-style: disc;
  padding-left: 17px;
}

.burn-permit-checklist {
  position: relative;
  padding: 30px 0px;
}

.burn-permit-checklist img {
  position: absolute;
  top: -7px;
  width: 215px;
}

.burn-permitList {
  margin-left: 245px;
  padding-right: 15px;
}

.form-input.radio2 li {
  padding-right: 70px;
}

.form-input.radio2 {
  margin-bottom: 25px;
}

.contact-area.safety .form-input.hover button:hover {
  background: #ddd;
  color: #000;
}

.global-border-content {
  border-left: 1px solid #707070;
  padding-left: 20px;
}

.contact-us-single-content strong {
  color: #ec4119;
  display: block;
  margin-bottom: 0;
}

.contact-us-single-content {
  color: #707070;
  margin-bottom: 25px;
}

.contact-area.after {
  position: relative;
  z-index: 1;
}

.contact-area.after:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 88%;
  content: '';
  background: url(assets/img/police-department-img2.png) no-repeat;
  background-size: contain;
  background-position: right;
  z-index: -1;
}

.contact-area.after .row {
  margin-bottom: 0;
}

.img-with-txt h4 {
  color: #707070;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

.img-with-txt {
  margin-top: 30px;
}

.global-border-content h4 {
  font-size: 20px;
}

.global-link a {
  display: block;
  color: #679310;
  text-decoration: underline;
  padding: 8px 0px;
}

.curt-center-txt {
  padding: 20px;
  background: rgb(239 239 239 / 0.6);
  margin: 20px 0px;
  margin-bottom: 30px;
}

.court-text-row {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  padding-left: 80px;
}

.pay-btn a {
  background: #ef4000;
  padding: 5px 32px;
  color: #fff;
  box-shadow: 3px 4px 5px #000;
  display: inline-block;
}

.pay-btn {
  margin-top: 25px;
  text-align: center;
}

.pay-btn a:hover {
  opacity: 0.7;
}

.probation-box {
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}

.contact-area.safety .probation-box p {
  color: #656565 !important;
}

.probation-box h4 {
  color: #679310;
}

.global-link.pad a {
  padding: 2px 0px;
}

.public-gribg {
  padding: 20px;
  margin: 20px 0px;
}

.public-gribg h4 {
  color: #707070;
  font-size: 22px;
}

.public-grid {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
}

.public-single-grid a {
  color: #679310;
  text-decoration: underline;
  display: block;
  font-family: 'SegoeUI-Bold';
  font-size: 15px;
}

.public-single-grid {
  padding: 0px 10px;
}

.single-border-content h4 {
  color: #ec4119;
  font-size: 20px;
}

.single-border-content {
  padding-bottom: 30px;
}

.single-bdr {
  display: block;
  width: 100%;
  background: #707070;
  height: 1px;
  margin-top: 20px;
}

.menu-home ul.dropHome li a {
  color: #222;
  display: block;
  padding: 0;
  padding: 8px 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.menu-home ul.dropHome li {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}

.menu-home ul.dropHome li:last-child a {
  border: none;
}

.menu-home ul.dropHome li a:hover {
  background: rgb(0 0 0 / 0.6);
  color: #fff;
}

.menu-home ul.dropHome {
  position: absolute;
  left: 20px;
  top: 145px;
  width: 220px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.menu-home li:hover ul.dropHome {
  opacity: 1;
  top: 150px;
  visibility: visible;
}

.menu-home ul.dropHome li ul.dropHome2 {
  position: absolute;
  right: -180px;
  background: #fff;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  top: 0;
  z-index: 2;
  width: 300px;
}

.menu-home ul.dropHome li:hover ul.dropHome2 {
  right: -235px;
  visibility: visible;
  opacity: 1;
}

.global-menu li {
  position: relative;
}

.global-menu li .drop-inner1 {
  position: absolute;
  width: 100%;
  z-index: 2;
  /*top: 76px;*/
  top: 0px;
  background: #fff;
  /*  left: 0px;*/
  left: 326px;
  border-radius: 4px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.global-menu li .drop-inner1 li a {
  background: no-repeat;
  margin: 0;
  height: auto;
  color: #000;
}

.global-menu li:hover .drop-inner1 {
  /*top: 68px;*/
  visibility: visible;
  opacity: 1;
}

.global-menu li .drop-inner1 li a:hover {
  opacity: 0.6;
}

.global-menu li ul.dropinner2 {
  position: absolute;
  right: -25px;
  top: 0;
  background: #fff;
  width: 320px;
  z-index: 3;
  border: 1px solid #ddd;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.global-menu .drop-inner1 li:hover > ul.dropinner2 {
  opacity: 1;
  visibility: visible;
  right: -80px;
}

/*Menu css*/

.main-menu {
  display: none;
  position: relative;
  background: #0e0e0e;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

.main-menu:before,
.main-menu:after {
  display: table;
  line-height: 0;
  content: '';
}

.core-menu {
  text-align: center;
  font: normal normal normal 1em/1 Roboto, sans-serif;
  overflow: hidden;
}

.core-menu li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

.core-menu li a {
  display: inline-block;
  padding: 1em;
}

.core-menu li a:hover {
  background: #38a201;
}

li span.toggle {
  padding-left: 1em;
}

.toggle:before {
  content: '\f2fb';
  font-family: Material-Design-Iconic-Font;
}

.dropdown {
  position: absolute;
  width: 230px;
  background: #1a1a1a;
  text-align: left;
  display: none;
}

.dropdown li {
  display: block;
}

.dropdown li a {
  display: block;
}

.dropdown2 {
  position: absolute;
  width: 230px;
  background: #2d2d2d;
  text-align: left;
  display: none;
  right: -100%;
  top: 0;
}

.dropdown2 li {
  display: block;
}

.dropdown2 li a {
  display: block;
}

li span.toggle2 {
  position: absolute;
  right: 0;
  margin-right: 20px;
}

.toggle2:before {
  content: '\f2fb';
  font-family: Material-Design-Iconic-Font;
}

.hamburger-menu {
  padding: 1em;
  display: none;
  font: normal normal normal 16px/1 Roboto;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .main-menu {
    height: 50px;
  }
  .container-menu {
    width: 100%;
  }
  .navigation {
    float: left;
    display: block;
    width: 100%;
  }
  .core-menu {
    float: right;
    width: 100%;
    background: #1a1a1a;
    margin: auto;
    display: none;
  }
  .core-menu li {
    width: 100%;
    display: block;
  }
  .core-menu li a {
    display: block;
    margin: auto;
  }
  .hamburger-menu {
    display: block;
    text-align: center;
    padding-right: 60px;
    float: none;
    width: 100%;
  }
  .burger-1,
  .burger-2,
  .burger-3 {
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 30px;
    right: 0;
    margin-right: 25px;
    background: #fff;
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .burger-1 {
    top: 15px;
  }
  .burger-2 {
    top: 23px;
  }
  .burger-3 {
    top: 31px;
  }
  .burger-1.open,
  .burger-2.open,
  .burger-3.open {
    -webkit-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    transform-origin: 50% 50%;
  }
  .burger-1.open {
    top: 25px;
    width: 23px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .burger-2.open {
    opacity: 0;
  }
  .burger-3.open {
    top: 25px;
    width: 23px;
    transform: rotate(-45deg);
  }
  .dropdown {
    width: 100%;
    background: #0e0e0e;
    text-align: center;
    position: relative;
  }
  .dropdown2 {
    right: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
  nav.navigation {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
  }
  .core-menu li a {
    color: #fff;
    font-size: 20px;
  }
  div#main-menu {
    display: none;
  }
  .core-menu li a {
    text-align: left;
  }
}

.header-top-left img {
  width: 100%;
  max-height: 50px;
  margin-left: 75px;
}

.navigationbuttons a {
  border: 3px solid #ef4000;
  border-radius: 5px;
  padding: 10px;
  color: #ef4000;
}

.navigationbuttons a:hover {
  border: 3px solid #ef4000;
  border-radius: 5px;
  padding: 10px;
  background-color: #ef4000;
  color: #fff;
}

.navigationbuttons {
  padding-bottom: 20px;
}

.global-layout-area {
  padding-top: 30px;
}

.firesafety li {
  list-style-type: disc;
  margin-left: 20px;
}

.firesafety {
  margin-bottom: 40px;
}

.firesafety h6 {
  color: #ef4000;
  margin-bottom: 6px;
}

.firesafety ul {
  margin-top: 5px;
}

.hideclass {
  display: none;
}

.jobBox {
  width: 100%;
  border: 1px solid #555555;
  border-radius: 10px;
}

.jobBoxHead {
  width: 100%;
  background-color: #dddddd;
  text-align: center;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.jobBoxHead h5 {
  padding: 10px 0;
}

.jobBox ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.jobBox ul li {
  margin-top: 20px;
}

.jobBox ul li h6 {
  font-weight: bold;
  color: #ec4119;
}

.appButton {
  width: 60%;
  margin: 20px auto;
}

.lineUp {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 590px) {
  .lineUp {
    flex-direction: column;
    align-items: center;
  }
}

.lineUp p {
  margin: 0 auto;
  margin-top: 10px;
}

.butt {
  background-color: #406323;
  color: white;
  width: 115px;
  text-align: center;
  border-radius: 10px;
}

.butt:hover {
  background-color: #649b38;
}

.butt p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
  padding: 10px 0;
}

.pdfBlock {
  background-image: linear-gradient(180deg, #679310, #ffffff);
  width: 100%;
  min-height: 380px;
  text-align: center;
  color: white;
}

.pdfWrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.pdfContent {
  margin-top: 25px;
  width: 220px;
}

.pdfContent img {
  box-shadow: 4px 4px 8px black;
}

.meetingTable {
  width: 100%;
}

.meetingTable tr:nth-child(even) {
  background: #ddd;
}

.meetingTable tr td {
  color: #000;
  font-size: 18px;
  width: 35%;
  padding: 10px 15px;
}

.meetingTable tr td:nth-child(3),
.meetingTable tr td:nth-child(4) {
  width: 15%;
}

.meetingTable tr td:nth-child(1) {
  color: #89bd13;
  font-weight: bolder;
}

.logo-city-of {
  width: 150px;
}
