/*navbar style*/
.bg-light { /*navbar color*/
    background-color: #e0dfdf;
}

.navbar-brand {
    padding-top: 10px !important;
    margin-left: -150px;
}

.navbar-brand > img {
    height: 70px;
    /*width: 303px;*/
}

.navbar.navbar-expand-lg.navbar-light.bg-light a, .navbar-brand a {
    font-size: 24px;
    padding-left: 50px;
    font-weight: 500;
}

.navbar.navbar-expand-lg.navbar-light.bg-light a:hover, .navbar-brand a:focus {
    text-decoration: none;
    color: #337ab7;
}

ul, li {
    text-align: center;
!important;
    margin: auto;
    display: block;
}

/*rearBanner segement*/

.rearBanner {
    background-color: #337AB7;
    height: 70px;
    text-align: center;
    margin-top: 80px;

}

.rearBanner > img {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 70px;
}


/*AboutUs one*/
#Aboutus > h2 {
    font-weight: 400 !important;
    text-align: left;
}

.row.featurette {
    margin: 25px 0px;
}

.row.featurette > p {
    font-size: 28px;
}

/*Aboutus two*/
#our_vision {
    margin-top: 42px;
}

#third h4 {
    text-align: left;
    color: #337ab7;
}

.col-md-6.order-md-1 > p, .col-md-6.order-md-2 > p {
    color: black;
    text-align: left;
    font-size: 20px;
    /*font-weight: bold;*/
    text-align: justify;
}

.col-md-6.order-md-1 > img, .col-md-6.order-md-2 > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.col-md-7.order-md-1 > img, .col-md-7.order-md-2 > img {
    font-size: 20px !important;
}

.col-md-7.order-md-1 > p, .col-md-7.order-md-2 > p, .col-md-12 > p {
    font-size: 20px;
    text-align: justify;
}

/*end aboutus two*/


@media (min-width: 1200px) {
    .navbar.navbar-expand-lg.navbar-light.bg-light {
        height: 70px;
    }

    #third h4 {
        font-size: 5em;
    }

    .navbar > a > img {
        margin-right: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar.navbar-expand-lg.navbar-light.bg-light {
        height: 70px;
    }

    #third h4 {
        font-size: 2em;
    }
}

@media (max-width: 767px) {
    .navbar.navbar-expand-lg.navbar-light.bg-light {
        margin-bottom: 25px;
    }

    #third h4 {
        font-size: 1.5em;
    }
}


@media (min-width: 814px ) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    #third h4 {
        font-size: 1.5em;
    }
}
