html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Raleway", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff; }

img {
  width: 100%; }

a {
  outline: 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;
  text-decoration: none;
  color: #f23e01; }

a:active,
a:focus,
a:hover {
  outline: 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;
  text-decoration: none;
  color: #333; }

section {
  padding: 80px 0;
  position: relative; }
  @media (max-width: 991px) {
    section {
      padding: 50px 0; } }

.btn {
  color: #111;
  background: #ffc700;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #ffc700 0%, #f87c00 53%, #d50002 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #ffc700 0%, #f87c00 53%, #d50002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #ffc700 0%, #f87c00 53%, #d50002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc700', endColorstr='#d50002',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 14px 40px;
  font-size: 19px;
  border-radius: 4px;
  font-weight: 700;
  margin: 15px 0;
  text-transform: uppercase;
  font-family: "Scada", sans-serif;
  letter-spacing: 2px; }
  @media (max-width: 991px) {
    .btn {
      font-size: 17px;
      letter-spacing: 2px; } }

.btn:hover {
  color: #fff;
  background: #ffc700;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #d50002 0%, #d50002 53%, #d50002 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #d50002 0%, #d50002 53%, #d50002 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #d50002 0%, #d50002 53%, #d50002 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-color: #f23e01;
  box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.btn:focus {
  color: #fff !important;
  background-color: #f23e01;
  border-color: #f23e01; }

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #f23e01;
  border-color: #f23e01; }

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #f23e01;
  border-color: #f23e01; }

.title-h {
  font-family: "Scada", sans-serif;
  font-size: 66px;
  line-height: 60px;
  margin-bottom: 25px;
  color: #304f31;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .title-h {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-top: 0px;
    margin-bottom: 20px; } }
.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 20px;
  font-weight: 300;
  color: #444; }
  @media (max-width: 991px) {
    .title-p {
      font-size: 20px !important;
      line-height: 28px; } }

.inner-h {
  font-family: "Scada", sans-serif;
  font-size: 33px;
  line-height: 38px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #004466;
  font-weight: 700; }
  @media (max-width: 991px) {
    .inner-h {
      font-size: 24px !important;
      line-height: 30px !important; } }

.sep {
  content: "";
  height: 3px;
  width: 220px;
  margin: 20px 0;
  background: #f23e01; }

.sep-middle {
  content: "";
  height: 3px;
  width: 220px;
  background: #f23e01;
  margin: 20px auto; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.mobile-view {
  display: none !important; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block !important; } }

.desctop-view {
  display: inline-block !important; }
  @media (max-width: 991px) {
    .desctop-view {
      display: none !important; } }

/******navbar start*******/
.top-bar {
  background-color: rgba(0, 0, 0, 0.5); }
  .top-bar p, .top-bar a {
    padding-top: 6px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .top-bar p, .top-bar a {
        font-size: 13px;
        line-height: 15px; } }
  .top-bar a:hover {
    color: #f23e01; }
  .top-bar .top-text {
    display: inline-block; }

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none; } }
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #f23e01; } }
nav.navbar.bootsnav {
  background: #333;
  border-bottom: solid 1px #333; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #333 !important;
      border-bottom: solid 1px none; } }

.navbar {
  min-height: 78px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 66px; } }

.navbar-brand {
  padding: 1px 10px 2px 5px; }
  @media (max-width: 1255px) {
    .navbar-brand {
      padding: 4px 0px 2px 0px; } }

.navbar-brand img {
  width: auto;
  height: 75px; }
  @media (max-width: 1025px) {
    .navbar-brand img {
      height: 52px; } }

.caret {
  margin-left: 4px; }

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #f2f2f2 !important;
    font-weight: 400;
    font-family: "Scada", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Scada", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; }

  nav.navbar.bootsnav .btn {
    margin-left: 0px !important; } }
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    border: solid 1px #ccc;
    border-top: 4px solid #f23e01;
    margin-top: 0px;
    width: 220px; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 18px 28px 15px 8px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #f23e01;
    font-family: "Scada", sans-serif;
    margin: 14px 0 12px 0;
    letter-spacing: 1px; } }
  @media (min-width: 991px) and (max-width: 1010px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 7px 10px 7px;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none; } }

@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 21px 10px 10px 10px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Scada", sans-serif;
    letter-spacing: 0px; } }
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #f23e01; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 11px 10px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-weight: 500;
    font-family: "Scada", sans-serif;
    font-size: 17px; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #f23e01; } }
nav.navbar.bootsnav .btn {
  margin-top: 15px;
  text-transform: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 9px 22px;
  margin-right: 15px;
  font-weight: 500;
  font-family: "Scada", sans-serif; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav .btn {
      display: none; } }

nav.bootsnav .btn {
  color: #111 !important;
  background-color: #f23e01 !important;
  border: 2px solid #f23e01; }

nav.bootsnav .btn:hover {
  color: #fff;
  background-color: #f23e01 !important;
  border-color: #f23e01; }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 80px;
  margin-top: 0px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 52px;
    width: auto;
    margin-top: 0; } }
@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #ccc;
    line-height: 30px; }

  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px; } }
/******navbar end**********/
/*****hero start*********/
.hero {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .hero {
      min-height: 68vh;
      padding-bottom: 30px; } }
  .hero .hero-box {
    margin-top: 40vh; }
    @media (max-width: 991px) {
      .hero .hero-box {
        margin: 25vh 00px 50px 00px; } }
    .hero .hero-box h1 {
      color: #fff;
      font-size: 94px;
      line-height: 94px;
      font-weight: 800;
      text-transform: uppercase;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-top: 10px;
      font-family: "Raleway", sans-serif;
      letter-spacing: 0px; }
      @media (max-width: 991px) {
        .hero .hero-box h1 {
          font-size: 36px;
          line-height: 40px;
          letter-spacing: 1px; } }
    .hero .hero-box h2 {
      color: #fff;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 2px;
      font-weight: 600;
      text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
      margin-top: 20px; }
      @media (max-width: 991px) {
        .hero .hero-box h2 {
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0px; } }

.hero .back {
  background: rgba(13, 13, 13, 0.55); }

.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh; }
  @media (max-width: 768px) {
    .hero-arrow {
      display: none; } }

.arrow {
  width: 60px;
  height: 82px;
  position: sticky;
  /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999; }

/* set arrow styles */
.arrow path {
  stroke: #f23e01;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite; }

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s; }

.arrow path.a2 {
  animation-delay: -.5s; }

.arrow path.a3 {
  animation-delay: 0s; }

/***************hero end******/
.index-products .index-product-box {
  box-shadow: inset 0px 0px 25px rgba(58, 95, 59, 0.45);
  width: calc(33% - 25px);
  position: relative;
  display: inline-block;
  margin: 12px 12px;
  -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: 991px) {
    .index-products .index-product-box {
      width: calc(49% - 25px); } }
  @media (max-width: 550px) {
    .index-products .index-product-box {
      width: calc(100% - 0px);
      margin: 7px 0px; } }
  .index-products .index-product-box h3 {
    font-family: "Scada", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .index-products .index-product-box .product-text {
    padding: 0 20px 30px 20px; }
  .index-products .index-product-box a {
    font-family: "Scada", sans-serif;
    font-weight: 700; }
.index-products .product-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
  margin-top: 20px; }
  @media (max-width: 650px) {
    .index-products .product-img {
      height: 220px; } }
.index-products .index-product-box:hover {
  box-shadow: inset 0px 0px 10px rgba(58, 95, 59, 0.45); }

/******* cta start *********/
.cta {
  position: relative;
  background-attachment: fixed;
  padding: 150px 0; }
  @media (max-width: 992px) {
    .cta {
      padding: 60px 0; } }
  .cta h3 {
    color: #fff;
    padding-top: 20px;
    margin-bottom: 10px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  .cta .title-p {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 5px; }
    @media (max-width: 991px) {
      .cta .title-p {
        font-size: 18px;
        line-height: 24px; } }
  .cta .back {
    background-color: rgba(13, 13, 13, 0.55); }

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%; } } }
/******** cta end ********/
/******* testimonials start **********/
.testimonials .owl-theme .owl-controls {
  text-align: left;
  margin-left: -5px; }
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #f23e01; }
.testimonials .title-h {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .testimonials .title-h {
      margin-top: 15px; } }

.testimonial {
  margin: 0 00px; }

.testimonial .description {
  padding: 20px 10px 0px 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #333;
  line-height: 27px;
  position: relative;
  font-style: italic; }
  @media (max-width: 768px) {
    .testimonial .description {
      padding: 20px 0px 0px 0px;
      font-size: 17px;
      line-height: 24px; } }

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #666;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: "Scada", sans-serif; }

.about .about-large {
  height: 520px; }
  @media (max-width: 991px) {
    .about .about-large {
      height: 220px;
      margin-top: 30px; } }
.about .about-small {
  height: 250px;
  margin: 0px 40px 20px -10px; }
  @media (max-width: 991px) {
    .about .about-small {
      height: 220px;
      margin: 10px 0; } }

/******* testimonials end **********/
/*****tc- footer start******/
.tc-footer {
  background-position: bottom;
  padding-top: 100px;
  position: relative; }
  @media (max-width: 991px) {
    .tc-footer {
      text-align: center; } }
  .tc-footer .back {
    background-color: rgba(26, 26, 26, 0.89); }
  .tc-footer a {
    color: #eee;
    font-family: "Scada", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px; }
    @media (max-width: 991px) {
      .tc-footer a {
        line-height: 26px;
        font-size: 18px; } }
  .tc-footer a:hover {
    color: #f23e01; }
  .tc-footer ul {
    list-style: none;
    padding-left: 0px; }
  .tc-footer .footer-right {
    text-align: right; }
    @media (max-width: 991px) {
      .tc-footer .footer-right {
        text-align: center; } }
  .tc-footer img {
    width: 90%;
    margin-top: -20px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .tc-footer img {
        margin-bottom: 30px; } }
  .tc-footer .footer-box {
    padding-left: 80px; }
    @media (max-width: 1030px) {
      .tc-footer .footer-box {
        padding-left: 0; } }

.footer-copyright {
  margin-top: 10px;
  padding: 0;
  color: #333;
  font-size: 13px; }
  @media (max-width: 991px) {
    .footer-copyright {
      padding: 0px 15px 20px 15px;
      margin-top: 50px; } }
  .footer-copyright .svg-inline--fa {
    display: inline-block;
    border: 2px solid #f23e01;
    background-color: transparent;
    color: #f23e01;
    width: 34px;
    height: 34px;
    padding: 7px;
    margin: 0 5px;
    border-radius: 3px; }
  .footer-copyright .svg-inline--fa:hover {
    background-color: #f23e01;
    border: 1px solid #f23e01;
    color: #fff; }
  .footer-copyright hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #777; }
  .footer-copyright a, .footer-copyright p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #eee;
    font-family: "Scada", sans-serif; }
    @media (max-width: 991px) {
      .footer-copyright a, .footer-copyright p {
        line-height: 20px;
        font-size: 14px; } }

/*****tc-footer end******/
.inner-header {
  height: 120px;
  background-color: #333; }
  @media (max-width: 991px) {
    .inner-header {
      height: 105px; } }

.about-page-img {
  height: 350px;
  margin: 15px 0; }
  @media (max-width: 768px) {
    .about-page-img {
      height: 220px;
      margin-top: 15px; } }

/******* FAQ PAGE START*********/
#accordion {
  padding-left: 80px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 50px; }
  @media (max-width: 450px) {
    #accordion {
      padding-left: 60px; } }

#accordion:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #304f31;
  position: absolute;
  top: 0;
  left: 22px;
  z-index: -1; }

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 15px; }

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0; }

#accordion .panel-title a {
  display: block;
  font-family: "Scada", sans-serif;
  color: #304f31;
  padding: 20px 30px 15px 0;
  background: #fff;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  transition: all 0.5s ease 0s; }
  @media screen and (max-width: 768px) {
    #accordion .panel-title a {
      padding: 10px 15px 15px 0;
      font-size: 19px; } }

#accordion .panel-title a:before {
  content: "-";
  font-weight: 600;
  width: 46px;
  height: 46px;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 25px;
  color: #304f31;
  border: 2px solid #304f31;
  position: absolute;
  top: 11px;
  left: -80px; }
  @media (max-width: 450px) {
    #accordion .panel-title a:before {
      left: -60px; } }

#accordion .panel-title a.collapsed:before {
  content: "+";
  background: #fff; }

#accordion .panel-body {
  padding: 10px 15px 10px 0;
  background: #fff;
  border: none;
  border-radius: 2px;
  font-size: 17px;
  color: #333;
  line-height: 25px; }

/******* FAQ PAGE END*********/
/********** reviews page start *******/
.reviews .review-box {
  padding: 40px 50px;
  margin-top: 40px;
  box-shadow: inset 0px 0px 25px rgba(58, 95, 59, 0.45); }
  @media screen and (max-width: 768px) {
    .reviews .review-box {
      padding: 25px 20px; } }
.reviews .svg-inline--fa {
  color: #f23e01;
  margin-left: 10px; }
.reviews h3 {
  font-family: "Scada", sans-serif;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #304f31; }
.reviews h4 {
  text-align: right;
  margin-right: 20px;
  margin-top: 30px;
  color: #f23e01; }

.pagination > li > a, .pagination > li > span {
  color: #f23e01; }

.pagination {
  margin-top: 60px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #304f31; }

/********** reviews page end *********/
/******** CONTACT PAGE START ***********/
.contact-page .btn {
  margin-top: 20px; }

.contact-page .contact-top .title-p {
  color: #333; }

.contact-page .contact-top a {
  display: block;
  color: #f23e01;
  font-family: "Scada", sans-serif;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 4px; }
  @media screen and (max-width: 400px) {
    .contact-page .contact-top a {
      font-size: 18px;
      line-height: 25px; } }

.contact-page .contact-top a:hover {
  color: #304f31; }

input[type=file] {
  border: none;
  outline: none; }

input, textarea {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid rgba(89, 113, 107, 0.15);
  box-shadow: inset 0px 0px 15px rgba(58, 95, 59, 0.35);
  margin-bottom: 20px;
  outline: none;
  border-radius: 0; }
  @media screen and (max-width: 768px) {
    input, textarea {
      margin-bottom: 10px; } }

select {
  width: 100%;
  padding: 11px 9px;
  border: 1px solid rgba(89, 113, 107, 0.15);
  margin-bottom: 15px;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #333; }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 13px;
  color: #333; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 13px;
  color: #333; }

::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333; }

/******** CONTACT PAGE END *********/
/******* BLOG PAGE START *********/
.blog-page .blog-img, .blog-detail-page .blog-img {
  height: 350px; }

@media screen and (max-width: 768px) {
  .blog-page .blog-img, .blog-detail-page .blog-img {
    height: 220px; } }
.blog-page h3, .blog-detail-page h3 {
  letter-spacing: 1px;
  font-weight: 600; }

.blog-page .blog-box h3 {
  font-size: 23px;
  line-height: 30px;
  min-height: 60px;
  letter-spacing: 0;
  font-family: "Scada", sans-serif;
  color: #304f31; }

.blog-detail-page .blog-box h3 {
  font-size: 18px;
  line-height: 22px;
  min-height: 66px;
  font-family: "Scada", sans-serif;
  margin-bottom: 0; }

.blog-detail-page h4 {
  color: #f23e01; }

.blog-page .blog-box, .blog-detail-page .blog-box {
  box-shadow: -2px 3px 25px rgba(0, 0, 0, 0.15);
  margin-top: 30px; }

.blog-page .blog-text, .blog-detail-page .blog-text {
  padding: 20px; }

.blog-detail-page {
  padding-top: 70px; }

.blog-detail-page h2 {
  font-weight: 400;
  font-family: "Scada", sans-serif; }

.blog-detail-page .blog-img {
  height: 250px; }

@media screen and (max-width: 768px) {
  .blog-detail-page .blog-img {
    height: 210px; } }
.blog-detail-page .svg-inline--fa {
  font-size: 26px;
  color: #f23e01;
  height: 38px;
  width: 38px;
  border: 1px solid #f23e01;
  padding: 9px;
  margin-right: 3px; }

.blog-detail-page .svg-inline--fa:hover {
  background-color: #f23e01;
  color: #fff; }

.blog-detail-page .blog-icons {
  list-style: none;
  padding-left: 0;
  margin-top: 20px; }

.blog-detail-page .blog-icons li {
  display: inline-block; }

/******* BLOG PAGE END *********/
.download-div {
  position: relative;
  box-shadow: inset 0px 0px 15px rgba(58, 95, 59, 0.35);
  padding: 20px 30px;
  margin: 15px 0; }
  @media screen and (max-width: 768px) {
    .download-div {
      margin: 8px 0;
      padding: 20px 20px; } }
  .download-div h3 {
    font-size: 24px;
    margin-top: 5px;
    font-family: "Scada", sans-serif; }
  .download-div p {
    font-size: 15px;
    line-height: 20px; }
  .download-div .svg-inline--fa {
    margin-top: 25px;
    color: #f23e01;
    font-size: 28px; }

.download-div:hover {
  background: rgba(27, 70, 99, 0.1); }

.example-image {
  background-size: cover;
  background-position: center;
  height: 300px;
  margin: 15px 0; }

.video-img {
  width: 100%;
  height: 460px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .video-img {
      height: 240px; } }

.play-img {
  width: 190px;
  margin-top: 130px; }
  @media (max-width: 768px) {
    .play-img {
      margin-top: 60px;
      width: 140px; } }

/*# sourceMappingURL=style.css.map */
