@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger {
  font-size: 1.4em;
}
:target::before {
  content: "";
  display: block;
  height: 130px; /* fixed header height/
  margin: -130px 0 0; / negative fixed header height */
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
.modal-dialog {
	width: 750px;
	max-width: 100%;
}

.container.larger {
	max-width: 99%;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
.gform_legacy_markup_wrapper {
	margin-top: 0!important;
}
label {
  display: block;
  text-align: left;
  font-size: 20px!important;
  line-height: 24px;
  color: #949494;
  margin: 0;
  font-weight: 400!important;
  margin-bottom: 5px;
  text-transform: unset;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 72px;
  border-width: 1px;
  border: solid 1px;
  border-color: #c1c1c1;
  background-color: #fdfdfd;
  padding: 0 5px;
  color: #3c3c3c;
  font-size: 18px!important;
  border-radius: 10px;
  box-shadow: inset 0 0px 3px rgb(11 23 82 / 35%);
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	position: relative;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: #006224;
    border: solid 2px #006123;
    border-radius: 600px;
    padding: 17px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: #fff;
  background-color: #004619;
  border-color: #004619;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background-color: #006224;
    border: solid 2px #006123;
    border-radius: 600px;
    padding: 17px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: #fff;
  background-color: #004619;
  border-color: #004619;
  text-decoration: none;
}
.white-btn-layout {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  color: #006123;
  border-color: #fff;
  background-color: #fff;
  text-decoration: none;
}
.btn-big {
	padding: 25px 46px;
}

/*=========================================== NEWS SECTION ==============================================*/
.news-section {
  padding: 35px 0 140px;
  text-align: center;
  border-top: solid 1px #016224;
}
.news-section .container,
.news-section .container-fluid {
  opacity: 0;
}
.news-section.ready .container,
.news-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.news-section .slider-wrapper {
  padding-left: 15px;
  padding-right: 20%;
}
.news-section .news-slider .slick-list { overflow: visible }
.news-block {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 20px;
  text-align: left;
}
.news-block picture {
  display: block;
  width: 45%;
  padding-bottom: 30%;
  position: relative;
}
.news-block picture img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-block .news-block__info {
  width: 55%;
  padding: 10px 0 10px 20px
}
.news-block .news-block__info {
  color: #b8b8b8;
  font-size: 18px;
  line-height: 1.1em;
}
.news-block .news-block__info .news-block__info__date {
  display: block;
  font-size: 16px;
  color: #b8b8b8;
}
.news-block .news-block__info .news-block__info__title {
  display: block;
  font-weight: 600;
  color: #086227;
  margin-bottom: 15px;
}
.news-block:hover .news-block__info,
.news-block:hover .news-block__info .news-block__info__date {
  color: #086227;
}

@media (max-width: 991px) {
}
@media (max-width: 480px) {
  .news-block { flex-wrap: wrap }
  .news-block picture { width: 100%; padding-bottom: 60%; }
  .news-block .news-block__info { width: 100% }
}

/*=========================================== TESTIMONIALS SECTION ==============================================*/
.testimonials-section {
  padding: 110px 0;
  text-align: center;
}
.testimonials-section .container,
.testimonials-section .container-fluid {
  opacity: 0;
}
.testimonials-section.ready .container,
.testimonials-section.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.testimonials-section h2 { margin-bottom: 60px }
.testimonials-section .testimonial {
  padding-top: 30px;
}
.testimonials-section .testimonial .icon {
  font-family: 'Playfair Display', serif;
  color: #016224;
  font-size: 110px;
  font-weight: 600;
}
.testimonials-section .testimonial p:not(.author) { line-height: 1.9em; }
.testimonials-section .testimonial .author {
  font-weight: 600;
  color: #000;
  margin-top: 40px
}
.testimonials-section .testimonial .author span {
  display: block;
  font-weight: 400;
  color: #949494;
}

@media (max-width: 991px) {
}
@media (max-width: 480px) {
}

/*===========================================================================================================*/
/*============================================ TEAM =========================================================*/
/*===========================================================================================================*/
.team-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex!important;
  flex-wrap: wrap;
}
.team-grid > div {
  margin: 0 auto 45px;
  position: relative;
  height: auto;
}
.team-grid .member-link {
  position: relative;
  display: block;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0 0 15px;
  overflow: hidden;
}
.team-grid .member-link .img {
  display: block;
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: top;
  width: 100%;
  padding-bottom: 90%;
}
.team-grid .member-link .overlay {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  background: #006224;
  padding: 20px 15px;
  color: #fff;
  opacity: 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}
.team-grid .member-link:hover .overlay {
  top: 0;
  opacity: 1;
}
.team-grid .member-link .overlay h3 {
  margin: 0;
  color: #fff;
}
.team-grid .name {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 24px;
  line-height: 1.25em;
  color: #006224;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 5px;
  letter-spacing: 0;
  transition: 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}
.team-grid .title {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  color: #adafb2;
  font-weight: 600;
  text-transform: inherit;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .team-grid .name {
    font-size: 22px;
  }
  .team-grid .title {
    font-size: 13px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 991px) {
  .ice-icon {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ice-icon {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .team-grid > div {
    float: none;
    width: 100%;
  }
  .team-grid .name {
    font-size: 18px;
  }
  .team-grid .title {
    font-size: 16px;
  }
  .team-grid .info {
    font-size: 15px;
  }
}

/*===================================================================================================================*/
/*=========================================== PROJECTS SCETION ======================================================*/
.projects-section {
  padding: 5px 0 0;
}
.projects-section .h1-style {
	position: relative;
}
.projects-section .container {
  position: relative;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0);
}
.projects-section .container.slider-container {
  max-width: 1800px;
}
.projects-section.ready .container {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.projects-section .custom-nav li .fas {
  font-size: 46px;
  padding: 0 5px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.projects-section .custom-nav li a:hover .fas {
  color: #949494;
}
.projects-section .projects-slick {
  padding: 20px 0;
  margin: 0 -15px;
}
.projects-section .projects-slick > div {
  overflow: visible;
}
.projects-section .projects-slick .slick-slide {
  padding: 0 15px;
}
.projects-section .slick-dots {
  display: block;
  position: absolute;
  right: 50px;
  top: -57px;
  bottom: unset;
  width: auto;
}
.projects-section .custom-nav {
  display: block;
  position: absolute;
  z-index: 2;
  left: 15px;
  bottom: -10px;
  width: 100px;
  height: 0;
  margin: 0;
}
.projects-section .custom-nav li {
	font-size: 19px;
}
.projects-section .custom-nav .prev,
.projects-section .custom-nav .next {
  position: absolute;
  top: 0;
  padding: 5px;
  opacity: 1;
  /* color: #0d2a42; */
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -o-transition: all ease .3s;
}
.projects-section .custom-nav .prev:hover,
.projects-section .custom-nav .next:hover {
  opacity: .92;
}
.projects-section .custom-nav .prev.slick-disabled,
.projects-section .custom-nav .next.slick-disabled {
  opacity: .35;
}
.projects-section .custom-nav .prev {
  left: 0;
}
.projects-section .custom-nav .next {
  right: 0;
}
@media (max-width: 768px) {
}

/*===========================================================================================================*/
/*============================================ PROJECTS =====================================================*/
/*===========================================================================================================*/

.all-projects-section {
  display: block;
  padding: 55px 0 0;
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
}
.all-projects-section .btn-layout {
  color: #292929;
  cursor: pointer;
  padding: 3px 20px;
  border: 1px solid #dfdfdf;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0;
  background: #efefef;
  margin: 5px 5px 0 0 !important;
  white-space: nowrap;
  min-height: 30px;
  vertical-align: middle;
  min-width: 30px;
  box-shadow: inset 0px 0px 0px 0px #fff;
  transition: all 0.4s ease;
}
.all-projects-section .btn-layout {
  font-size: 16px;
}
.all-projects-section .btn-layout:hover {
  border: solid 1px #e5e5e5;
  background-color: #fff;
  color: #292929;
}
.all-projects-section .form-check,
.all-projects-section .filters-wrapper > div {
  color: #292929;
  cursor: pointer;
  padding: 3px 20px;
  background: #fff;
  border: solid 1px #e5e5e5;
  line-height: 30px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 5px 5px 0 0 !important;
  white-space: nowrap;
  min-height: 30px;
  vertical-align: middle;
  min-width: 30px;
  box-shadow: inset 0px 0px 0px 0px #fff;
  transition: all 0.4s ease;
}
.all-projects-section .form-check label,
.all-projects-section .filters-wrapper > div label{
  color: #292929;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin: 0;
}
.all-projects-section .form-check label:before,
.all-projects-section .filters-wrapper > div label:before {
  content: '';
  display: block;
  bottom: -4px;
  right: -21px;
  top: -4px;
  left: -21px;
  position: absolute;
  z-index: -1;
  /*background: #efefef;*/
  background:#00a03a;
  border: 1px solid #dfdfdf;
  transition: opacity .3s ease;
  /*display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 24px;
  margin-right: 6px;
  vertical-align: bottom;*/
}
.all-projects-section .form-check input[type="radio"] + label:before,
.all-projects-section .filters-wrapper > div input[type="radio"] + label:before {
  /*content: '\f0c8';*/
  opacity: 0;
}
.all-projects-section .form-check input[type="radio"]:checked + label:before,
.all-projects-section .filters-wrapper > div input[type="radio"]:checked + label:before {
  /*content: '\f14a';*/
  opacity: 1;
}
.all-projects-section .form-check input[type="radio"]:checked + label,
.all-projects-section .filters-wrapper > div input[type="radio"]:checked + label {
  color: #fff;
}
.all-projects-section .form-check input[type="radio"],
.all-projects-section .filters-wrapper > div input[type="radio"] {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.all-projects-section > .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.all-projects-section.ready > .container {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.2s ease 0s;
  -moz-transition: opacity 1.2s ease 0s;
  -o-transition: opacity 1.2s ease 0s;
  -webkit-backface-visibility: hidden;
}
.all-projects-section .col-xl-4 {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.all-projects-section .dropdown {
  width: auto;
}
.all-projects-section .dropdown-menu {
  width: 290px;
  padding: 15px 12px;
}
.all-projects-section .dropdown-menu .form-check:not(:last-child) {
  margin-bottom: 8px;
}
.all-projects-section .dropdown-menu .form-check {

}
.all-projects-section .dropdown-menu label {
  line-height: 1.3em;
  font-size: 18px;
  cursor: pointer;
}

.project-thumb {
  display: block;
  position: relative;
  padding-bottom: 68%;
  overflow: hidden;
  background: #000;
}
.project-thumb .bnn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.8s ease;
  -webkit-transition: all .8s ease;
}
.project-thumb .bnn:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 74%, rgba(0,0,0,0.85) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 74%,rgba(0,0,0,0.85) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 74%,rgba(0,0,0,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}
.project-thumb:hover .bnn {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  filter: grayscale(1);
  opacity: .6;
}
.project-thumb .project-title {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 25px;
  color: #fff;
  padding-right: 35px;
  font-size: 24px;
  font-weight: 600;
  transition: left .4s ease;
  -webkit-transition: left .4s ease;
}
.project-thumb .project-title:after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 10px;
  bottom: 1px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: right .4s ease;
  -webkit-transition: right .4s ease;
}
.project-thumb:hover .project-title:after {
  right: -5px;
}
.project-thumb .project-title > span {
  font-size: 18px;
  display: block;
  font-weight: 400;
}


.projects-dropdown {
  text-align: center;
}
.projects-dropdown .btn-secondary {
  background-color: #00a03a;
  border-color: #00a03a;
}
.projects-dropdown .btn-secondary:hover {
  background-color: #043614;
  border-color: #043614;
}
@media (max-width: 1560px) {

}
@media (max-width: 1200px) {
  .project-thumb .project-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .project-thumb .project-title {
    font-size: 18px;
  }
  .project-thumb .project-title > span {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .all-projects-section .project-thumb .project-title {
    font-size: 14px;
  }
  .project-thumb .project-title > span {
    font-size: 13px;
  }
  .project-thumb {
    padding-bottom: 76%;
  }
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
  padding: 70px 0 40px;
  position: relative;
  color: #111111;
  border-top: solid 1px #016224;
  background-image: url(../img/bnn-footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*.footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 220px;
  height: 136px;
  background-image: url(../img/logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%)
}*/
.footer .container,
.footer .container-fluid {
  opacity: 0;
}
.footer.ready .container,
.footer.ready .container-fluid {
  opacity: 1;
  animation: fadeInUp 1.2s both;
}
.footer p,
.footer li {
  color: #111111;
}
.footer .fa-solid { color: #016224; }
.footer ul:not(.fa-ul, .social-nav) { text-align: center }
.footer .social-nav li { font-size: 33px }
.footer .social-nav li:not(:last-child) { margin-right: 15px; }
.footer .footer-nav { margin: 60px 0 }
.footer .footer-nav li:not(:last-child) { margin-right: 20px; }
.footer .fa-ul li { margin-bottom: 10px; }
.footer .list-inline:not(.footer-nav, .social-nav) { display: flex; justify-content: center; align-items: center }
.footer .list-inline:not(.footer-nav, .social-nav) li:not(:last-child) { margin-right: 30px; }
.footer .copy {font-size: 16px;margin: 13px 0 0;}

@media (max-width: 1400px) {
}
@media (max-width: 991px) {
}

@media screen and (max-width: 768px) {
  .footer .footer-nav li {/*display: block;*/text-align: left;margin: 0 0 20px;font-size: 21px;}
  h1, .h1-style {
    font-size: 34px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 18px;
  }
  p, li, td, th, label {
    font-size: 18px;
    letter-spacing: 0;
  }
  .btn-layout {
    padding: 13px 20px;
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .footer .footer-nav li {display: block;}
}

