@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  box-shadow: none;
  outline: none;
}
button:hover,
input:hover,
textarea:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}
ul,
ol {
  padding-left: 0;
  margin-bottom: 0;
}
ul li,
ol li {
  list-style: none;
}
em,
i {
  font-style: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex {
  display: flex;
}
.header {
  position: relative;
}
.tpio-btn {
  font-weight: 500;
  font-size: 14px;
  border: 2px solid #78b928;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
}
.tpio-btn i {
  color: #78b928;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.hover {
  color: #78b928;
}
.inner-title {
  color: #78b928;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 67%;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .inner-title {
    font-size: 25px;
  }
}
@media (max-width: 1030px) {
  .inner-title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .inner-title {
    font-size: 23px;
    margin-bottom: 13px;
  }
}
@media (max-width: 414px) {
  .inner-title {
    font-size: 20px;
  }
}
.section-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section-title {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 21px;
  }
}
@media (max-width: 414px) {
  .section-title {
    font-size: 18px;
  }
}
.inner-info-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 29px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .inner-info-p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .inner-info-p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 414px) {
  .inner-info-p {
    font-size: 16px;
  }
}
.main {
  min-height: calc(100vh - 350px);
}
.wrapper {
  position: relative;
  margin-left: 6vw;
  margin-right: 6vw;
}
@media (max-width: 1366px) {
  .wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-wrapper {
  margin: 0px 0 15px;
  min-height: 85px;
  position: relative;
}
@media (min-width: 1030px) {
  .nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-width: 1030px) {
  .nav-wrapper {
    min-height: 68px;
    margin: 15px 0;
  }
}
.nav-wrapper .logo {
  float: left;
}
.nav-wrapper .navigation {
  bottom: 16px;
}
@media (max-width: 414px) {
  .nav-wrapper .navigation {
    bottom: 6px;
  }
}
.nav-wrapper .navigation .drop {
  background-color: #78b928;
  padding: 40px 25px 50px;
}
@media (min-width: 1030px) {
  .nav-wrapper .navigation .drop {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 11;
    top: 100%;
    border-top: 15px solid #fff;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1366px) {
  .nav-wrapper .navigation .drop {
    padding: 40px 5px 32px;
  }
}
@media (max-width: 1030px) {
  .nav-wrapper .navigation .drop {
    padding: 15px 5px;
  }
}
.nav-wrapper .navigation .drop.simple-drop {
  right: auto;
  left: auto;
  width: auto;
  padding: 22px 10px 20px;
}
@media (min-width: 1030px) {
  .nav-wrapper .navigation .drop.simple-drop {
    max-width: 425px;
  }
}
@media (max-width: 1030px) {
  .nav-wrapper .navigation .drop div {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 1030px) {
  .nav-wrapper .navigation .hover-li .drop {
    opacity: 1;
    visibility: visible;
  }
}
.nav-wrapper .navigation .hover-li > a {
  position: relative;
}
@media (min-width: 1030px) {
  .nav-wrapper .navigation .hover-li > a:after {
    position: absolute;
    content: "";
    border-top: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #78b928;
    border-right: 14px solid transparent;
    z-index: 12;
    bottom: -17px;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
  }
}
.nav-wrapper .navigation ul li:nth-last-child(2) .simple-drop {
  right: 0;
}
.nav-wrapper .navigation .drop-li > a {
  cursor: default;
}
.drop-li.without-drop .fa-angle-down {
  display: none;
}
.drop-li.without-drop.hover-li .drop {
  display: none;
}
.drop-li.without-drop.hover-li a:after {
  display: none;
}
.navigation li {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .navigation li {
    margin-left: 6px;
  }
}
@media (min-width: 1030px) {
  .navigation .header-top-nav {
    position: absolute;
    top: 15px;
    right: 0;
  }
}
@media (min-width: 1030px) {
  .navigation .header-top-nav a {
    font-size: 13px;
    color: #8e8e8e;
  }
}
.navigation .header-top-nav .choose-lang a {
  border-bottom: 1px solid transparent;
  margin-left: 5px;
}
.navigation .header-top-nav .choose-lang a:hover {
  border-color: #78b928;
}
.navigation .header-top-nav .choose-lang a.active-lang {
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #78b928;
}
.navigation a {
  color: #000000;
  font-size: 16px;
}
@media (max-width: 1110px) {
  .navigation a {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .navigation a {
    font-size: 15px;
  }
}
.navigation a i {
  color: #78b928;
  font-size: 13px;
}
.navigation a:hover,
.navigation a.active-nav {
  color: #78b928;
}
.navigation .icon {
  display: none;
}
@media (max-width: 1030px) {
  .navigation li {
    display: none;
  }
  .navigation .icon {
    float: right;
    display: block;
    text-decoration: none;
    font-size: 25px !important;
  }
  .navigation .icon:hover {
    color: #78b928;
  }
  .navigation.responsive {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  .navigation.responsive .icon {
    position: absolute;
    right: 0;
    top: 18px;
  }
  .navigation.responsive .icon em {
    display: none;
  }
  .navigation.responsive .icon:after {
    content: "";
    background-image: url(../img/close.png);
    width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
    margin-top: 7px;
  }
  .navigation.responsive > ul {
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
  }
  .navigation.responsive li {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
}
@media (max-width: 568px) {
  .navigation.responsive > ul {
    padding-top: 50px;
  }
}
@media (max-width: 414px) {
  .navigation.responsive .icon {
    top: 9px;
  }
}
.brand-logo img {
  max-width: 201px;
}
@media (max-width: 568px) {
  .brand-logo img {
    max-width: 135px;
  }
}
.lang_am .navigation a,
.lang_ru .navigation a {
  font-size: 15px;
}
@media (max-width: 1280px) {
  .lang_am .navigation a,
  .lang_ru .navigation a {
    text-transform: capitalize;
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .lang_am .navigation a,
  .lang_ru .navigation a {
    text-transform: uppercase;
    font-size: 15px;
  }
}
.lang_am .navigation .header-top-nav a,
.lang_ru .navigation .header-top-nav a {
  font-size: 12px;
}
@media (max-width: 1030px) {
  .lang_am .navigation .header-top-nav a,
  .lang_ru .navigation .header-top-nav a {
    font-size: 15px;
  }
}
.lang_am .input-search input,
.lang_ru .input-search input {
  font-size: 13px;
}
.input-search {
  position: relative;
  top: -3px;
}
@media (min-width: 1031px) {
  .input-search.mobile_search_area {
    display: none;
  }
}
@media (max-width: 1030px) {
  .input-search.mobile_search_area {
    display: block;
  }
}
@media (max-width: 1030px) {
  .input-search {
    position: absolute;
    display: none;
    right: 55px;
    top: 4px;
  }
}
@media (max-width: 568px) {
  .input-search {
    right: 0;
    left: 0;
    top: 54px;
  }
}
.input-search input {
  border: none;
  border-bottom: 1px solid #78b928;
  width: 195px;
  padding-left: 23px;
  color: #777777;
  font-size: 14px;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 568px) {
  .input-search input {
    width: 100%;
  }
}
.input-search button {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 0;
  padding-left: 1px;
  border: none;
}
@media (max-width: 1030px) {
  .drop {
    display: none;
  }
}
.drop a {
  color: #fff;
}
.drop a:hover {
  text-decoration: underline;
  color: #fff;
}
.drop a i {
  color: #fff;
}
.drop .drop-nav li {
  display: block;
  margin-bottom: 9px;
  margin-left: 0;
  line-height: 14px;
}
.drop .drop-nav a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.drop .drop-nav .active-drop {
  text-decoration: underline;
}
.drop .drop-item h3 {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1030px) {
  .drop .drop-item h3 {
    font-weight: 400;
    margin-bottom: 0;
  }
}
.drop .drop-item a {
  font-size: 14px;
  text-transform: initial;
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 1030px) {
  .drop .drop-item > a {
    display: none;
  }
}
.drop .drop-item .drop-img {
  height: 130px;
  background-size: cover;
}
@media (max-width: 1030px) {
  .drop .drop-item .drop-img {
    display: none;
  }
}
.header-slide .swiper-slide {
  height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
@media (max-width: 768px) {
  .header-slide .swiper-slide {
    height: 500px;
  }
}
.header-slide .swiper-button-prev,
.header-slide .swiper-button-next {
  color: #78b928;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: none !important;
  left: 0 ;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1030px) {
  .header-slide .swiper-button-prev,
  .header-slide .swiper-button-next {
    width: 36px;
  }
}
@media (max-width: 520px) {
  .header-slide .swiper-button-prev,
  .header-slide .swiper-button-next {
    display: none;
  }
}
.header-slide .swiper-button-prev:before,
.header-slide .swiper-button-next:before {
  font-family: FontAwesome;
  font-size: 28px;
  position: absolute;
  top: 7px;
  text-align: center;
  right: 0;
  left: 0;
}
.header-slide .swiper-button-prev:before,
.header-slide .swiper-button-next:before {
  content: "\f104" !important;
  margin-right: 5px;
}
.header-slide .swiper-button-next:before {
  content: "\f105" !important;
  margin-left: 5px;
}
.swiper-button-next {
  right: 0 !important;
  left: auto !important;
}
section {
  padding: 50px 0;
}
.slide-info {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, minmax(1px, 1fr));
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 0;
  right: 0;
}
.slide-info.slide_info_5-6 {
  grid-template-columns: repeat(3, minmax(1px, 1fr));
}
@media (max-width: 768px) {
  .slide-info.slide_info_5-6 {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
}
@media (max-width: 568px) {
  .slide-info.slide_info_5-6 {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
  }
}
@media (max-width: 568px) {
  .slide-info.slide_info_5-6 .slide-info-item h4 {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .slide-info.slide_info_7-8 .slide-info-item h4 {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .slide-info.slide_info_7-8 .slide-info-item a {
    padding: 10px 12px 3px 24px;
  }
}
@media (max-width: 1200px) {
  .slide-info.slide_info_7-8 .slide-info-item a:after {
    font-size: 20px;
    top: 3px;
    left: 8px;
  }
}
@media (max-width: 1030px) {
  .slide-info {
    grid-template-columns: repeat(2, minmax(1px, 1fr));
  }
}
@media (max-width: 568px) {
  .slide-info {
    grid-template-columns: repeat(1, minmax(1px, 1fr));
    grid-gap: 7px;
  }
}
.slide-info .slide-info-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 6px solid #78b928;
}
.slide-info .slide-info-item:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.slide-info .slide-info-item a {
  display: block;
  height: 100%;
  padding: 12px 12px 12px 40px;
  color: #000000;
  position: relative;
}
.slide-info .slide-info-item a:after {
  content: "\f105";
  color: #78b928;
  font-family: FontAwesome;
  position: absolute;
  font-size: 35px;
  top: 1px;
  left: 13px;
}
@media (max-width: 568px) {
  .slide-info .slide-info-item a:after {
    font-size: 25px;
    top: 4px;
    left: 8px;
  }
}
.slide-info .slide-info-item a:hover {
  color: #78b928;
}
@media (max-width: 568px) {
  .slide-info .slide-info-item a {
    padding: 10px 12px 3px 24px;
  }
}
.slide-info .slide-info-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .slide-info .slide-info-item h4 {
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .slide-info .slide-info-item h4 {
    font-size: 14px;
  }
}
.slide-info .slide-info-item p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .slide-info .slide-info-item p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .slide-info .slide-info-item p {
    display: none;
  }
}
.news-announ-list {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.news-announ-list .news-announ-item {
  width: 25%;
  border: 1px solid transparent;
  padding: 6px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1030px) {
  .news-announ-list .news-announ-item {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .news-announ-list .news-announ-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.news-announ-list .news-announ-item:hover {
  border-color: #78b928;
}
.news-announ-list .item-img {
  height: 197px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-announ-list .item-info {
  margin-top: 2px;
  color: #000000;
}
.news-announ-list .item-info h3 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-announ-list .item-info h3 a {
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}
.news-announ-list .item-info h3 a:hover {
  color: #78b928;
}
.news-announ-list .item-info p {
  font-weight: 300;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 89px;
  font-size: 14px;
}
.item-time,
.category_title {
  font-weight: 300;
  color: #878787;
  font-size: 15px;
  display: block;
}
@media (max-width: 568px) {
  .item-time,
  .category_title {
    font-size: 14px;
  }
}
.careers-content .block-info h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.news-announ-list .item-time {
  display: inline-block;
  color: #000;
}
.item-time.item-hour-time {
  margin-left: 8px;
  display: inline-block;
  color: #878787;
}
.item-hour-time:before {
  content: "|";
  margin-right: 12px;
}
.tenders-date .item-hour-time:before {
  margin-right: 5px;
}
.tenders-date {
  display: flex;
}
.news-ann-tab {
  margin-bottom: 20px;
}
.news-ann-tab li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.news-ann-tab li .active-tab {
  background-color: #78b928;
  color: #fff;
  border-color: #78b928;
}
.news-ann-tab li a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}
.news-ann-tab li a:hover {
  background-color: #78b928;
  color: #fff;
  border-color: #78b928;
}
.view-all {
  margin-bottom: 5px;
}
.view-all:hover {
  color: #ffffff;
  background-color: #78b928;
  border: 2px solid #78b928;
}
.view-all:hover i {
  color: #fff;
}
@media (min-width: 1024px) {
  .col-md-3.block {
    width: 23.2%;
  }
}
@media (min-width: 1200px) {
  .col-md-3.block {
    width: 23.6%;
  }
}
.map-area {
  padding: 0;
  position: relative;
}
.map-area .road-map-info {
  position: absolute;
  z-index: 1;
  top: 60px;
  max-width: 340px;
  left: 6vw;
}
@media (max-width: 1200px) {
  .map-area .road-map-info {
    top: 25px;
    max-width: 360px;
  }
}
@media (max-width: 1030px) {
  .map-area .road-map-info {
    left: 20px;
    right: 20px;
    max-width: inherit;
  }
}
.map-area .road-map-info h3 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
}
@media (max-width: 568px) {
  .map-area .road-map-info h3 {
    font-size: 15px;
  }
}
.map-area .road-map-info .map-row {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 7px 15px 7px 12px;
  max-height: 225px;
  overflow-y: auto;
  border-bottom: 8px solid #fff;
}
@media (max-width: 568px) {
  .map-area .road-map-info .map-row {
    max-height: 160px;
  }
}
.map-area .road-map-info .about-rows {
  background-color: #fff;
  padding: 7px 25px 7px 12px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 1030px) {
  .map-area .road-map-info .about-rows {
    display: flex;
  }
}
@media (max-width: 620px) {
  .map-area .road-map-info .about-rows {
    display: block;
  }
}
.map-area .road-map-info .road-desc {
  margin: 4px 0;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .map-area .road-map-info .road-desc {
    font-size: 12px;
  }
}
.map-area .road-map-info .road-desc span {
  display: inline-block;
  width: 34px;
  margin-right: -16px;
  margin-bottom: 1px;
  margin-left: 7px;
}
.map-area .road-map-info .road-desc .point {
  display: inline-flex;
  justify-content: space-between;
}
.map-area .road-map-info .road-desc .point em {
  height: 7px;
  width: 6px;
}
.green-line {
  border-bottom: 7px solid #78b928;
}
.red-line {
  border-bottom: 7px solid #ff0000;
}
.blue-line {
  border-bottom: 7px solid #0077b5;
}
.green-dash-line {
  border-bottom: 7px dashed #78b928;
}
.blue-dash-line {
  border-bottom: 7px dashed #0077b5;
}
.about-rows span {
  display: inline-flex;
  justify-content: space-between;
  border-bottom-width: 4px;
  margin-right: 8px;
  width: 100%;
  max-width: 28px;
  border-bottom-color: #888888;
}
.about-rows em {
  width: 4px;
  height: 4px;
  background-color: #888888;
}
.about-rows div {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex: 1;
}
.map {
  height: 735px;
}
.contact-content .map {
  height: 385px;
  margin-bottom: 30px;
}
.contact-content .contact-send-btn {
  border: none;
  background-color: #78b928;
  color: #fff;
}
.contact-content .contact-send-btn:hover {
  opacity: 0.8;
}
.contact-content .address-list {
  margin-bottom: 20px;
  margin-left: 0;
}
.contact-content .address-list li {
  margin-bottom: 5px;
  color: #8e8e8e;
  list-style: none;
}
.contact-content .address-list li:first-child {
  font-size: 20px;
}
.contact-content .address-list li a {
  color: #8e8e8e;
}
.contact-content .address-list i {
  color: #78b928;
  margin-right: 10px;
}
.breadcrumb {
  padding-left: 0;
  background-color: transparent;
  border-radius: 4px;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-radius: 0;
}
.breadcrumb a:hover {
  color: #78b928;
}
@media (max-width: 568px) {
  .breadcrumb {
    border-top: 0;
    padding-top: 1px;
  }
}
.content {
  padding: 0 0px 50px;
}
.input-fld,
.text-area {
  margin-bottom: 20px;
}
.input-fld input,
.text-area textarea {
  width: 100%;
  border: 1px #e0e0e0 solid;
  background: transparent;
  font-size: 15px;
  padding: 10px 10px;
}
.input-fld input::placeholder,
.text-area textarea::placeholder {
  color: #e0e0e0;
}
.text-area textarea {
  height: 130px;
  resize: none;
}
.item-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.item-block:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.inner-subtitle {
  width: 100%;
  font-size: 22px;
  margin-bottom: 25px;
  color: #000;
}
@media (max-width: 568px) {
  .inner-subtitle {
    font-size: 18px;
  }
}
.block-img {
  flex: 1;
}
.block-img img {
  max-width: 150px;
  width: 100%;
}
.block-info {
  flex: 4;
}
.block-info h3 {
  margin-bottom: 5px;
}
@media (max-width: 568px) {
  .block-info h3 {
    font-size: 18px;
  }
}
.block-info h3 a {
  font-weight: 400;
  font-size: 25px;
}
.block-info h3 a:hover {
  color: #78b928;
}
.block-info p {
  max-height: 86px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .block-info p {
    font-size: 14px;
    max-height: 82px;
  }
}
.read-more {
  float: right;
  color: #78b928;
}
.read-more:hover,
.read-more:active,
.read-more:focus {
  text-decoration: underline;
  color: #78b928;
}
.latest-info {
  background: #f7f7f7;
  padding: 10px 20px;
}
@media (max-width: 1030px) {
  .latest-info {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.latest-info .item-block {
  margin-bottom: 10px;
  padding-bottom: 7px;
}
.latest-info .block-info h3 {
  margin-bottom: 2px;
}
.latest-info .block-info h3 a {
  font-size: 18px;
  font-weight: 300;
  color: #78b928;
  text-decoration: none;
}
.latest-info .block-info h3 a:hover {
  text-decoration: underline;
}
.latest-info .block-info p,
.latest-info .block-info .item-time {
  margin-bottom: 0;
}
.latest-info .drop-item {
  margin-bottom: 20px;
}
.latest-info .drop-item h3,
.latest-info .drop-item a,
.latest-info .drop-item i {
  color: #000;
}
.latest-info .drop-item h3:hover,
.latest-info .drop-item a:hover {
  color: #78b928;
}
.latest-info .drop-item h3:hover i,
.latest-info .drop-item a:hover i {
  color: #78b928;
}
.latest-info .drop-item .drop-img {
  height: 180px;
}
.latest-info .all-news {
  background-color: #78b928;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
}
.latest-info .all-news:hover {
  opacity: 0.8;
}
.back-btn {
  color: #78b928;
  margin-top: 15px;
  display: inline-block;
}
.back-btn:hover {
  text-decoration: underline;
}
.content p,
.content a,
.content ul li,
.content ol li,
.content li > a {
  font-weight: 300;
}
.content p > a,
.content li > a,
.content a {
  color: #78b928;
  text-decoration: underline;
}
.content p > a:hover,
.content li > a:hover,
.content a:hover {
  text-decoration: none;
}
.content strong,
.content b {
  font-weight: 700;
}
.content ul {
  margin: 10px 0 10px 30px;
}
.content ul li {
  list-style: disc;
}
.content ol {
  margin: 10px 0 10px 30px;
}
.content ol li {
  list-style: decimal;
}
.content img {
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
  max-width: 100%;
}
.content a i {
  margin-right: 3px;
}
.content i,
.content em {
  font-style: italic;
}
.content .fa {
  font-style: normal;
}
.content table {
  width: 100% !important;
  margin-top: 15px;
  margin-bottom: 10px;
}
.content td,
.content th {
  padding: 4px;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.63);
}
.content td p,
.content th p {
  margin-bottom: 0;
  max-height: inherit;
  font-size: inherit;
}
@media (max-width: 568px) {
  .content td,
  .content th {
    font-size: 11px;
  }
}
.content .search-tabs {
  border-bottom: 1px solid #e0e0e0;
  margin-left: 0;
  margin-bottom: 22px;
}
.content .search-tabs li {
  display: inline-block;
  margin-bottom: -1px;
  list-style: none;
  padding: 3px 12px;
  border: 1px solid transparent;
  cursor: pointer;
}
.search-tabs > li.active,
.search-tabs > li.active:focus,
.search-tabs > li.active:hover {
  color: #000;
  cursor: default;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-bottom-color: transparent;
}
@media (max-width: 1030px) {
  .search-tabs > li.active,
  .search-tabs > li.active:focus,
  .search-tabs > li.active:hover {
    color: #fff;
    border-bottom-color: #e0e0e0;
    background-color: #78b928;
  }
}
.item-block-inner .block-img {
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-block-inner p {
  overflow: inherit;
  max-height: inherit;
}
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
}
.photo-gallery .item-img {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.photo-gallery .item-img:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  top: 0;
  bottom: 0;
}
.photo-gallery .item-title {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 10px;
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-gallery .item-title h4 {
  margin-bottom: 0;
  max-height: 42px;
  font-weight: 300;
  line-height: 22px;
  overflow: hidden;
}
.photo-gallery .photos-item,
.photo-gallery .photos-item-without-gallery {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .photo-gallery .photos-item,
  .photo-gallery .photos-item-without-gallery {
    width: 33.333%;
  }
}
@media (max-width: 880px) {
  .photo-gallery .photos-item,
  .photo-gallery .photos-item-without-gallery {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .photo-gallery .photos-item,
  .photo-gallery .photos-item-without-gallery {
    width: 100%;
  }
}
.photo-gallery .photos-item a,
.photo-gallery .photos-item-without-gallery a {
  cursor: pointer;
}
.photo-gallery .photos-item:hover .item-title,
.photo-gallery .photos-item-without-gallery:hover .item-title {
  top: 0;
  height: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
}
.photo-gallery .photos-item:hover .item-title h4,
.photo-gallery .photos-item-without-gallery:hover .item-title h4 {
  max-height: inherit;
}
.item-video {
  position: relative;
}
.item-video:after {
  content: "\f144";
  font-family: FontAwesome;
  font-size: 60px;
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  top: 32%;
  text-align: center;
}
.block-flex {
  display: flex;
  flex-wrap: wrap;
}
.block-flex .inner-subtitle {
  margin-top: 35px;
}
.block-flex .inner-subtitle:first-child {
  margin-top: 0px;
}
.block {
  position: relative;
  height: 240px;
  padding: 0;
  border: 1px solid #78b928;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .block {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .block {
    width: 46%;
  }
}
@media (max-width: 520px) {
  .block {
    width: 100%;
    margin-right: 15px;
  }
}
.block .block-info {
  display: block;
  padding: 10px;
  text-align: center;
  width: 100%;
  color: #000;
  text-decoration: none;
}
.block .block-info p {
  display: none;
}
.block:hover .block-info {
  position: absolute;
  overflow: auto;
  top: 0;
  background-color: #fff;
  height: 100%;
  bottom: 0;
  transition: all 0.2s;
}
.block:hover .block-info p {
  max-height: inherit;
  display: block;
}
.block .block-img {
  height: 150px;
  display: flex;
  padding-top: 10px;
}
.block .block-img img {
  margin: auto;
  max-width: 130px;
  max-height: 125px;
  object-fit: cover;
}
.partners-content .block h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 46px;
  font-size: 20px;
}
.partners-content .block:hover h3 {
  -webkit-line-clamp: inherit;
  max-height: inherit;
}
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.lg-toolbar,
.lg-sub-html {
  background-color: transparent !important;
}
.lg-actions .lg-next:before {
  content: "\f105" !important;
  font: normal normal normal 40px/1 FontAwesome;
}
.lg-actions .lg-prev:after {
  content: "\f104" !important;
  font: normal normal normal 40px/1 FontAwesome;
}
.lg-toolbar .lg-icon {
  font-size: 36px;
  margin-right: 10px;
  margin-top: 10px;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: transparent !important;
}
.content .pagination-area {
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .pagination-area li {
  list-style: none;
  margin: 0 5px;
}
.content .pagination-area li a {
  padding: 5px 10px;
  border: 1px solid #78b928;
  text-decoration: none;
}
.content .pagination-area li a:hover,
.content .pagination-area li a.active-pagination {
  background-color: #78b928;
  color: #fff;
}
.project-cover {
  background-size: cover;
  min-height: 350px;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  margin-bottom: 14px;
  display: flex;
}
.project-cover:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  top: 0;
  bottom: 0;
}
.project-cover .wrapper {
  margin-top: auto;
  margin-bottom: 60px;
}
.cover-title {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 6px solid #78b928;
  padding: 9px 15px 0;
  max-width: 700px;
}
.cover-title h3 {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .cover-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .cover-title h3 {
    font-size: 17px;
  }
}
.project-content {
  margin-top: 39px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .project-content {
    margin-top: 14px;
  }
}
.project-map {
  margin-top: 25px;
}
.project-map .map {
  height: 500px;
}
.lg-video .lg-html5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .project-item {
    margin-bottom: 20px;
  }
}
.project-item .project-title {
  font-size: 28px;
  color: #78b928;
}
.project-item img {
  margin-right: 15px;
  margin-bottom: 15px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 568px) {
  .project-item img {
    max-width: 100% !important;
  }
}
.project-item iframe {
  margin-bottom: 15px;
  width: 100%;
  max-width: 550px;
  float: left;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .project-item iframe {
    max-width: 100%;
  }
}
.left-sidebar {
  min-height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .left-sidebar {
    background: #78b928;
  }
}
.left-sidebar ul {
  margin: 0;
}
.left-sidebar ul li {
  list-style: none;
}
.left-sidebar ul a {
  display: block;
  font-size: 17px;
  color: #fff;
  margin: 0 20px;
  line-height: 17px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding: 12px 0;
}
.left-sidebar ul a:hover {
  color: #000;
}
.left-sidebar ul .active-sidebar {
  color: #000;
}
.left-sidebar ul li:last-child a {
  border-bottom: 0;
}
.left-sidebar .icon {
  display: none;
}
@media (max-width: 768px) {
  .left-sidebar li {
    display: none;
  }
  .left-sidebar .icon {
    display: inline-block;
    font-size: 25px;
    text-decoration: none;
  }
  .left-sidebar .icon em {
    font-style: normal;
  }
  .left-sidebar.responsive {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  .left-sidebar.responsive .icon {
    position: absolute;
    left: 0;
    top: 11px;
  }
  .left-sidebar.responsive .icon em {
    display: none;
  }
  .left-sidebar.responsive .icon:after {
    content: "";
    background-image: url(../img/close.png);
    width: 18px;
    height: 18px;
    display: block;
    background-size: cover;
    margin-top: 7px;
  }
  .left-sidebar.responsive > ul {
    overflow: hidden;
    width: 100%;
    margin-top: 39px;
    background: #78b928;
  }
  .left-sidebar.responsive li {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }
}
@media (max-width: 414px) {
  .left-sidebar.responsive .icon {
    top: 9px;
  }
}
.footer {
  padding: 50px 0;
  position: relative;
  min-height: 290px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .footer {
    padding: 25px 0;
  }
}
.footer:after {
  content: "";
  background-color: #78b928;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.footer .footer-container {
  z-index: 1;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.footer .footer-container .footer-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .footer-container .footer-nav li a {
  color: #fff;
  line-height: 16px;
  font-size: 14px;
  display: block;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  margin-bottom: 11px;
}
.footer .footer-container .footer-nav li a:hover {
  text-decoration: underline;
}
.footer .footer-container .nav-uppercase li a {
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .footer .footer-container .nav-uppercase li a {
    text-transform: capitalize;
  }
}
.footer .footer-container .address-list {
  margin-bottom: 15px;
}
.footer .footer-container .address-list a {
  color: #fff;
  line-height: 20px;
  font-size: 15px;
  margin-bottom: 4px;
}
.footer .footer-container .address-list a:hover {
  text-decoration: underline;
}
.footer .footer-container .address-list em {
  padding-right: 5px;
}
.footer .footer-container .social-icons {
  margin-top: 30px;
}
.footer .footer-container .social-icons li {
  display: inline-block;
}
.footer .footer-container .social-icons a {
  font-size: 21px;
  border: 1px solid #fff;
  width: 34px;
  height: 34px;
  display: inline-block;
  padding: 2px;
  text-align: center;
  margin-right: 10px;
  color: #fff;
}
.footer .footer-container .social-icons a:hover {
  background-color: #fff;
  color: #78b928;
}
.footer .footer-container .row div {
  margin-bottom: 15px;
}
#sitemap_cont {
  margin-left: 0;
  margin-bottom: 35px;
}
#sitemap_cont > li {
  list-style: none;
}
#sitemap_cont ul {
  margin-left: 40px;
}
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  color: #303030;
  font-weight: 300;
  font-size: 13px;
}
@media (max-width: 1366px) {
  .footer-bottom {
    padding: 0 15px 10px;
  }
}
@media (max-width: 620px) {
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-bottom .design-link {
  color: #303030;
}
.footer-bottom .design-link:hover {
  color: #78b928;
}
#subscription {
  position: relative;
  margin-top: 5px;
}
.enter-email {
  border-radius: 0;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 9px 9px 9px 45px;
  background-color: transparent;
  max-width: 305px;
  color: #fff;
  height: 42px;
  width: 100%;
  display: block;
  outline: none;
}
.enter-email::placeholder {
  color: #fff;
}
#subscribe-btn {
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  position: absolute;
  top: 3px;
  color: #fff !important;
  font-size: 19px;
}
.hideContent {
  overflow: hidden;
  height: 85px;
}
@media (max-width: 568px) {
  .hideContent {
    height: 82px;
  }
}
.block-info .career-info {
  margin-top: 10px;
}
.block-info .career-info p {
  margin-bottom: 0;
  max-height: inherit;
  overflow: inherit;
}
.show-more .read-more {
  border-bottom: 1px solid transparent;
  line-height: 15px;
  margin-top: 10px;
  text-decoration: none;
}
.show-more .read-more:hover,
.show-more .read-more:focus {
  text-decoration: none;
  border-bottom: 1px solid;
}
.show-more .read-more:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 3px;
}
#subscribe_error {
  position: relative;
  top: -12px;
  font-size: 13px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slide-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .slide-info .slide-info-item {
    width: 24%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 1030px), (-ms-high-contrast: active) and (max-width: 1030px) {
  .slide-info .slide-info-item {
    width: 49%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 520px), (-ms-high-contrast: active) and (max-width: 520px) {
  .slide-info .slide-info-item {
    width: 100%;
  }
}
@supports (-ms-accelerator:true) {
  .slide-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .slide-info .slide-info-item {
    width: 24%;
    margin-top: 17px;
  }
  @media (max-width: 1030px) {
    .slide-info .slide-info-item {
      width: 49%;
      margin-top: 10px;
    }
  }
  @media (max-width: 520px) {
    .slide-info .slide-info-item {
      width: 100%;
    }
  }
}
.road-desc {
  position: relative;
}
.road-desc input[type="checkbox"] {
  opacity: 0;
}
.road-desc label {
  cursor: pointer;
  padding-left: 20px;
  font-weight: 300;
  margin-bottom: 0;
  display: inline;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.road-desc label:before {
  border: 1px solid #a7a7a7;
  height: 14px;
  left: -1px;
  position: absolute;
  text-align: center;
  top: 6px;
  color: #78b928;
  width: 14px;
  content: "";
}
.road-desc input[type="checkbox"]:checked ~ label:before {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
}
#drop_down_categories {
  text-align: right;
}
#drop_down_categories .dropdown-menu {
  margin: 0;
  border-radius: 0;
}
#drop_down_categories .dropdown-menu a {
  white-space: inherit;
}
#drop_down_categories .btn-default {
  color: #fff;
  background-color: #78b928;
  border-color: #78b928;
  border-radius: 0;
}
#drop_down_categories .dropdown-toggle .btn-default,
#drop_down_categories .dropdown-toggle .btn-default:active:focus,
#drop_down_categories .dropdown-toggle .btn-default:active:hover {
  color: #fff;
  background-color: #78b928;
  border-color: #78b928;
}
.multiselect-container > li > a {
  text-decoration: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #78b928;
  outline: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #78b928;
  background-color: inherit;
}
#drop_down_categories .multiselect-container > li > a > label {
  padding: 3px 20px 3px 31px;
  text-transform: capitalize;
}
.inner-title.tenders-title {
  overflow: inherit;
  display: flex;
  justify-content: space-between;
}
.share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}
@media (max-width: 992px) {
  .share-area {
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  .share-area {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (min-width: 520px) {
  .share-area .back-btn {
    margin-top: 0;
  }
}
