html,body{
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

a:hover{
  text-decoration: none;
  color: #028dc6;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 5%);

}

header{
  background-color: #028dc6;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  display: none;
}

.header-title{
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.header-title a{
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
}


/* Navbar Area */

.brand-logo{
  width: 200px;
  padding: 5px 0px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    padding: 0px 1rem;
}

.brand-right{
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-left: 2rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.brand-contact{
  color: #5fb22e;
text-decoration: none;
font-weight: 900;
font-size: 16px;
line-height: 1.8;
padding: 0;
margin: 0;
}
/* banner area */

.banner-wrap{
  height: 90vh;
  background: #f7f7f7;
}
.banner-wrap img{
  width: 60%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 6% 0;
}


/*product-intro-wrap*/

.product-intro-wrap{
  padding: 80px 0px;


}

.product-intro-wrap h5{
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  max-width: 650px;
  margin: 0 auto;
  display: block;
}


/* product-feature */




.product-feature-wrap{
  padding-bottom: 100px;
}

.product-feature-wrap .title{
  text-align: center;
  font-weight: 900;
  font-size: 36px;
}

.product-feature-wrap .sub-title{
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
}

.product-feature-box{
  text-align: center;
  padding: 25px 0px;
}

.product-feature-box img{
  padding: .5rem 0;
}

.product-feature-box h5{
font-size: 18px;
text-align: center;
font-weight: 900;

}

.product-feature-box p{
  line-height: 1.8;
  font-size: 16px;
}



/* Contact form */

.contact-form{
  max-width: 800px;
  margin: 0 auto;
  display: block;
  padding-bottom: 50px;
}

.contact-form .title{
  text-align: center;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.8;
}

.contact-form .sub-title{
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
}

.btn-primary {
    color: #fff;
    background-color: #028dc6;
    border-color: #028dc6;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5fb22e;
    border-color: #5fb22e;
}


/* footer */

.footer{
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 100px 0px;
}

.footer-logo{
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 15px 0px;
}

.address-title{
  text-align: center;
  font-weight: 900;
  color: #333333;
}

.address{
  text-align: center;
  color: #333333;
}

.footer-phone{
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.8;
}
.footer-email{
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.8;
}
.footer-website{
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.8;
}

.footer-copyright{
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.8;
  padding: 25px 0px;
}

.footer-copyright a{
  color: #028dc6;
  text-decoration: none;
}

.footer-copyright a:hover{
  color: #5fb22e;
  text-decoration: none;
}


@media only screen and (max-width: 1200px) {
  .banner-wrap img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 10% 0;
  }
}

@media only screen and (max-width: 992px) {
  .brand-contact {
      display:none;
  }
  .brand-right{
      display:none;
  }
  header{
    display: block;
  }

  .header-title{
    display:block;
  }


  .banner-wrap img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 12% 0;
  }
}
  @media only screen and (max-width: 768px) {
    .banner-wrap img {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      display: block;
      padding: 20% 0;
    }
  }
  @media only screen and (max-width: 576px) {


    .banner-wrap img {
      width: 95%;
      margin: 0 auto;
      text-align: center;
      display: block;
      padding: 20% 0;
    }
  }

  @media only screen and (max-width: 576px) {

    .brand-logo{
      width: 150px;
      padding: 5px 0px;
    }
  }

  @media only screen and (max-width: 340px) {

    .brand-logo{
      width: 150px;
      padding: 5px 0px;
    }
    .header-title span{
      display:none;
    }
  }
