.navbar{
	border-bottom: 1px solid #ddd;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #e7ede8;
    border: 1px solid #001a3f;
    border-radius: 0;
}

.navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 3px;
    background-color: #000 !important;
    margin: 4px 0;
    vertical-align: middle;
    content: "";
    background: no-repeat;
    background-size: 100% 100%;
}

.navbar-nav li a{
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
    color: #000;
    margin-right: 20px;
}

.navbar-nav li.active a{
	color: #19501D;
}

.marginRight0{
	margin-right: 0 !important;
}

.nicLogoTop{
	width: 80px;
    padding-left: 25px;
    border-left: 1px solid #000;
    margin-left: 25px;
    margin-right: -5px;
}

/* banner  */
.banner{
	padding: 0;
	margin-bottom: 30px;
}

.helpLineNumber{
	background-color: #19501d;
	padding: 5px;
}

.helpLineNumber p{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #f7f7f7;
    letter-spacing: 1px;
}
/* home  */

.needToKnow h4{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #19501d;
}

.needToKnow p{
	font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
}

.needToKnow ul{
	margin-top: 20px;
}

.needToKnow li{
	font-family: 'Oswald', sans-serif;
    margin-bottom: 5px;
}

.categorySymp{
	
	padding: 30px 10px 10px;
}

.categorySymp1{
	padding: 30px 10px 10px;
	background-color: rgba(25, 80, 29, 0.1);
}

.categorySymp1 .count{
	font-size: 30px;
    font-weight: 900;
}

.categorySymp1 h5{
	font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    color: #19501d;
}

.categorySymp2{
	
	padding: 30px 10px 10px;
}

.carousel-control-next, .carousel-control-prev{
	width: 7%;
    color: #1a501e;
    opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    color: #1a501e;
}

/*  footer Design   */

.footer{
	background-color: #19501D;
	padding: 30px 15px 20px;
}

.footer .title h4{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
    letter-spacing: 1.5px;
	color: #f7f7f7;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer .footerLinks {
	margin-bottom: 10px;
}

.footer .footerLinks p{
	font-family: 'Oswald', sans-serif;
	color: #ddd6;
	margin-top: 15px;
}

.footer .footerLinks a {
	font-family: 'Oswald', sans-serif;
	color: #f7f7f7;
	letter-spacing: 0.5px
}

.footer .footerLinks a:hover{
	color: rgba(255,255,255,0.5);
}

.footer .footerBottomContent {
	border-top: 1px solid #ddd;
    padding-top: 20px;
}

.footer .footerBottomContent p {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
    color: #ddd6;
    font-weight: 400;
}

.footer .footerBottomContent img {
	position: relative;
    top: 7px;
    opacity: 0.6;
}