html, body
{
	margin:0;
	padding:0;
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
	color:#4c4c4c;	
   overflow-x:hidden !important;
}

ul, li, a, span, lable, h1, h2, h3, h4, h5, h6, div, form, input
{
	margin:0 auto;
	padding:0;
}

/*------------------------------------------------ header -------------------------------------*/
.top-head {
  background-color: #7b2839;
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-head i {
  color:#ebae00;
}
.top-head li {
 list-style-type: none;
}
.top-head li a{
  color:white;
  font-size: 16px;
}
.top-head li a:hover {
  text-decoration:none;
  color:#ebae00;
}
.top-right li {
   text-align: right;
}
#gruemenu {
  padding-top: 12px;
}
#gruemenu.grue_95 > ul > li > a {
    color: black;
    font-weight: 600; 
}
#gruemenu > ul > li > a {
    border-right: 1px none;
    padding: 10px 20px;
}
#gruemenu > ul {
    box-shadow: none;
    float: right;
}
.home-about h4 {
    text-align:center;
    padding-top:1%;
    font-weight:600;
}
.home-about {
    padding-bottom:2%;
}
.home-about img {
    float:right;
}
.home-about p {
    padding-top:1%;
}
.home-about a {
  	color: white;
    background-color: #ebae00;
    padding: 6px 12px;
}
.home-about a:hover {
  text-decoration:none;
}
.home-service {
    background:url("../images/service_bg.png") no-repeat center center/cover;
  	padding-bottom: 30px;
}
.home-service h3 {
    text-align:center;
    padding-top:1%;
    font-weight:600;
  	padding-bottom: 7%;
    color:white;
}
.home-service h4 {
    text-align:center;
    padding-top:5%;
    font-weight:600;
}
.our-client h3 {
    text-align:center;
    padding-top:1%;
    font-weight:600;
}
.event-cont {
    border:2px solid silver;
    padding-top:10%;
    padding-bottom:5%;
    background-color:#e1e1e1;
}
.event-cont p {   
    text-align:center;
    padding: 0px 2px;
}
.event-img img {
  	border: 5px solid silver;
    border-radius: 50%;
    padding:5px;
  	position: absolute;
  	top: -60px;
    left: 0;
    right: 0;
    background-color: white;
}
.events {
    position: relative;
}
.view {
    padding-top: 3%;
    text-align: center;
}
.view a {
    background-color: #e1e1e1;
    padding: 14px 24px;
}
.view a:hover {
    text-decoration:none;
}
.footer {
    background:url("../images/footer_bg.png") no-repeat center center/cover;
    padding-top:2%;
    padding-bottom:2%;
    color:white;
}
.footer-address {
  	//padding-bottom: 2%;
}
.font_icon i {
  	font-size: 18px;
    width: 25px;
    background-color: #db8000;
    padding: 4px 4px;
  	text-align: center;
  	color: #c2c2c2;
}
.footer-menu {
  	//border-top: 3px solid #db8000;
}
.footer-menu ul {
  	//margin-left: 32%;
    //margin-top: 2%;
}
.footer-menu ul li {
  	float: left;
  	padding-right: 5%;
    list-style-type: none;
}
.footer-menu ul li a {
    color:white;
  text-decoration:none;
}
.font_icon, .address {
    display:table-cell;
}
.address {
    padding-left: 6px;
}

.social-media {
  	padding-top: 2%;
}
.social-media ul li a {
  	background-color: #7b2839;
}
.footer-bottom {
  	background-color:#b93838;
}
.footer-bottom p {
    padding-top: 2%;
  	text-align: center;
  	color: white;
}
.footer-bottom a {
   color: white;
}
.footer-bottom a:hover {
  text-decoration:none;
}
/*----------------- social media -----------------*/


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/*------------- About Page ----------------*/
.about-page {
  padding-bottom:2%;
}
.about-page h3 {
	text-align:center;
  	font-weight:600;
}
.about-page img {
	float:right;
}
/*------------service page -----------------*/
.service-page h3 {
    text-align:center;
  	font-weight:600;
}
.service-page h4 {
    text-align:center;
  	font-weight:600;
}
.service-page p {
  	padding-top: 3%;
    text-align: center;
}
.service-page img {
   	border: 5px solid silver;
}
.events {
    padding-top:2%;
}
.service-events {
 	border: 2px solid red;
    padding-bottom: 2%;
  	margin-bottom: 2%;
}
.service-events h4 {
	padding-top: 1%;
    padding-bottom: 1%;
  	font-weight:900;
  	color: #7b2839;
}
.service-events p {
  	padding-top: 10%;
}
/*---------------------- Contact page --------------------------*/
.contact-page {
	padding-bottom:2%;
}
.contact-page h3 {
    text-align: center;
    font-weight:600;
    padding-bottom:1%;
}
.contact_form {
  	background-color: #dfdfdf;
    padding: 30px 20px;
}
.events {
	//background-color:red;
  	padding-bottom:2%;
}
.events1 {
	background-color:rgba(123, 40, 57, 0.67);
  	color:white;
  	padding-top:1%;
    padding-bottom:2%;
}


@media only screen and (min-width: 320px) and (max-width: 640px) {
  .event-mobile {
    padding-top: 18%;
  }
  .view {
	padding-top: 6%;
  }
  ul.social-network {
    margin-left: 85px !important;
  }
}