@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{font-family: "Roboto", sans-serif;font-weight: 400;font-style: normal;color: #000;background: #013c02;}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    min-height: 115px;
    border: none;
    border-radius: 0px;
}
.carousel {
    padding: 10px;
    background: #fff;
}
.navbar-brand{padding-top: 5px;}
#myCarousel img{width: 100%;}
.carousel-control.left{background: none;}
.carousel-control.right{background: none;}
.abt_sec{background: #fff;color: #000;padding: 15px;padding-top:5px;}
.abt_sec p{color: #000;font-size: 18px;line-height: 28px;font-weight: 400;}
.abt_hding{
	font-size: 25px;
    font-weight: 800;
    padding-bottom: 7px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-top: 12px;}
.btm_txt{text-align: center;padding-top:15px;padding-bottom: 15px;color: #013c02;font-size: 18px;font-weight: bold;}
    .navbar-right {
        padding-top: 32px;
    }
nav>li>a {
    color: #000;
    font-size: 18px;
}