@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

body {
    font-size: 16px;
    line-height: 25px;
    color: #444444;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
    color: #221e1e;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}


.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

header {
    /*background: #161717;*/
    padding: 3px 0px;
}


.navbar-content {
    background: #fff !important;
    margin: 0px;
    padding: 0px;
}

    .navbar-content .navbar-brand {
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
    }

    .navbar-content a {
        padding: 8px 17px !important;
        font-weight: 600;
        color: #111 !important;
        text-transform: uppercase;
        font-size: 17px;
        margin: 0px 10px;
    }

        .navbar-content a:hover {
            color: #26799f !important;
        }


.heading {
    text-align: center;
    padding-bottom: 30px;
}

    .heading h2 {
        font-size: 42px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        color: #222222;
    }

        .heading h2::before, .heading h2::after {
            content: '';
            width: 50px;
            height: 2px;
            background: #26799f;
            display: inline-block;
        }

        .heading h2::before {
            margin: 0 15px 10px 0;
        }

        .heading h2::after {
            margin: 0 0 10px 15px;
        }

    .heading p {
        margin: 15px 0 0 0;
    }


.text-large {
    font-size: 18px;
    line-height: 31px;
}

.bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100% !important;
    background: url(../images/banner.jpg);
}


.overlay {
    background: rgba(0,0,0,.62);
    padding: 220px 0px;
    text-align: center;
}

    .overlay h1 {
        font-size: 68px;
        color: #fff;
        margin-bottom: 0;
        margin-top: 0px;
        font-weight: bold;
    }


    .overlay h2 {
        font-size: 30px;
        color: #fff;
        margin-top: 29px;
        margin-bottom: 37px;
        font-weight: 400;
    }

.page-btn {
    background: #26799f;
    border-radius: 0;
    font-size: 19px;
    color: #fff;
    padding: 10px 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

    .page-btn:hover {
        color: white;
        opacity: 0.9;
    }

/**/

.form-box{
    border:1px solid gray;
    padding:40px;
}

.form-box label{
    font-weight:600;
}

.cs-input{
    height:46px;
    border:1px solid gray;
    margin-bottom:20px;
}
.cs-input-area{
 
    border:1px solid gray;
    margin-bottom:20px;
}

.bg-2 {
    background: #faf4ea8c  !important;
}

.bg-3 {
    background: #ebebeb !important;
}

.bg-image-text {
    background: #1c2326;
    color: #fff;
}

.bg-images {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 450px;
}

.features i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}

.features h3 {
    font-weight: 600;
    font-size: 25px;
    color: #eeeeee;
}

.features p {
    color: white;
    font-size: 17px;
}

.features {
    background: #202122;
    border-radius: 13px;
    box-shadow: 0px 0px 10px 0px #7b7b7b;
}

.mission {
    padding: 80px;
}

    .mission h2 {
        font-size: 36px;
        color: #fff;
        margin-bottom: 26px;
        display: inline-block;
        background: rgba(70,73,84,.7803921568627451);
        padding: 11px 32px;
    }

    .mission p {
        color: #fff;
        font-size: 23px;
        line-height: 37px;
    }

footer {
    background: #202122;
    padding: 60px 0 40px 0;
}

    footer p {
        font-size: 20px;
        color: #eee;
    }

    footer a {
        color: #eee;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: none;
            color: #dbdbdb;
        }



.copyrights {
    background: #151516;
    padding: 10px 0;
}

@media(min-width:768px) {
    .fixed-bg {
        background-attachment: fixed;
    }
}

@media(max-width:991px) {
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.98)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }

    .navbar-collapse {
        /*padding-top: 20px;*/
    }
}

@media(max-width:767px) {
    .mission {
        padding: 24px 0px;
    }

    .bg-images {
        padding-top: 300px;
    }


    footer {
        padding-top: 30px;
    }

    .mission p {
        font-size: 19px;
        line-height: 29px;
    }

    .overlay h1 {
        font-size: 43px;
    }

    .heading h2::before, .heading h2::after {
        display: none;
    }

    .overlay h2 {
        font-size: 24px;
    }

    .overlay {
        padding: 70px 0px;
    }

    .heading h2 {
        font-size: 40px;
    }
}
