:root {
  --color-primary: #6eba44;
  --color-secondary: #013f5e;
  --color-gradient-start: #013f5e;
  --color-gradient-stop: #6eba44;
}

body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: #838689;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: Arial, sans-serif;
  color: #000;
}

.h1,
h1 {
  font-size: 45px;
  line-height: 1.244em;
  font-weight: 300;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 1.285em;
  font-weight: 300;
}

.h3,
h3 {
  font-size: 35px;
  line-height: 1.342em;
  font-weight: 400;
}

.h4,
h4 {
  font-size: 30px;
  line-height: 1.35em;
  font-weight: 400;
}

.h5,
h5 {
  font-size: 25px;
  line-height: 1.35em;
  font-weight: 400;
}

.h6,
h6 {
  font-size: 21px;
  line-height: 1.2em;
  font-weight: 400;
}

/*.main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
*/
.navbar-brand {
  /* padding: 30px 100px; */
}

.main-nav > li > a {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.main-nav > li.is-active > a,
.main-nav > li:hover > a,
.main-nav > li > a:hover {
  color: #fff;
}

.header-module .social-icon a {
  opacity: 0.7;
}
.header-module .social-icon a:hover {
  opacity: 1;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .ui-selectmenu-button {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f3f5f6;
  color: #6f7274;
  border-color: #f7f9fb;
}

.testi-avatars .carousel-item:not(.is-selected) {
  opacity: 0.3;
}

.main-footer {
  background-color: #343535;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.main-footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer a:not(.btn):hover {
  color: #fff;
}
.footer-logos {
  text-decoration: none;
  display: inline-block;
  margin: 0 !important;
  padding-left: 0;
}
.footer-logos li {
  display: inline-block;
  margin: 4px 8px;
}
.footer-logos li img {
  width: 80px;
  display: block;
}

.tabs-nav li.iconbox {
  line-height: 1;
  margin: 0 10px;
  width: 22%;
  opacity: 0.9;
  background-image: url(./../images/home/asiri_pattern_light.svg);
  background-color: #fafafa;
  background-size: 70%;
  background-position: -50px 10px;
  background-repeat: no-repeat;
}

.tabs-nav li.iconbox.active,
.tabs-nav li.iconbox:hover,
.iconbox-filled-hover:hover:before {
  opacity: 1;
  background-image: url(./../images/asiri_pattern_orange.png);
  background-color: #6eba44 !important;
  background-size: 70%;
  background-position: -50px 10px;
  background-repeat: no-repeat;
}

.tabs-nav li.iconbox.active a {
  color: #ffffff;
}

.tabs-nav li.iconbox a {
  padding: 30px 40px !important;
  font-size: 12px;
  color: #333333;
  font-weight: 900;
  letter-spacing: 2px;
}
