 /** code by webdevtrick ( https://webdevtrick.com ) **/
 body {
	margin: 0;
	padding: 0;
}
* {
  font-family: 'Roboto', sans-serif;
  /*  */
}
.nav-bar {
  height: 70px;
  background: white;
  font-weight: bold;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a img {
	max-height: 63px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  /* max-width: 1000px; */
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:hover  {
  display: block;
  padding: 0 15px;
  line-height: 70px;
  background: white;
  color: black;
  text-decoration: none;
}

nav ul li a:hover ul{
  display: block;
}

nav ul li a:hover,
nav ul li a:visited:hover {
  background: #ffdb60;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: '▾';
}
nav ul li ul li {
  min-width: 275px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-dropdown:hover{
  display: block;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffdb60;
  height: 70px;
  width: 70px;
}

.bContent{
  color: #ffdb60; 
  font-size: 80px; 
  transform: translateY(-295%);
  /* padding-top: 30%; */
  text-align: left;
  width: 50%;
  float: right;
  font-weight: bold;
  font-family: 'Anton', sans-serif;
}

.bContentSpecial{
  font-size: 72px; 
  transform: translateY(-330%);
}

.ourGallery{
  color: #ffe267;
  font-size: 160px;
  font-family: "Anton", sans-serif;
  line-height: 1em;
  margin-bottom: -0.087em;
}

.specs{
  color: #ffe267;
  font-size: 160px;
  font-family: "Anton", sans-serif;
  line-height: 1em;
  margin-bottom: -0.087em;
  width: 100%;
  text-align: center;
}

.about2{
  font-size: 30px;
  text-align: center;
  transform: translateY(20%);
  font-family: Anton;
  color: #ffe267;
}

.productsContentHeading{
  font-family: 'Roboto',  sans-serif;
  font-size: 23px;
  padding-top: 10px;
  padding-right: 100px;
  color: black;
  font-weight: 700;
  text-align: right;
}

.productContent {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding-top: 20px;
  color: black;
  text-align: center;
}

.pL40{
  padding-right: 0px;
  padding-left: 0px;
}

.w12{
  width: 3em;
}

.copyright{
  color: BLACK; 
  font-family: 'Roboto'; 
  font-size: 1.0em; 
  text-align: left; 
  padding-left: 5%;  
  padding-top: 0.5%; 
  padding-bottom: 0.5%
}

.designedby{
  color: BLACK; 
  font-family: 'Roboto'; 
  font-size: 1.0em; 
  padding-right: 5%; 
  text-align: right; 
  padding-top: 0.5%; 
  padding-bottom: 0.5%;
}

.certificateImg{
/*  height: 14em;*/
}

.certificateTitle{
  font-family: 'Roboto', sans-serif;
  color: #ffdb60;
  padding-top: 10px;
  font-size: 1.2em;
}

.certificateBody{
  text-align: center;
  padding: 10px 0px;
}

.certificateIcon{
  height: 2.3em;
  margin: 0px 3px;
  padding: 5px;
  background-color: #ffdb60;
}

@media only screen and (max-width: 798px) {
  
  .bContent{
    font-size: 24px; 
    transform: translateY(-280%);
  }
  
  .bContentSpecial{
    font-size: 18px; 
    transform: translateY(-400%);
  }

  .ourGallery{
    color: #ffe267;
    font-size: 60px;
    font-family: "Anton", sans-serif;
    line-height: 1em;
    margin-bottom: -0.087em;
  }

  .specs{
    color: #ffe267;
    font-size: 60px;
    font-family: "Anton", sans-serif;
    line-height: 1em;
    margin-bottom: -0.087em;
    width: 100%;
    text-align: center;
  }

  .about2{
    font-size: 45px;
    text-align: center;
    transform: translateY(20%);
    font-family: Anton;
    color: #ffe267;
  }
  
  .productsContentHeading{
    font-family: 'Roboto',  sans-serif;
    font-size: 23px;
    padding-top: 15px;
    padding-right: 0px;
    color: black;
    font-weight: 700;
    text-align: center;
  }

  .productContent {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding-top: 15px;
    color: black;
    text-align: center;
  }

  .pL40{
    padding-right: 40px;
    padding-left: 40px;
  }

  .w12{
    width: 3em;
  }
  
  .copyright{
    color: BLACK; 
    font-family: 'Roboto'; 
    font-size: 0.9em; 
    text-align: center; 
    padding-left: 5%;  
    padding-top: 0.5%; 
    padding-bottom: 0.5%
  }

  .designedby{
    color: BLACK; 
    font-family: 'Roboto'; 
    font-size: 0.9em; 
    padding-right: 5%; 
    text-align: center; 
    padding-top: 0.5%; 
    padding-bottom: 0.5%;
  }

  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
	  padding-left: 25%;
  }
  nav ul li ul li a {
    padding-left: 30%;
  }

  .nav-dropdown {
    position: static;
  }
	.brand a img {
		max-height: 60px;
		margin-top: 5px;
	}
}

@media screen and (min-width: 799px) {
  .nav-list:hover {
    display: block !important;
  }
  .w12{
    width: 3em;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

h3.otherProductTitle, .type-product img {
    border: 2px solid #ffdb60;
}

h3.otherProductTitle {
    margin: 0px 0px 20px;
    background-color: #ffdb60;
    color: black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px;
}

b, sup, sub, u, del {
    color: #000 !important;
}
