html {
  scroll-behavior: smooth;
}

body {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #3e4348;
  margin: 0;
}

.btn-view-more {
  text-decoration: none;
}

.btn-quote {
	background-color:#0056a8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:15px 59px;
	text-decoration:none;
}
.btn-quote:hover {
	background-color:#0056a8;
}
.btn-quote:active {
	position:relative;
	top:1px;
}

.navbar-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  //background-color: #333;
}

.navbar-menu ul li {
  float: right;
  width: 18%;
}

.navbar-menu ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
  font-size: 18px;
}

.top {
  height: 10vh;
  background-color: #eceef1;
}

.top-contact {
  height: 30px;
  background-color: #444444;
  color: white;
  margin: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
}

.top-contact > p {
  line-height: 30px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.top-navbar {
  margin: auto;
  /* width: 90%; */
  padding: 17px 0 15px 0;
  overflow: hidden;
  border-bottom: 1px solid grey;
  background-color: #0056a8;
  padding-top: 45px;
}

.navbar-logo {
  width: 30%;
  float: left;
  text-align: left;
  padding-left: 40px;
}

.navbar-text {
    margin: 0 0 5px 0;
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
    padding: 0 0 0 10px;
    color: white;
}

.navbar-menu {
  width: 60%;
  float: right;
  text-align: right;
  padding: 8px 0 0 5px;
}

.navbar-menu-mobile {
  text-align: right;
  display: none;
}

.menu-hidden {
    display: none;
}

/*Header Block*/
.header {
  height: 280px;
  padding: 50px 0px 120px 0px;
  width: 80%;
  margin: auto;
  border-bottom: 1px solid grey;

}

h1 {
  font-size: 3.5rem;
  margin: 15px 0 15px 0;
}

header .main-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.5em;
  margin: 40px 0 20px 0;
  color: #444444;
}

header .sub-text {
  font-size: 1.9rem;
  margin: 0 0 50px 0;
  line-height: 40px;
  color: #757575;
}

.div-brands {
  overflow: hidden;
  height: 200px;
}

.brands-img {
  width: 22%;
  max-width: 240px;
  padding: 50px 30px 30px 30px; /* set first parameter to 0 if using head title*/
  text-align: center;
  vertical-align: middle;
  margin: 30px;
  margin-top: 0;
}

.div-midbar > h2 {
  background: #444444;
  color: white;
  padding: 20px 0 20px 0;
  margin: 0;
}

.div-installer {
  background-color: #ececec;
  width: 100%;
  height: 210px;
  /*margin-bottom: 40px;*/
  margin-top: -4.5px;
}

.div-installer h1, .div-questions h1 {
  padding: 20px 0 0 0;
  font-size: 35px;
  margin: 0 0 0 10px;
  font-weight: 500;
}

.div-installer h4, .div-questions h4 {
  font-size: 20px;
  padding-top: 0;
  margin: 0 0 25px 0;
  font-weight: 100;
}

.div-contact {
  background-color: #054581;
  color: white;
  height: 240px;
}

.div-contact .container-sub .contact-sub .material-icons {
  font-size: 30px;
}

.div-contact-mobile {
  z-index: 99;
  display: none;
  height: 65px;
  width: 100%;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #eceef1;
}

.div-contact h1, .div-products h1, .div-brands h1, .div-clients h1, .div-gallery h1, .title-head {
  margin-top: 20px;
  font-size: 35px;
  margin-bottom: 35px;
  font-weight: 400;
}

.contact-text {
    font-size: 17px;
}

.div-contact-mobile h4 {
  margin-top: 5px;
}

.div-contact-mobile .container-contact {
  /*background-color: blue;-------------*/
  width: 100%;
  height: 10px;
  float: left;
  margin-top: 10px;
}

.div-contact-mobile .sub-description {
    font-size: 14px;
    margin-top: 2px;
}

.div-services {
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding: 10px 15px 15px 15px;
  margin-bottom: 5px;
}

.service-container {
  width: 25%;
  float: left;
  /*height: 480px;--------------------*/
  display: block;
}

.service-sub-container {
  width: 65%;
  /*padding: 30%;
  padding-top: 20px;*/
  margin: auto;
}

.service-img {
  width: 60%;
}

.service-header {
  font-size: 18px;
}

.service-1 {
    padding: 10px 10px 10px 10px;
}

.service-2 {
  padding: 25px;
  display: none;
}

/*--------------FAQ Header-----------------*/

.div-questions-header {
  margin-bottom: 50px;
}

/*---------------------------------------------*/

/*-------------Collapsible FAQs----------------*/

.collapsible {
  background-color: #fff;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 17px;
  border-top: 1px solid grey;
}

.active, .collapsible:hover {
  /*background-color: #555;*/
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
}

.faq-container {
  width: 80%;
  margin: auto;
}

.div-gallery {
  padding: 0 20px 20px 20px;
}

.div-gallery .gallery-img {
  max-height: 160px;
  margin: 0 15px 0 15px;
}

.container-footer {
  width: 100%;
  background-color: #1b2126;
  padding: 5px 0 5px 0;
  color: #616263;
  margin-top: 50px;
  /*background-color: #054581;*/
}

  .div-products {
    background: #f0f0f0;
    padding: 0 0 10px 0;
  }

  .div-products h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .item {
    height: 320px;
    padding: 15px;
    background: white;
  }

  .item .item-img {
    height: 164px;
    margin: auto;
    position: relative;
  }

  .product-img {
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .product-meta {
    position: absolute;
    bottom: 10px;
    width: 85%;
    height: 158px;
  }

  .product-title {
    font-weight: 700;
    margin: 0;
    text-align: left;
    color: blue;
    font-size: 16px;
    height: 44px;
  }

  .product-description {
    text-align: left;
    font-size: 13px;
    margin-bottom: 65px;
    line-height: 1.6;
  }

  .product-view-more {
    position: absolute;
    width: 100%;
    bottom: 0px;
    color: blue;
    cursor: pointer;
  }

  .owl-container {
      width: 60%;
      margin: auto;
      margin-top: 20px;
  }

  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 40px;
    line-height: 40px;
  }

  .owl-theme .owl-nav [class*=owl-]:hover {
    background: #f0f0f0;
    color: #001f3f;
    text-decoration: none;
  }

  .breadcrumb-module {
    padding: 5px 20px 0 20px;
    text-align: left;
  }

  .breadcrumb-module span {
    cursor: pointer;
    color: blue;
  }

  .product-hero {
    max-width: 1300px;
    margin: 50px auto 20px auto;
  }

  .product-hero_gallery .product-hero_gallery-main {
    border: 1px solid gainsboro;
    margin: 0 20px 30px 20px;
  }

  .product-hero_gallery .product-hero_gallery-sub{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 10px;
    padding: 0 20px 0 20px;
  }

  .product-hero_gallery .product-hero_gallery-sub .img-holder {
    border: 2px solid #dedede;
    border-radius: 5px;
    height: 100px;
    max-width: 100%;
    position: relative;
  }

  .product-hero_gallery .product-hero_gallery-sub .img-holder .product-hero_gallery-sub-img {
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .product-hero_gallery .product-hero_gallery-main img {
    height: 195px;
    max-width: 100%;
  }

  .product-hero_content {
    font-family: 'Rubik', sans-serif;
    padding: 5px 20px 20px 20px;
    text-align: left;
  }

  .product-hero_content .title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
  }

  .product-hero_content .description {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
  }

 .product-section {
   padding: 50px 0 50px 0;
   border-top: 1px solid #e0e0e0;
   font-family: 'Rubik', sans-serif;
 }

 .product-section-container {
    width: 90%;
    margin: auto;
 }

 .product-section .product-section-container .section-heading {
   margin: 0 0 50px 0;
   font-size: 34px;
   font-weight: 500;
 }

 .product-section .product-section-content {
    text-align: left;
    font-weight: 300;
    line-height: 1.6;
    font-size: 19px;
 }

 @media only screen and (min-width: 825px) {
   .breadcrumb-module {
     padding: 5px 20px 0 50px;
     text-align: left;
   }

   .product-hero {
     max-width: 1300px;
     margin: 70px auto 20px auto;
   }

   .grid-container {
     display: grid;
     /*grid-template-columns: 1fr 1fr;*/
     grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
     grid-gap: 20px;
   }

   .product-hero_content {
     padding: 5px 20px 20px 40px;
     grid-column: 2/3;
     grid-row: 1/2;
   }

   .product-hero_gallery .product-hero_gallery-main {
     margin: 0 0 30px 0;
   }

   .product-hero_gallery {
     grid-column: 1/2;
     grid-row: 1/2;
   }

   .product-hero_gallery .product-hero_gallery-main img {
     height: 395px;
   }

   .product-hero_gallery .product-hero_gallery-sub .product-hero_gallery-sub-img {

  }

  .product-section-container {
    width: 650px;
  }

 }

@media only screen and (max-width: 900px) {
  .material-icons {
      font-size: 30px;
      color: white;
  }

.div-dot {
      display: none;
  }

  .header {
    padding: 50px 0px 60px 0px;
  }

  header .main-text {
    margin: 0px 0 20px 0;
    font-size: 25px;
  }

  header .sub-text {
      font-size: 22px;
  }

  .header .btn-quote {
     padding: 12px 52px;
  }

  /*========= Mobile Menu ==================*/
    #mobile-menu{
      position: fixed;
      text-align: center;
      list-style: none;

      width: 100%;
      color: grey;
      /*padding-top: 3.9em;*/
      padding-inline-start: 0px;
      /*box-shadow: 0 10px 20px rgba(0, 0, 0, .0), 0 6px 6px rgba(0, 0, 0, 0.1);*/
    }
    #mobile-menu ul{
      margin: none !important;

    }

    #mobile-menu li{
      margin: none !important;
      background: white;
    }

    #mobile-menu li a{
      border-style: solid;
      border-top: 0.5px solid grey;
      border-left-style: none;
      border-bottom: none;
      display:inline-block;
      padding-top: 1em;
      padding-bottom: 1em;
      width: 100%;
      color: black;
      transition: background-color 0.6s ease;
      text-decoration: none;
    }

    #mobile-menu li a:hover{
      transition: background-color 0.6s ease;
      background: #0c67bc;
      color: white;

    }

    .menu-hidden{
      margin-top: -30em;
    }

  .top-contact {
      /*display: none;*/
  }

  .top-navbar {
      width: 100%;
      padding: 45px 0 10px 0;
  }

  .flex-img {
      width: 100%;
  }

  .navbar-logo {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 0;
  }

  .navbar-text {
      font-size: 20px;
  }

  .navbar-menu {
    display: none;
  }

  .navbar-menu-mobile {
    display: block;
    padding: 15px 20px 0 0;
  }

  #contact-email {
    display: none;
  }

  .div-brands {
      height: 120px;
  }

  .brands-img {
    width: 27%;
    padding: 45px 10px 45px 10px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
  }

  .div-midbar > h2 {
    font-size: 18px;
  }

  .div-contact-mobile {
    display: block;
    height: 65px;
  }

  .div-installer {
      height: 190px;
  }

  .div-installer h1, .div-questions h1 {
    padding: 20px 0 0 0;
    font-size: 28px;
  }

  .div-installer h4 {
    padding: 0px 0 0 0;
    font-size: 18px;
    font-weight: 100;
  }

  .div-installer .btn-quote {
    font-size: 17px;
    padding: 10px 50px;
  }

/*
  .div-services {
    overflow: hidden;
    width: 90%;
    margin: auto;
    padding: 0;
    margin-bottom: 0;
  }
*/

  .service-container {
    width: 100%;
    /*height: 400px;*/
    display: block;
    margin-bottom: 20px;
  }

  .service-sub-container {
    width: 85%;
    //padding: 30%;
    margin: auto;
  }

  .service-sub-container:hover{
    box-shadow: none;
  }

  .service-img {
    width: 35%;
    max-width: 150px;
  }

  .owl-container {
    width: 90%;
  }

  .div-gallery {
      padding: 0;
  }

  .div-gallery .gallery-img {
    max-height: 80px;
    margin: 0 5px 10px 5px;
  }

  /*-------------Collapsible FAQs----------------*/

  .faq-container {
    width: 95%;
  }

  /*-------------Collapsible FAQs----------------*/

  .flex1 {
    order: 2;
    width: 100%;
  }

  .flex2 {
    order: 1;
    width: 100%;
  }

  .flex3, .flex4 {
    width: 100%;
    order: 3;
  }

  .flex5 {
    order: 5;
    width: 100%;
  }

  .flex6 {
    order: 4;
    width: 100%;
  }

  .container-footer {
      width: 100%;
      background-color: #1b2126;
      /*padding: 15px 0 70px 0;*/
      color: #616263;
    }
}
