html,
body {
    font-size: 100%;
    font-family: Merriweather, serif;
   background-color: #fff;
    margin: 0;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#collapsibleNavbar ul li a{
	text-transform:uppercase;
	color:#fff;
}
.headerContainer {
    background-color: #002A72;
}
.mitralogoContainer img{
	padding:30px 0px;
}
.logoContainer{
	text-align:center;
}
	.nameContainer h5{
		font-size:15px;
	}
#collapsibleNavbar {
    margin: -8px;
}
#menu-header-menu li{
	padding:5px 5px;
}
#menu-header-menu li:hover{
	background-color:rgba(26,3,173,.86);
}
#menu-header-menu li:hover a{
	color:white;
}
#menu-header-menu .current_page_item{
	background-color:#096;
}
#menu-header-menu .current_page_item:hover{
	background-color:#096;
}
.dropdown-menu {
	background-color:rgba(45,21,195,.86) !important;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color:rgba(26,3,173,.86) !important;
}
/*-------------------------RULES-----------------------------*/
.carousel-inner .carousel-item{
    height: 570px;
} 
.carousel-inner .carousel-item img{
    height: 570px;
}

.welcome {
    padding: 6em 0;
	text-align:justify;
}
.welcome-left h3 {
    font-size: 1.7em;
    font-weight: 900;
    color: #282f32;
    margin: 0;
}
.welcome-left h3 span {
    color: #78C479;
}
.welcome-left .sub_heading{
	font-size: 20px!important;
	margin-top:20px;
	font-weight:bold;
	color:#576A73;
}
.welcome-left ol li {
	font-size: 14px;
    text-align: justify;
    color: #576A73;
    letter-spacing: 0.1em;
    line-height: 27px;
    
}
.welcome-left ul li {
	font-size: 14px;
    text-align: justify;
    color: #576A73;
    letter-spacing: 0.1em;
    line-height: 27px;
    
}
.rightTopContainer {
    background-color: #f6da40;
    border-radius: 40px 10px;
    padding: 25px;
    height: 300px;
    margin-bottom: 20px;
}
.rightBottomContainer {
    background-color: #e7a13d;
    border-radius: 40px 10px;
    padding: 25px;
    height: 300px;
    margin-bottom: 20px;
}
.contactContainer ul li i {
    color: #78C479;
    margin-right: 15px;
	   
}
.contactContainer ul li p {
	font-size:20px;
	font-weight:bold;
	 text-align: justify;
	letter-spacing: 0.1em;
	color:#576A73;
}
.hit-counter-max{
	
	position: absolute;
    bottom: 18px;
    /* padding-right: 40px; */
    right: 44px;
    /* z-index: 99999; */
}
.news-title{
	display:none;
}

.footer {
    background: url('http://localhost/asha/wp-content/uploads/2019/10/footer.jpg') no-repeat;
  	background-size: cover;
    background-attachment: fixed;
    padding: 5em 0;
	
}

#menu-footer-menu li{
	list-style: none;
    display: inline-block;
    margin: 0 20px;
}
#menu-footer-menu li a{
	text-decoration:none;
	color:white;
	font-size: 17px;
    font-weight: 700;
}
p.footer-gd span{
	font-size:18px;
}
#menu-footer-menu li a:hover{
	color:#096;
}

.copy-right-grids {
    padding: 10px 0px;
    background: #211E1E;
}
.float-right {
    float: right!important;
}
.btn-facebook {
    color: #3B5998;
}
.btn-youtube{
    color: red;
}
.btn-linkedin {
    color: #007BB6;
}
.copy-right-grids ul li {
    display: inline-block;
}
.copy-right-grids ul li a {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.15);
    margin-left: 15px;
}
p.footer-gd {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
	
}
.disclosureLIst li{
	padding:5px 0px;
}
.disclosureLIst li a:hover{
	text-decoration:none;
}
@media (max-width :991px) {
	.nameContainer h1{
		font-size:30px;
	}
	.nameContainer h5{
		font-size:10px;
	}
	.mitralogoContainer{
		text-align:center;
	}
}