*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
}
body{
     /*background-image: url(../images/bgimg.jpg);*/
	 /*background-color: rgb(135,187,43);*/
}
h6{
font-size:18px;
text-align:left;
padding:5px 0px;}
h5{
font-size:20px;
text-align:center;
padding:10px 0px;
}
h3{
font-size:30px;}

p{
text-align:justify;
//padding:0 10px;
font-size:16px;
}
.p_align{
margin:1em 0em !important;
padding:0!important;
}
.header_img{
width:100%;
}
.header_img2{
    width: 100%;
}
.home{
    background-color: rgb(32, 72, 1);
}
.adyar{
   background-color: rgb(1, 56, 112);
}
.emagazine{
  /* background-color: rgb(60, 117, 194);*/
  background-color:#415cad;
}
.president{
    background-color: rgb(29, 19, 9);
}
.theemblem{
    background-color: rgb(222, 222, 222);
}
.articles{
    background-color: rgb(126, 17, 134);
}
.audio{
    background-color: rgb(0, 61, 118);
}
.books{
   /* background-color: rgb(203, 139, 39);*/
     background-color:#95480b;
}
.photogallery{
    background-color: rgb(237, 61, 14);
}
.faq{
    background-color: rgb(129, 1, 98);
}
.contact{
   /*background-color: rgb(255, 165, 235);*/
   background-color:#ff56dd;
}
.left_nav ul {
    list-style-type: none;
	text-align:justify;
}
.left_nav ul li{
    text-decoration: none;
    margin: 0.7em 0em 0.7em 0.6em;
	}
.left_nav ul li a:hover{
    text-decoration: none;
    margin: 0.7em 0em 0.7em 2em;
}
.left_nav ul li a{
    color: #ffffff;
    font-size: 1.20em;
    font-weight: 400;
	margin-left:2em;
}
.theemblem ul li a{
    color: #000000 !important;
}
.footer_home{
    background-color: rgb(32, 72, 1);
    height: 50px;
}
.footer_adyar{
  background-color: rgb(1, 56, 112);
  height: 50px;  
}
.footer_emagazine{
     /*background-color: rgb(60, 117, 194);*/
	  background-color:#415cad;
     height: 50px; 
}
.footer_president{
    background-color: rgb(29, 19, 9);
    height: 50px;
}
.footer_theemblem{
    background-color: rgb(222, 222, 222);
    height: 50px;
}
.footer_articles{
    background-color: rgb(126, 17, 134);
    height: 50px;
}
.footer_audio{
    background-color: rgb(0, 61, 118);
    height: 50px;
}
.footer_books{
    /*background-color: rgb(203, 139, 39);*/
	 background-color:#95480b;
    height: 50px;
}
.footer_photogallery{
    background-color: rgb(237, 61, 14);
    height: 50px;
}
.footer_faq{
    background-color: rgb(129, 1, 98);
    height: 50px;
}
.footer_contact{
     /*background-color: rgb(255, 165, 235);*/
	background-color:#ff56dd;
    height: 50px;
}
.footer_theemblem p{
    color: #000000 !important;
}
.footer_text p{
    color: #ffffff;
    font-size: 1em;
    font-weight: 100;
   	text-align:center;
	line-height:40px;
	font-family:arial;
}
.toggle-btn{
    display: none !important;
}
#success_message{ display: none;}

/* accordions of articals page */
.panel-group  a{
text-decoration:none;
}
.panel-group  a:hover{
text-decoration:none;
}
.panel-group .panel-heading a:after {
  content: '-';
  font-size:2em;
  font-weight:bold;
  float:right;
  color:rgb(60, 117, 194);
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
  font-size:1.2em;
  font-weight:bold;
  float:right;
  color:rgb(60, 117, 194);
}
.toggle-btn{
color:#fff;
font-size:0.5em;
}
.content_cnt{
}
.psd_cnt h3{
//margin-left:0.4em !important;
}

.cnt_li li{
margin-left:0.40em;
-webkit-margin-left:1.2em;
font-size:16px;
}
.psd_cnt p{
margin-left:0 !important;
text-align:left;
}
#menu-content.collapse{
	  display: inline-block;
}
.cnt_home{
margin: 0px !important; 
padding: 0px !important; 
}
.cnt_home h3{
//margin-left:0.4em;
}
/* accoden of articals end here */

@media screen and (max-width: 1024px){
    .toggle-btn{
        display: none !important;
		
    }	
}

/*RESPONSIVE MENU CSS START*/

@media screen and (max-width: 768px){
    .toggle-btn{
        display: initial !important;
    }
#menu-content.collapse{
	display:none;
}
#menu-content.collapse.in{
	display:block;
}
}
/*RESPONSIVE MENU CSS END*/