body{
    scroll-behavior: smooth;
}
.home-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
    padding-top: 12%;
}
#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}
.btn-get-started {
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 32px;
    margin: 10px;
    color: #fff;
    background: blue;
    transition: 0.5s;
}
.btn-get-started:hover{
    background: #fff;
    color: purple;
    transition: 0.5s;
}
.intro-para{
    text-align: center;
    font-size: 16px;
}
div{
    scroll-behavior: smooth;
}
.mission-title{
    position:relative;
    text-align:center;
}

#intro .carousel-fade {
    overflow: hidden;
}

.tagline{
    font-size: 42px;
}

.sub-tagline{
    font-size: 17px;
}

hr{
    height: 3px;
    border: none;
    background-color: blue;
}

#navbarSupportedContent > ul > li > .my-nav-link{
    color: #000;
}

#navbarSupportedContent > ul > li > .my-nav-link:hover{
    color: purple;
    /* border-bottom: 2px solid purple; */
}

.active .my-nav-link{
    color: purple !important;
    border-bottom: 2px solid purple !important;
}
.mission-title::before{
    content: "";
    position: absolute;
    bottom: -10px;
    background-color: yellow;
    height: 3px;
    width: 80px;
    left: 50%;
    margin-left: -75px;
}
.mission-text{
    font-size: 18px;
}

.lower-footer{
    height: 10vh;
    background-color: black;
    color: #fff;
}

.upper-footer{
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../images/nairobi.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.lower-footer > .container > p {
    padding-top: 18px;
    font-size: 12px;
}
.footer-link{
    color: #fff;
    text-decoration: none;
}
.square-holder {
    padding:30px;
    border: 1px solid #cecece;
    align-items: center;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:20px;
    background-color:#f1f1f1;
    min-height:200px
  }
  
  .square-holder img {
    max-width:100%;
    filter: grayscale(100%);
    transition: all 0.3s;
  }
  
  .square-holder:hover img{
    filter:none;
  }
  
  .float-gi {
    top: 160px;
}
.fl-fl {
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.fl-fl:hover {
    right: 0;
}
.wa {
    margin-left: 5px;
}
.social-icon {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
}
.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}
.float-tw {
    top: 215px;
}

.float-li {
    top: 270px;
}
.float-me {
    top: 325px;
}
.float-yt {
    top: 380px;
}

#section03 a span {
    position: absolute;
    top: 0;
    /* left: 50%; */
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.demo a {
    position: absolute;
    bottom: 65px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.service-p{
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
    }
}