/*

font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;

*/

:root {
  --mont: "Montserrat", sans-serif;
  --open: "Open Sans", sans-serif;
  --green: #026b33;
}

.master {
  width: 100%;
  float: left;
  position: relative;
  overflow-x: hidden;
}

img {
  width: 100%;
}

p {
  margin: 0;
  font-family: var(--open);
  font-size: 16px;
  line-height: 200%;
}

header,
section,
footer {
  width: 100%;
  float: left;
}

section {
  padding: 100px 0;
  position: relative;
}

.pr {
  position: relative;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  background: #ccc;
  font-size: 14px;
  font-family: var(--open);
  font-weight: 700;
  margin-left: 20px;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  border: none;
}
.btn:first-child {
  margin-left: 0;
}
.btn.primary {
  color: #fff;
  background: var(--green);
}
.btn.primary:hover {
  background: #00883f;
  cursor: pointer;
}
.btn.secondary {
  color: var(--green);
  background: #fff;
}
.btn.secondary:hover {
  background: #b8e0cb;
  cursor: pointer;
}

.bg-grey {
  background: #f4f4f4;
}

.section-title {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.section-title h4 {
  font-size: 14px;
  font-family: var(--open);
  color: rgba(51, 51, 51, 0.5);
  position: relative;
  padding-left: 44px;
  display: inline-block;
  margin-bottom: 20px;
}
.section-title h4::before {
  content: "";
  width: 34px;
  height: 3px;
  background: url(../images/title-accent.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 10px;
}
.section-title h3 {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  font-family: var(--mont);
  line-height: 120%;
}

.ratio {
  width: 100%;
  float: left;
  position: relative;
  height: 0;
}
.ratio-1 {
  padding-top: 100%;
}
.ratio-75 {
  padding-top: 75%;
}
.ratio-16 {
  padding-top: 56.25%;
}
.ratio img,
.ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card {
  width: 100%;
  float: left;
  box-shadow: none;
  background: none;
}
.card .text {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.card .text h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
  float: left;
  font-family: var(--mont);
  font-weight: 700;
}
.card .text h3 a {
  color: #333;
}
.card .text span {
  font-size: 12px;
  font-family: var(--open);
  color: var(--green);
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.card .text p {
  color: #333;
  font-size: 14px;
}
.card.green-bg .text {
  background: var(--green);
  padding: 30px 30px 20px;
}
.card.green-bg .text h3,
.card.green-bg .text h3 a,
.card.green-bg .text span,
.card.green-bg .text p {
  color: #fff;
}
.card.green-bg .text h3{
  font-size: 16px;
}

header {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
header::before {
  content: "";
  width: calc(1200px + (100% - 1200px) / 2);
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 1px;
  right: 0;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
.logo {
  width: 183px;
  float: left;
  padding: 20px;
  height: 120px;
  background: #333;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
.right-header {
  width: calc(100% - 183px);
  float: left;
}
.right-header .top-row {
  width: 100%;
  float: left;
  background: #333;
  height: 40px;
  overflow: hidden;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
.right-header .top-row p {
  font-size: 11px;
  color: #fff;
  padding: 11px 15px;
  width: 80%;
  float: left;
  line-height: 150%;
}
.right-header .top-row .social-media {
  width: 20%;
  text-align: right;
  float: left;
  padding-right: 20px;
}
.right-header .top-row .social-media a {
  display: inline-block;
  margin-left: -4px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
  font-size: 16px;
  color: #fff;
}
.bottom-row {
  width: 100%;
  float: left;
}
.nav {
  width: calc(100% - 80px);
  float: left;
  height: 80px;
  padding-left: 20px;
}
.nav .item {
  display: inline-block;
  margin-left: -4px;
  position: relative;
}
.nav .item a {
  padding: 28px 20px 26px 20px;
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: var(--open);
}
.nav .item a.active,
.nav .item:hover a {
  border-bottom: 5px solid var(--green);
}
.nav .item:hover a ~ .sub {
  opacity: 1;
  pointer-events: auto;
}
.nav .item .sub {
  width: 240px;
  position: absolute;
  top: 80px;
  left: 0;
  background: #fff;
  padding: 20px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  opacity: 0;
  pointer-events: none;
}
.nav .item .sub.two-col {
  width: 480px;
}
.nav .item .sub h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--green);
  padding: 0 20px;
  margin-bottom: 20px;
}
.nav .item .sub .sub-nav .item {
  width: 100%;
  float: left;
  margin-left: 0;
}
.nav .item .sub .sub-nav .item a {
  color: #333;
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.nav .item:hover .sub .sub-nav .item a {
  border-bottom: none;
}
.nav .item:hover .sub .sub-nav .item a:hover {
  color: var(--green);
  background: #f4f4f4;
}

.src-bt {
  width: 80px;
  height: 80px;
  float: left;
  text-align: center;
  padding-top: 28px;
  color: #fff;
}

header.scrolled {
  height: 80px;
  background: #333;
}
header.scrolled::before {
  opacity: 0;
}
header.scrolled .top-row {
  height: 0;
}
header.scrolled .logo {
  height: 80px;
  padding: 10px;
}

.hero {
  padding: 0;
}
.hero-slider .item {
  height: 800px;
  padding-top: 120px;
}
.hero-slider .item .columns,
.hero-slider .item .container {
  height: 100%;
}
.hero-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000;
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.hero .site {
  width: 100%;
  float: left;
  color: #fff;
  margin-bottom: 20px;
}
.hero .site a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  font-family: var(--open);
}
.hero .site a::before {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--green);
  position: absolute;
  top: 100%;
  left: calc(50% - 15px);
}
.hero h2 {
  font-size: 64px;
  font-weight: 700;
  font-family: var(--mont);
  color: #fff;
  line-height: 120%;
  margin-bottom: 30px;
}

.about .pic-1 {
  width: 100%;
  height: 0;
  float: left;
  padding-top: 130%;
  position: relative;
}
.about .pic-1 img,
.about .pic-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about .pic-2 {
  width: 60%;
  height: 0;
  padding-top: 60%;
  position: absolute;
  bottom: -60px;
  left: -60px;
  border: 10px solid #fff;
}

.about .about-ico {
  width: 120px;
  height: 120px;
  background: var(--green);
  position: absolute;
  left: -45px;
  top: 12px;
  padding: 20px;
}

.contact::before {
  content: "";
  width: 40%;
  height: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.contact form {
  width: 100%;
  float: left;
}
form .column {
  padding-top: 0;
  padding-bottom: 0;
}
form .inp-group {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
form .inp-group-news {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
form .inp-group label {
  font-size: 14px;
  font-family: var(--open);
  color: #333;
  margin-bottom: 5px;
  width: 100%;
  float: left;
}
form .inp-group-news label {
  font-size: 14px;
  font-family: var(--open);
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
  width: 100%;
  float: left;
}
form .inp-group input,
form .inp-group select,
form .inp-group textarea {
  width: 100%;
  float: left;
  height: 50px;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 20px;
}
form .inp-group-news input {
  width: 100%;
  float: left;
  height: 50px;
  background: #fff;
  border: 1px solid #dedede;
  font-size: 14px;
  padding: 0 120px 0 20px;
}
form .inp-group-news .btn {
  position: absolute;
  top: 2px;
  right: 2px;
}
form .inp-group input:focus,
form .inp-group select:focus,
form .inp-group textarea:focus {
  outline: none;
}
form .inp-group textarea {
  height: 120px;
}
form .inp-group-news input:focus,
form .inp-group-news select:focus,
form .inp-group-news textarea:focus {
  outline: none;
}
form .inp-group-news textarea {
  height: 120px;
}
.contact-map {
  padding: 0;
}
.contact-map iframe {
  width: 100%;
}

.contact p {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
.contact p i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #23b17f;
  font-size: 18px;
  width: 18px;
  text-align: center;
}

footer {
  padding: 100px 0 12px;
  background: #333;
  color: #fff;
}
.foot-title {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.foot-title h4 {
  font-size: 16px;
  font-family: var(--open);
  font-weight: 700;
}
footer p {
  font-size: 14px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.subscribe-form .inp-group input {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #333;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 14px;
}
.subscribe-form .inp-group .btn {
  padding: 15px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.sitemap {
  width: 100%;
  float: left;
}
.sitemap a {
  width: 100%;
  float: left;
  font-family: var(--open);
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 10px;
}
.sitemap a:hover {
  text-decoration: underline;
}
footer p.info {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  width: 100%;
  float: left;
}

p.info a{
    color: #23b17f;
}
footer p.info i {
  position: absolute;
  left: 0;
  top: 6px;
  color: #23b17f;
}
.copyright {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
  margin-top: 60px;
}
.copyright::before {
  content: "";
  width: 100vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.foot-social {
  width: 100%;
  float: left;
  margin-top: 30px;
  text-align: center;
}
.foot-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #333;
  font-size: 15px;
  padding-top: 3px;
  margin: 0 0 6px;
}

.world-market {
  border-bottom: 1px solid #dedede;
  background: #080808;
}
.world-market .section-title h4,
.world-market .section-title h3{
  color: #fff;
}

@media screen and (min-width: 1408px) {
  .container {
    max-width: 1200px;
  }
}

.fun-facts {
  background-image: url(../images/bank/img-14.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0px;
  color: #fff;
}
.fun-facts .card.green-bg .text {
  background: rgba(0, 90, 42, 0.8);
  padding: 60px 30px 40px;
}
.fun-facts .card .text figure {
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.fun-facts .card .text figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateY(-20px);
}
.fun-facts .card .text figure::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: #009460;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.fun-facts .card .text h3 {
  font-size: 36px;
  margin-bottom: 0;
}
.fun-facts .card .text span {
  font-size: 14px;
}

.hero-slider .item-about {
  height: 500px;
  padding-top: 120px;
}
.hero-slider .item-about .columns,
.hero-slider .item-about .container {
  height: 100%;
}

.hero-slider .owl-prev,
.hero-slider .owl-next,
.product-slide .owl-prev,
.product-slide .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 20px);
  text-indent: -200px;
  color: #fff;
}
.hero-slider .owl-prev,
.product-slide .owl-prev {
  left: 20px;
  background: rgba(255, 255, 255, 0.3) url(../images/left.png) no-repeat center;
  background-size: contain;
}
.hero-slider .owl-next,
.product-slide .owl-next {
  right: 20px;
  background: rgba(255, 255, 255, 0.3) url(../images/right.png) no-repeat center;
  background-size: contain;
}

.hero-slider .owl-pagination,
.product-slide .owl-pagination {
  width: 100%;
  text-align: center;
  bottom: 20px;
  position: absolute;
}
.hero-slider .owl-pagination .owl-page,
.product-slide .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 3px;
}
.hero-slider .owl-pagination .owl-page span,
.product-slide .owl-pagination .owl-page span {
  display: block;
  width: 20px;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
}
.hero-slider .owl-pagination .owl-page.active span,
.product-slide .owl-pagination .owl-page.active span {
  background: #fff;
  width: 40px;
}

.widget {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.news-list {
  width: 100%;
  float: left;
}
.news-list .item {
  width: 100%;
  float: left;
}
.meta-info {
  font-size: 14px;
  color: #777;
}
.meta-info i {
  margin-right: 5px;
}
.news-list .text h5 {
  margin-bottom: 5px;
}
.news-item h3 {
  margin-bottom: 10px;
}
.news-item figure {
  margin-bottom: 10px;
}
.news-item iframe {
  width: 100%;
  height: 400px;
}
.news-item p {
  font-size: 14px;
  color: #555;
}
.pagination-link.is-current {
  background-color: #026b33;
  border-color: #026b33;
}
.share {
  height: 50px;
  padding: 10px 20px;
}
.share h4 {
  padding-top: 3px;
}
.share-news {
  float: left;
}
.share-bt {
  float: right;
  font-size: 18px;
  margin-top: -3px;
}
.share-bt a {
  margin-left: 10px;
  color: #333;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.share-bt a.fb {
  background: #6081c4;
}
.share-bt a.tw {
  background: #43bdf0;
}
.share-bt a.wa {
  background: #23b17f;
}
.share-bt a.tg {
  background: #4289c9;
}

.src-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  opacity: 0;
  pointer-events: none;
}
.src-popup.show {
  opacity: 1;
  pointer-events: auto;
}
.src-popup form {
  width: calc(100% - 40px);
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.src-popup form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dedede;
  font-size: 20px;
  padding: 20px 0;
}
.src-popup form input:focus {
  outline: none;
  border-bottom: 1px solid #009460;
}
.src-popup form button {
  position: absolute;
  top: 10px;
  right: 0;
}
.src-popup form span {
  font-size: 12px;
  color: #23b17f;
}
a {
  color: #4a4a4a;
}

.burger{
  display: none;
}

#contact h4,
  #contact h2,
  #contact p{
      color: #fff;    
  }
  
/*filtering*/
.filtering .f-cat{
  display: none;
}
.filtering .f-cat.active{
  display: block;
}
.dist-card{
  width: 100%;
  float: left;
  border: 1px solid #dedede;
  padding: 30px;
  background: #fff;
  min-height: 260px;
}
.dist-card h3{
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.dist-card p.info{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 24px;
}
.dist-card p.info i{
  position: absolute;
  top: 7px;
  left: 0;
}
.dist-card .btn{
  margin-left: 0;
  margin-top: 20px;
}
.section-title{
  position: relative;
}
.section-title .select-area{
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-title .select-area select{
  width: 240px;
  height: 40px;
  border: none;
  background: #f4f4f4;
  padding: 10px 15px;
  margin-left: 10px;
  border-bottom: 1px solid #dedede;
}

/*filtering*/
.filtering .f-cat{
  display: none;
}
.filtering .f-cat.active{
  display: block;
}
.dist-card{
  width: 100%;
  float: left;
  border: 1px solid #dedede;
  padding: 30px;
}
.dist-card h3{
  width: 100%;
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.dist-card p.info{
  width: 100%;
  float: left;
  font-size: 14px;
  color: #333;
  position: relative;
  padding-left: 24px;
}
.dist-card p.info i{
  position: absolute;
  top: 7px;
  left: 0;
}
.dist-card .btn{
  margin-left: 0;
  margin-top: 20px;
}
.section-title{
  position: relative;
}
.section-title .select-area{
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-title .select-area select{
  width: 240px;
  height: 40px;
  border: none;
  background: #fff;
  padding: 10px 15px;
  margin-left: 10px;
  border-bottom: 1px solid #dedede;
}

/*MARKETPLACE*/
.marketplace{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.marketplace h4{
  font-size: 14px;
  color: #333;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.marketplace ul{
  width: 100%;
  float: left;
}
.marketplace ul li{
  float: left;
  margin-right: 20px;
}
.marketplace ul li a{
  display: block;
  width: 100px;
}
.marketplace ul li a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.share {
  width: 100%;
  float: left;
}

/*MARKETPLACE*/
.marketplace{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.marketplace h4{
  font-size: 14px;
  color: #333;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.marketplace ul{
  width: 100%;
  float: left;
}
.marketplace ul li{
  float: left;
  margin-right: 20px;
}
.marketplace ul li a{
  display: block;
  width: 100px;
}
.marketplace ul li a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.share {
  width: 100%;
  float: left;
}

.article.category table{
    width: 100%;    
}
.article.category table td{    
    padding: 0 20px;
}
.article.category table td:first-child{    
    padding-left: 0;
}
.article.category table td:last-child{    
    padding-right: 0;
}

@media only screen and (max-width: 1024px) {
 
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .container {
    padding-left: 0;
    padding-right: 0;
  }
  .logo {
    width: 100px;
    height: 80px;
    padding: 10px;
    margin-top: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  header.scrolled .logo {
    margin-top: 0;
  }
  .right-header {
    width: calc(100% - 100px);
  }
  .right-header .top-row {
    width: calc(100% + 100px);
    margin-left: -100px;
    background: #212121;
  }
  .burger {
    width: 80px;
    height: 80px;
    text-align: center;
    float: left;
    font-size: 24px;
    padding-top: 20px;
    color: #fff;
    display: block;
  }
  .nav {
    width: 100vw;
    height: calc(100vh - 120px);
    overflow-y: auto;
    position: fixed;
    top: 120px;
    left: 0;
    background: #333;
    z-index: 9;
    overflow-x: hidden;
    padding-right: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
  }
  .nav.scrolled {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .nav.show {
    opacity: 1;
    pointer-events: auto;
  }
  .nav .item {
    width: 100%;
    float: left;
    box-sizing: border-box;
  }
  .nav .item i {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    margin-right: -20px;
  }
  .nav .item .sub {
    position: relative;
    width: 100%;
    float: left;
    top: auto;
    left: auto;
    opacity: 1;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    background: #212121;
  }
  .nav .item .sub.show {
    opacity: 1;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .nav .item .sub .sub-nav .item a {
    color: #fff;
  }
  .nav .item .sub.two-col {
    width: 100%;
  }
  .nav .item .sub.two-col .column {
    width: 100%;
    float: left;
  }
  .nav .item a.active,
  .nav .item:hover a {
    border-bottom: none !important;
    color: #009460;
    position: relative;
  }
  .nav .item a.active::before,
  .nav .item:hover::before {
    content: "";
    width: 5px;
    height: 100%;
    background: #009460;
    position: absolute;
    top: 0;
    left: -16px;
  }
  .src-bt {
    float: right;
  }
  .right-header .top-row p {
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .right-header .top-row .social-media {
    width: 50%;
  }

  .contact::before {
    display: none;
  }

  .foot-logo {
    width: 50%;
    display: inline-block;
  }
  footer .column {
    margin-bottom: 30px;
  }
  
  footer > a,
  #contact > a,
  p.info a{
      color: #23b17f;
  }
  
  #contact h4,
  #contact h2,
  #contact p{
      color: #fff;    
  }

  .card {
    margin-bottom: 20px;
  }
  .section-title h3 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 36px;
  }
  .btn {
    margin-bottom: 10px;
  }

  .hero-slider .text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 20px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .about .pic-1{
    margin-bottom: 20px;
  }
  .about .pic-2{
    position: relative;
    width: 100%;
    float: left;
    left: auto;
    bottom: auto;
  }
  .about .about-ico{
    width: 80px;
    height: 80px;
    padding: 10px;
    left: 0;
    top: -10px;
  }
  .about .column{
    width: 100%;
    float: left;
  }
  .alert .alert-danger .alert-dismissible{
      background-color: red;
      padding: 10px;
      }
      
        #contact h4,
  #contact h2,
  #contact p{
      color: #333;    
  }
  
  .article.category table td{
      width: 100% !important;
      display: block;
      padding: 0;
  }
  .article p{
      text-align: left !important;    
  }
  
  .section-title .select-area{
      position: relative;
      top: auto;
      right:auto;
      margin-top: 20px;
  }
  .section-title .select-area select{
      width: 100%;
      margin-left: 0;
      max-width: 360px;
  }
}
