@charset "utf-8";
/* CSS Document */
body,html{
  	overflow-x: hidden;
}
body {
	padding: 0em;
	width: 100%;
	margin: 0em;
	background-color: #E5E5E5;
	overflow-x: hidden !important;
}

body,td,th {
	font-family: 'Advent Pro', sans-serif;
	font-weight: 400;
	color: rgba(0,0,0,1.00)
}
a{
	color: #000000;
	}
p {
	font-size: 15px !important;
	}
#footer{
	float: left;
	background-color: rgba(61,59,55,1.00);
	width: 100%;
	padding-top: 40px;
	padding-bottom: 5px;
	display: inline;
	margin-top: -6px;
}
.footer-social a {
	border: 1px solid #505050;
	border-radius: 50%;
	color: #b8b8b8;
	display: inline-block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0 9px;
	text-align: center;
	width: 48px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-social a.facebook:hover{
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.footer-social a.twitter:hover{
	color: #fff;
	background-color: #00aced;
	border-color: #00aced;
}
.footer-social a.linkedin:hover{
	color: #fff;
	background-color: #007bb5;
	border-color: #007bb5;
}
.footer-social a.pinterest:hover{
	color: #fff;
	background-color: #E00022;
	border-color: #E00022;
}
.footer-social a.instagram:hover{
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.copyright {
	width: 100%;
	z-index: 2;
	color: #FFF;
	bottom: 0px;
	float: left;
	
}	
.description {
	padding-left: 5%;
	position: relative;
	float: left;
	padding-right: 5%;
}
#wrap {
	width: 90%;
	position: relative;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 1%;
	padding-bottom: 35vh;
}
#wrap1 {
	width: 90%;
	position: relative;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 1%;
	padding-bottom: 10vh;
}
kbd {
  font-family: 'Advent Pro', sans-serif!important;
}
  @media(max-width:1199px ){
	
	.text h3, #about_us h3 {
		font-size: 21px;
		}	
	  }
  @media(max-width:991px ){
	 
	.text h3, #about_us h3 {
		font-size: 19px;
		}
	  }
  
  @media(max-width:767px ){
	.text {
	margin-right: auto;
	margin-left: auto;
	float: none;
    }  
	
	.text h3, #about_us h3 {
	font-size: 18px;
	}
	  }
  
@media(max-width:360px ){
	.text {
	margin-right: auto;
	margin-left: auto;
	float: none;
}  
	}
@media(max-width:320px ){
	.text {
	margin-right: 0px;
	margin-left: 0px;
	float: none;
    }  
	}
