
body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
}


li {
    list-style: none;
}

a:hover, a:visited, a {
    text-decoration: none;
}

h4 {
    font-size: 14px;
    color: #008ed6;
    text-transform: uppercase;
    margin-top: 65px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    color: #008DD5;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0;
}

.animated {
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
}
/*header area*/
.top-header {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

    .top-header img.logo {
        margin-top: 0;
        transition: all .7s ease 0s;
        -webkit-transition: all .7s ease 0s;
        -moz-transition: all .7s ease 0s;
        -o-transition: all .7s ease 0s;
        -ms-transition: all .7s ease 0s;
    }

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
}

.nav-bar {
    margin-top: 28px;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

.navbar-toggle span {
    color: #fff;
}

ul.nav {
    margin: 0;
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    padding: 8px 0;
    margin: 0 15px;
    font-weight: 600;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        border-bottom: 2px solid #008ed6;
    }

    .navbar-default .navbar-nav > li > a.active {
        color: #fff;
        border-bottom: 2px solid #008ed6;
    }

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.mark {
    background-color: white;
    color: #008DD5;
    font-size: large;
    font-weight: bold;
}

/*banner area*/
.banner {
    background: url(../img/GreyscaleAfrica4.png);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
}

    .banner h3 {
        font-size: 14px;
        color: #008ed6;
        text-transform: uppercase;
        margin-top: 160px;
        font-weight: 700;
    }

    .banner h1 {
        font-size: 48px;
        color: #fff;
    }

    .banner p {
        font-size: 18px;
        color: #999999;
        margin-top: 25px;
        line-height: 2;
        font-weight: 600;
    }

.download-btn {
    width: 160px;
    height: 50px;
    background: #008ed6;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    border: 0;
    margin-top: 60px;
    margin-right: 15px;
    font-weight: 600;
}

.product-btn {
    width: 160px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #444348;
    text-transform: uppercase;
    color: #fff;
    background: transparent;
    font-size: 14px;
    margin-top: 60px;
    margin-bottom: 105px;
    font-weight: 600;
}

.banner-img {
    position: relative;
}

.banner img {
    position: absolute;
    margin-top: 125px;
}

.round-corner {
    border-radius: 5%;
}

/*product area*/

.product img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.thumbnail img {
    height: 300px;
    width: 320px;
    margin-bottom: 0px;
}

.thumbnail > .caption {
    margin-top: -30px;
}

.product i.fa {
    font-size: 25px;
    color: #008ed6;
    font-weight: 700;
    width: 100px;
    height: 100px;
    border: 1px solid #e1e1e1;
    line-height: 4;
    border-radius: 50%;
    cursor: pointer;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}

    .product i.fa:hover {
        color: #fff;
        background: #008DD5;
    }

.product h3 {
    font-size: 24px;
    color: #1a1a1a;
}

.product p {
    font-size: 18px;
    color: #999999;
    margin-bottom: 20px;
}



/*download area*/
.download {
    background: #15141a;
}

    .download p {
        font-size: 36px;
        color: #fff;
        font-weight: 300;
        padding: 65px 0;
    }

        .download p span {
            font-weight: 700;
        }

    .download button {
        margin: 65px 0;
    }

        .download button.download-btn {
            margin-left: 15px;
        }
/*contact area*/
.contact {
    background: #ededed;
    position: relative;
    height: 900px;
}

.contact-heading img {
    margin: auto;
    margin-bottom: 50px;
}

.contact i.fa {
    color: #008ed6;
    font-size: 20px;
    padding: 20px;
}

.contact p {
    font-size: 18px;
    color: #999999;
    line-height: 1;
}

.contact-form {
    background: #15141a;
    overflow: hidden;
    z-index: 222;
    position: absolute;
    margin-top: 50px;
}

.contact-form-left, .contact-form-right {
    margin-top: 60px;
}

    .contact-form-left input {
        width: 100%;
        height: 50px;
        padding: 12px;
        border-radius: 5px;
        border: 1px solid #444348;
        margin-bottom: 20px;
        background: transparent;
        color: #fff;
    }

.contact-form textarea {
    width: 100%;
    height: 189px;
    border-radius: 5px;
    border: 1px solid #444348;
    margin-bottom: 15px;
    background: transparent;
    padding: 12px;
    color: #fff;
}

.contact-form-right input {
    width: 160px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #008ed6;
    border-radius: 5px;
    border: 0;
    margin-bottom: 40px;
}
/*map section*/
#map {
    width: 100%;
    height: 150px;
    /*pointer-events: none;*/
}
/*footer section*/
.footer {
    background: #15141a;
}

    .footer i.fa {
        font-size: 15px;
        padding: 20px;
        color: #444348;
        margin-top: 20px;
    }

        .footer i.fa:hover {
            color: #008ed6;
        }

    .footer p {
        font-size: 14px;
        color: #444348;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .footer p a {
        color: #444348;
    }

    .footer p a:hover {
        color: #008ed6;
    }

    .block{
        display:inline-block
    }
