@media (min-width: 1300px){
.container{
    max-width: 1300px;
}

}
@media (max-width: 1200px){
.ban-text {
    font-size: 70px !important;
}
}

@media (max-width: 992px){
.ban-text {
    font-size: 50px !important;
}
.logo-outer .logo img {
    width: 150px;
}
.logo-outer {
    margin-bottom: 0;
}
	.top-menu-sec {
	align-items: end !important;
}
}

@media (max-width: 768px){
.logo img {
    width: 146px;
}
.logo-outer {
    margin-bottom: 0px;
}
.committe-box {
    margin-bottom: 30px;
}
h2 {
    font-size: 32px;
}
footer h3 {
    margin-top: 25px;
    margin-bottom: 5px;
}
.guru-msgbx {
    padding: 30px 20px;
}
.top-header {
    display: none;
}
header {
    padding:10px 0 0 0;
}
.navbar {
    display: block;
    text-align: right;
}
.navbar-collapse {
    margin-top: 10px;
}
.navbar-nav li {
    margin: 5px 0px;
}
.mb-hd {display: none;}
	
}

@media (max-width: 480px){
	.ban-text {
    font-size: 38px !important;
} 
	h2 {
    font-size: 32px !important;
}
}