.navbar {
    padding: 10px 1rem;
    margin-top: 1px;
}
.nav-item{
    padding: 8px 12px;
}
    .navbar-toggler span {
        background: #9d2a2a;
    }
.navbar-light .navbar-brand {
    margin: 0 auto;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
        width: 275px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.navbar-brand {
    padding-top: .125rem;
    padding-bottom: .125rem;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;    
    /*background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);*/

    border-radius: 10px;
    /*color: #fffcfc;*/
    color: #144d90;
    /*padding: 0.75rem 1.75rem;*/
}
.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
    font-weight: bold;
}
.top-none .navbar-light .navbar-nav .nav-link {
    padding: 0.75rem 1.5rem;
}
.navbar-light .navbar-brand img {
    /*width: 100%;*/
    width: 275px;
}
.top-none .navbar-light .navbar-brand {
    width: 275px;
    padding: 0px;
}

.bg-cont.inner-text {
    background-image: none;
    background-color: #b76c67;
}


.bg-about.inner-text {
    background-image: url(../images/bg/p1.png);
    background-color: transparent;
     background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.inner-text h4, .inner-text p {
    color: #1e1e1e;
    font-weight: bold;
}
.inner-text h4{
    font-size: 32px;
    line-height: 40px;
}
.inner-text p {
    /*font-size: 18px;*/
        font-size: 17px;
    line-height: 25px;
    text-align: left;
}

.bg-yellow.inner-text {
    background-image: none;
    background-color: #f2c200;
}

.img-bg-text .banner-img {
    opacity: 1;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    opacity: 0.80;
}

footer {
    background: linear-gradient(90deg, rgb(18 77 101) 0%, rgb(49 117 77) 50%, rgb(64 59 13) 100%);
    position: relative;
    padding-top: 50px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.about-img{
    max-width: 100%;
    border-right: 5px #9c9d2d solid;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 125px;
}

.vision-img{
    max-width: 100%;
    border: 5px #9c9d2d solid;
}

.sec3 {
    background-color: #e55091;
    background-image: url(../images/bg/banner.jpeg);
}

.bg-cont.inner-text {
    background-image: none;
    background-color: #b76c67;
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}

.co-form{
background-image: url(../images/bg/p1.png);
    background-color: transparent;
     background-position: center center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wow {
    border: 2px solid #c17552;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
}

.product-title{
    font-size: 18px;
    line-height: 20px;
    font-weight: bolder;
    color: #1e1e1e;
    /*height: 32px;*/
    margin: 6px auto;
    font-family: 'Graphik-Semibold', sans-serif;
}
footer ul li a {
    width: 100%;
    display: block;
    padding-bottom: 12px;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
}
footer h5 {
    color: #fff;
    margin-bottom: 32px;
    font-size: 24px;
}