@import url(http://fonts.googleapis.com/css?family=Roboto:300|Open+Sans:300);
Body {
	font-family: 'Open Sans', sans-serif;
}
/* Headings */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color:#777777;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
}
/* Misc */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* Header */
header {
	overflow:hidden;
	background:#f1f1f1;
	padding:0 0 65px 0;
	margin:0;
	border-bottom:5px solid #3aa5e6;
}
header .btn{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#787878;
	background:url(../images/pdf_button.jpg) repeat-x;
	float:right;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-bottom-radius: 10px;
	border-top-bottom-radius: 10px;
	padding:6px 25px;
	box-shadow:0 1px 5px #ccc;
}
header .btn:hover{
	color:#787878;
}
header .btn:focus {
	background:#fff;
}
header .btn img{
	margin-right:10px;
	
}
.affix {
position: fixed;
top: 20px;
width: 228px;
}
#Grid .mix{
opacity: 0;
display: none;
}
#menu {
	clear:both;
	margin: 35px 0 0 0;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
}
#menu ul {
	list-style: none outside none;
	margin:0;
	padding:0;
	float:right;
	}
#menu li {
	display: inline-block;
}
#menu li a {
	padding: 5px 20px;
	margin-right: 0px;
	color: #858585;
	line-height: 73px;
	text-decoration:none;
}
#menu li a:hover, #menu li.current a {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #434343;box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
background:#3aa5e6;
	color:#fff;

}
.nav-tabs>li>a {
	border-radius:0;
	
}
.nav>li>a:hover, .nav>li>a:focus{
text-decoration: none;
background-color: #2da5da;
color: #fff;
}
.nav li{
	border-bottom:1px solid #f2f2f2;
	display:block;
	width:100%;
	font-size:13px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	text-decoration: none;
	background-color: #2da5da;
	color: #fff;
}
#contentWrapper{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(232,232,232,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(232,232,232,1);
box-shadow: 0px 0px 7px 1px rgba(232,232,232,1);

	padding: 55px 0 0 0;
margin-top: -65px;
background: #fff;
	margin-bottom: 30px;
}
#contentWrapper h2{
	margin: 0 0 20px 0;
	color:#626262;
	font-size:27px;
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:15px;
	border-bottom:1px dashed #ababab;
}
#contentWrapper h3{
	color:#626262;
	margin-top:0;
	padding: 0;
}
#contentWrapper p{
	font-size:15px;
	color:#787878;
}

#contentWrapper .btn {
	padding:5px 17px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #434343;box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
background: url(../images/nav_hover.jpg) repeat-x;
border:1px solid #e1e1e1;
}
#contentWrapper .btn:hover{
	background:#3aa5e6;
	color:#fff;
}
#contentWrapper .pdf.btn {
	background: rgb(241, 241, 241);
	margin: 0 5px;
	font-weight: bold;
	font-size: 14px;
	padding: 0 25px;
	line-height: 35px;
}
#contentWrapper .pdf.btn:hover {
	background:#3aa5e6;
	color:#fff;
}
#contentWrapper .container{
	padding:0 70px;
}
#slider{
	border:5px solid #adadad;
	
}
#welcomeContent{
	background:#e6e6e6;
	padding:20px 30px;
}


#welcomeContent span{
	margin-top: 24px;
	display:block;
	font-size:17px;
	color:#787878;
}
#welcomeContent .welcome img{
	border:7px solid #fff;
}
#welcomeContent .welcome span{
	background: url(../images/img_shadow.png) bottom repeat-x;
	padding-bottom: 27px;
	overflow: hidden;
}

.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.serviceBox{
	background:#f3f3f3;
	padding:15px;
	margin:15px 0;
	border:1px dashed #2da5da;
}
.tab-content h4{
	font-size:16px;
	font-weight:bold;
}
.tab-content ul{
	padding:0;
	margin:0;
	list-style:none;
}
.tab-content li{
	background:url(../images/pointer.png) no-repeat left;
	padding-left:20px;
	line-height:32px;
	font-size: 13px;
	color:#787878;
}
#serviceBox{
	position:relative;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(232,232,232,1);
-moz-box-shadow: 0px 0px 7px 1px rgba(232,232,232,1);
box-shadow: 0px 0px 7px 1px rgba(232,232,232,1);
padding:20px 30px;
background: #fff;
margin:20px 0;
}



#serviceBox img{

	border:7px solid #dddddd;
	margin:0 auto;
}
#serviceBox h3{
	font-size:16px;
		font-weight: bold;
}
#serviceBox .item span{
	background: url(../images/img_shadow_ser.png) bottom no-repeat;
	padding-bottom: 27px;
	overflow: hidden;
	display: block;
}
#clients{
	background:url(../images/clients_bg.jpg) repeat-x;
	padding: 15px 30px;
	margin: 19px 0;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
	clear: both;
}

#clientsSlider {
	padding:0;
	text-align:center;
	width:100%;
	position:relative;
margin-left:20px;
}
#clientsSlider img {
	display:inline-block;
	margin:0 5px;
}
#clientCarousel {
	margin:0 auto;
}
.innContent h3{
	font-size:22px;
	font-weight:bold;
	margin:15px 0;
}
.innContent .clients img{
	
	border:2px solid #e3e1e1;
}
.innContent{
margin:40px 0;
}
.innContent .clients img:hover{
	border:2px solid #3aa5e6;
}
.innContent .clients .col-lg-2{
	margin-top:20px;
}
.innContent .contact .form{
	margin: 10px 0;
	padding: 10px;
	border-radius:0;
	
}

.innContent .contact .btn{
	margin-top:20px;
	
}
#project{
	
}
#project .sideBar{
	background:#f7f7f7;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
-moz-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
-webkit-box-shadow: 0px 0px 10px 1px rgba(119, 119, 119, 0.75);
}
#project .sideBar ul{

	margin:0;
	list-style:none;
	padding:15px;
}
#project .sideBar li{
	background:url(../images/sub-arrow.gif) no-repeat left;
	
	
}
#project .sideBar li a{
	font-size:13px;
	padding-left:10px;
	display: block;
	line-height:32px;
	color:#0061c5;
	text-decoration:none;
}
#project .sideBar li a:hover{
	background:url(../images/sub-arrow.gif) no-repeat left #dfdfdf;;

}
#project hr{
	background:#555;
	clear: both;
}
#project h4{
	color:#626262;
	margin:0;
	font-weight:bold;
	padding:20px 0 0 0;
}
footer{
	padding:20px 30px;
}
footer a.aman{
	color:#3aa5e6;
	text-decoration:none;
}
footer #fooMenu{
	float:right;
	
	/* line-height: 0px; */
}
footer #fooMenu ul{
	padding:0;

	margin:0;
	
}
footer #fooMenu li{
	display:inline-block;
	list-style:none;
	
}
footer #fooMenu li a{
	color:#8e8e8e;
	font-size:13px;
	padding: 0 5px;
	border-left:1px solid #8e8e8e;
	margin:0;
	line-height: 1;
}
#fooMenu a:hover {
	color:#428bca;
}
.owl-slide .item{
 color: #FFF;
 margin: 5px;
 padding: 0px 0 30px 0;
 -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.owl-carousel {
display:block;
}
