@charset "utf-8";

body {
	font-family: Arial;
}

/* CSS Document */
#nav2 .navbar-inverse .navbar-nav > li > a {
color: #FFFFFF;
}

#nav2 {
	color: #FFFFFF;
}

.header_nav{background:#23232b;border-radius:0px 0px 5px 5px; position: relative; z-index: 999;}

.headertop{background:url(../images/headerbg.jpg) no-repeat; padding:35px; border-radius:0px 0px 10px 10px; box-shadow:0px 2px 10px #000;}

.callus{color:#FFF; font-weight:normal; font-size:28px; line-height:32px;}

.pos{position:relative;}

.slider {
   /* margin-top: -48px;*/
    padding: 0;
    position: relative;
    z-index: 1;
	width:100%;
	float:left;
}

.slider img{width:100%;}

.icon_section{
/*    margin-top: -140px;*/
    padding: 0;
    position: relative;
    z-index: 1;
	float:left; width:100%;
}

iframe{max-width:100%;}

.icon{width:70%;
height:70%;
padding:5px;
background:#fff;
-webkit-background-clip:padding-box;
-moz-background-clip:padding-box;
background-clip:padding-box;
color:#b2aaa4;
background-repeat:no-repeat;
border:8px solid transparent;
-webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
-moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
box-shadow:0 0 8px rgba(0,0,0,0.3);
overflow:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:180px;
position:relative;
-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	margin-bottom:15px;
}

.icon:after{
-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease; 
	background:#333333;
	}

.icon:hover{
-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	 background:#333333;
	 }


.footer{width:100%;
float:left;
height:auto;
background:url(../images/fbg.jpg) repeat;
color:#FFFFFF;
}

.col-md-3 h4{color:#fff; border-bottom:1px dotted #434343; padding:5px 0px;}

.container hr{border:1px dotted #434343; margin:5px 0px;}

#testimonials2 {
width:100%;
}
#testimonials2 blockquote{
width:100%; !important;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#878686;
display:block;
padding-left:0px !important;
border:-left:none !important;
}

#testimonials2 blockquote p{
margin: 0 !important;padding: 5px!important;

}
#testimonials2 blockquote cite {
font-style: normal;
display: block;
text-transform: uppercase;
font-weight: bold;
font-style:italic;
color: #878686;
padding-left:5px;
}
#nav2{color:#FFFFFF;}
