@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #ff4d29;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);

}

body {
  font-family: "Barlow", sans-serif;
  line-height: 1.7;
  color: #516171
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700 !important;
  color: #092032;
}

a:hover{
  color: #59d187;
}

a {
  color: #092032;
  text-decoration: none;
  transition: all 0.4s ease;
}

img {
  width: 100%;
}

section{
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-cover {
  background-position: center !important;
  background-size: cover !important;
  background-position: center !important;
}
.intro {
  margin-bottom: 40px;
}

.intro h6 {
  font-weight: 400;
  color: #047956 !important;
}

.intro p {
  max-width: 500px;
  margin: auto;
}

/* NAVBAR */
.top-nav {
    background-color: #047956;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 16px;
  color: #ffffff;
}

.top-nav i,
.top-nav span {
  vertical-align: middle;
}

.social-links a {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 100%;
}

.social-links a:hover {
  background-color: #ffffff;
  color: #047956;
}

.navbar {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar-brand {
  font-weight: 700;
}

/* Button */

.btn {
  padding: 9px 24px;
  font-weight: 500;
}

.btn-brand {
  background-color: #047956;
  color: #ffffff;
  border-color: #047956;
}

.btn-brand:hover {
  color: #ffffff;
  background-color: #108a65;
}

/*  Slide */


.slide1 {
  background: linear-gradient(rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)), url(../img/LEA.jpg);
}

.slide2 {
  background: linear-gradient(rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)), url(../img/IMG_20200225_182446.jpg);
}

.slide3 {
  background: linear-gradient(rgba(9, 32, 50, 0.4), rgba(9, 32, 50, 0.4)), url(../img/Whats_ona_ondo.jpeg);
}

/* OWL Carousel*/

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  width: 60px !important;
  height: 60px !important;
  display: grid;
  place-items: center;
  background-color: rgb(255, 255, 255, 0.2) !important;
  margin-top: -30px !important;
  color: #ffffff;
  font-weight: 700 !important;
  font-size: 12px !important;
  border-radius: 100px !important;

}

.owl-prev{
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-next:hover,
.owl-prev:hover{
  background-color: #047956 !important;
}

/* Info Box */

.info-box{
  display: flex;
  align-items: center;
}

.info-box img{
  width: 90px;
  margin-right: 24px;
}

/* MILESTONE */

#milestone {
  background: linear-gradient(rgba(66, 211, 78, 0.8), rgba(66, 211, 78, 0.8)), url(../img/IMG_20200225_182446.jpg);
}

#milestone .display-4,
#milestone p{
  color: #ffffff;
}

#milestone .display-4 {
  font-weight: 700;
}

/*services*/

.service-box {
  padding: 32px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.service-box img{
  width: unset;
}

.service-box h5{
  margin-top: 24px;
  margin-bottom: 12px;
}


/* Blog */

.blog-post{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.blog-post .content {
  padding: 32px;
}

.blog-post .tag{
  padding: 4px 12px;
  background-color: #047956 !important;
  color: #fff;
  border-radius: 100px;
  top: 20px;
  left: 20px;
  position: absolute;

}

.blog-post a {
  font-weight: 700;
}

.blog-post img{
  margin-bottom: 24px;
}

.blog-post h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-post small{
  color:  #047956 !important;
  text-decoration: underline;
  text-transform: uppercase;
}

/* Partners */

.blog-part{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.blog-part .content {
  padding: 32px;
}

.blog-part .tag{
  padding: 4px 12px;
  background-color: #047956 !important;
  color: #fff;
  border-radius: 100px;
  top: 20px;
  left: 20px;
  position: absolute;

}

.blog-part a {
  font-weight: 700;
}

.blog-part img{
  margin-bottom: 24px;
}

.blog-part h4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.blog-part small{
  color:  #047956 !important;
  text-decoration: underline;
  text-transform: uppercase;
}


footer {
  padding-top: 80px;
  padding-bottom: 40px;
  background: linear-gradient(rgba(9, 32, 50, 0.8), rgba(9, 32, 50, 0.8)), url(../img/IMG_20200225_182446.jpg);
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

 .footer-top {
  /* padding-top: 80px; */
  padding-bottom: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.288);
  /* padding-bottom: 40px; */
  padding-top: 40px;
}

footer .navbar-brand {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}


footer p {
  color: #ADB3B9;
}

footer .social-icons a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.loader {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  z-index: 99999;
  position: fixed;
  left: 0;
  right: 0;
}


input.form-control {
  border-color: transparent;
  height: 44px;
}

.form-control {
  background-color: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--brand);
}
