@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');
/*  Reset */
html, body {
	margin: 0;
	padding: 0;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	display: block;
	outline: none;
}
img, input, textarea, button, select {
	border: 0;
	outline: 0 !important;
	resize: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	-moz-transition: all .200s ease-in-out;
	-webkit-transition: all .200s ease-in-out;
	transition: all .200s ease-in-out;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
li.clearfix {
	display: list-item;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, p, a, li, span, div {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* Theme */
body {
	background: #eee url(../images/bg.jpg);
	background-size: cover;
	color: #555;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	-ms-overflow-style: scrollbar;
}
p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #555;
	margin-bottom: 15px;
}
.container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(../images/main.png) no-repeat right 30px center;
	background-size: auto 80%;
}
.leftwrap {
	width: 50%;
	height: 100vh;
	padding: 20px 20px 20px 60px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}
.logo img {
	height: auto;
}
.title {
	margin-top: 45px;
}
.title h3 {
	font-size: 20px;
	font-weight: 600;
	color: #934583;
	display: flex;
	align-items: center;
}
.title h3:before {
	content:'';
	width:30px;
	height:2px;
	display: inline-block;
	margin-right: 5px;
	background-color: #934583;
}
.title h5 {
	font-size: 60px;
	line-height: 65px;
	font-weight: 700;
	color: #334478;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.address {
	margin-top: 20px;
	padding-top: 10px;
	border-top:1px solid rgba(255,255,255,0.3);
	margin-bottom: 15px;
}
.address h6 {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 600;
	color: #333;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.address ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.address ul li {
	margin-bottom: 10px;
}
.address ul li > div {
	padding-left: 0 !important;
	padding: 5px 0;
	display: flex;
	align-items: center;
	font-size: 18px;
	color:#333;
	font-weight: 600;
}
.address ul li > div i {
	color: #2d437d;
	font-size: 20px;
	margin-right: 10px;
}
.address ul li > div a {
	text-decoration: underline;
	color: #2d437d;
	font-size: 18px;
}
/* .ico-add {

	background:url(../images/icomap.png) no-repeat 0px 5px;
	background-size: auto 25px; 
}
.ico-fax {
	height: 45px;
	line-height: 45px;
	background:url(../images/icofax.png) no-repeat 0px center;
	background-size: auto 25px; 
}
.ico-mob {
	height: 45px;
	line-height: 45px;
	background:url(../images/icomob.png) no-repeat 0px center;
	background-size: auto 25px; 
}
.ico-tel {
	height: 45px;
	line-height: 45px;
	background:url(../images/icotel.png) no-repeat 0px center;
	background-size: auto 18px; 
}
.ico-mail {
	height: 45px;
	line-height: 45px;
	background:url(../images/icomail.png) no-repeat 0px center;
	background-size: auto 16px; 
} */

@media (max-width: 991px) {
	.container {
		width: 100%;
		height:auto;
		overflow: auto;
		background: none; 
	}
	.title h5 {
		font-size: 45px;
		line-height: 55px;
	}
	.leftwrap {
		width: 100%;
		padding: 20px;
	}
	.logo img {
		height: auto;
		max-height: 100px;
		max-width: 90%;
		margin: auto;
	}
	.title h5 br {
		display: none;
	}
}