/* Why We Need Change captured layout */
.sidebar {
  display: none;
}
main p {
  color: var(--black);
  max-width: 100%;
  margin: 0;
  line-height: 26px;
  font-size: 17px;
  margin: 0 0 25px 0;
}
.bnr_con {
  min-height: 500px;
  padding: 0;
}
#main_area {
  display: block;
  margin-bottom: 0;
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  margin-bottom: 15%;
}
.main_con {
  display: block;
  min-height: 500px;
  color: var(--black);
  padding: 64px 0;
}
#main_area::before {
  content: "";
  display: none;
}
#main_area::after {
  content: "";
  display: none;
}
#banner::before {
  display: none;
}
main {
  margin: 0;
  width: 100%;
  max-width: unset;
  line-height: 100%;
  text-align: start;
}
#main_area {
  margin: 0 !important;
}
.main_fig {
  display: none;
}

.wow {
  animation: none !important;
}
main::before {
  display: none;
}
.footer_map {
  z-index: 1;
}
.main-img1 {
  display: none;
}
@media only screen and (max-width: 1010px) {
  #breadcrumbs {
    text-align: start;
  }
  .bnr_con {
    min-height: 0;
  }
  #banner {
    padding: 0;
  }
}

.entry-content ol {
  line-height: 29px;
}

.entry-content ul {
  line-height: 29px;
}
@media only screen and (max-width: 600px) {
  .main_con {
    padding: 42px 0;
  }
}