html {
  margin: 0px;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  min-height: 100%;
  width: 100%;
}
* {
box-sizing: border-box;
}
.my-content {
  max-width: 1800px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
a {
  text-decoration: none;
  color: #302E2F;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 15px;
  cursor: pointer;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  text-align: center;
  color: #61786E;
  letter-spacing: 1.5px;
  padding-top: 30px;
  font-weight: 900;
}
h2 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 40px;
  letter-spacing: 1.5px;
  text-align: center;
  font-weight: 900;
}
h3 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}
h4 {
  font-family: 'Poppins', sans-serif;
  color: #61786E;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 900;
}
p {
  font-size: 24px;
  letter-spacing: 1.8px;
  line-height: 2.0em;
  color: #61786E;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 1400px) {
a {
  font-size:17px;
}
p {
  font-size: 17px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 16px;
}
}
@media only screen and (max-width: 1000px) {
a {
  font-size:18px;
}
p {
  font-size: 18px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
}
@media only screen and (max-width: 600px) {
a {
  font-size:16px;
}
p {
  font-size: 16px;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 150;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 180;
  top: 0;
  left: 0;
  background-color: #61786E;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: white;
  display: block;
  font-size: 18px;
  transition: 0.3s;
  font-weight: 500;
}

.sidenav a:hover {
  color: #333;
}
.sidenav p {
  text-align: left;
  padding-left: 10px;
  color: white;
  line-height: 1.5em;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.top {
  background-color: #61786E;

}
.mySlides {
  display:none;
}
.mySlides p {
  color: white;
  font-size: 12px;
  line-height: 1.4em;
}
.fade {
  animation-name: fade;
  animation-duration: 4s;
}

@keyframes fade {
  from {opacity: 0}
  to {opacity: 1}
}
img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.w3-mobile p {
  text-align: left;
}
.top-article {
  max-width: 900px;
  margin: auto;
}
.top-article p {
  text-align: center;
}
.scrollgalery {
  max-width: 1400px;
  margin: auto;
}
div.scrollgalery {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  overflow: auto;
  white-space: nowrap;
}

div.scrollgalery div {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.blog-link img {
  border-radius: 120px;
  margin-bottom: 20px;
}
.blog-link p {
  text-align: left;
}
.blog-link h3 {
  text-align: left;
  font-size: 19px;
  color: white;
}
@media screen and (max-width: 600px) {
  .blog-link h3 {
    text-align: left;
    font-size: 16px;
    color: white;
  }
}
.b-link {
  background-color: #61786E;

border-radius: 5px;
}
.b-link p {
color: white;
}
.b-link {
  padding-top: 30px;
}
.footer {
  background-color: #61786E;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 0;
}
.footer-row {
  max-width: 1400px;
  margin: auto;
 padding-top: 50px;
 padding-bottom: 20px;
}
.footer-right a {
  font-weight: 500;
  text-align: right;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-middle a {
  font-weight: 500;
  text-align: center;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-left a {
  font-weight: 500;
  text-align: left;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;
}
.footer-left p {
  font-weight: 500;
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width: 500px) {
  .footer-middle a {
    text-align: left;
  }
  .footer-left a {
    text-align: left;
  }
  .footer-right a {
    text-align: left;
  }
}
.w3-cell-top {
  padding-top: 15px;
}
.stripe {
  height: 40px;
}
.stripe-1 {
  height: 20px;
}
.stripe-top {
  height: 10px;
}
.stripe-2 {
  height: 60px;
}
.stripe-3 {
  height: 50px;
}
.w3-tag {
  background-color: #61786E;

}
.specification:hover {
  font-family: 'Poppins', sans-serif;

  font-size: 1.2em;
}
.footer-right a {
  text-align: right;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;

}
.footer-middle a {
  text-align: center;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;

}
.footer-left a {
  text-align: left;
  display: block;
  color: white;
  font-family: 'Poppins', sans-serif;

}
.footer-left p {
  color: white;
  text-align: center;
  font-family: 'Poppins', sans-serif;

}
@media screen and (max-width: 500px) {
  .footer-middle a {
    text-align: left;
  }
  .footer-left a {
    text-align: left;
  }
  .footer-right a {
    text-align: left;
  }
}
hr {
  border-color: white;

}
.hr-orange {
  border-color: #F3A433;
}
.tag-article {
  margin-bottom: 60px;
}
.product-icon {
  margin-top: 60px;
}
.row-products {
  margin-top: 50px;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 6px;
}
.column {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 6px;
}

.column img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.row-article {
  max-width: 1200px;
  margin: auto;
}
.column-article p {
  text-align: left;
  font-size: 16px;
}
.column-article h3 {
  text-align: left;
  margin-top: 18px;
  font-size: 17px;
}
.bottom-info p {
  font-size: 12px!important;
  color: white;
  padding-bottom: 20px;
 }
