/* CSS Document */
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.ttf') format('truetype');
}
/*Global Setting*/
 
* {
	margin: 0;
	padding: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	height: 100%;
	background: #724588;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 30px;
}




body {
	background: #724588 url("../images/background.jpg") repeat scroll 0 0;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
body:before {
	background-color: #724588;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.96;
}



[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
	margin: 0;
}
p {
	margin: 0 0 20px 0;
}
p:last-child {
	margin-bottom: 0;
}
a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
ul, li, a {
	margin: 0;
	padding: 0
}
blockquote {
	line-height: 35px;
	margin: 20px 0;
	color: #000;
	font-weight: 600
}

.btn {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 50px;
	margin-top: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 23px;
	height: 46px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bg-light {
	background: #EAF7F9;
}
.bg-grey {
	background: #F5F5F5;
}
.section {
	padding: 90px 0;
}
.form-control {
	border: 1px solid #E5E5E5;
	height: 48px;
	color: #777;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 20px) calc(1em + 7px), calc(100% - 15px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	width: 100%;
}
select:focus {
	outline: 0;
	border-color: #00A4A3;
	background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 15px) 1.4em, calc(100% - 20px) 1.4em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}
 select:-moz-focusring {
 color: transparent;
 text-shadow: 0 0 0 #000;
}
.form-control:focus {
	outline: 0;
	border-color: #CCD1D7;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=file], input[type=search], input[type=date], input[type=datetime-local], input[type=month], input[type=time], select, textarea, option {
	border: 1px solid #ddd;
	padding: .375rem .75rem;
	height: 44px;
	color: #777;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: block;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	font-size: 14px;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=file]:focus, input[type=search]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, select:focus, textarea:focus, option:focus, button:focus, input[type=submit]:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.required {
	color: #ec215b;
}
input[type="submit"] {
	border: 0;
	padding: 14px 26px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-align: center;
	background: #00A4A3;
	color: #fff;
}
input[type="submit"]:hover {
 background: #;
}
.textarea {
	height: 64px !important;
}
 input::placeholder, textarea::placeholder {
color:#ccc !important;
font-weight:300 !important
}
.successmsg {
	color: #5BF46D
}

/*Header*/

.header {
	padding:50px 0 0 0
	
}
.logo-holder {
	
	text-align: center;
	padding: 17px 0 20px 0
}
.logo-holder img {

}
.header-info ul {
	text-align: right;
	padding: 32px 0 20px 0;
}
.header-info ul li {
	display: inline-block;
	padding-left: 40px;
	color: #fff;
}
.header-info ul li i {
	color: #fff;
	font-size: 27px;
}
.header-info ul li a{color: #fff;}
.info-item-icon {
	color: #fff;
	text-align: center;
	line-height: 38px;
	position: relative;
	margin-right: 9px;
	float: left;
	font-size: 25px;
	border-right: 1px solid #695D83;
	padding-right: 8px;
}
.info-item-icon .icofont-ui-dial-phone {
	font-size: 28px;
}
.info-item-icon:after, .info-item-icon:before {
	width: 0;
	height: 0;
	border-style: solid
}
.info-item-text {
	font-size: 16px;
	color: #110b16;
	float: right;
	text-align: left;
}
.info-item-text p {
	line-height: 16px;
	margin: -3px 0 6px 0;
	font-size: 16px;
	color:#fff;
	opacity:0.5
}
.info-item-text h4 {
	color: #110b16;
	display: block;
	font-weight: 400;
	font-size: 19px;
	margin: 0px;
}
.info-item-text h4 a {
	color: #110b16;
}
.info-item-text h4 a:hover {
	opacity:0.8
}

.info-item-text-left ul, .info-item-text-left ul li{ text-align:left !important}





.wrapper{ padding:150px 0 ;}
.wrapper .container{ position:relative; text-align:center;}
.wrapper p { font-size:40px; font-weight:600; color:#fff; line-height:45px;}
.wrapper a{ color:#fff; text-align:center; font-size:20px; background:#5B3A6D; padding:25px 50px 50px; line-height:25px; border:1px solid #84529E}
.wrapper a:hover{ background:#4D315B; color:#eee}
.wrapper a i{ padding-right:5px;}




/*Footer*/



.top-footer {
	background: #30233A url("../images/banner.png") repeat scroll 0 0;
	position: relative;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	padding: 50px 0
}
.top-footer:before {
	background-color: #30233A;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.90;
}
.footer-widget h4 {
	font-weight: 500;
	color: #fff;
	margin-bottom: 35px;
	font-size: 23px;
	text-transform: uppercase;
}
.top-footer ul {
	text-align: center
}
.top-footer ul li {
	list-style: none;
	display: inline;
	padding: 0 20px;
	color: #fff
}
.top-footer ul li a {
	color: #fff
}
.top-footer ul li a:hover {
	color: #ccc
}
.bottom-footer {
position:relative;
bottom:0;
width:100%;
	text-align: center;
	padding: 25px 0;
	background: #69437E
}
.bottom-footer p {
	color: rgba(255,255,255,0.7);
	font-size: 16px;
}
.footerabout img {
	margin-bottom: 20px;
}
.footerabout p {
	color: #fff;
	padding-right: 30px
}
/*Scroll Top Section*/

.return-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 300;
	z-index: 9;
	background: #0973B9;
	color: #fff;
	padding: 6px 12px;
}
.return-to-top:hover {
	background: #003E3A;
}
