@charset "utf-8";
/* CSS Document */
body{
	font-family:'Roboto', sans-serif;
	color: #333;
}
p {
	margin-top: 15px;
	line-height: 26px;
	font-size:16px;
	letter-spacing:1px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}
.margin-top-60 {
	margin-top: 60px;
}
.margin-top-70 {
	margin-top: 70px;
}
h1, h2, h3, h4, h5{
	font-family:'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
}
h2{
	font-size:36px;
	line-height:38px;
}
h3{
	font-size:24px;
	line-height:26px;
}
h4{
	font-size:18px;
	line-height:20px;
}
.bg-white h2.head{
	color:#333;
	text-align:center;
}
h2.head{
	color:#FFF;
	text-align:center;
}
.btn_outline{
	padding:8px 14px;
	color:#90a3b5;
	text-decoration:none;
	border:2px solid #90a3b5;
	text-transform:uppercase;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.btn_outline:hover{
	background-color:#F00;
	border:2px solid #F00;
	color:#FFF;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.btn_solid{
	padding:8px 14px;
	color:#FFF;
	text-decoration:none;
	background-color:#06C;
	text-transform:uppercase;
	font-family:'Open Sans Condensed', sans-serif;
	font-size:18px;
	border:2px solid #06C;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.btn_solid:hover{
	background-color:#FFF;
	color:#333;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.top-bar{
	background-color:#06C;
	padding-top:5px;
	padding-bottom:10px;
	color:#FFF;
}
.top-section-bg{
	background-color:#f2f2f2;
	border-bottom:1px solid #CCC;
}
.logo{
	padding-top:20px;
	padding-bottom:20px;
}
.logo img{
	width:150px;
}
.container-padding{
	padding-top:30px;
	padding-bottom:30px;
}
.contact-details{
	text-align:right;
	font-size:14px;
}
.menu .navbar-default{
	background-image:none;
	background-repeat:no-repeat;
	background:none;
	border-radius:0;
	box-shadow:none;
}
.menu .navbar .navbar-collapse{
	padding:0;
}
.navbar-collapse.collapse{ 
	margin-left:-16px;
}
.menu .navbar {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.menu .nav li a {
	color: #333;
	background:#FFF;
	padding-top:15px;
	padding-bottom:15px;
}

.menu .nav li.active a {
	color: #FFF;
	background:#06C;
}
.menu .nav li.active a:hover {
	border: none;
}
.menu .nav > li > a:hover {
	background: #06C;
	color: #FFF;
}
#about{
	background-color:#1f2d3a;
	padding:70px 30px;
}
#about .about-desc, #about .about-feature{
	margin-top:40px;
}
.about-desc h1{
	font-size:44px;
	color:#333;
	line-height:44px;
	margin-bottom:15px;	
}
.about-feature h3{
	color:#333;
	margin-bottom:20px;
}
.about-desc p, .about-feature p{
	margin-bottom:30px;
}
#service{
	background-image: url(../images/border-lining.jpg);
	background-repeat: repeat;
	background-position: left top;	
	padding:70px 0;
}
#service .service-box{
	margin-top:40px;
}
.service-box img{
	width:100%;
}
.service-box h3{
	color:#FFF;
	margin:20px 0;
}
.service-box p{
	margin-bottom:30px;
}
.bg-dark{
	background-color:#f8f8f8;
	padding-top: 70px;
	padding-bottom: 70px;
	border-top:1px solid #DDD;
}
#quote{
	background-image: url(../images/bg-content.jpg);
	background-repeat: repeat;	
}
#quote h1{
	color: #FFF;
	line-height:100px;
	font-size:72px;
}
#quote p{
	color:#999;
}
#products{
	background-color:#1f2d3a;
	padding:70px 0;
}
#products .product-box{
	margin-top:40px;
	text-align:center;
}
.product-box img{
	width:100%;
}
.product-box h4{
	color:#333;
	margin:20px 0;
}
#owl-demo .item {
	padding: 30px 0px;
	margin: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.owl-cont {
	position:relative;
}
.customNavigation {
	text-align: center;
	position:absolute;
	top:0;
	right:10px;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size:18px;
	background-color:#1f2d3a;
	color:#FFF;
	padding:2px 6px;
	cursor:pointer;
}
.customNavigation a:hover {
	color:#aaa;
}
.clients{
	padding:15px;
}
.box-border{
	border:1px solid #eee;
	text-align:center;
}
.box-border img{
	height:40px;
	margin:25px;
}
#footer{
	background-color:#1f2d3a;
}
#footer p{
	color:#fff;
}
#footer a{
	color:#FFF;
}
#copyright{
	background-image: url(../images/border-lining.jpg);
	background-repeat: repeat;
	background-position: left top;
	color:#FFF;
}

#rental-photo ul {
	list-style-type: none;
}
#rental-photo ul li {
	display: inline;
}
#rental-photo ul li img {
	width: 24%;
	margin: 0px 0.3%;
	height:150px;
	margin-bottom:10px;
	border:1px solid #FFF;
}

/*@media screen and (max-width: 40em) {
#menu {
	display:none;
}	
.slicknav_menu {
		display:block;
}
#footer h3{
	margin-top:20px;
}
#footer p{
	width:100%;
}
#menu-bg{
	display:none;
}
}*/

/* Faculty Section Styles */
.faculty-member {
  padding: 20px;
  margin-bottom: 25px;
  background-color: #f9f9f9; /* Light background for each member */
  border-left: 5px solid #06C; /* Accent border */
  text-align: center; 
  border-radius: 5px;
}

.faculty-member h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px; /* Slightly larger name */
  color: #333;
}

.faculty-member p {
  margin-bottom: 0;
  font-size: 16px;
  color: #555; /* Slightly lighter color for designation */
  font-style: italic;
}

/* End Faculty Section Styles */