﻿.banner .banner-caption .heading {
    font-size: 74.23px;
    color: #000000;
    margin-bottom: 5px;
}

.banner .banner-caption .text {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 50px;
}

.about-section {
    padding-top: 120px;
    background-image: linear-gradient(to right, #000000 30%, #000000 70%);
}

.navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    padding: 6px 6px;
    margin-left: 45px;
    transition: .5s ease;
    transition: all .6s ease;
    border: 2px solid transparent;
    display: block;
    font-family: 'Raleway', sans-serif;
}

    .navbar .navbar-nav .nav-link.non-active {
        color: #000000 !important;
    }

.btn.red-btn {
    background: #000000;
    border-color: transparent;
    color: #fff;
}
.about-section2 {
    padding-top: 120px;
    background-image: linear-gradient(to right, #00abc9 10%, #000000 70%);
}
.subheading {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.navbar .navbar-nav .nav-link.active {
    color: #00abc9;
    transition: all .6s ease;
}

.subheading2 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}
a {
    color: #00abc9;
    text-decoration: none;
    background-color: transparent;
}

.heading2 {
    font-size: 48px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 25px;
}
footer {
    padding: 50px 0;
    background-image: linear-gradient(to right, #000000 30%, #000000 70%);
}

.team-section .owl-carousel button.owl-dot.active {
    background-color: #00abc9;
}

