*{
	margin: 0;
	padding: 0;
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Rubik-Regular.ttf);
}
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/RussoOne-Regular.ttf);
}
.top-panel{
	background: #432c76;
	padding: 5px 0 0;
	color: #fff;
	margin: 0;
	font-size: 14px;
}
.logo{
	background: #faf8f9;
}
.contact-head{
	margin-top: 25px;
}
.contact-head span{
	padding: 0 15px;
	color: #432c76;
}
.contact-head span a{
	color: #432c76;
}
.navigation{
	background: #e16005;
}
.nav-link{
	color: #fff;
	padding: 0em 1.2em !important;
	font-family: Rubik;
	text-transform: uppercase;
	font-size: 15px;
	text-shadow: 2px 2px 5px #000;
}
.services, .detail{
	padding: 30px 0;
	text-align: center;
}
.services h2{
	font-family: Russo One;
	color: #e16005;
	text-shadow: 2px 2px 5px #000;
	text-transform: uppercase;
}
.serimg{
	border: 1px solid #08728c;
	background: #08728c;
	margin-top: 1em;
}
.serimg p{
	margin: 0;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
}
.detail{
	background: #e16005;
}
.detail h2{
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	font-family: Russo One;
}
.detail p{
	text-align: justify;
	font-family: Rubik;
	font-size: 15px;
}
.read-more{
	margin-top: 30px;
	background: #fff;
	padding: 8px 20px;
	font-family: Rubik;
	border-radius: 4px;
	box-shadow: 2px 2px 5px #000;
}
.read-more:hover{
	text-decoration: none;
}
.footer{
	background: #08728c;
	padding: 30px 0 10px;
}
.footer h3{
	font-family: Russo One;
	color: #e16005;
	text-shadow: 2px 2px 5px #000;
}
.footer p{
	color: #fff;
	text-align: justify;
}
ul.quick{
	margin: 0;
	padding: 0;
}
ul.quick li{
	list-style: none;
	color: #fff;
}
ul.quick li a{
	color: #fff;
	padding: 5px 0;
	display: block;
}
ul.quick li a:hover{
	text-decoration: none;
}
.quick-box{
	display: flex;
	flex-wrap: wrap;
}
.bottom{
	background: #432c76;
	padding: 10px 0;
}
.bottom p{
	margin: 0;
	color: #fff;
	text-align: center;
}
.carousel-caption h3{
	font-family: Russo One;
	color: #fff;
	font-size: 3em;
	margin: 0;
	text-shadow: 2px 2px 5px #000;
	background: rgba(0,0,0,0.4);
	padding: 20px;
}
.carousel-caption{
	
	bottom: 38% !important;
}
.banner{
	background: url('../images/banner02.jpg');
	background-size: cover;
}
.banner h1{
	padding: 1.5em 0;
	margin: 0;
	text-transform: uppercase;
	font-family: Russo One;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
}
.content{
	margin: 2em 0;
}
.content h2{
	text-align: center;
	font-family: Russo One;
	color: #e16005;
}
.content .col-md-4 img{
	margin-top: 30px;
	border: 1px solid #000;
}
.content table{
	margin: auto;
}
.content tr{
	padding-top: 20px;
}
.content input{
	text-align: left;
	margin-top: 20px;
}
.content select{
	margin-top: 20px;	
}
.content button{
	margin-top: 20px;
}
.benefits{
	margin: 0;
	padding: 0;
}
.benefits li{
	display: block;
	padding: 10px 20px;
	background: #432c76;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}