/*

Blaster Template

http://www.templatemo.com/tm-472-blaster

*/

body {
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

.heading {
  font-size: 40px;
}

.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}

.bold {
  font-weight: bold;
}

p {
  letter-spacing: 0px;
  line-height: 28px;
}

#about,
#team,
#contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

#about .fa {
  font-size: 28px;
  min-width: 34px;
}

/* start navigation */
.custom-navbar,
.navbar {
  background: #ffffff !important;
  margin-bottom: 0;
}

.custom-navbar .navbar-brand {
  color: #303030;
  font-size: 40px;
}

.navbar-brand span span {
  color: #FFD321 !important;
}

.custom-navbar .navbar-brand .navbar-toggle {
  background: #55acee;
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}

.custom-navbar .nav li a {
  color: #505050;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 4px;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 0.3s ease-in-out;
}

.custom-navbar .nav li a:hover {
  background: #FFD321;
  color: #505050;
  transition: all 0.3s ease-in-out;
}

.custom-navbar .nav>li>a:focus {
  background-color: transparent;
  outline: none;
}

.custom-navbar .nav li.active>a {
  background-color: #FFD321;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #FFD321;
  border-color: transparent;
}

@media(min-width:768px) {
  .custom-navbar {
    background: #ffffff;
    padding: 14px;
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    padding: 14px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }
}

/* home section */
#home {
  background: none;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  color: white !important;
}

#home hr {
  border: 2px solid #FFD321;
  width: 100px;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slider .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-slider .slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slider .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-slider .content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 900px;
  padding: 20px;
  padding-top: 50px;
}

.hero-slider h3 {
  letter-spacing: 3px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}

.hero-slider h1 {
  font-size: 42px;
  margin-bottom: 30px;
}

.hero-slider .btn {
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  padding: 14px 40px;
  font-weight: bold;
}

.hero-slider .btn:hover {
  background: #FFD321;
  border-color: #FFD321;
  color: #000;
}

/* Mobile */
@media (max-width: 768px) {
  .hero-slider h1 {
    font-size: 26px;
  }
}


/* about section */
#about .col-md-4 .fa {
  background: #FFD321;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}

#about .col-md-6 {
  padding-top: 60px;
}

#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}

#about .col-md-6 p {
  padding-bottom: 30px;
}

#about span {
  display: block;
  padding-bottom: 6px;
}

#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}

#about .progress .progress-bar-primary {
  background: #FFD321;
}

/* product section */
#product {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
}

#product .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#product .col-md-4 {
  padding: 0;
  margin: 0;
}

#product img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}

#product img:hover {
  opacity: 0.6;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 40px 0 24px 0;
  overflow: hidden;
  text-align: center;
}

.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}

.filter-wrapper li a {
  color: #999999;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
  background: #FFD321;
  color: #ffffff;
  outline: none;
}

/* ISOTOPE BOX CSS */
.iso-box-section {
  width: 100%;
}

.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}

.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.iso-box>a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  text-align: center;
}

#team h3 {
  color: #202020;
  line-height: 4px;
}

#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background: #f9f9f9;
  text-align: center;
}

.contact-div {
  max-width: 800px;
  background-color: white;
  padding: 50px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

#contact .fa {
  font-size: 40px;
}

.contact-form-wrapper {
  margin: 0 auto;
}

.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
  font-size: 15px;
  outline: none;
  background: transparent;
}

.contact-form label {
  position: absolute;
  top: 10px;
  left: 0;
  color: #999;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s ease;
}

.contact-form input:focus~label,
.contact-form textarea:focus~label,
.contact-form input:valid~label,
.contact-form textarea:valid~label {
  top: -12px;
  font-size: 12px;
  color: #FFD321;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: #FFD321;
}

.contact-btn {
  width: 100%;
  padding: 14px;
  border: none;
  background: #FFD321;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #000;
  color: #FFD321;
}

.contact-info-box h3 {
  font-size: 16px;
}

.contact-info-box .fa-envelope-o {
  color: #FFD321 !important;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {

    #product .col-lg-4,
    #product .col-md-4 {
      width: 33.333%;
    }
  }
}

@media (max-width: 980px) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }

  #about img {
    padding-top: 40px;
  }

  #contact form {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box {
    margin-bottom: 20px;
  }

  .contact-info-box:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .heading {
    font-size: 30px;
  }

  .top-heading {
    font-size: 18px;
  }

  #about .col-md-4 .fa {
    margin-top: 32px;
  }

  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
}