@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto:300,400,500,700);

@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background: #fff;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  *,
  :after,
  :before,
  :first-letter,
  :first-line {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  vertical-align: baseline;
  background-color: #e6e8eb;
  color: #444;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3 {
  line-height: 1.4;
  font-family: Roboto, sans-serif;
  margin: 0 0 10px;
  color: #111;
  text-transform: capitalize;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
p {
  line-height: 24px;
  margin: 0 0 20px;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none none;
  margin: 0;
  padding: 0;
}
h2.size-lg {
  font-size: 22px;
}
h2.size-xl {
  font-size: 24px;
}
h3.size-sm {
  font-size: 14px;
}
h3.size-md {
  font-size: 14px;
}
h3.size-lg {
  font-size: 18px;
}
p.size-lg {
  font-size: 17px;
}
.size-c22 {
  font-size: 22px;
}
.size-c34 {
  font-size: 34px;
}
h1.title-medium-light {
  font-weight: 500;
  color: #fff;
}
h1.title-medium-light a {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h1.title-medium-light a:hover {
  color: #008B47;
}
h2.title-semibold-dark {
  font-weight: 600;
}
h2.title-medium-light {
  font-weight: 500;
  color: #fff;
}
h2.title-medium-light a {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h2.title-medium-light a:hover {
  color: #008B47;
}
h2.title-semibold-light {
  font-weight: 600;
  color: #fff;
}
h2.title-bold-light {
  font-weight: 700;
  color: #fff;
}
h3.title-medium-dark {
  font-weight: 500;
}
h3.title-medium-dark a {
  color: #111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3.title-medium-dark a:hover {
  color: #008B47;
}
h3.title-semibold-dark {
  font-weight: 600;
}
h3.title-semibold-dark a {
  color: #111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3.title-semibold-dark a:hover,
h3.title-semibold-dark span {
  color: #008B47;
}
h3.title-regular-light {
  font-weight: 400;
  color: #fff;
}
h3.title-regular-light a {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3.title-regular-light a:hover {
  color: #008B47;
}
h3.title-medium-light {
  font-weight: 500;
  color: #fff;
}
h3.title-medium-light a {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3.title-medium-light a:hover {
  color: #008B47;
}
.text-uppercase {
  text-transform: uppercase;
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
ul.item-inline {
  overflow: hidden;
}
ul.item-inline li {
  margin-right: 3px;
  float: left;
  display: inline-block;
  margin-bottom: 3px;
}
ul.item-inline2 {
  overflow: hidden;
}
ul.item-inline2 li {
  margin-right: 3px;
  float: left;
  display: inline-block;
  margin-bottom: 3px;
}
ul.item-inline2 li:last-child {
  margin-right: 0;
}
ul.item2-inline li {
  display: inline-block;
  width: 49%;
  margin-right: 2px;
}
ul.item2-inline li:last-child {
  margin-right: 0;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class*=" col-"],
.row.no-gutters > [class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.media {
  margin-top: 0;
}
.media .media-body {
  margin-left: 15px;
}
.media .media-body.media-margin30 {
  margin-left: 30px;
}
/*.media .media-padding5 {*/
/*  padding-top: 5px;*/
/*  padding-right: 5px;*/
/*  padding-bottom: 5px;*/
/*}*/
.tab-space1 {
  margin-left: -1px;
  margin-right: -1px;
}
.tab-space1 > div {
  padding: 0 1px;
}
.border-bottom {
  position: relative;
}
.border-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 1px;
  background-color: #dadada;
}
.bg-primary {
  background-color: #008B47 !important;
}
.bg-body {
  background-color: #fff;
}
.bg-accent {
  background-color: #f8f8f8;
}
.overlay-dark-level-2 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.overlay-dark-level-2:before {
  content: "";
  background-color: rgb(0 0 0 / 41%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.img-popup-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  left: 0;
  right: 0;
  z-index: 8;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(229, 57, 53, 0.95);
  height: 55px;
  width: 55px;
  line-height: 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  -moz-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  -ms-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  -o-transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
  transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
}
.img-popup-icon:hover {
  color: #008B47;
  background-color: rgba(255, 255, 255, 0.95);
}
.popup-icon-hover {
  position: relative;
}
.popup-icon-hover:hover .img-popup-icon {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.img-opacity-hover {
  position: relative;
  display: block;
}
.img-opacity-hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(225, 225, 225, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-opacity-hover:hover:after {
  opacity: 1;
  visibility: visible;
}
.img-overlay-hover {
  overflow: hidden;
  position: relative;
}
.img-overlay-hover:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  left: -50%;
  top: -100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.img-overlay-hover:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  right: -50%;
  top: -100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.img-overlay-hover:hover:before {
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.img-overlay-hover:hover:after {
  right: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.img-scale-animate {
  overflow: hidden;
}
.img-scale-animate img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
.img-scale-animate:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.img-overlay-70 {
  position: relative;
}
.img-overlay-70:before {
  opacity: 0.7;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#111),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(transparent, #111);
  background-image: -moz-linear-gradient(transparent, #111),
    -moz-linear-gradient(transparent, #111);
  background-image: -o-linear-gradient(transparent, #111),
    -o-linear-gradient(transparent, #111);
  background-image: linear-gradient(transparent, #111),
    linear-gradient(transparent, #111);
  content: "";
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.more-info-link {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -2px;
}
.more-info-link a {
  background: 0 0;
  color: #444;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 5px 0 5px 10px;
}
.more-info-link a i {
  color: #dcdcdc;
  border: 1px solid #dcdcdc;
  margin-left: 15px;
  padding: 5px 10px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.more-info-link a:hover {
  color: #008B47;
}
.more-info-link a:hover i {
  color: #008B47;
  border: 1px solid #008B47;
}
.more-info-link-light {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -2px;
}
.more-info-link-light a {
  background: 0 0;
  color: #fff;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 5px 0 5px 10px;
}
.more-info-link-light a i {
  color: #fff;
  border: 1px solid #fff;
  margin-left: 15px;
  padding: 5px 10px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.more-info-link-light a:hover {
  color: #008B47;
}
.more-info-link-light a:hover i {
  color: #008B47;
  border: 1px solid #008B47;
}
.title-bar-left {
  position: relative;
  margin-bottom: 40px;
}
.title-bar-left:before {
  content: "";
  background-color: #008B47;
  height: 2px;
  width: 45px;
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 5;
}
.divider {
  position: relative;
}
.divider:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
  height: 100px;
  background-color: #dcdcdc;
  z-index: 1;
  content: "";
  margin: 0 auto;
}
.ne-sidebar {
  margin-bottom: 30px;
}
.ne-sidebar .sidebar-box {
  margin-bottom: 2rem;
}
.ne-sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}
.item-box-light-lg {
  padding: 1rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);
  -moz-box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);
  box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);
}
.item-box-light-md {
  padding: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);
  -moz-box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);
  box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);
}
.item-box-light-md-less30 {
  display: inline-block;
  padding: 1rem 1rem 0;
  background-color: #fff;
  /*-webkit-box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);*/
  /*-moz-box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);*/
  /*box-shadow: 0 1px 0 0 rgba(225, 225, 225, 0.75);*/
}
.item-box-dark-md-less30 {
  padding: 3rem 3rem 0;
  background-color: #111;
  /*-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.75);*/
  /*-moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.75);*/
  /*box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.75);*/
}
.item-shadow-gray {
  -webkit-box-shadow: 0 1px 1px 0 rgba(211, 211, 211, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(211, 211, 211, 0.75);
  box-shadow: 0 1px 1px 0 rgba(211, 211, 211, 0.75);
}
.item-shadow-1 {
  -webkit-box-shadow: 0 1px 0 0 rgba(211, 211, 211, 0.75);
  -moz-box-shadow: 0 1px 0 0 rgba(211, 211, 211, 0.75);
  box-shadow: 0 1px 0 0 rgba(211, 211, 211, 0.75);
}
.topic-border {
  position: relative;
}
.topic-border:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 2px;
}
.topic-box {
  display: inline-block;
  position: relative;
  background-color: #008B47;
  color: #fff;
  height: 40px;
  padding: 0 5px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.topic-box:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #008B47;
  border-right: 8px solid transparent;
}
.topic-box-lg {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  z-index: 2;
}
.topic-box-lg:before {
  z-index: 1;
  content: "";
  top: 0;
  right: -8px;
  position: absolute;
  width: 0;
  height: 0;
}
.topic-box-lg:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topic-box-sm {
  display: inline-block;
  position: relative;
  color: #fff;
  height: 26px;
  padding: 0 15px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  z-index: 2;
}
/*.topic-box-sm:before {*/
/*  z-index: 1;*/
/*  content: "";*/
/*  top: 0;*/
/*  right: -8px;*/
/*  position: absolute;*/
/*  width: 0;*/
/*  height: 0;*/
/*}*/
.topic-box-sm:after {
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.color-cinnabar:before {
  border-top: 8px solid #008B47;
  border-right: 8px solid transparent;
}
.color-cinnabar:after {
  background-color: #008B47;
}
.color-azure-radiance:before {
  border-top: 8px solid #0089ff;
  border-right: 8px solid transparent;
}
.color-azure-radiance:after {
  background-color: #0089ff;
}
.color-apple:before {
  border-top: 8px solid #43a047;
  border-right: 8px solid transparent;
}
.color-apple:after {
  background-color: #43a047;
}
.color-cod-gray:before {
  border-top: 8px solid #111;
  border-right: 8px solid transparent;
}
.color-cod-gray:after {
  background-color: black;
}
.color-razzmatazz:before {
  border-top: 8px solid #ed145b;
  border-right: 8px solid transparent;
}
.color-razzmatazz:after {
  background-color: #ed145b;
}
.color-pomegranate:before {
  border-top: 8px solid #f4511e;
  border-right: 8px solid transparent;
}
.color-pomegranate:after {
  background-color: #f4511e;
}
.color-cutty-sark:before {
  border-top: 8px solid #546e7a;
  border-right: 8px solid transparent;
}
.color-cutty-sark:after {
  background-color: #546e7a;
}
.color-web-orange:before {
  border-top: 8px solid #ffab00;
  border-right: 8px solid transparent;
}
.color-web-orange:after {
  background-color: #ffab00;
}
.color-scampi:before {
  border-top: 8px solid #605ca8;
  border-right: 8px solid transparent;
}
.color-scampi:after {
  background-color: #605ca8;
}
.color-white {
  color: #111;
}
.color-white:before {
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
}
.color-white:after {
  background-color: #fff;
}
.topic-box-top-sm {
  position: absolute;
  top: 20px;
  left: 20px;
}
.topic-box-top-xs {
  position: absolute;
  top: 10px;
  left: 10px;
}
.post-date-light ul {
  line-height: 1;
}
.post-date-light ul li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
}
.post-date-light ul li:last-child {
  margin-right: 0;
}
.post-date-light ul li a {
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-date-light ul li a:hover {
  color: #008B47;
}
.post-date-light ul li span {
  float: left;
  font-weight: 700;
  margin-right: 8px;
  display: inline-block;
}
.post-date-dark ul {
  line-height: 1;
  margin-top: 7px !important;
}
.post-date-dark ul li {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 12px;
  color: #111;
  margin-right: 15px;
}
.post-date-dark ul li:last-child {
  margin-right: 0;
}
.post-date-dark ul li a {
  color: #111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.post-date-dark ul li a:hover {
  color: #008B47;
}
.post-date-dark ul li span {
  float: left;
  font-weight: 700;
  margin-right: 8px;
  display: inline-block;
}
.mask-content-lg {
  position: absolute;
  z-index: 7;
  bottom: 10px;
  left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 575px) {
  .mask-content-lg {
    left: 15px;
    bottom: 0;
  }
}
.mask-content-sm {
  position: absolute;
  z-index: 7;
  bottom: 5px;
  left: 25px;
  padding-right: 25px;
}
.mask-content-xs {
  position: absolute;
  z-index: 7;
  bottom: 0;
  left: 20px;
  padding-right: 20px;
}
.section-space-default {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .section-space-default {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 575px) {
  .section-space-default {
    padding: 30px 0;
  }
}
.section-space-bottom {
  padding: 0 0 50px;
}
@media only screen and (max-width: 767px) {
  .section-space-bottom {
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 575px) {
  .section-space-bottom {
    padding: 0 0 30px;
  }
}
.section-space-bottom-less30 {
  padding: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .section-space-bottom-less30 {
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .section-space-bottom-less30 {
    padding: 0;
  }
}
.section-space-less2 {
  padding: 50px 0 48px;
}
@media only screen and (max-width: 767px) {
  .section-space-less2 {
    padding: 40px 0 38px;
  }
}
@media only screen and (max-width: 575px) {
  .section-space-less2 {
    padding: 30px 0 28px;
  }
}
.section-space-less30 {
  padding: 50px 0 50px; 
}
@media only screen and (max-width: 767px) {
  .section-space-less30 {
    padding: 40px 0 10px;
  }
}
@media only screen and (max-width: 575px) {
  .section-space-less30 {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .section-space-less30 {
    padding: 0px;
  }
  .category-box-layout1 .content{
      top:70%!important;
  }
}

.ne-banner-layout1 {
  line-height: 0;
}
.ne-banner-layout1 a {
  display: inline-block;
}
.play-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 9;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.play-btn img {
  margin: 0 auto;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.play-btn:hover img {
  opacity: 1;
}
.isotop-btn {
  position: absolute;
  z-index: 1;
  /*left: 18%;*/
  right :0px;
  top: -2px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .isotop-btn {
    position: relative;
    top: 0;
    left: -10px;
    padding: 10px 0;
  }
}
.isotop-btn:after {
  display: none;
}
.isotop-btn a {
  background: 0 0;
  color: #444;
  padding: 5px 8px;
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn a:hover {
  color: #008B47;
}
.isotop-btn .current {
  color: #008B47;
}
.isotop-btn-light {
  position: absolute;
  z-index: 1;
  right: 0px;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .isotop-btn-light {
    position: relative;
    top: 0;
    left: -10px;
    padding: 10px 0;
  }
}
.isotop-btn-light:after {
  display: none;
}
.isotop-btn-light a {
  background: 0 0;
  color: #fff;
  padding: 5px 8px;
  margin: 3px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.isotop-btn-light a:hover {
  color: #008B47;
}
.isotop-btn-light .current {
  color: #008B47;
}
.btn-tab {
  border-bottom: 0;
  margin-bottom: 30px;
}
.btn-tab li {
  margin-bottom: 0 !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
}
.btn-tab li a {
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  display: block;
  color: #111;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-tab li a:hover {
  border: 1px solid #008B47;
  background-color: #008B47;
  color: #fff;
}
.btn-tab .active {
  border: 1px solid #008B47 !important;
  background-color: #008B47 !important;
  color: #fff !important;
}
.btn-ftg-ptp-56 {
  display: inline-block;
  height: 5.6rem;
  line-height: 5.2rem;
  padding: 0 4rem;
  border: 2px solid #008B47;
  background-color: #008B47;
  text-transform: uppercase;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-ftg-ptp-56:hover {
  background-color: transparent;
  color: #008B47;
}
.btn-ftg-ptp-56:focus {
  outline: 0;
}
.btn-ftg-ptp-45 {
  display: inline-block;
  height: 4.5rem;
  line-height: 4.1rem;
  padding: 0 2.5rem;
  border: 2px solid #008B47;
  background-color: #008B47;
  text-transform: uppercase;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-ftg-ptp-45:hover {
  background-color: transparent;
  color: #008B47;
}
.btn-ftg-ptp-45:focus {
  outline: 0;
}
.btn-gtf-dtp-50 {
  display: inline-block;
  /*height: 2rem;*/
  line-height: 2.8rem;
  padding: 0 1rem;
  border: 1px solid #dcdcdc;
  background-color: #008B47;
  text-transform: capitalize;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-gtf-dtp-50 i {
  color: #008B47;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-gtf-dtp-50:hover {
  border: 1px solid #008B47;
  background-color: #008B47;
  color: #fff !important;
}
.btn-gtf-dtp-50:hover i {
  color: #fff;
}
.btn-gtf-dtp-50:focus {
  outline: 0;
  color: #111;
}
@media only screen and (min-width: 576px) {
  .nav-control-top2 {
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-top2 {
    position: relative;
  }
}
ul.news-info-list {
  padding: 6px 0;
}
ul.news-info-list li {
  font-size: 13px;
  margin-right: 30px;
  display: inline-block;
  color: #444;
}
@media only screen and (max-width: 1199px) {
  ul.news-info-list li {
    margin-right: 12px;
  }
}
ul.news-info-list li:last-child {
  margin-right: 0;
}
ul.news-info-list li i {
  color: #008B47;
  font-size: 16px;
  margin-right: 15px;
}
ul.header-social {
  text-align: right;
  padding: 4px 0;
}
ul.header-social li {
  display: inline-block;
  margin-right: 5px;
}
ul.header-social li:last-child {
  margin-right: 0;
}
ul.header-social li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header-action-item {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .header-action-item {
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 100;
  }
  .featured-section{
      margin-top:20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-action-item ul li:nth-child(2n) {
    border-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-action-item ul li:nth-child(n + 2) {
    display: none;
  }
  .header-action-item ul li:nth-child(1n) {
    border-right: 0;
    margin-right: 0;
  }
}
/* .header-action-item ul li {
  border-right: 1px solid #dcdcdc;
  line-height: 18px;
  padding-right: 15px;
  display: inline-block;
  margin-right: 15px;
} */
.header-action-item ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.login-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 14px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.login-btn i {
  padding-right: 10px;
  font-size: 14px;
  color: #008B47;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.login-btn:hover {
  color: #008B47;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.login-btn:focus {
  outline: 0;
}
.header-search-light {
  position: relative;
  line-height: 0;
}
.header-search-light button {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.header-search-light button:focus {
  outline: 0;
}
.header-search-light .search-input {
  position: absolute;
  top: -13px;
  right: 33px;
  z-index: 10;
  height: 42px;
  width: 800px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.98);
  border: none;
  padding: 5px 30px 8px;
  color: #111;
  display: none;
  -webkit-box-shadow: 0 3px 10px 2px rgba(229, 57, 53, 0.3);
  -moz-box-shadow: 0 3px 10px 2px rgba(229, 57, 53, 0.3);
  box-shadow: 0 3px 10px 2px rgba(229, 57, 53, 0.3);
}
@media only screen and (max-width: 1199px) {
  .header-search-light .search-input {
    right: 25px;
    width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search-light .search-input {
    right: 25px;
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-light .search-input {
    right: 25px;
    width: 230px;
  }
}
.header-search-light input.search-input:focus {
  outline: 0;
}
.header-search-light input::-webkit-input-placeholder {
  color: #111;
}
.header-search-light input::-moz-placeholder {
  color: #111;
}
.header-search-light input:-moz-placeholder {
  color: #111;
}
.header-search-light input:-ms-input-placeholder {
  color: #111;
}
.header-search-light i {
  color: #fff;
}
.offcanvas-menu-btn {
  position: relative;
  width: 12px;
  margin-left: 15px;
}
.offcanvas-menu-btn a.menu-times {
  height: 30px;
  position: absolute;
  top: -20px;
  display: block;
  left: -15px;
}
.offcanvas-menu-btn a.menu-times span {
  display: block;
  height: 1px;
  width: 28px;
  background-color: #fff;
  margin-top: 7px;
}
.offcanvas-menu-btn a.menu-times span:first-child {
  position: relative;
  bottom: -8px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.offcanvas-menu-btn a.menu-times span:last-child {
  position: relative;
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.offcanvas-menu-btn a.menu-times.re-point {
  top: -20px;
  left: 250px;
}
.offcanvas-body-wrapper {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: -300px;
  background-color: #2c2c2c;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow-x: hidden;
  padding-top: 30px;
  -webkit-box-shadow: inset 4px 0 15px 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 4px 0 15px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 4px 0 15px 2px rgba(255, 255, 255, 0.3);
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav {
  margin-top: 40px;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li {
  display: block;
  border-bottom: 1px solid #000;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li:last-child {
  border-bottom: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 0 12px 70px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a i {
  position: absolute;
  top: 12px;
  left: 30px;
  font-size: 20px;
  margin-right: 20px;
  color: #818181;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a:hover {
  background-color: #008B47;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav > li > a:hover i {
  color: #fff;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  > li
  ul.offcanvas-sub-nav {
  background-color: #393939;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  > li
  ul.offcanvas-sub-nav
  li
  a {
  position: relative;
  border-bottom: 1px solid #303030;
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 100px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  > li
  ul.offcanvas-sub-nav
  li
  a:hover {
  color: #008B47;
  background-color: #303030;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  > li
  ul.offcanvas-sub-nav
  li
  a:hover:before {
  opacity: 1;
  visibility: visible;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  > li
  ul.offcanvas-sub-nav
  li
  a:before {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 3px;
  content: "";
  background-color: #008B47;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  > li
  ul.offcanvas-sub-nav
  li:last-child
  a {
  border-bottom: 0;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  .panel-default
  > .panel-heading {
  background-color: transparent;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  .panel-default
  > .panel-heading
  a {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 12px 0 12px 70px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  .panel-default
  > .panel-heading
  a
  i {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 20px;
  margin-right: 20px;
  color: #818181;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  .panel-default
  > .panel-heading
  a:hover {
  background-color: #008B47;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  .panel-default
  > .panel-heading
  a:hover
  i {
  color: #fff;
}
.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-body-wrapper
  .offcanvas-main-body
  ul.offcanvas-nav
  .panel
  .panel-body {
  border-top: 0;
  padding: 0;
}
.offcanvas-body-wrapper .offcanvas-main-body .panel-group .panel + .panel {
  margin-top: 0;
}
.title-login-form {
  font-size: 30px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  color: #008B47;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title-login-form {
    font-size: 28px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .title-login-form {
    font-size: 26px;
  }
  .big-image{
      height:100% !important;
  }
  #lifestyle-category{
      height:auto !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .title-login-form {
    font-size: 24px;
  }
  .break-section{
      margin-bottom:15px;
  }
}
@media (max-width: 768px) {
  .title-login-form {
    font-size: 24px;
  }
  .break-section{
      margin-bottom:15px;
  }
  .nav-right-bar{
      display:none;
  }
  /*.dark-section{*/
  /*    height:auto;*/
  /*}*/
  .featuredContainer .post-date-light{
        display: none;
    }
}
@media only screen and (max-width: 575px) {
  .title-login-form {
    font-size: 22px;
  }
}
.login-form {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .login-form {
    margin-bottom: 15px;
  }
}
.login-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}
.login-form input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  margin-bottom: 15px;
  color: #111;
  font-weight: 500;
  font-size: 15px;
}
.login-form input:focus {
  outline: 0;
  border: 1px solid #dcdcdc;
}
.login-form button {
  margin-bottom: 30px;
  color: #fff;
  padding: 8px 0;
  background: #008B47;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: 140px;
  text-align: center;
  border: 2px solid #008B47;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.login-form button:hover {
  background: 0 0;
  color: #008B47;
}
.login-form .lost-password a {
  font-weight: 400;
  color: #008B47;
}
.login-form .checkbox {
  padding-left: 20px;
}
.login-form .checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: 400 !important;
}
.login-form .checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 4px;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.login-form .checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555;
}
.login-form .checkbox input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
}
.login-form .checkbox input[type="checkbox"]:checked + label::after {
  font-family: FontAwesome;
  content: "\f00c";
}
.login-form .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #008B47;
  border-color: #008B47;
}
.login-form .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal-header {
  display: block;
}
.modal-dialog {
  width: 500px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .main-menu-area {
    background-color: transparent;
  }
  .main-menu-area .container {
    width: 100%;
  }
}
.main-menu-area .ne-main-menu {
  text-align: right;
}
.main-menu-area .ne-main-menu nav ul li {
  text-align: left;
  position: relative;
  display: inline-block;
  padding:0px 8px;
}
.main-menu-area .ne-main-menu nav ul li a {
  color: #fff;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.main-menu-area .ne-main-menu nav ul li a:hover {
  color: #008B47;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu {
  background-color: #008B47;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 9999;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li {
  margin-right: 0;
  display: block;
  position: relative;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li a:focus,
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li a:hover {
  color: #008B47;
  background-color: #111;
}
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu > li:last-child {
  border-bottom: none;
}
.main-menu-area .ne-main-menu nav ul li:hover ul.ne-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.header-style2 ul.header-social li a {
  color: #787878;
}
.header-style2 ul.header-social li a:hover {
  background-color: #008B47;
  color: #fff;
}
.header-style2 .main-menu-area .ne-main-menu {
  text-align: left;
}
.header-style2 .main-menu-area .ne-main-menu nav ul li a {
  padding: 12px 7px 12px;
  color: #111;
}
.header-style2 .main-menu-area .ne-main-menu nav ul li ul li a {
  padding: 10px 20px 10px;
  color: #fff;
  border-bottom: 1px solid #ffffff5e;
}
.header-style2 .main-menu-area .ne-main-menu nav ul li a:hover {
  color: #008B47;
}
.header-style2 .main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu {
  background-color: #008B47;
  left: -15px;
}
.header-style2
  .main-menu-area
  .ne-main-menu
  nav
  ul
  li
  ul.ne-dropdown-menu
  > li
  a {
  padding: 10px 10px 10px 15px;
  color: #fff;
}
.header-style2
  .main-menu-area
  .ne-main-menu
  nav
  ul
  li
  ul.ne-dropdown-menu
  > li
  a:focus {
  color: #008B47;
  background: #f8f8f8;
}
/*.header-style2 .main-menu-area .ne-main-menu nav ul li:first-child a {*/
/*  padding: 30px 20px 20px 0;*/
/*}*/
.header-style2 .main-menu-area .ne-main-menu nav ul .active a {
  color: #008B47;
}
.header-style2
  .main-menu-area
  .ne-main-menu
  nav
  ul
  .active
  ul.ne-dropdown-menu
  .active
  a {
  background-color: #111;
}
@media only screen and (min-width: 992px) {
  .header-style2 .header-action-item ul li {
    border-right: 1px solid #dcdcdc;
  }
  .header-style2 .header-action-item ul li:last-child {
    border-right: 0;
  }
  .header-style2 .header-action-item ul li .search-button i {
    color: #111;
  }
}
.ticker {
  width: 100%;
  height: 23px;
  display: block;
  position: relative;
  overflow: hidden;
}
.feeding-text-dark .ticker {
  background-color: #f8f8f8;
}
.img-overlay-slider {
  position: relative;
}
.img-overlay-slider:before {
  opacity: 0.7;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#111),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(transparent, #111);
  background-image: -moz-linear-gradient(transparent, #111),
    -moz-linear-gradient(transparent, #111);
  background-image: -o-linear-gradient(transparent, #111),
    -o-linear-gradient(transparent, #111);
  background-image: linear-gradient(transparent, #111),
    linear-gradient(transparent, #111);
  content: "";
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 6;
}
.slider-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.5;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .slider-title {
    font-size: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .slider-title {
    font-size: 18px;
  }
}
.main-slider1 .slide-1 .topic-box-sm,
.main-slider1 .slide-2 .topic-box-sm,
.main-slider1 .slide-3 .topic-box-sm {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
/*.main-slider1 .slide-1 .post-date-light,*/
/*.main-slider1 .slide-2 .post-date-light,*/
/*.main-slider1 .slide-3 .post-date-light {*/
/*  -webkit-animation: fadeInRight 1500ms ease-in-out;*/
/*  -moz-animation: fadeInRight 1500ms ease-in-out;*/
/*  -ms-animation: fadeInRight 1500ms ease-in-out;*/
/*  animation: fadeInRight 1500ms ease-in-out;*/
/*}*/
.main-slider1 .slide-1 .slider-title,
.main-slider1 .slide-2 .slider-title,
.main-slider1 .slide-3 .slider-title {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.category-box-layout1 {
  position: relative;
}
.category-box-layout1 .ctg-title-xs {
    display: inline-block !important;
    margin-left: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.category-box-layout1 .content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 80%;
}
ul.stay-connected li {
  width: 25%;
  border-right: 1px solid #dcdcdc;
  text-align: center;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.stay-connected li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
ul.stay-connected li i {
  margin: 0 auto 10px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  font-size: 18px;
}
ul.stay-connected li .connection-quantity {
  font-weight: 600;
  font-size: 18px;
  color: #111;
  margin-bottom: 10px;
}
ul.stay-connected li p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
  color: #444;
}
ul.stay-connected li:hover {
  opacity: 0.8;
}
ul.stay-connected .facebook i {
  background-color: #3b5998;
}
ul.stay-connected .twitter i {
  background-color: #0091ea;
}
ul.stay-connected .linkedin i {
  background-color: #1976d2;
}
ul.stay-connected .rss i {
  background-color: #ef6c00;
}
ul.stay-connected-color li {
  width: 24%;
  text-align: center;
  float: left;
  margin-right: 3px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.stay-connected-color li:last-child {
  margin-right: 0;
}
ul.stay-connected-color li a {
  padding: 25px 0;
  display: block;
}
ul.stay-connected-color li i {
  color: #fff;
  display: block;
  font-size: 18px;
}
ul.stay-connected-color li .connection-quantity {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
ul.stay-connected-color li p {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}
ul.stay-connected-color li:hover {
  opacity: 0.8;
}
ul.stay-connected-color .facebook {
  background-color: #3b5998;
}
ul.stay-connected-color .twitter {
  background-color: #0091ea;
}
ul.stay-connected-color .linkedin {
  background-color: #1976d2;
}
ul.stay-connected-color .rss {
  background-color: #ef6c00;
}
ul.stay-connected-light li {
  margin-bottom: 2px;
  -webkit-box-shadow: 0 1px 0 0 rgba(211, 211, 211, 0.75);
  -moz-box-shadow: 0 1px 0 0 rgba(211, 211, 211, 0.75);
  box-shadow: 0 1px 0 0 rgba(211, 211, 211, 0.75);
  background-color: #fff;
  width: 24%;
  text-align: center;
  display: inline-block;
  margin-right: 3px;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.stay-connected-light li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
ul.stay-connected-light li a {
  padding: 15px 0;
  display: block;
}
ul.stay-connected-light li i {
  margin: 0 auto 10px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 50px;
  font-size: 18px;
}
ul.stay-connected-light li .connection-quantity {
  font-weight: 600;
  font-size: 18px;
  color: #111;
  margin-bottom: 10px;
}
ul.stay-connected-light li p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
  color: #444;
}
ul.stay-connected-light li:hover {
  background-color: #fafafa;
}
ul.stay-connected-light .facebook i {
  background-color: #3b5998;
}
ul.stay-connected-light .twitter i {
  background-color: #0091ea;
}
ul.stay-connected-light .linkedin i {
  background-color: #1976d2;
}
ul.stay-connected-light .rss i {
  background-color: #ef6c00;
}
.newsletter-area {
  text-align: center;
  padding: 45px 30px;
}
.newsletter-area .stylish-input-group {
  border: none;
  padding: 0;
}
.newsletter-area .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  text-transform: lowercase;
  color: #444;
  height: 42px;
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  font-size: 15px;
}
.newsletter-area .stylish-input-group .input-group-addon {
  background: 0 0;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsletter-area .stylish-input-group .input-group-addon button {
  border-radius: 0 4px 4px 0;
  border: 0;
  padding: 0 17px;
  height: 42px;
  background-color: #111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsletter-area .stylish-input-group .input-group-addon button i {
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.newsletter-area .stylish-input-group .input-group-addon button:hover {
  background: #ddd;
}
.newsletter-area .stylish-input-group .input-group-addon button:hover i {
  color: #111;
}
.newsletter-area input.form-control::-webkit-input-placeholder {
  color: #444;
}
.newsletter-area input.form-control::-moz-placeholder {
  color: #444;
}
.newsletter-area input.form-control:-moz-placeholder {
  color: #444;
}
.newsletter-area input.form-control:-ms-input-placeholder {
  color: #444;
}
.newsletter-area p {
  color: #fff;
}
ul.sidebar-tags {
  display: inline-block;
  margin-bottom: -5px;
}
ul.sidebar-tags li {
  text-transform: capitalize;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
ul.sidebar-tags li a {
  border: 1px solid #dcdcdc;
  display: inline-block;
  padding: 10px 20px;
  color: #444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.sidebar-tags li a:hover {
  background-color: #008B47;
  color: #fff;
  border: 1px solid #008B47;
}
ul.sidebar-tags2 {
  display: inline-block;
  margin-bottom: -5px;
}
ul.sidebar-tags2 li {
  text-transform: capitalize;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
ul.sidebar-tags2 li a {
  border: 1px solid #dcdcdc;
  display: inline-block;
  padding: 7px 10px;
  color: #444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.sidebar-tags2 li a:hover {
  background-color: #008B47;
  color: #fff;
  border: 1px solid #008B47;
}
.post-by {
  font-style: italic;
  font-size: 14px;
}
ul.author-social-style1 li {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.author-social-style1 li a {
  color: #008B47;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.author-social-style1 li:hover {
  border: 1px solid #008B47;
}
ul.author-social-style2 li {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.author-social-style2 li a {
  color: #008B47;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.author-social-style2 li:hover {
  background-color: #008B47;
  border: 1px solid #008B47;
}
ul.author-social-style2 li:hover a {
  color: #fff;
}
ul.address-info {
  margin-bottom: 50px;
}
ul.address-info li {
  font-size: 16px;
  color: #111;
  position: relative;
  display: inline-flex;
  width: 33.33%;
  margin-bottom: 15px;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  ul.address-info li {
    width: 100%;
    display: block;
  }
}
ul.address-info li i {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
  color: #008B47;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group .form-control {
  color: #111;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
  background: #f4f4f4;
  border: none;
  -webkit-box-shadow: 0 1px 0 0 rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0 1px 0 0 rgba(216, 216, 216, 0.75);
  box-shadow: 0 1px 0 0 rgba(216, 216, 216, 0.75);
}
.contact-form .form-group input {
  padding: 0.5rem 1.5rem;
  height: 45px;
}
.contact-form .form-group textarea {
  padding: 15px 1.5rem 1.5rem;
}
.contact-form .form-group button {
  margin-top: 20px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #444;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #444;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #444;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #444;
}
.pagination-btn-wrapper ul li {
  margin-right: 5px;
  display: inline-block;
}
.pagination-btn-wrapper ul li a {
  font-weight: 600;
  font-size: 16px;
  background-color: #f8f8f8;
  color: #111;
  display: inline-block;
  height: 40px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.pagination-btn-wrapper ul .active a,
.pagination-btn-wrapper ul li a:hover {
  background-color: #008B47;
  color: #fff;
}
.news-details-layout2 p {
  font-size: 16px;
  line-height: 28px;
}
blockquote {
  display: inline-block;
  padding: 30px 15px 35px 80px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  border-left: 3px solid #008B47;
}
@media only screen and (max-width: 575px) {
  blockquote {
    padding: 30px 20px 35px 50px;
  }
}
blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 35px;
  top: 25px;
  color: #008B47;
  font-size: 36px;
  z-index: 1;
  font-family: fontawesome;
}
@media only screen and (max-width: 575px) {
  blockquote:before {
    left: 5px;
  }
}
ul.post-info-light li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #dcdcdc;
  line-height: 1;
}
ul.post-info-light li:first-child a {
  font-weight: 600;
}
ul.post-info-light li:last-child {
  border-right: 0;
}
ul.post-info-light li a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.post-info-light li a:hover {
  color: #008B47;
}
ul.post-info-light li a i {
  margin-right: 15px;
}
ul.post-info-light li span {
  color: #008B47;
}
ul.blog-tags {
  margin-bottom: 30px;
  margin-top: 30px;
}
ul.blog-tags li {
  font-size: 13px;
}
ul.blog-tags li a {
  border: 1px solid #dcdcdc;
  display: block;
  padding: 3px 10px;
  color: #444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.blog-tags li a:hover {
  color: #fff;
  background-color: #111;
  border: 1px solid #111;
}
ul.blog-tags li:first-child {
  border: 1px solid #008B47;
  padding: 3px 15px;
  background-color: #008B47;
  color: #fff;
  font-size: 14px;
}
.post-share-area {
  padding: 20px;
  background-color: #f8f8f8;
}
.post-share-area p {
  font-size: 16px;
  font-weight: 600;
}
.post-share-area ul.social-default li a.facebook {
  background: #516eab;
  border: 2px solid #516eab;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-share-area ul.social-default li a.facebook:hover {
  background: 0 0;
  color: #516eab;
}
.post-share-area ul.social-default li a.twitter {
  background: #29c5f6;
  border: 2px solid #29c5f6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-share-area ul.social-default li a.twitter:hover {
  background: 0 0;
  color: #29c5f6;
}
.post-share-area ul.social-default li a.google {
  background: #eb4026;
  border: 2px solid #eb4026;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-share-area ul.social-default li a.google:hover {
  background: 0 0;
  color: #eb4026;
}
.post-share-area ul.social-default li a.pinterest {
  background: #ca212a;
  border: 2px solid #ca212a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-share-area ul.social-default li a.pinterest:hover {
  background: 0 0;
  color: #ca212a;
}
.post-share-area ul.social-default li a.rss {
  background: #ef6c00;
  border: 2px solid #ef6c00;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-share-area ul.social-default li a.rss:hover {
  background: 0 0;
  color: #ef6c00;
}
.post-share-area ul.social-default li a.linkedin {
  background: #1976d2;
  border: 2px solid #1976d2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.post-share-area ul.social-default li a.linkedin:hover {
  background: 0 0;
  color: #1976d2;
}
.post-share-area ul.social-default li:last-child {
  margin-right: 0;
}
.post-share-area ul.social-default li a {
  display: block;
  height: 44px;
  line-height: 42px;
  width: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-post-slider {
  padding: 0 0 30px;
}
.blog-post-slider .prev-article {
  color: #444;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-post-slider .prev-article i {
  margin-right: 10px;
  color: #008B47;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-post-slider .prev-article:hover {
  color: #008B47;
}
.blog-post-slider .next-article {
  color: #444;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-post-slider .next-article i {
  margin-left: 10px;
  color: #008B47;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-post-slider .next-article:hover {
  color: #008B47;
}
.comments-area ul li {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.comments-area ul li .comments-content {
  padding-top: 10px;
}
.comments-area ul li .comments-content h3 a span {
  color: #444;
  font-weight: 400;
}
.comments-area ul li:nth-child(even) {
  margin-left: 4rem;
}
.comments-area ul li:nth-child(even) .comments-content span {
  right: 30px;
}
.leave-comments .form-group {
  margin-bottom: 20px;
}
.leave-comments .form-group .form-control {
  color: #111;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0;
  background: #f4f4f4;
  border: none;
  -webkit-box-shadow: 0 1px 0 0 rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0 1px 0 0 rgba(216, 216, 216, 0.75);
  box-shadow: 0 1px 0 0 rgba(216, 216, 216, 0.75);
}
.leave-comments .form-group input {
  padding: 0.5rem 1.5rem;
  height: 45px;
}
.leave-comments .form-group textarea {
  padding: 15px 1.5rem 1.5rem;
}
.leave-comments .form-group button {
  margin-top: 20px;
}
.leave-comments input::-webkit-input-placeholder,
.leave-comments textarea::-webkit-input-placeholder {
  color: #444;
}
.leave-comments input::-moz-placeholder,
.leave-comments textarea::-moz-placeholder {
  color: #444;
}
.leave-comments input:-moz-placeholder,
.leave-comments textarea:-moz-placeholder {
  color: #444;
}
.leave-comments input:-ms-input-placeholder,
.leave-comments textarea:-ms-input-placeholder {
  color: #444;
}
.breadcrumbs-area {
  text-align: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  padding: 33px 0;
}
.breadcrumbs-area:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.breadcrumbs-area .breadcrumbs-content {
  position: relative;
  z-index: 1;
}
.breadcrumbs-area .breadcrumbs-content h1 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 2px;
  color: #fff;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-area .breadcrumbs-content h1 {
    font-size: 26px;
  }
}
.breadcrumbs-area .breadcrumbs-content ul li {
  display: inline-block;
  color: #fff;
}
.breadcrumbs-area .breadcrumbs-content ul li a {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #9d9c9c;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.breadcrumbs-area .breadcrumbs-content ul li a:hover {
  color: #008B47;
}
.gallery-layout-1 {
  position: relative;
}
footer {
  background-color: #000;
}
footer .footer-area-top {
  padding: 60px 0 10px;
  border-bottom: 1px solid #4d4d4d;
}
footer .footer-box {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}
footer .footer-box ul.most-view-post li {
  margin-bottom: 15px;
}
footer .footer-box ul.most-view-post li:last-child {
  margin-bottom: 0;
}
footer .footer-box ul.most-view-post li .media img {
  margin-top: 5px;
}
footer .footer-box ul.most-view-post li .post-date-light ul li {
  color: #aeaeae;
  font-size: 14px;
  margin-bottom: 0;
}
footer .footer-box ul.most-view-post li a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .footer-box ul.most-view-post li a:hover img {
  opacity: 0.8;
}
footer .footer-box ul.popular-categories li {
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}
footer .footer-box ul.popular-categories li:last-child {
  margin-bottom: 0;
}
footer .footer-box ul.popular-categories li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
footer .footer-box ul.popular-categories li a span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
footer .footer-box ul.popular-categories li:hover a {
  color: #008B47;
}
footer .footer-box ul.popular-categories li:hover a span {
  font-size: 20px;
}
footer .footer-box ul.popular-categories li:hover:before {
  right: 0;
  left: 0;
  width: 100%;
}
/*footer .footer-box ul.popular-categories li:before {*/
/*  content: "";*/
/*  background-color: #008B47;*/
/*  width: 0;*/
/*  height: 1px;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  position: absolute;*/
/*  -webkit-transition: all 0.5s ease-out;*/
/*  -moz-transition: all 0.5s ease-out;*/
/*  -ms-transition: all 0.5s ease-out;*/
/*  -o-transition: all 0.5s ease-out;*/
/*  transition: all 0.5s ease-out;*/
/*}*/
footer .footer-box ul.post-gallery li {
  display: inline-table;
  margin-bottom: 20px;
  margin-right: 15px;
  float: left;
}
footer .footer-box ul.post-gallery figure {
  margin: 0;
  padding: 0;
  background: 0 0;
  overflow: hidden;
  position: relative;
}
footer .footer-box ul.post-gallery figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
footer .footer-box ul.post-gallery figure:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
footer .footer-area-bottom {
  padding: 60px 0 50px;
}
footer .footer-area-bottom .footer-logo {
  margin-bottom: 30px;
  display: block;
}
footer .footer-area-bottom .footer-logo img {
  margin: 0 auto;
}
footer .footer-area-bottom p {
  color: #b9b9b9;
}
ul.footer-social {
  margin-bottom: 30px;
}
ul.footer-social li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}
ul.footer-social li:last-child {
  margin-right: 0;
}
ul.footer-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #404040;
  text-align: center;
  color: #fff;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ul.footer-social li a:hover {
  background-color: #008B47;
}
.mt-10 {
  margin-top: 10px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-20-r {
  margin-bottom: 2rem;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-50-r {
  margin-bottom: 5rem;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-50 {
  padding-left: 50px;
}
.p-30-r {
  padding: 3rem;
}
.p-35-r {
  padding: 3.5rem;
}
.mt-20-r {
  margin-top: 2rem;
}
.box-padding15 {
  padding: 1rem 1.5rem 0.1rem;
}
.mb30-list {
  margin-bottom: 30px;
}
.mb30-list:last-child {
  margin-bottom: 0;
}
.mb-none {
  margin-bottom: 0 !important;
}
.p-mb-none-child p {
  margin-bottom: 0;
}
.width-40 {
  width: 40%;
}
.width-100 {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .width40-md {
    width: 40%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .width38-lg {
    width: 38%;
  }
  .show-item3-lg > div:nth-child(n + 4) {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 19px;
  }
  h2.size-lg {
    font-size: 21px;
  }
  h2.size-xl {
    font-size: 23px;
  }
  h3 {
    font-size: 15px;
  }
  h3.size-sm {
    font-size: 13px;
  }
  h3.size-md {
    font-size: 14px;
  }
  h3.size-lg {
    font-size: 17px;
  }
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg .media-body.media-margin30 {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 18px;
  }
  h2.size-lg {
    font-size: 20px;
  }
  h2.size-xl {
    font-size: 22px;
  }
  h3 {
    font-size: 14px;
  }
  h3.size-lg {
    font-size: 16px;
  }
  .text-center--md {
    text-align: center;
  }
  .size-c22 {
    font-size: 20px;
  }
  .size-c34 {
    font-size: 28px;
  }
  .sidebar-break-md {
    /*margin-top: 4rem;*/
  }
  .on-mobile-fixed {
    position: fixed;
    top: 20px;
  }
  .on-mobile-fixed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 17px;
  }
  h2.size-lg {
    font-size: 19px;
  }
  h2.size-xl {
    font-size: 21px;
  }
  h3 {
    font-size: 13px;
  }
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm .media-body {
    display: inline-block;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-margin30 {
    margin-left: 0;
    margin-top: 15px;
  }
  .size-c22 {
    font-size: 18px;
  }
  .size-c34 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 20px;
  }
  .text-center--xs {
    text-align: center !important;
  }
  .mb15--xs {
    margin-bottom: 15px;
  }
  .pl20-xs {
    padding-left: 20px;
  }
  .hidden-xs {
    display: none !important;
  }
  .media-none-xs {
    display: block;
  }
  .media-none-xs img {
    max-width: 100%;
  }
  .media-none-xs .media-body.media-margin30 {
    margin-left: 0;
    margin-top: 15px;
  }
  .block-xs li {
    display: block !important;
    width: 100% !important;
    margin-bottom: 3px;
  }
  .block-xs li:last-child {
    margin-bottom: 0;
  }
  .block-xs li a {
    width: 100%;
  }
}
@media (min-width: 1299px) and (max-width: 1500px) {
  .container {
      max-width: 1330px !important;
  }
}
.mean-container .mean-bar + div#wrapper {
  padding-top: 59px;
}
.ticker-wrapper.has-js {
  width: 100%;
  display: block;
}
.ticker {
  width: 100%;
  height: 23px;
  display: block;
  position: relative;
  overflow: hidden;
}
.ticker-content {
  margin: 0;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.5;
}
.ticker-content a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ticker-content a:hover {
  text-decoration: none;
  color: #008B47;
}
.ticker-swipe {
  padding-top: 9px;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 23px;
}
.ticker-swipe span {
  margin-left: 1px;
  border-bottom: 1px solid #008B47;
  height: 12px;
  width: 7px;
  display: block;
}
.ticker-controls {
  padding: 8px 0 0;
  list-style-type: none;
  float: left;
}
.ticker-controls li {
  padding: 0;
  margin-left: 5px;
  float: left;
  cursor: pointer;
  height: 16px;
  width: 16px;
  display: block;
}
.left .ticker,
.left .ticker-content,
.left .ticker-controls,
.left .ticker-title {
  float: left;
}
.feeding-text-dark .ticker,
.feeding-text-dark .ticker-content,
.feeding-text-dark .ticker-wrapper.has-js {
  background-color: #f8f8f8;
}
.feeding-text-dark .ticker-content a {
  color: #444;
}
.feeding-text-dark .ticker-content a:hover {
  color: #008B47;
}
.feeding-text-dark .ticker-swipe,
.feeding-text-dark .ticker-swipe span {
  background-color: #f8f8f8;
}
.feeding-text-dark2 .ticker,
.feeding-text-dark2 .ticker-content,
.feeding-text-dark2 .ticker-wrapper.has-js {
  background-color: #fff;
}
.feeding-text-dark2 .ticker-content a {
  color: #444;
}
.feeding-text-dark2 .ticker-content a:hover {
  color: #008B47;
}
.feeding-text-dark2 .ticker-swipe,
.feeding-text-dark2 .ticker-swipe span {
  background-color: #fff;
}
.feeding-text-light .ticker,
.feeding-text-light .ticker-content,
.feeding-text-light .ticker-wrapper.has-js {
  background-color: #111;
}
.feeding-text-light .ticker-content a {
  color: #fff;
}
.feeding-text-light .ticker-content a:hover {
  color: #008B47;
}
.feeding-text-light .ticker-swipe,
.feeding-text-light .ticker-swipe span {
  background-color: #111;
}
.feeding-text-light2 .ticker,
.feeding-text-light2 .ticker-content,
.feeding-text-light2 .ticker-wrapper.has-js {
  background-color: #444;
}
.feeding-text-light2 .ticker-content a {
  color: #fff;
}
.feeding-text-light2 .ticker-content a:hover {
  color: #008B47;
}
.feeding-text-light2 .ticker-swipe,
.feeding-text-light2 .ticker-swipe span {
  background-color: #444;
}
.main-slider1 .preview-1 .nivo-controlNav {
  position: absolute;
}
.preview-1 .nivo-controlNav {
  bottom: 20px;
  right: inherit;
  left: 55px;
}
.preview-1 .nivo-controlNav a {
  border: 0;
  display: inline-block;
  height: 12px;
  margin: 0 5px !important;
  text-indent: -9999px;
  width: 12px;
  line-height: 8px;
  background: #c4c7cb;
  cursor: pointer;
  position: relative;
  opacity: 1;
  z-index: -999;
  border-radius: 50%;
}
.preview-1 .nivo-controlNav a.active, .preview-1 .nivo-controlNav a:hover {
  background: #008B47;
  cursor: pointer;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  border-bottom: 1px solid #3a3a3a;
  position: relative;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mean-container .mean-bar {
  float: none;
  z-index: 99;
  background: 0 0;
  padding: 0;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #111;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container .mean-bar .mobile-menu-nav-back .logo-mobile {
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}
.mean-container .mean-bar .meanmenu-reveal {
  left: 0 !important;
  right: inherit;
  top: 7px;
  position: absolute;
  color: #fff;
}
.mean-container .mean-bar .meanmenu-reveal span {
  background: #fff;
}
/* .on-mobile-fixed ul li{
  margin-right: 10px;
} */

.header-action-item ul li{
  padding-right: 10px;
}
.login-btn{
  padding-right: 10px;
}
body.ie .featuredContainer > div {
  width: 100%;
  box-sizing: border-box;
}
body.ie .d-inline-block {
  display: block!important;
}

body.ie .ie-full-width {
  width: 100%;
}
body.ie .post-date-dark ul li span {
  float: inherit;
}
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.img-overlay-70 img{
  width: 100%;
}

/* main menu  css */

.main-menu-area{
    background-color: #008b474d;
}

ul{
    margin: 0 !important;
}

@media(min-width: 767px){
      .sidebar-contact{
        position: sticky;
        top: 10px;
        height: 50%;
    }
    .single-sidebar{
        position: sticky;
        top: 10px;
        height: 50%;
    }
   .nav-left-bar{
    max-width: 9.666667% !important; 
    } 
     .slider-content{
    margin-top:0px;
    }
}


#frm_field_8_container .frm_submit .frm_button_submit{
    position: absolute;
    top: 0px;
    margin: 0px;
    right: 0px;
    background: black;
}
.stylish-input-group{
    display: block !important;
}
#frm_field_9_container input{
    height: 132%;
}
.item-box-light-md-less30 {
    padding-top: 0px;
}

.add-top-margin{
    margin-top: 0px !important;
}
.ctg-title-xs a{
    background-color: #008B47;
    padding: 5px;
}

.mb-18 {
    margin-bottom: 12px;
}
.mb-4-bar{
    margin-bottom: 5px;
}

#lifestyle-category .post-date-dark ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 33px !important;
}
#lifestyle-category{
    height: auto;
}

.first-one:active #lifestyle-category{
    height: 0;
}

@media  (min-width: 550px){
    
    .sidebar-break-md{
    height: 50%;
    position: sticky;
    top: 5px;
}

 .slider-content{
    margin-top:0px;
    }
    
    .container-sidebar{
        padding: 6px;
    }
    
    .right-tab{
        padding-left: 0px !important;
    }
    
    .dark-section{
        height: 750px!important;
    }
}

.post-desc{
    min-height: 145px;
}

.color-cod-white:after{
    background-color: #fff !important;
        color: #000 !important;
}
.color-cod-white{
    color: #000 !important;
}

.color-cod-white:before{
  border-top: 8px solid #fff;
}

.color-cod-white:after {
    background-color: #fff !important;
}

.national-cat{
    height: 330px !important;
}

.isotop-btn-light .current{
    background-color: #008B47;
}


@media(max-width: 500px){
    .news-details-layout2{
        margin-top: 40px;
    }
    #post-cat-container{
        margin-top: 40px;
    }
        .breadcrumbs-area .breadcrumbs-content h1 {
        font-size: 20px;
    }

    .breadcrumbs-area{
        padding: 20px;
    }
    .breadcrumbs-content h1{
        margin-top: 0px;
    }
    .item-box-light-md{
        padding: 0;
    }
    .entry-footer{
        margin-top: 25px;
    }
    .beauty-sec-resp{
        padding-top: 0px !important;
    }
    .beauty-sec-resp .space-resp{
        margin-top: 0px;
    }
    .space-resp{
        padding-top: 25px !important;
        margin-bottom: 20px;
    }
    .tab-two-section a{
        padding-left: 18px !important;
    padding-right: 18px !important;
}
    .bg-body-resp{
        padding-top: 40px !important;
    }
    .dark-section-dr{
        margin-top: 25px !important;
    }
    .break-section{
        margin-bottom:0px;
    }
    .post-desc-resp{
        min-height: 60px !important;
    }
    .media-none--sm .post-date-dark{
        display: none;
    }
    .media-none--sm{
        margin-bottom: 20px;
    }
    .ie-full-width-resp{
        padding: 0px;
    }
    .post-desc{
        font-size: 14px;
    }
    .space-resp{
        margin-top: 18px;
    }
    .mb30-list{
        margin-bottom: 15px;
    }
    .show-item3-lg .media-body .title-medium-dark{
        min-height: 80px !important;
    }
    .mb30-list .topic-box-top-xs{
        display: none;
    }
    .img-resp{
        width: 150px !important;
    }
    .color-cod-gray-resp{
        margin-bottom: 15px !important;
    }
    .siderbar-resp{
        margin-bottom: 1rem !important;
    }
    .resp-section{
        height: 1520px;
    }
    #lifestyle-category .post-date-dark{
        display: none;
    }
    .desc-section{
        font-size: 14px;
    }
    
    .isotop-btn a{
        padding: 5px 4px;
    }
    
    .space-resp{
        padding-top: 10px;
    }
    
    .topic-box-lg-resp{
        margin-top: 15px;
    }
    .media-resp{
        margin-bottom: 15px !important;
    }
    .media-resp .post-date-dark{display: none;}
    .dark-tab-section{padding-bottom:0px;}
    .featuredContainer .topic-box-top-xs{
        display: none;
    }
    .featuredContainer .post-date-light{
        display: none;
    }
    .isotop-btn-light a{
            padding: 5px 5px;
    }
    .isotop-btn-light{
        padding: 7px 8px !important;
    }
    .category-link-4 {
        font-size: 12px;
    }
    .right-bar-section-parent .post-date-dark{
        display: none;
    }
    .topic-bar-top-btn{
            max-width: 300px;
    overflow-x: auto;
    white-space: nowrap;
    }
    .topic-bar-top-btn-2{
        font-size: 12px;
     max-width: 232px;
    overflow-x: auto;
    white-space: nowrap;
    }
    .isotop-btn{
        left: 0;
     
   
    }
    .topic-bar-top{
    display: flex;
    align-items: center;
    
    }
   
    .topic-box-lg{
            height: 30px;
            line-height: 30px;
            font-size: 12px;
    }
    .color-cinnabar{
        font-size: 12px;
    }
    .tab-resp{
        padding-top: 25px !important;
    }
    .media-resp .post-date-dark{
        display: none;
    }
    .slider-sec{
        margin-top: 25px !Important;
    }
    .mean-container .mean-nav ul li a{
        font-size: 14px;
    }
    #menu-item-408{
        display: none;
    }
    .mean-container .mean-nav ul li a.mean-expand{
        padding-top: 8px !important;
    }
    .ticker{
        padding-top: 5px;
    }
    .nav-left-bar{
        max-width: 28% !Important;
    }
    .feeding-text-dark .ticker-content{
        font-size: 14px;
    }
    .topic-box{
        font-size: 10px ;
    }
    .nav-right-bar{
        display: none;
    }
    
    
    .open{
        margin-left: 0px !important;
    }
    
    .container-pad{
        padding: 0px !important;
    }
    .right-sml{
        aspect-ratio: 10 / 7 !important;
    }
    .preview-1 .nivo-controlNav{
        left: 6% !important;
        bottom: 0px !important;
        padding-bottom: 5px;
    }
    .preview-1 .nivo-controlNav a{
      width: 10px !important;
      height: 10px !important;
    }
    .item-box-light-md-less30{
        margin-top: 10px;
    }
   .item-box-light-md-less30 .media{
       padding: 0px;
   } 
   
   .national-cat {
    height: 650px !important;
   }
   
   .ne-sidebar {
       margin-top: 0rem;
       margin-bottom: 0rem;
       
   }
   
   .right-bar-section{
       margin-top:  0px;
   }
   .right-bar-section-parent{
       padding: 5px !important;
   }
   .right-bar-row{
       padding: 5px !important;
   }
   
   .item-box-dark-md-less30{
     padding: 1rem 0rem 0;
   }
   .left-tab-img{
       aspect-ratio: 10 / 6 !important;
   }
   
   .dark-tab-section .featuredContainer{
       min-height: 825px !Important;
   }


}

.load-btn{
    background-color: black;
    color: white;
    padding: 10px 15px;
}

.copyright-wrap{
    background-color: #121212;
}


.top-bar-bottom {
    padding: 10px 0px;
}

.main-slider1 .nivoSlider img{
    aspect-ratio: 10/7 !important;
}

.side-bar-title{
    min-height: 44px;
}
.fa-house{
    color: black;
}
.desc-section{
    min-height: 120px;
}

.show-item3-lg .media-body .title-medium-dark {
        min-height: 70px;
}

#commentform .form-submit .submit{
        height: 3rem !important;
        padding: 0 2.5rem !important;
            line-height: 0rem !important;
}

.form-submit{
    margin-bottom: 0px;
}

.comment-form{
    padding-bottom: 0px !important;
}
.for-col-padding{
    padding-left: 8px !Important;
    padding-right: 8px !Important;
    margin-bottom: 16px;
    
}
#form_newsletter .frm_form_field .form-field {
        margin-bottom:0px !important;
    }
    #form_contact-form .frm_style_formidable-style.with_frm_style .form-field {
        margin-bottom:0px !important;
    }
    #categoryloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 20px;
}
#enterloader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 20px;
}
#lastloader{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 20px;
}
#nationalloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 20px;
}
.search-button{
    background-color:#008B47 !important;
    color:white;
    border-color:#008B47 !important;
}
.slider-content{
    margin-top:145px;
}
@media screen and (max-width: 360px) {
    .input-box{
        margin:10px 0px !important;
    }
    #lifestyle-category{
        height:auto;
    }
    .slider-content{
    margin-top:30px;
    }
    .topic-box-lg{
        margin-top:20px;
    }
}



