@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #505050;
	text-align: justify;
}

.blank{
clear:both;	
}

#wrapper {
	height: auto;
	width: 100%;
}

#top_line{
	background-color: #F7B844;
	height: 5px;
	width: 100%;
}

 

#header {
  width: 90%; 
  padding-left: 5%;
  padding-right: 5%;
  background-color: #F5F5F5;
  padding-top: 5px;
  padding-bottom: 15px;
}


#logo{
	width:63%;
    float:left;	
}
 
 
#ph{
	width: 13%;
	float: left;
	background-image: url(../images/ph.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-top: 20px;
}

#loc{
	width: 17%;
	float: left;
	text-align:left;
	background-image: url(../images/loc.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-top: 20px;
}

#search_box {
	width: 20%;
	height: 50px;
	float: left;
	margin-top: 20px;
	border: 1px solid #CCC;
	margin-left: 3%;
}

#search_box input {
  float: left;
  width: 76%;
  height: 40px;
  font-size: 13px;
  color: #333;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding: 2%;
}

#search_box .button {
  float: right;
  width: 18%;
  height: 40px;
  padding-top: 8px;
  border: none;
}

#search_box .button img {
  width: 99%;
  height: 99%;
}

#menu_wrapp{
	background-color: #2A2A2A;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}

#menubar{
	color: #FFF;
	width: 82%;
	float: left;
}


#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu { 
  float:left;
  margin: 0px;   
  }

#menu:before,
#menu:after {
  content: "";
  display: block;
}

#menu:after { clear: both; }

#menu li {
  float: left;
  background: url(../img/sep.png) no-repeat;
  position: relative;
}

#menu a {
  float: left;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 20px; 
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: bold;
}

#menu a:hover, #menu .active  {
  background-color: #F7B844;
  color: #080808;
}

#menu ul {
	margin: 20px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 49px;
	left: 0;
	z-index: 1000;
	background: #2A2A2A;
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	border-radius: 3px;
	transition: all .2s ease-in-out;
}

#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul ul {
	top: 0;
	left: 220px;
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	width: 220px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#menu ul a {
	padding: 10px;
	width: 200px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	line-height: 20px;
}

#menu ul a:hover {
	color: #000000;
}

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #BF1910;
}

#menu ul ul li:first-child > a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #BF1910;
  border-bottom: 6px solid transparent;
}

#menu-trigger { /* Hide Initially */ display: none; }


#social{
	width: auto;
	margin-top: 10px;
	float: right;
}

#social ul{
margin:0px;
padding:0px;
list-style:none;	
}

#social ul li{
	float: left;
    margin-left: 15px;	
}

#banner #banner img{
	width: 100%;
	height: 550px;
}

#container{
	background-color: #FFFFFF;
	padding: 2.5% 5%;
	min-height: 360px;
	width: 90%;
}

h1{
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-weight: bold;
	margin: 0;
	font-size:25px;
	text-transform: capitalize;
}

h2{
	font-family: 'Open Sans', sans-serif;
	color: #BF1910;
	font-weight: bold;
	margin: 0 0 15px;
	text-transform: capitalize;
	font-size: 16px;
}

.list {
  margin: 0;
  padding: 0;  
  
}

.list li { 
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.num_list {
  margin: 0;
  padding: 0;  
  
}

.num_list li {
	list-style-type: decimal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
 

#pro_wrapp{
	width: 100%;
	margin-top: 25px;
	margin-bottom: 15px;
}

.pro_box_first{
	width:24.5%;
	height:300px;
	float:left;
	text-align:center;
	background-color:#fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	-webkit-box-shadow: -2px 4px 5px 0px rgba(166,166,166,1);
	-moz-box-shadow: -2px 4px 5px 0px rgba(166,166,166,1);
	box-shadow: -2px 4px 5px 0px rgba(166,166,166,1);
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 10px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border: 0px solid #000000;	
}

.pro_box_one {
	width: 100%;
	color: #fff;
	background-color: #f7b93e;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-radius: 5px 0px 0px 0px;
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border: 0px solid #000000;
	letter-spacing: 2px;
}

.pro_box_two { 
	width: 100%;
	color: #fff;
	background-color: #1399bc;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px; 
	letter-spacing: 2px;
}

.pro_box_three { 
	width: 100%;
	color: #fff;
	background-color: #55bbac;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px; 
	letter-spacing: 2px; 
}

.pro_box_four { 
	width: 100%;
	color: #fff;
	background-color: #d34335;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px; 
	letter-spacing: 2px; 
	border-radius: 0px 5px 0px 0px;
	-moz-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	border: 0px solid #8f8f8f;
}
 
.pro_box_first img, .pro_box_second img {
  max-height: 150px;
}
 
.pro_box_first p, .pro_box_second p, .pro_box_third p{
	margin-right: 25px;
	margin-left: 25px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    max-height: 80px;
}

.pro_box_first .read, .pro_box_second .read, .pro_box_third .read{
	text-align: center;
	font-weight:bold;
	color: #BF1910;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.pro_box_first .read a, .pro_box_second .read a, .pro_box_third .read a{
	text-decoration:none;
	color: #BF1910;	
}

.pro_box_first .read a:hover, .pro_box_second .read a:hover, .pro_box_third .read a:hover{
	text-decoration:underline;
	color: #333;	
}

.pro_box_second{
	width:25%;
	height:300px;
	float:left;
	text-align:center;
	background-color:#fff; 
	-webkit-box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
	-moz-box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
	box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
}

.pro_box_third{
	width:25%;
	height:300px;
	float:left;
	text-align:center;
	background-color:#fff; 
	-webkit-box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
	-moz-box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
	box-shadow: 0px 4px 5px 0px rgba(166,166,166,1);
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border: 0px solid #8f8f8f;
}

.mail a  {
text-decoration:none;
color:#BF1910;	
}

.mail a:hover{
text-decoration:underline;
color:#333;	
}

input, textarea{
	background-color: #FFF;
	padding: 1.5%;
	width: 50%;
	float: left;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

.butt{
	color: #080808;
	background-color: #F7B844;
	text-align: center;
	padding: 1%;
	font-weight: bold;
	float: left;
	font-size: 14px;
	border: 1px solid #363636;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	width: 10%;
	cursor: pointer;
	margin-left: 25px;
}


#footer{
	background-color: #363636;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #CCC;
	width: 90%;
}

#footer .left{
	width:50%;
	float:left;	
}

#footer .right{
	width:50%;
	text-align:right;
	float:right;
}

#footer .right a{
text-decoration:none;
color:#f5b73d;	
}

#footer .right a:hover{
text-decoration:underline;
color:#ccc;	
}
