html,
body,
header,
.view {
  height: 100%;
}
@media (max-width: 740px) {
  html,
  body,
  header,
  .view {
    height: 100vh;
  }
}
.top-nav-collapse {
  background-color: #3b3f41b7 !important;
}
.navbar:not(.top-nav-collapse) {
  background: transparent !important;
}
@media (max-width: 991px) {
 .navbar:not(.top-nav-collapse) {
  background: #3b3f41b7 !important;
 }
}
.view {
  position: relative;
  width: 100%;
  height: 99.5vh;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer_hr{
  background-color: #33b5e5;
  width: 50px;
  height: 2px;
  margin: 0 0 15px 0;
}
.section_hr{
  background-color: #33b5e5;
  width: 80px;
  height: 4px;
  margin: 0 0 15px 0;
}
.section_text_h{
  color: #000000;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5em;
}
.section_text_p{
  color: #101010;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}
.section-howWeDoIt{
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-howWeDoIt-col{
  margin-top: 80px;
}
.section-howWeDoIt-col img{
  width: 80px;
  margin-bottom: 10px;
}
.section-howWeDoIt-col h4{
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
}
.section-howWeDoIt-col hr{
  background-color: #33b5e5;
  margin: 0 0 15px 0;
}
.section-howWeDoIt-col a:hover{
  color: #33b5e5 !important;
}
.section-watchVideo{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EBEBEB;
}
.section-ourStrength{
  padding-top: 100px;
  padding-bottom: 100px;
}
.bg-light-extra{
  background-color: #f3f3f3a6 !important;
}
.section-ourProducts{
  background-color: #33b5e5;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-ourProducts hr{
  background-color: #ffffff;
  width: 80px;
  height: 4px;
  margin: 0 0 15px 0;
}
.section-ourProducts .card-image {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.section-ourProducts .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.section-ourProducts .card-image:hover .overlay {
  opacity: 0;
}
.section-ourProducts .card-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
}
.section-ourProducts .btn{
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #33b5e5;
  font-size: 20px;
  font-weight: 600;
}
.section-brands{
  padding-top: 100px;
  padding-bottom: 50px;
}
.section-brands img{
  width: 200px;
}
.section-stores{
  padding-top: 50px;
  padding-bottom: 150px;
}
.section-stores img{
  width: 200px;
}
.hr-light {
  border-top: 3px solid #fff;
  width: 80px;
}
.progress{
  height: 5px;
  background: transparent;
  border-radius: 0;
}