body{
	background:#f4f5f5;
	color:#252a2f;
	font:14px/22px 'ralewayregular', Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-semibold-webfont.woff') format('woff'),
         url('../fonts/raleway-semibold-webfont.ttf') format('truetype'),
         url('../fonts/raleway-semibold-webfont.svg#raleway-semibold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'raleway-heavy';
    src: url('../fonts/raleway-heavy-webfont.eot');
    src: url('../fonts/raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-heavy-webfont.woff2') format('woff2'),
         url('../fonts/raleway-heavy-webfont.woff') format('woff'),
         url('../fonts/raleway-heavy-webfont.ttf') format('truetype'),
         url('../fonts/raleway-heavy-webfont.svg#raleway-heavy-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MSReferenceSansSerif';
    src: url('../fonts/MSReferenceSansSerif.eot');
    src: url('../fonts/MSReferenceSansSerif.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MSReferenceSansSerif.woff2') format('woff2'),
         url('../fonts/MSReferenceSansSerif.woff') format('woff'),
         url('../fonts/MSReferenceSansSerif.ttf') format('truetype'),
         url('../fonts/MSReferenceSansSerif.svg#MSReferenceSansSerif') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Standard Styles Starts */

a{
	color:#f40000;
}
a:hover{
}
a:focus{
	outline:none;
}
h1, h2, h3, h4, h5, h6{
	font-family:'ralewayregular', Helvetica, Times New Roman, sans-serif;
	color:#252a2f;
}
h1{
	font-size:38px;
}
h2{
	font-size:32px;
}
h3{
	font-size:26px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
}
.main-heading{
	font-size:30px;
}
.main-heading span{
	font-size:18px;
	color:#878a8c;
}
.main-heading2{
	font-size:24px;
}
.main-heading, 
.main-heading2, 
.sub-heading{
	text-transform:uppercase;
}
.sub-heading{
	font-size:24px;
	padding:10px 0;
}

.header-top li, 
.header-top .btn-link, 
#main-menu.navbar, 
#search .input-group .form-control, 
#cart .btn, 
.dropdown-menu, 
.product-head, 
.product-col .caption h4, 
.product-col .price, 
.product-col .btn-cart, 
.breadcrumb, 
.side-heading, 
.list-group-item, 
.product-filter, 
.pagination, 
.product-info .product-details, 
.tabs-panel .nav-tabs{
	font-family: 'Roboto Condensed', sans-serif;
}

hr{
	border-color:#8c8f92;
}

/* Header Area Styles Starts */

#header-area{
	background:url(../images/header_bg.jpg) repeat;
	margin-bottom:0px;
	border-bottom:1px solid #d3dadd;
	
}

		
/* Header logo and contact part */

	.main-header{
		padding:10px 0;
	}
	.main-header .contact {
    font-family: "open sans",arial,sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
	text-align:right;
}
#logo img{ /*margin:0px auto !important;*/ float:left;}		
.main-header .contact p{ float:left; margin-bottom:0; margin-left:10px; }
.main-header .contact a{ color:#252a2f;}
.main-header .contact img { margin-right:5px;}
.social { display:block !important; }
.social a { margin-bottom:5px !important; }
a.social {font-size: 20px !important;
			height: 24px;
			
			width: 24px;
			border:1px solid #ddd;
			display:inline-block;
			text-align:center;
			font-size:14px;
			color:#dddddd;
			width:40px; 
			height:40px;
			line-height:40px;
			text-decoration:none;
			margin: 10px 1px !important;
}
a.social.fa-facebook:hover{ background:#3b5997 !important; color: #ffffff !important;}
a.social.fa-twitter:hover{ background:#41b7d8; color:#FFF;}
a.social.fa-rss:hover{ background:#e0812a ; color:#FFF;}
a.social.fa-linkedin:hover{ background:#0073b2; color:#FFF;}
a.social.fa-skype:hover{ background:#00aff0; color:#FFF;}
a.social.fontbig{ font-size:30px !important; font-weight:bold;}
a.social.fontbig:hover{ background:#F00}
/* Header logo and contact part */
.somedia1 img{ margin-bottom:5px;}
/* Main Menu Styles Starts */

	#main-menu{
		background:#333;
	}
	
	
	.navbar,.border {border-left-radius: 4px!important; }
	#main-menu.navbar{
		margin:0;
		padding:0;
		border:none;
		
	}
		#main-menu .navbar-nav > li.active > a {
    background: #ff0000;
    color: #ffffff;
		}  
		/*#main-menu .navbar-nav > li + li{
			border-left:1px solid #ff0000;
		}*/
		#main-menu .navbar-nav > li a{
			color:#fff;
			text-transform:uppercase;
		}
		#main-menu .navbar-nav > li > a:hover, 
		#main-menu .navbar-nav > li > a:focus, 
		#main-menu .navbar-nav > li.open a{
			background:#ff0000;
			color:#fff;
		}	
		
		.main-nav button {
    background:#ff0000;
    color: #ffffff !important;
}	

/* ======= FlexSlider ======= */.flexslider {
 /* -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;*/
}
.flexslider .flex-control-nav {
  bottom: 25px;
}
.flexslider .flex-control-paging li a {
  background: #009ada;
}
.flexslider .flex-control-paging li a:hover {
  background: #000;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #000;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 130px;
   background:url(../images/caption_bg.png) repeat-y;
    padding: 20px 40px 20px 20px;
  bottom: 30%;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase; 
}

.flexslider .slides .flex-caption .main1 {
  display: inline-block;
  margin-bottom: 10px;
  font-size:30px;
  text-transform: uppercase; 
}


.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/* ======= FlexSlider ======= */

/* ======= product list ======= */

.products-list{
		margin-bottom:15px;
		border-top:10px solid #333;
	}
	
.product-col .red { color:#ff0000;}
.product-col h4{
				font-size:28px;
				
				font-weight:bold;
			}
			
			.product-col h5{
				font-size:17px;
				font-weight:bold;
				background:url(../images/icon.png) no-repeat left center;
				padding:10px 0px 10px 40px
			}
.product-col h5 a{ color:#252a2f; text-decoration:none;
				
			}
.product-col{
			padding:15px 15px 10px;
			margin-bottom:20px;
			margin-top:50px;
			/*background:#fff;
			border:1px solid #e8e8e8;*/
		}
.product-col .cart-button{
				padding-top:10px;
				padding-bottom:10px;
			}
		
.product-col .btn-cart{
					font-size:14px;
					color:#fff;
					background:#dd2516;
					text-transform:uppercase;
					padding:10px 30px;
					-webkit-border-radius:0;
					-moz-border-radius:0;
					border-radius:0;
					font-family: 'ralewayregular';
				}
.product-col .btn-cart:hover{
					color:#fff;
					background:#333;
				}

.product-col .image{
			padding:0px 10px 0px 0;
			float:left;
		}
		
.product-col .description{
				padding:5px 0;
				color:#8b8b8b;
				font-size:14px;
				line-height:22px;
				
			}
/* ======= product list ======= */
			.service-list { background:url(../images/service-bg.jpg) no-repeat; text-align:center; padding:40px 0 20px 0px; background-size:cover; }
			.service-content {}
			.service-title {
				font-family: 'ralewayregular';
				font-weight:bold;
color: #fff;
font-size: 36px;} 

.service-description{ color:#fff; 
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
   
}

.service-list .cart-button{
				padding-top:10px;
				padding-bottom:10px;
			}
		
		.service-list .btn-cart{
					font-size:16px;
					text-align:center;
					text-transform:uppercase;
					padding:10px 30px;
					-webkit-border-radius:0;
					-moz-border-radius:0;
					border-radius:0;
					font-weight:bold;
					color:#dd2516;
				}
				.service-list .btn-cart:hover{
					color:#dd2516;
					}
/* Breadcrumb Styles Starts */

	.breadcrumb{
		text-transform:uppercase;
		padding:10px 18px;
		border:1px solid #e8e8e8;
		background:#fff;
		-webkit-border-radius:0;
		   -moz-border-radius:0;
				border-radius:0;
	}
		.breadcrumb li{
			color:#878a8c;
			font-size:13px;
		}
		.breadcrumb > li + li:before{
			content:"\00BB";
			color:#878a8c;
		}
		.breadcrumb li a{
			color:#252a2f;
		}
		
/* Slider Section Styles ends */

.faculty { background:url(../images/faculty_bg.jpg) repeat-x;}
.faculty h2{
    /*font-family: "MSReferenceSansSerif";*/
    font-weight: bold;
    text-align: center;
	font-size:24px;
    }
.faculty h2 span{color:#dd2516;}
	
	
.faculty p {color: #838181;
     font-size:14px;
    line-height: 24px;
    text-align: center;}
	
	.faculty .item small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
	text-transform:uppercase;
	font-family: 'raleway-semibold';
	color:#ff0000;
} 

.item h3 {
    display: block;
    font-size: 15px;
    margin-top: 5px;
	color: #000;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
	font-family: 'raleway-semibold';
	border-bottom:1px solid #e4eaea;
	padding-bottom:5px;}
	
	.item a{ color:#000; text-transform:uppercase; font-family: 'raleway-semibold';}

 .item p {
    display: block;
    font-size: 14px;
    margin-top: 8px;
	color: #717171;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
	margin-bottom:5px;
	
	}
	
.item div{position: absolute;
background: #000;
background: rgba(0,0,0,0.7);
width: 100%;
height: 100%;
top: 0px;
/*left: -100%;*/
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; opacity:0}



				
/* Two Column Banner Styles Starts */

	.col2-banners{
		margin-bottom:20px;
	}
	



/* Footer Links Styles Starts */

#footer-area { bottom:0px;}

	

/* Copyright Styles Starts */

	.copyright{
		background:#68696b;
		padding:18px 0 8px;
		font-size:13px;
		margin-top:50px;
	}
		.copyright, .copyright a{
			color:#fff;
		}
		.copyright p{
			padding-top:4px;
		}
		
#fixed-bar {
   
    z-index: 100;
	width:40px;
	height:40px;
	position:absolute;
	bottom:0px;
	right:20px;
	margin-bottom:10px;

}
#fixed-bar a {
	width:40px;
	height:40px;
	float:right;
	display:block;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#ff0000;
	/*-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	text-indent:-9999px;
	
	
}
#fixed-bar a:hover {
   background-color:#000;
}
/************************************inner*****************************************/

.web-banner{
	width:100%;
	min-height:640px;
	float:left;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center  center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:fixed;
	margin-bottom:50px;
}
.banner01{
	background-image: url(../images/web-banner2.jpg);
}
.banner03{
	background-image: url(../images/web-banner3.jpg);
}
.banner04{
	background-image: url(../images/web-banner4.jpg);
}
.banner05{
	background-image: url(../images/web-banner5.jpg);
}
.banner06{
	background-image: url(../images/web-banner6.jpg);
}

.banner07{
	background-image: url(../images/web-banner7.jpg);
}
.red{ color:#f00}
.inhead{background:#ff0000; -webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;}
.inhead h2{color:#fff; font-family: 'raleway-semibold'; margin:7px 10px 7px 5px !important; font-size:20px !important; text-transform:uppercase; font-weight:bold;}
.inwrap{background:rgba(204, 204, 204, 0.21); padding-bottom:15px; padding-top:15px;}
.inleft{padding-left:0px; margin-top:20px;}
.inright{padding-right:0px; margin-top:20px;}
.inleft p strong{color:#ff0000;}
.inright p strong{color:#ff0000;}
.inwrap h4{color:#ff0000; font-weight:bold}
.nuemaric{font-family:Tahoma, Geneva, sans-serif}
.borderp{border-bottom:2px dotted #CCC;}

.list{margin:0px; padding:0px; list-style:none;}
.list li{list-style:url(../images/icon2.png); margin:5px 0px 5px 25px;}

.sublink{margin:0px; padding:0px; list-style:none; margin-left:15px;}
.sublink li{list-style:url(../images/sublink.png); margin:5px 0px 5px 25px;}
.margin-top{margin-top:25px;}

.num {font-family:Arial, Helvetica, sans-serif}

.rightso{ position:fixed;  top:50%; z-index:1000; right:1%}
.rightso a.social{display:block !important; margin:3px 1px !important; background:#009ada;}
.marq{ width:100%; height:30px; float:left; background:#009ada; color:#fff; font-weight:bold; padding:5px 0px;}
.phonetop{ float:right !important; text-align:left; width: 26%; padding-top: 27px;}
.phone p{ float:left; }
.log{ padding:0px;}
.phonep{background:url(../images/phone.png) no-repeat left center; padding-left:20px;}