.hidden-xs-up, .hidden-xl-down, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
ul {
  list-style: none;
  padding-left: 0;
}

button {
  cursor: pointer;
}

.ct-btn, .btn {
  font-family: Mada;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding: 0 15px;
  min-width: 230px;
  height: 74px;
  line-height: 74px;
  text-align: center;
  border: 0;
  margin-top: 30px;
  background: #8CC63F;
  box-shadow: 0px 4px 10px rgba(66, 107, 11, 0.4);
  border-radius: 5px;
}

.ct-btn:hover, .btn:hover {
  background: #7fb636;
  color: #fff;
}

@media (max-width: 1199px) {
  .ct-btn, .btn {
    min-width: 210px;
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .ct-btn, .btn {
    min-width: 200px;
    height: 50px;
    line-height: 50px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}
.header.sticky {
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.header.sticky .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
}
.header .navbar {
  padding: 15px 0;
}
.header .navbar .navbar-brand img {
  max-width: 106px;
}
.header .navbar .navbar-toggler {
  border: 0;
}
.header .navbar .navbar-toggler.show .navbar-toggler-icon {
  height: 0;
}
.header .navbar .navbar-toggler.show .navbar-toggler-icon:after {
  transform: rotate(-45deg);
  top: -2px;
}
.header .navbar .navbar-toggler.show .navbar-toggler-icon:before {
  transform: rotate(45deg);
  top: 0;
}
.header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 30px;
  background: #8CC63F;
  height: 2px;
  position: relative;
}
.header .navbar .navbar-toggler .navbar-toggler-icon:after {
  content: "";
  height: 2px;
  width: 30px;
  display: block;
  background: #8CC63F;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
}
.header .navbar .navbar-toggler .navbar-toggler-icon:before {
  content: "";
  height: 2px;
  width: 30px;
  display: block;
  background: #8CC63F;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  top: -7px;
}
.header .navbar .navbar-toggler .navbar-toggler-icon:after {
  top: 5px;
}
.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #8CC63F;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 10px 15px;
  /*@include respond-below (lg) {
      color: #000;
  }*/
}
.header .navbar .navbar-nav .nav-item .nav-link.active, .header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #8CC63F;
}

@media (max-width: 767px) {
  .header {
    background: #fff;
  }
}
@media (max-width: 991px) {
  .header.sticky .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header .navbar {
    padding: 10px 15px;
  }
}
@media (max-width: 575px) {
  .header .navbar {
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .header .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background: rgba(29, 72, 110, 0.95);
    z-index: 999;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 15px;
  }
}
/*-------------------custom css--------------------*/
.footer {
  background: url(../images/footer-bg.svg) top center no-repeat;
  background-size: cover;
  padding-top: 90px;
}
.footer .footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer .footer-logo img {
  max-width: 210px;
}
.footer p {
  font-weight: normal;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #FFFFFF;
  direction: rtl;
}
.footer .site-link {
  display: inline-block;
  font-weight: 600;
  font-size: 25px;
  line-height: 50px;
  color: #FFFFFF;
}
.footer .site-link:hover {
  color: #8CC63F;
}
.footer .footer-vector {
  padding-top: 60px;
}
.footer .footer-vector img {
  width: 100%;
}

@media (max-width: 1199px) {
  .footer {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 80px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer .footer-logo img {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .footer p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .footer p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .footer p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .footer .site-link {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .footer .site-link {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .footer .footer-vector {
    padding-top: 40px;
  }
}
a, button {
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
}

a:hover, button:hover {
  text-decoration: none;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul, li, p {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.header-block {
  text-align: center;
  margin-bottom: 45px;
  direction: rtl;
}
.header-block .site-title {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .header-block {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .header-block {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .header-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .header-block .site-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .header-block .site-title {
    margin-bottom: 10px;
  }
}
.site-title {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 45px;
  color: #000000;
}

@media (max-width: 1199px) {
  .site-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .site-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .site-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-banner {
  position: relative;
}
.hero-banner .col-md-6 {
  padding: 0;
}
.hero-banner .banner-content {
  max-width: 553px;
  margin-left: auto;
  padding: 130px 0 40px;
}
.hero-banner .banner-content h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 20px;
  direction: rtl;
  text-align: right;
}
.hero-banner .banner-content p {
  direction: rtl;
  text-align: right;
}
.hero-banner .banner-content .read-btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  display: block;
  margin: 70px 0 20px;
}
.hero-banner .banner-content .banner-shape {
  background: url(../images/banner-shape.svg) 0 0 no-repeat;
  background-size: cover;
  display: block;
  height: 60px;
  width: 5px;
}
.hero-banner .banner-img {
  width: 100%;
  background: url(../images/banner-img.jpg) no-repeat;
  background-size: cover;
  background-position: right bottom;
  height: 100%;
  clip-path: polygon(100% 0, 100% 84%, 73% 100%, 45% 86%, 0 0);
  -webkit-clip-path: polygon(100% 0, 100% 84%, 73% 100%, 45% 86%, 0 0);
  -moz-clip-path: polygon(100% 0, 100% 84%, 73% 100%, 45% 86%, 0 0);
}

@media (max-width: 767px) {
  .hero-banner {
    background: url(../images/banner-img.jpg) 0 0 no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .hero-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1199px) {
  .hero-banner .banner-content {
    max-width: 454px;
    padding: 120px 0 40px;
  }
}
@media (max-width: 991px) {
  .hero-banner .banner-content {
    max-width: 454px;
    padding: 100px 15px 20px;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content {
    max-width: 100%;
    padding: 120px 15px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-content {
    padding: 100px 15px 30px;
  }
}
@media (max-width: 1199px) {
  .hero-banner .banner-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hero-banner .banner-content h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content h2 {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-content h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content p {
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .hero-banner .banner-content .read-btn {
    font-size: 18px;
    line-height: 28px;
    margin: 50px 0 20px;
  }
}
@media (max-width: 991px) {
  .hero-banner .banner-content .read-btn {
    font-size: 16px;
    line-height: 25px;
    margin: 30px 0 20px;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content .read-btn {
    color: #fff;
    margin: 30px 0 0px;
  }
}
@media (max-width: 575px) {
  .hero-banner .banner-content .read-btn {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-content .banner-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-banner .banner-img {
    clip-path: polygon(100% 0, 100% 90%, 82% 100%, 38% 90%, 0 0);
    -webkit-clip-path: 100% 0, 100% 90%, 82% 100%, 38% 90%, 0 0;
    -moz-clip-path: polygon(100% 0, 100% 90%, 82% 100%, 38% 90%, 0 0);
  }
}
@media (max-width: 767px) {
  .hero-banner .banner-img {
    display: none;
  }
}
.product-sec {
  padding: 20px 0 60px;
  position: relative;
}
.product-sec:before {
  content: "";
  background: url(../images/shape-vector-1.svg) center right no-repeat;
  background-size: 100%;
  position: absolute;
  height: 90px;
  width: 30px;
  left: 0;
  top: 0;
}
.product-sec .product-content {
  text-align: right;
  direction: rtl;
  max-width: 780px;
  margin-right: auto;
}
.product-sec .product-quality-img {
  background: url(../images/quality-img.svg) 0 0 no-repeat;
  background-size: 100%;
  height: 262px;
  width: 262px;
}

@media (max-width: 1199px) {
  .product-sec {
    padding: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  .product-sec {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .product-sec .product-content {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .product-sec .product-quality-img {
    height: 220px;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .product-sec .product-quality-img {
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .product-sec .product-quality-img {
    height: 200px;
    width: 200px;
    margin: auto;
  }
}
.features-sec {
  position: relative;
}
.features-sec:before {
  content: "";
  background: url(../images/shape-vector-2.svg) center left no-repeat;
  background-size: 100%;
  position: absolute;
  height: 200px;
  width: 60px;
  right: 0;
  top: 20px;
}
.features-sec .features-block {
  padding-top: 50px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.features-sec .features-block .site-title {
  direction: rtl;
}
.features-sec .features-block .features-box {
  direction: rtl;
  text-align: center;
  margin-bottom: 60px;
}
.features-sec .features-block .features-box h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.features-sec .features-block .features-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  max-width: 270px;
  margin: auto;
}
.features-sec .features-block .features-box .feature-icon {
  display: inline-block;
  height: 100px;
  width: 120px;
  margin-bottom: 10px;
}
.features-sec .features-block .features-box .feature-icon.temperature-icon {
  background: url(../images/features-temperature-icon.svg) 0 0 no-repeat;
  background-size: 100%;
}
.features-sec .features-block .features-box .feature-icon.warranty-icon {
  background: url(../images/features-warranty-icon.svg) 0 0 no-repeat;
  background-size: 100%;
}
.features-sec .features-block .features-box .feature-icon.devices-icon {
  background: url(../images/features-devices-icon.svg) 0 0 no-repeat;
  background-size: 100%;
}
.features-sec .features-block .features-box .feature-icon.capacity-icon {
  background: url(../images/features-capacity-icon.svg) 0 0 no-repeat;
  background-size: 100%;
}
.features-sec .features-block .features-box .feature-icon.efficiency-icon {
  background: url(../images/features-efficiency-icon.svg) 0 0 no-repeat;
  background-size: 100%;
}
.features-sec .features-block .features-box .feature-icon.power-icon {
  background: url(../images/features-real-power-icon.svg) 0 0 no-repeat;
  background-size: 100%;
}

@media (max-width: 1199px) {
  .features-sec .features-block {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .features-sec .features-block .features-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .features-sec .features-block .features-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .features-sec .features-block .features-box h4 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  .features-sec .features-block .features-box p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .features-sec .features-block .features-box p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .features-sec .features-block .features-box .feature-icon {
    margin-bottom: 8px;
  }
}
.clients-logo-sec {
  padding: 30px 0;
  position: relative;
}
.clients-logo-sec:before {
  content: "";
  background: url(../images/shape-vector-3.svg) center right no-repeat;
  background-size: 100%;
  position: absolute;
  height: 200px;
  width: 60px;
  left: 0;
  top: 20px;
}
.clients-logo-sec .header-block {
  direction: rtl;
}
.clients-logo-sec .clients-logo ul {
  flex-wrap: wrap;
}
.clients-logo-sec .clients-logo ul li {
  flex: 0 0 14.28%;
  max-width: 14.28%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  width: 200px;
  height: 100px;
}
.clients-logo-sec .clients-logo ul li.logo-1 {
  background-image: url(../images/logo1.png);
}
.clients-logo-sec .clients-logo ul li.logo-2 {
  background-image: url(../images/logo2.png);
}
.clients-logo-sec .clients-logo ul li.logo-3 {
  background-image: url(../images/logo3.png);
}
.clients-logo-sec .clients-logo ul li.logo-4 {
  background-image: url(../images/logo4.png);
}
.clients-logo-sec .clients-logo ul li.logo-5 {
  background-image: url(../images/logo5.png);
}

@media (max-width: 1199px) {
  .clients-logo-sec {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .clients-logo-sec {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .clients-logo-sec .clients-logo ul li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (max-width: 575px) {
  .clients-logo-sec .clients-logo ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .clients-logo-sec .clients-logo ul li:last-child {
    width: 100%;
  }
}
.contact-sec {
  padding: 50px 0;
}
.contact-sec .contact-form {
  max-width: 710px;
  margin: auto;
  text-align: center;
}
.contact-sec .contact-form .form-group {
  margin-bottom: 25px;
}
.contact-sec .contact-form .form-group .form-control {
  height: 64px;
  line-height: 64px;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  border-radius: 5px;
  direction: rtl;
}
.contact-sec .contact-form .form-group .form-control:focus {
  box-shadow: 0 0 0px 1px #8CC63F;
  outline-color: #8CC63F;
}
.contact-sec .contact-form .form-group textarea.f orm-control {
  height: 160px;
  line-height: 24px;
  padding-top: 10px;
}
.contact-sec .contact-form .ct-btn {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .contact-sec {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .contact-sec {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact-sec .contact-form .form-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .contact-sec .contact-form .form-group {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contact-sec .contact-form .form-group .form-control {
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .contact-sec .contact-form .form-group .form-control {
    height: 44px;
    line-height: 44px;
  }
}
.electricity-form {
  padding-top: 50px;
  direction: rtl;
  text-align: right;
}

.ef-inner {
  max-width: 850px;
  margin: auto;
}
.ef-inner .radio-design {
  margin-top: 50px;
  margin-bottom: 20px;
}
.ef-inner .radio-design ul li {
  width: 33.33%;
  float: left;
  border-right: 1px solid #fff;
}
.ef-inner .radio-design ul li:last-child {
  border-right: 0;
}
.ef-inner .radio-design ul li label {
  background: #1D486F;
  width: 100%;
  font-size: 18px;
  padding: 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-items: center;
  height: 120px;
}
.ef-inner .radio-design ul li input[type=radio] {
  display: none;
}
.ef-inner .radio-design ul li input[type=radio]:checked + label {
  background: #8CC63F;
}
.ef-inner .form-group {
  margin-bottom: 25px;
}
.ef-inner .form-group .form-control {
  height: 64px;
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: inherit !important;
  margin-bottom: 10px;
}
.ef-inner .form-group .form-control:focus {
  box-shadow: 0 0 0px 1px #8CC63F;
  outline-color: #8CC63F;
}
.ef-inner .form-group textarea.form-control {
  height: 160px;
  line-height: 24px;
  padding-top: 10px;
}
.ef-inner .form-group select {
  background-image: url(../images/arrow.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  cursor: pointer;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .ef-inner .form-group select {
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .ef-inner .radio-design ul li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ef-inner .radio-design ul li label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ef-inner .radio-design ul li label {
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ef-inner .radio-design ul li label {
    height: 60px;
    padding: 10px;
    margin-bottom: 1px;
  }
}
@media (max-width: 991px) {
  .ef-inner .form-group .form-control {
    height: 48px;
    line-height: 48px;
  }
}
@inc lude respond-below (sm) {
  .ef-inner .form-group .form-control {
    height: 44px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  .ef-inner .form-group select {
    background-size: 18px auto;
  }
}
.top-divider {
  padding-top: 50px;
  border-top: 1px solid #DBDBDB;
}

.error-msg {
  font-size: 14px;
  color: #FF0000;
  margin-bottom: 10px;
  margin-top: -4px;
}

* {
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

/*html{
    scroll-behavior: smooth;
}*/
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  font-family: "Mada", sans-serif;
  overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
