@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css");
@import "bootstrap.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Poppins:400,500,600,700,800,900|Titillium+Web:400,600,700&subset=cyrillic,cyrillic-ext,devanagari,latin-ext,vietnamese");
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1a1a1a;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  color: #dc3545;
  font-weight: bold;
}

.btn {
  font-family: "Montserrat", sans-serif;
  padding: 10px 30px;
  margin: 0 5px;
  font-size: 14px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
}
.btn.btn-white {
    background-color: #fff;
    color: #191919 !important;
}
.btn.btn-green {
  background-color: #4eae4a;
  color: #fff;
}

.title-top {
  position: relative;
  font-size: 34px;
  font-family: "Dancing Script", cursive;
  line-height: 43px;
  color: #4eae4a;
  font-weight: 700;
  margin-bottom: 9px;
}

.sec-title h2, .sec-title .h2 {
  font-size: 40px;
  font-weight: 700;
}

.top_section {
  background-image: url("../img/dry-and-cure/top-header.jpg");
  background-position: center center;
  background-size: cover;
  height: 85vh;
  padding: 120px 0px 100px 0px;
  position: relative;
}
.top_section .row {
  z-index: 2;
  position: relative;
}
.top_section span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.top_section .h1 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.top_section p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.cure {
  padding: 80px 0 0px 0;
  background: url(../img/dry-and-cure/dry.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 -10px;
  background-repeat: no-repeat;
}
.cure .nav {
  background: #fff;
  border-top: 10px solid #4eae4a;
}
.cure .nav .nav-link {
  margin: 0 0 0px 0;
  border-bottom: 1px solid #cccccc57;
  box-shadow: 0px 0px 5px #0000001a;
  padding: 10px 14px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: inline-block;
}
.cure .nav .nav-link span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 8px 0px 20px;
  color: #424040;
  float: left;
  margin: 0;
}
.cure .nav .nav-link small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0px 8px 7px 20px;
  color: #6f6f6f;
  float: left;
}
.cure .nav .nav-link svg.svg_animate,
.cure .nav .nav-link img.svg_animate {
  width: 35px;
  height: 35px;
  float: left;
}
.cure .nav .nav-link svg.svg_animate path, .cure .nav .nav-link svg.svg_animate polyline, .cure .nav .nav-link svg.svg_animate circle, .cure .nav .nav-link svg.svg_animate rect, .cure .nav .nav-link svg.svg_animate polygon, .cure .nav .nav-link svg.svg_animate line, .cure .nav .nav-link svg.svg_animate ellipse,
.cure .nav .nav-link img.svg_animate path,
.cure .nav .nav-link img.svg_animate polyline,
.cure .nav .nav-link img.svg_animate circle,
.cure .nav .nav-link img.svg_animate rect,
.cure .nav .nav-link img.svg_animate polygon,
.cure .nav .nav-link img.svg_animate line,
.cure .nav .nav-link img.svg_animate ellipse {
  stroke: #4eae4a;
  fill: none;
}
.cure .nav .nav-link.active {
  background-color: transparent;
  margin: 0 0 0px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.cure .nav .nav-link.active:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  top: 50px;
  right: 5px;
  transform: rotate(45deg);
}
.cure .nav .nav-link.active span, .cure .nav .nav-link.active small {
  color: #4eae4a;
  opacity: 1;
}
.cure .nav .nav-link.active svg.svg_animate path, .cure .nav .nav-link.active svg.svg_animate polyline, .cure .nav .nav-link.active svg.svg_animate circle, .cure .nav .nav-link.active svg.svg_animate rect, .cure .nav .nav-link.active svg.svg_animate polygon, .cure .nav .nav-link.active svg.svg_animate line, .cure .nav .nav-link.active svg.svg_animate ellipse,
.cure .nav .nav-link.active img.svg_animate path,
.cure .nav .nav-link.active img.svg_animate polyline,
.cure .nav .nav-link.active img.svg_animate circle,
.cure .nav .nav-link.active img.svg_animate rect,
.cure .nav .nav-link.active img.svg_animate polygon,
.cure .nav .nav-link.active img.svg_animate line,
.cure .nav .nav-link.active img.svg_animate ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear alternate infinite;
  stroke: #424040;
  fill: none;
}
.cure .tab-content {
  background: #000000d4;
  padding: 13px 10px 10px 16px;
}
.cure .tab-content h3 {
  font-size: 21px;
  font-weight: 600;
  color: #bdbdbd;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.cure .tab-content p {
  font-size: 15px;
  font-weight: 500;
  color: #bdbdbd;
}

.about-section {
  position: relative;
  padding: 120px 0px 120px 0px;
  /* CSS for video cover image */
}
.about-section figure {
  position: relative;
}
.about-section figure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+3,0.24+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0.24) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0.24) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 3%, rgba(0, 0, 0, 0.24) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.about-section .img-box {
  position: relative;
  margin-left: 60px;
  margin-right: 20px;
  box-shadow: 0px 0 20px 10px #eee;
}
.about-section .img-box:before {
  position: absolute;
  content: "";
  background: url(../img/dry-and-cure/about-shap.png);
  width: 420px;
  height: 406px;
  left: -60px;
  bottom: -60px;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-section .img-box img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.about-section .img-box a {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.about-section .img-box a svg.svg_animate,
.about-section .img-box a img.svg_animate {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
  margin-top: 40%;
  position: relative;
  z-index: 999;
}
.about-section .img-box a svg.svg_animate path, .about-section .img-box a svg.svg_animate polyline, .about-section .img-box a svg.svg_animate circle, .about-section .img-box a svg.svg_animate rect, .about-section .img-box a svg.svg_animate polygon, .about-section .img-box a svg.svg_animate line, .about-section .img-box a svg.svg_animate ellipse,
.about-section .img-box a img.svg_animate path,
.about-section .img-box a img.svg_animate polyline,
.about-section .img-box a img.svg_animate circle,
.about-section .img-box a img.svg_animate rect,
.about-section .img-box a img.svg_animate polygon,
.about-section .img-box a img.svg_animate line,
.about-section .img-box a img.svg_animate ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear alternate infinite;
  stroke: #fff;
  fill: none;
}
.about-section .about-content {
  position: relative;
  margin-top: 41px;
  margin-left: 22px;
}
.about-section .about-content p {
  margin-bottom: 32px;
  color: #666666;
  font-family: "Montserrat", sans-serif;
}
.about-section .video-link {
  display: inline-block;
}
.about-section div.mfp-content {
  text-align: center;
}
.about-section div.mfp-content .mfp-close {
  background-color: #fff !important;
}
.about-section #popup-video {
  position: relative;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
}

.drying {
  padding: 80px 0 80px 0;
  background: url(../img/dry-and-cure/cure.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 -10px;
  background-repeat: no-repeat;
}
.drying .nav {
  background: #fff;
  border-top: 10px solid #4eae4a;
}
.drying .nav .nav-link {
  margin: 0 0 0px 0;
  border-bottom: 1px solid #cccccc57;
  box-shadow: 0px 0px 5px #0000001a;
  padding: 10px 20px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  display: inline-block;
}
.drying .nav .nav-link span {
  font-size: 16px;
  font-weight: 700;
  padding: 4px 8px 0px 20px;
  color: #424040;
  float: left;
  margin: 0;
}
.drying .nav .nav-link small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0px 8px 7px 20px;
  color: #6f6f6f;
  float: left;
}
.drying .nav .nav-link svg.svg_animate,
.drying .nav .nav-link img.svg_animate {
  width: 35px;
  height: 35px;
  float: left;
}
.drying .nav .nav-link svg.svg_animate path, .drying .nav .nav-link svg.svg_animate polyline, .drying .nav .nav-link svg.svg_animate circle, .drying .nav .nav-link svg.svg_animate rect, .drying .nav .nav-link svg.svg_animate polygon, .drying .nav .nav-link svg.svg_animate line, .drying .nav .nav-link svg.svg_animate ellipse,
.drying .nav .nav-link img.svg_animate path,
.drying .nav .nav-link img.svg_animate polyline,
.drying .nav .nav-link img.svg_animate circle,
.drying .nav .nav-link img.svg_animate rect,
.drying .nav .nav-link img.svg_animate polygon,
.drying .nav .nav-link img.svg_animate line,
.drying .nav .nav-link img.svg_animate ellipse {
  stroke: #4eae4a;
  fill: none;
}
.drying .nav .nav-link.active {
  background-color: transparent;
  margin: 0 0 0px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.drying .nav .nav-link.active:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #fff;
  top: 50px;
  right: 5px;
  transform: rotate(45deg);
}
.drying .nav .nav-link.active span, .drying .nav .nav-link.active small {
  color: #4eae4a;
  opacity: 1;
}
.drying .nav .nav-link.active svg.svg_animate path, .drying .nav .nav-link.active svg.svg_animate polyline, .drying .nav .nav-link.active svg.svg_animate circle, .drying .nav .nav-link.active svg.svg_animate rect, .drying .nav .nav-link.active svg.svg_animate polygon, .drying .nav .nav-link.active svg.svg_animate line, .drying .nav .nav-link.active svg.svg_animate ellipse,
.drying .nav .nav-link.active img.svg_animate path,
.drying .nav .nav-link.active img.svg_animate polyline,
.drying .nav .nav-link.active img.svg_animate circle,
.drying .nav .nav-link.active img.svg_animate rect,
.drying .nav .nav-link.active img.svg_animate polygon,
.drying .nav .nav-link.active img.svg_animate line,
.drying .nav .nav-link.active img.svg_animate ellipse {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 3s linear alternate infinite;
  stroke: #424040;
  fill: none;
}
.drying .tab-content {
  background: #ffffffdb;
  padding: 13px 10px 10px 16px;
  width: 100%;
}
.drying .tab-content h3 {
  font-size: 21px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.drying .tab-content p {
  font-size: 15px;
  font-weight: 500;
  color: #101010;
}

.contact-form {
  background-image: url(../img/grow-indoor/contact.jpg);
}
.contact-form span {
  color: #4eae4a;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form .h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-form .contact-form-wrap .form-wrap {
  padding: 75px 145px;
  border-radius: 13px;
}
.contact-form .contact-form-wrap .form-wrap form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #4eae4a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 55px;
  outline: medium none;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 20px;
}
.contact-form .contact-form-wrap .form-wrap form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #4eae4a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 200px;
  outline: medium none;
  padding: 20px;
  width: 100%;
}
.contact-form .contact-form-wrap .form-wrap form .btn_theme {
  margin-top: -30px !important;
  display: block;
  margin: 0 auto;
}

@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
  .sec-title h2, .sec-title .h2 {
    font-size: 21px;
    font-weight: 700;
  }

  .top_section {
    padding: 30px 30px 0px 30px;
  }
  .top_section span {
    font-size: 18px;
  }
  .top_section .h1 {
    font-size: 23px;
  }
  .top_section p {
    margin-bottom: 20px !important;
  }
  .top_section .btn {
    margin-bottom: 15px;
  }

  .cure .nav .nav-link span {
    display: none;
  }

  .about-section {
    padding: 50px 0px 20px 0px;
  }
  .about-section .img-box:before {
    content: "";
    width: 320px;
    height: 216px;
    left: -40px;
    bottom: -40px;
  }

  .drying {
    padding: 27px 0 30px 0;
  }
  .drying .nav .nav-link span {
    display: none;
  }

  .contact-form .h1 {
    font-size: 26px;
  }
  .contact-form .contact-form-wrap .form-wrap {
    padding: 45px 5px;
  }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
  .sec-title h2, .sec-title .h2 {
    font-size: 21px;
    font-weight: 700;
  }

  .top_section {
    padding: 30px 30px 0px 30px;
    height: 105vh;
  }
  .top_section span {
    font-size: 18px;
  }
  .top_section .h1 {
    font-size: 23px;
  }
  .top_section p {
    margin-bottom: 20px !important;
  }
  .top_section .btn {
    margin-bottom: 15px;
  }

  .cure .nav .nav-link span {
    display: none;
  }

  .about-section {
    padding: 50px 0px 20px 0px;
  }
  .about-section .img-box:before {
    content: "";
    width: 320px;
    height: 216px;
    left: -40px;
    bottom: -40px;
  }

  .drying {
    padding: 27px 0 30px 0;
  }
  .drying .nav .nav-link span {
    display: none;
  }

  .contact-form .h1 {
    font-size: 26px;
  }
  .contact-form .contact-form-wrap .form-wrap {
    padding: 45px 5px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .top_section {
    height: 60vh;
    padding: 80px 190px 50px 50px;
  }

  .cure .nav .nav-link span {
    display: none;
  }

  .about-section {
    padding: 50px 0px 20px 0px;
  }
  .about-section .about-content {
    margin-top: 0;
    margin-left: -12px;
  }
  .about-section .about-content .sec-title h2, .about-section .about-content .sec-title .h2 {
    font-size: 19px;
    font-weight: 700;
  }
  .about-section .img-box:before {
    content: "";
    width: 320px;
    height: 216px;
    left: -40px;
    bottom: -40px;
  }

  .drying {
    padding: 27px 0 30px 0;
  }
  .drying .nav .nav-link span {
    display: none;
  }

  .contact-form .h1 {
    font-size: 26px;
  }
  .contact-form .contact-form-wrap .form-wrap {
    padding: 45px 5px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .sec-title h2, .sec-title .h2 {
    font-size: 28px;
    font-weight: 700;
  }

  .top_section {
    height: 60vh;
    padding: 80px 190px 50px 50px;
  }

  .cure .nav .nav-link span {
    font-size: 14px;
    letter-spacing: 0;
    padding: 6px 0px 0px 5px;
  }

  .about-section {
    padding: 50px 0px 50px 0px;
  }
  .about-section .about-content {
    margin-top: 0;
    margin-left: -12px;
  }
  .about-section .about-content .sec-title h2, .about-section .about-content .sec-title .h2 {
    font-size: 29px;
    font-weight: 700;
  }
  .about-section .img-box:before {
    content: "";
    width: 320px;
    height: 216px;
    left: -40px;
    bottom: -40px;
  }

  .drying {
    padding: 27px 0 30px 0;
  }
  .drying .nav .nav-link span {
    font-size: 14px;
    padding: 7px 2px 0px 5px;
  }

  .contact-form .h1 {
    font-size: 26px;
  }
  .contact-form .contact-form-wrap .form-wrap {
    padding: 45px 5px;
  }
}
@media only screen and (min-device-width: 1400px) {
  .top_section {
    height: 67vh;
  }
}

/*# sourceMappingURL=how-to-dry-cure.css.map */
