@import url("../fonts/fonts.css");
html, body {
  font-family: "Janna LT Regular";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Janna LT Bold";
}

a {
  text-decoration: none;
  font-family: "Janna LT Regular";
  color: #231F20;
  transition: all 300ms ease;
}

a:hover {
  text-decoration: none !important;
  color: #006C35;
  text-decoration: none;
}

p {
  font-size: 24px;
  font-family: "Janna LT Regular";
}

ul > li {
  font-size: 24px;
  font-family: "Janna LT Regular";
}

div {
  font-family: "Janna LT Regular";
}

section {
  font-family: "Janna LT Regular";
}
section .home-title {
  font-size: 100px;
}
section .section-title {
  font-family: "Janna LT Regular";
  font-size: 50px;
}

.fnt-10 {
  font-size: 10px !important;
}

.fnt-12 {
  font-size: 12px !important;
}

.fnt-15 {
  font-size: 15px !important;
}

.fnt-18 {
  font-size: 18px !important;
}

.fnt-20 {
  font-size: 20px !important;
}

.fnt-25 {
  font-size: 25px !important;
}

.fnt-30 {
  font-size: 30px !important;
}

.fnt-40 {
  font-size: 40px !important;
}

.fnt-50 {
  font-size: 50px !important;
}

.fnt-60 {
  font-size: 60px !important;
}

.fnt-70 {
  font-size: 70px !important;
}

.fnt-80 {
  font-size: 80px !important;
}

.fnt-100 {
  font-size: 100px !important;
}

.fnt-120 {
  font-size: 120px !important;
}

.fnt-black {
  color: #000;
}

.fnt-white {
  color: #fff;
}

.fnt-brown {
  color: #B5784D;
}

.fnt-orange {
  color: #006C35;
}

.fnt-gray {
  color: #231F20;
}

[class^=spacer-] {
  display: block;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-20 {
  height: 20px;
}

.spacer-40 {
  height: 40px;
}

.spacer-60 {
  height: 60px;
}

.spacer-80 {
  height: 80px;
}

.spacer-100 {
  height: 100px;
}

.spacer-120 {
  height: 120px;
}

.hideThis {
  display: none !important;
}

.remMar {
  margin: 0px;
}

.remPad {
  padding: 0px;
}

.fa-mar-5 {
  margin-right: 5px;
}

.posRel {
  position: relative;
}

.posAbs {
  position: absolute;
}

.forceDir {
  display: block;
  direction: ltr;
}

.preAnimate {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 1000ms ease;
}

.animateThis {
  opacity: 1;
  position: relative;
  top: 0px;
  transition: all 1000ms ease;
}

.bg-full {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.btn-bg-orange {
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 0px;
  background-image: url("../img/icons/btn-orange.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  text-align: right;
}

.btn-bg-orange:hover {
  color: #fff;
}

.vh-100-min {
  min-height: 100vh;
}

#main-navigation {
  position: relative;
  z-index: 1;
  width: 100%;
}
#main-navigation .nav-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
#main-navigation .nav-link {
  font-family: "Janna LT Regular";
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 500ms ease;
}
#main-navigation .nav-link:hover {
  font-weight: 700;
  color: #006C35;
  text-decoration: none;
}
#main-navigation .nav-link.active {
  font-weight: 700;
  color: #006C35;
}
#main-navigation .navbar-brand {
  margin: 0px;
}
#main-navigation .desktop-view .fixed-top {
  padding-top: 3rem;
}
#main-navigation .desktop-view .navbar {
  background-color: transparent;
  transition: all 500ms ease;
}
#main-navigation .desktop-view .scrolled {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 1rem;
  transition: all 500ms ease;
}
#main-navigation .mobile-view .btn-menu-mobile {
  border: none;
  width: auto;
}
#main-navigation .mobile-view .navbar-brand .mobile-logo {
  max-width: 50%;
}
#main-navigation .mobile-view .mobile-top-menu {
  position: fixed;
  min-width: 100%;
  padding: 1rem;
  background-color: transparent;
  transition: all 500ms ease;
}
#main-navigation .mobile-view .mobile-top-menu.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
}
#main-navigation .mobile-view .offcanvas {
  background-color: #000;
}

footer .social a {
  padding-right: 10px;
}
footer a {
  color: #fff;
  transition: all 300ms ease;
  font-family: "Cairo";
}
footer a:hover {
  color: #006C35;
}
footer p {
  font-family: "Cairo";
  font-size: 20px;
  margin-bottom: 0px;
  color: #fff;
}
footer .copyright {
  font-family: "Cairo";
  font-size: 18px;
  color: #fff;
}

#contact-form-dark ::placeholder {
  color: #fff;
}
#contact-form-dark ::-ms-input-placeholder {
  color: #fff;
}
#contact-form-dark :-ms-input-placeholder {
  color: #fff;
}
#contact-form-dark .form-control {
  background-color: transparent;
  border-radius: 0px;
  border: none;
  font-size: 16px;
  text-align: right;
  border-bottom: 2px solid #fff;
  color: #fff;
}

.counter {
  font-size: 300px !important;
  font-family: "Janna LT Bold";
}
.counter span {
  font-size: 300px;
  font-family: "Janna LT Bold";
}

h2.slider-title {
  font-size: 70px;
}

h3.slider-title {
  font-size: 30px;
}

.custom-owl .owl-dots {
  margin-top: 40px;
}
.custom-owl p, .custom-owl ul, .custom-owl li {
  font-size: 20px;
}
.custom-owl button.owl-dot span {
  background-color: #231F20;
  height: 6px;
  display: block;
  width: 50px;
  margin: 1px 5px;
}
.custom-owl button.owl-dot.active span {
  background-color: #006C35;
}

.services-owl .services-caption {
  position: absolute;
  background-color: transparent;
  padding: 5rem 5rem 5rem 5rem;
  max-width: 55%;
  background-image: url("../img/icons/caption-arrow.svg");
  background-repeat: no-repeat;
  top: 0rem;
}
.services-owl .services-caption p, .services-owl .services-caption ul, .services-owl .services-caption li {
  font-size: 20px;
  color: #fff;
}
.services-owl .owl-dots {
  position: absolute;
  margin-top: 0px;
}
.services-owl button.owl-dot span {
  background-color: #231F20;
  height: 6px;
  display: block;
  width: 50px;
  margin: 1px 5px;
}
.services-owl button.owl-dot.active span {
  background-color: #006C35;
}
.projects-owl .projects-caption {
  position: absolute;
  background-color: #fff;
  padding: 5rem 5rem 5rem 5rem;
  max-width: 40%;
  background-image: url("../img/icons/caption-arrow.svg");
  background-repeat: no-repeat;
}
.projects-owl .projects-caption p, .projects-owl .projects-caption ul, .projects-owl .projects-caption li {
  font-size: 20px;
  color: #000;
}
.projects-owl .img-parent {
  position: absolute;
  left: 0;
}
.projects-owl .owl-dots {
  margin-top: 0px;
}
.projects-owl button.owl-dot span {
  background-color: #231F20;
  height: 6px;
  display: block;
  width: 50px;
  margin: 1px 5px;
}
.projects-owl button.owl-dot.active span {
  background-color: #006C35;
}

.wpcf7 form .wpcf7-response-output{
  color:#fff;
}
/*# sourceMappingURL=main-rtl.css.map */
