@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
html,
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 1280px !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
button,
input {
  text-decoration: none !important;
}

a:hover,
button:hover,
input:hover {
  text-decoration: none !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

@media only screen and (max-width: 1200px) {
  .inner-header .inner-header-title h3 {
    font-size: 28px !important;
  }
  .burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .navbar-nav {
    display: none !important;
  }
  .slider-wrapper {
    height: 500px !important;
    width: 100vw !important;
  }
  .slider-wrapper .slider-text {
    height: 500px !important;
    padding: 30px !important;
    background-size: cover !important;
    position: relative;
    width: 100vw !important;
  }
  .slider-wrapper .slider-text:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(172, 172, 172, 0.7)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(172, 172, 172, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
    top: 0;
  }
  .slider-wrapper .slider-text h3 {
    font-size: 40px !important;
    z-index: 888;
    color: #fff !important;
  }

  header .slider-wrapper .slider-img {
    width: 100% !important;
    left: 0 !important;
  }
  
  .slider-wrapper .slider-indicators {
    padding: 30px !important;
    bottom: 30px !important;
  }
  .slider-wrapper .slider-indicators span {
    color: #fff !important;
  }
  .slider-wrapper .slider-arrows {
    right: 20px !important;
    bottom: 20px !important;
  }
  main .under-slider {
    top: -255px !important;
  }
  main .under-slider .under-slider-img img {
    width: 130px !important;
    height: auto !important;
    top: -20px !important;
  }
  main .main-products h2 {
    font-size: 50px !important;
  }
  main .main-projects h2 {
    font-size: 50px !important;
  }
  main .main-news h2 {
    font-size: 50px !important;
  }
}

header {
  position: relative !important;
  /* progress bar */
}

header nav {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 888;
  padding-bottom: 0;
  padding-top: 0 !important;
}

header nav .navbar-nav {
  width: 100%;
}

header nav .nav-item {
  height: 105px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

header nav .nav-item:hover {
  background: rgba(255, 255, 255, 0.7);
}

header nav .nav-item:hover .nav-link {
  color: #000;
}

header nav .nav-item .nav-link {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 0 !important;
  margin: 0 10px;
  line-height: 105px;
}

header nav .nav-item.active {
  background: #fff;
}

header nav .nav-item.active .nav-link {
  color: #000;
}

header nav .nav-lang {
  margin-left: 20px;
  padding-left: 20px;
  line-height: 105px;
}

header nav .nav-lang .active-lang {
  border-bottom: 1px solid #fff;
}

header nav .nav-lang .nav-item {
  color: #fff;
}

header nav .nav-lang .nav-item:hover {
  background: transparent;
}

header .slider-wrapper {
  width: 100%;
  height: 760px;
  background: #fff;
  position: absolute;
  top: 0;
}

header .slider-wrapper .slider-text {
  height: 760px;
  width: 100%;
  left: 0;
  z-index: 888;
  position: relative;
  padding: 0;
}

header .slider-wrapper .slider-text h3 {
  font-size: 50px;
  line-height: 70px;
  color: #000;
  font-weight: 300;
}

header .slider-wrapper .slider-text .slider-indicators {
  position: absolute;
  bottom: 130px;
  left: 0;
}

header .slider-wrapper .slider-text .slider-indicators .ind-line {
  width: 50px;
  height: 3px;
  background: #acacac;
  margin: 0 10px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  bottom: 3px;
}

header .slider-wrapper .slider-text .slider-indicators .ind-line .colored {
  position: absolute;
  left: 0;
  background: #5f5f5f;
  display: block;
  height: 3px;
  z-index: 555;
}

header .slider-wrapper .slider-text .slider-indicators span {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

header .slider-wrapper .slider-text .slider-indicators span:nth-last-child(1) {
  color: #acacac;
}

header .slider-wrapper .slider-img {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
  height: 760px;
  width: 65%;
  position: absolute;
  left: 35%;
}



header .slider-wrapper .slider-img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  top: 0;
}

header .slider-wrapper .slider-arrows {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 8888;
}

header .slider-wrapper .slider-arrows svg {
  fill: #fff;
  width: 70px;
  height: 70px;
}

header .slider-wrapper .slider-arrows .left,
header .slider-wrapper .slider-arrows .right {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  padding: 10px;
  cursor: pointer;
}

header .slider-wrapper .slider-arrows .left:hover,
header .slider-wrapper .slider-arrows .right:hover {
  background: rgba(255, 255, 255, 0.2);
}

header .slick-slider {
  top: 0;
  height: 760px;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

header .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 760px;
}

header .slick-list:focus {
  outline: none;
}

header .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

header .slick-slider .slick-list,
header .slick-track,
header .slick-slide,
header .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

header .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

header .slick-track:before,
header .slick-track:after {
  content: "";
  display: table;
}

header .slick-track:after {
  clear: both;
}

header .slick-loading .slick-track {
  visibility: hidden;
}

header .slick-slide {
  float: left;
  height: 760px;
  min-height: 1px;
  display: none;
}

header .slick-slide img {
  display: block;
  max-width: 100%;
}

header .slick-slide.dragging img {
  pointer-events: none;
}

header .slick-initialized .slick-slide {
  display: block;
}

header .slick-loading .slick-slide {
  visibility: hidden;
  height: 760px;
}

header .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

header .slick-slide > .slick-slider-img {
  position: relative;
  display: block;
  width: 100%;
}

header .slick-slide img {
  display: block;
  width: 100%;
}

header .slick-slide img.slick-loading {
  display: none;
}

header .slick-prev {
  background: #DDD;
  border: none;
  border-radius: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  left: 0;
  padding: 0.25em 0.5em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 400;
}

header .slick-next {
  background: #DDD;
  border: none;
  border-radius: none;
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  right: 0;
  padding: 0.25em 0.5em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 400;
}

header .slider-progress {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
}

header .slider-progress .progress {
  width: 0%;
  height: 10px;
  background: #4d5e24;
}

main {
  position: relative;
}

main .under-slider {
  background: #92ad4f;
  padding: 40px;
  top: calc(-187px / 2);
  position: absolute;
}

main .under-slider svg {
  fill: #fff;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}

main .under-slider p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

main .under-slider .under-slider-img {
  position: relative;
}

main .under-slider .under-slider-img img {
  position: absolute;
  height: 240px;
  width: auto;
  right: -10px;
  top: -55px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

main .under-slider:hover .under-slider-img img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

main .main-services {
  background: url("../assets/main-services-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 50px;
}



main .main-services h3 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

main .main-services p {
  font-size: 18px;
  font-weight: 500;
  color: #acacac;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
}

main .main-services .main-service-item {
  cursor: default;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  padding: 30px;
  border-radius: 10px;
}

main .main-services .main-service-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

main .main-services .main-service-item img {
  height: 45px;
  width: auto;
  margin-bottom: 15px;
}

main .main-services .main-service-item h4 {
  font-size: 30px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

main .main-services .main-service-item p {
  text-align: start;
  font-size: 16px;
  color: #acacac;
}

main .main-products {
  padding: 50px 0;
}

main .main-products h2 {
  font-size: 100px;
  color: #e4e4e4;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

main .main-products .product-cont .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  border: 1px solid transparent;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none;
  border-radius: 10px;
}

@media screen and (max-width: 450px) {
  main .main-products .product-cont .product-item {
    width: 100%;
  }
}

@media screen and (min-width: 450px) and (max-width: 768px) {
  main .main-products .product-cont .product-item {
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  main .main-products .product-cont .product-item {
    width: 33%;
  }
}

main .main-products .product-cont .product-item .product-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
}

main .main-products .product-cont .product-item .product-img img {
  margin: 0;
  height: 160px;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

main .main-products .product-cont .product-item:hover {
  border: 1px solid #92ad4f;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 18px -4px rgba(0, 0, 0, 0.25);
}

main .main-products .product-cont .product-item:hover p {
  color: #92ad4f;
}

main .main-products .product-cont .product-item:hover i {
  color: #000;
}

main .main-products .product-cont .product-item p {
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  color: #000;
  text-decoration: none;
  font-family: "Overpass", sans-serif;
}

main .main-products .product-cont .product-item i {
  font-size: 16px;
  color: #92ad4f;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

main .main-projects {
  padding: 50px 0;
}

main .main-projects h2 {
  font-size: 100px;
  color: #e4e4e4;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

main .main-projects .project-cont .project-item {
  background-size: auto 100% !important;
  background-position: center center !important;
  height: 400px;
  position: relative;
  padding: 50px;
  border: 1px solid #fff;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

main .main-projects .project-cont .project-item:hover {
  background-size: auto 110% !important;
}

main .main-projects .project-cont .project-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  left: 0;
  top: 0;
  z-index: 22;
}

main .main-projects .project-cont .project-item h4 {
  z-index: 44;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  font-family: "Overpass", sans-serif;
}

main .main-projects .project-cont .project-item span {
  position: relative;
  z-index: 44;
  background: #fff;
  color: #5f5f5f;
  width: 130px;
  height: 35px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

main .main-news {
  padding: 50px 0;
}

main .main-news h2 {
  font-size: 100px;
  color: #e4e4e4;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

main .main-news .news-cont .news-item {
  position: relative;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  margin-bottom: 40px;
}

main .main-news .news-cont .news-item:nth-last-child(1), main .main-news .news-cont .news-item:nth-last-child(2), main .main-news .news-cont .news-item:nth-last-child(3) {
  margin-bottom: 0;
}

main .main-news .news-cont .news-item:hover .news-date {
  background: #92ad4f;
}

main .main-news .news-cont .news-item:hover .news-date svg {
  fill: #fff;
}

main .main-news .news-cont .news-item:hover .news-date span {
  color: #fff;
}

main .main-news .news-cont .news-item .news-date {
  border: 1px solid #acacac;
  width: 150px;
  height: 40px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

main .main-news .news-cont .news-item .news-date svg {
  fill: #92ad4f;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

main .main-news .news-cont .news-item .news-date span {
  font-size: 14px;
  color: #acacac;
}

main .main-news .news-cont .news-item .news-text {
  font-family: "Overpass", sans-serif;
  margin-top: 20px;
}

main .main-news .news-cont .news-item .news-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

main .main-news .news-cont .news-item .news-text p {
  font-size: 14px;
  font-weight: 500;
  color: #acacac;
}

main .main-news .main-news-btn {
  background: #92ad4f;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid #92ad4f;
}

main .main-news .main-news-btn:hover {
  background: #fff;
  color: #92ad4f;
}

footer .footer-cont {
  border-top: 3px solid #e4e4e4;
  padding: 30px 0;
}

footer .footer-left .footer-nav .nav-item {
  border-right: 1px solid #92ad4f;
  padding: 10px;
}

footer .footer-left .footer-nav .nav-item:hover {
  background: #92ad4f;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

footer .footer-left .footer-nav .nav-item:hover .nav-link {
  color: #fff;
}

footer .footer-left .footer-nav .nav-item .nav-link {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-bottom: 2px solid transparent;
}

footer .footer-left .footer-nav .nav-item .nav-link:nth-child(1) {
  margin-left: 0;
}

footer .footer-left .footer-credits {
  margin-top: 15px;
}

footer .footer-left .footer-credits p {
  font-size: 14px;
  color: #acacac;
  margin: 0;
}

footer .footer-right .footer-social a {
  margin: 5px 0;
}

footer .footer-right .footer-social a i {
  font-size: 16px;
  color: #acacac;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

footer .footer-right .footer-social a:hover .fa-facebook-f {
  color: #4267B2;
}

footer .footer-right .footer-social a:hover .fa-twitter {
  color: #1da1f2;
}

footer .footer-right .footer-social a:hover .fa-instagram {
  color: #3f729b;
}

footer .footer-right .footer-social a:hover .fa-youtube {
  color: #FF0000;
}

footer .footer-bottom {
  border-top: 3px solid #e4e4e4;
  padding: 30px 0;
}

footer .footer-bottom .footer-logo {
  width: 186px;
}

footer .footer-bottom .footer-logo img {
  width: 100%;
}

footer .footer-bottom .footer-venus {
  width: 33px;
}

footer .footer-bottom .footer-venus img {
  width: 100%;
}

.main-header {
  height: 760px;
}

.inner-header {
  background-size: cover !important;
  background-position: center center !important;
  min-height: 385px;
  position: relative;
}

.inner-header::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 16, 24, 0.4)), to(rgba(5, 140, 17, 0.5)));
  background: linear-gradient(180deg, rgba(3, 16, 24, 0.4) 0%, rgba(5, 140, 17, 0.5) 100%);
  left: 0;
  top: 0;
}

.inner-header .inner-header-title {
  position: relative;
  top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.inner-header .inner-header-title h3 {
  font-family: "Overpass", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

.inner-header .inner-header-title i {
  color: #92ad4f;
}



.inner-main {
  padding: 50px 0;
}

.inner-main h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.inner-main p {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #5f5f5f;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: justify;
}

.inner-main .product-item {
  padding: 10px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.inner-main .product-item .product-inner {
  border: 1px solid #ddd !important;
  padding: 20px;
  border-radius: 5px;
}

.inner-main .product-item .product-inner p {
  text-align: left;
}

.inner-main .product-paddless {
  width: 100%;
}

.inner-main .product-paddless .product-item:nth-child(1) {
  padding-left: 0 !important;
}

.inner-main .product-paddless .product-item:nth-last-child(1) {
  padding-right: 0 !important;
}

.inner-main .product-sidebar .product-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-main .product-sidebar .product-list .product-list-item {
  font-size: 13px;
  color: #acacac;
  font-family: "Overpass", sans-serif;
  margin: 10px 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: block;
}

.inner-main .product-sidebar .product-list .product-list-item:hover {
  color: #000;
}

.inner-main .product-sidebar .product-list .product-list-item i {
  color: #92ad4f;
  margin-right: 5px;
}

.inner-main .product-detail-cont .product-details .product-img img {
  width: 100%;
  max-width: 250px;
}

.inner-main .product-detail-cont .product-details .product-detail-text h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
}

.inner-main .product-detail-cont .product-details .product-detail-text p {
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
}

.inner-main .product-detail-cont .product-table {
  padding: 50px 0;
}

.inner-main .product-detail-cont .product-table table {
  width: 100%;
  margin: auto;
  border: none !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden !important;
}

.inner-main .product-detail-cont .product-table table thead {
  color: #fff;
  border: none !important;
}

.inner-main .product-detail-cont .product-table table thead tr {
  border: none;
}

.inner-main .product-detail-cont .product-table table thead tr th {
  background: #92ad4f;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  text-transform: uppercase;
  color: #fff;
}

.inner-main .product-detail-cont .product-table table thead tr th.th-rounded-left {
  border-top-left-radius: 10px;
}

.inner-main .product-detail-cont .product-table table thead tr th.th-rounded-right {
  border-top-right-radius: 10px;
}

.inner-main .product-detail-cont .product-table table, .inner-main .product-detail-cont .product-table th, .inner-main .product-detail-cont .product-table td {
  border: 1px solid #e0e0e0;
  border-spacing: 0;
  text-align: center;
}

.inner-main .product-detail-cont .product-table th, .inner-main .product-detail-cont .product-table td {
  padding: 15px;
}

.inner-main .product-detail-cont .product-table td {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  color: #a3a3a3;
}

.inner-main .project-cat-cont .project-cat-inner {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.inner-main .project-cat-cont .project-cat-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../assets/slider-1.jpg");
  background-size: cover;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.inner-main .project-cat-cont .project-cat-inner:hover::before {
  opacity: .05;
}

.inner-main .project-cat-cont .project-cat-inner h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
}

.inner-main .project-cat-cont .project-cat-inner i {
  font-size: 20px;
  color: #92ad4f;
}

.inner-main .project-detail-cont h3 {
  font-family: "Overpass", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin: 0;
}

.inner-main .project-detail-cont span {
  font-family: "Overpass", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.06;
  letter-spacing: normal;
  color: #c0c0c0;
}

.inner-main .project-detail-cont .project-features h3 {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
}

.inner-main .project-detail-cont .project-features span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: 1px;
  color: #7a7a7a;
}

.inner-main .project-detail-cont .project-features .project-social a {
  color: #acacac;
  margin-right: 20px;
}

.inner-main .project-detail-cont .project-features .project-social a:nth-last-child(1) {
  margin-right: 0;
}

.inner-main .project-detail-cont .project-detail-text p {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.19;
  letter-spacing: 0.89px;
  color: #7a7a7a;
  text-align: justify;
}

.inner-main .project-detail-cont .project-detail-images .project-big-img {
  width: 100%;
  margin-bottom: 20px;
}

.inner-main .project-detail-cont .project-detail-images .project-small-img {
  width: calc(100% / 2 - 10px);
  margin-bottom: 20px;
}

.inner-main .contact-cont .contact-col {
  padding-left: 0;
}

.inner-main .contact-cont .contact-col img {
  max-width: 23px;
  margin-bottom: 10px;
}

.inner-main .contact-cont .contact-col p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #a3a3a3;
  font-family: "Overpass", sans-serif;
  padding-right: 20px;
}

.inner-main .contact-cont .contact-social a {
  color: #acacac;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inner-main .contact-cont .contact-social a i {
  font-size: 18px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.inner-main .contact-cont .contact-social a:hover {
  border: 1px solid #ddd;
}

.inner-main .contact-cont .contact-social a:hover .fa-facebook-f {
  color: #4267B2;
}

.inner-main .contact-cont .contact-social a:hover .fa-twitter {
  color: #1da1f2;
}

.inner-main .contact-cont .contact-social a:hover .fa-instagram {
  color: #3f729b;
}

.inner-main .contact-cont .contact-social a:hover .fa-youtube {
  color: #FF0000;
}

.inner-main .contact-form input,
.inner-main .contact-form textarea {
  background: #e4e4e4;
  color: #5f5f5f;
  font-family: "Overpass", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #888888;
  padding: 25px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}

.inner-main .contact-form .btn-form {
  background: #fff;
  color: #92ad4f;
  border: 1px solid #92ad4f;
  font-size: 14px;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9bb54e;
  padding: 15px 50px;
  border-radius: 2px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media screen and (max-width: 768px) {
  .btn-form {
    width: 100%;
  }
}

.inner-main .contact-form .btn-form:hover {
  background: #92ad4f;
  color: #fff;
}

.inner-main .main-news-detail .news-img {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 4px;
}

.inner-main .main-news-detail h3 {
  font-size: 32px;
}

.inner-main .main-news-detail span {
  color: #acacac;
  font-size: 14px;
}

.inner-main .main-news-detail p {
  text-align: justify;
  font-size: 14px;
}

.inner-footer {
  background: #92ad4f;
}

.inner-footer a,
.inner-footer p,
.inner-footer i {
  color: #fff !important;
}

.inner-footer .nav-link:hover {
  border-color: #fff !important;
}

.inner-footer .footer-bottom {
  background: #fff;
}

.burger {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9997;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 24px;
  display: none;
}

.to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9997;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 24px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #92ad4f;
  overflow-x: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-top: 60px;
}

.sidenav a {
  padding: 50px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.menu-list {
  padding-top: 10px;
  width: 70%;
  color: #fff !important;
  z-index: 9999;
  position: relative;
}

.sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 80px;
  margin-left: 50px;
  padding: 0px;
  color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}


.product-detail-img {
  height: 200px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.product-cont table th {
  background: #92ad4f;
  color: #fff;
  font-size: 16px;
  font-family: "Overpass", sans-serif;
}

.product-cont table tr {
  color: #333;
  font-size: 14px;
  font-family: "Overpass", sans-serif;
}

table.dataTable {
    margin: 0 !important;
}

@media screen and (max-width: 768px) {
  main .main-services {
    padding: 50px 20px;
  }

  main .main-services .main-service-item {
    padding: 30px 10px;
  }
}


.fancybox-outer, .fancybox-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

.fancybox-skin {
  padding: 5px !important;
}
/*# sourceMappingURL=main.css.map */