.primary-bgclr{
	background: #2a2b61 !important;
}
.secondary-bgclr{
	background-color: #333 !important;
}
.primary-clr{
	color: #404040 !important;
}
.secondary-clr{
	color: #333 !important;
}
.top-logo{
	display: block;
    margin: 0 auto;
}

/*_________________________________*/

.res-logo{
	display: none;
}

/*###### NEWS ############*/
.news{
	  color: #fff;
      font-size: 20px;
      font-style: italic;
      font-weight: bold;
      background-color: #ffa906 !important;
      padding: 8px 20px;

}
.panel-heading{
	  padding: 8px 0px;
	border-bottom: 5px solid #ffa906; 
}
.news-list{
	padding: 30px 20px;
}
.news-list ul li{
	font-style: italic;
	font-size: 14px;
	color: #fff;


}
/*###### //NEWS ############*/

/*####### Media Query ########*/
@media(max-width: 500px){
	.res-logo{
		display: block;
		border-radius:10px;
		background-color: white;
	}
}
/*####### //Media Query ########*/
.my-section{
	margin-top: 70px;
	margin-bottom: 70px;
}
.imp-links{
	background-color: #185217;
	padding: 40px 30px;
	display: block;
	text-align: center;
	margin-bottom: 20px;

}
.imp-links:hover{
	color: #fff !important;
	background-color: #30932e;
	transition: .2s;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);

}


.slider-bg{
	position: relative;
	top: 178px;
	background: url('../images/slider-bg.jpg') no-repeat center;
	/*background-size: cover;*/
	padding: 0px 0px 0px 0px !important;
}









/* my word*/

.parallax {
  background-image: url("../images/img_parallax.jpg");
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallax2 {
  background-image: url("../images/img_parallax2.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footboot:hover  {
	color:red;
}




/* my word*/