
body {
	overflow-x: hidden;
	padding-right: 0 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	margin: 0; padding: 0;
}

html,
body {
	height: 100%;
	box-sizing: border-box;
}
* {box-sizing: border-box;}

body:after {
	content: none!important
}

::i-block-chrome,
body {
	-webkit-text-stroke: .1px
}

img {
	max-width: 100%;
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	clear: none;
}

label {
	font-weight: normal;
}

*:focus {
	outline: none;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

a,
input[type="submit"] {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


/*****  Main CSS  *****/

.display-table {
	display: table;
	width: 100%;
	height: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.container .container {
	width: auto;
	padding: 0;
}

body {
	background-attachment: fixed;
	background-size: cover !important;
	background-position: center !important;
}

p {
	font-size: 22px;
	color: #283993;
	line-height: 28px;
}

.home_sc {
	padding: 0 80px;
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.home_sc_inr {
	width: 552px;
	background: rgba(255, 255, 255, 0.75);
	padding: 52px;
	border:1px solid #283993; 
}
.main-inn-row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.map {opacity: 0.8; text-align: right;}
.map iframe {max-width: 90%;}
.logo {
	text-align: center;
	margin-bottom: 50px;
}
.logo img {width: 310px;}
.logo a {
	display: block;
}

.home_sc_tp {
	text-align: center;
}

.home_sc_tp a {
	font-size: 36px;
	color: #283993;
}

.home_sc_tp a:hover,
.home_sc_tp a:focus {
	color: #ef342a;
}

.home_sc_tp p {
	font-size: 22px;
	color: #283993;
}

.home_sc_tp p a {
	font-size: 22px;
}

.home_sc_btm {
	text-align: center;
	position: relative;
	padding-top: 27px;
	margin-top: 27px;
}

.home_sc_btm:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 280px;
	background: #283993;
	height: 1px;
	margin: auto;
}
.home_sc_btm p {line-height: 1.2;}
.home_sc_btm p small {
	font-size: 20px;
}

.copyright_sc {
	    position: absolute;
	    bottom: 0;
	    background: rgba(255, 255, 255, 0.7);
	    width: 100%;
	    left: 0;
	    right: 0;
	    text-align: center;
	    padding: 5px 15px;
}

.copyright_sc p {
	font-size: 15px;
	color: #283993;
	    font-family: 'Source Sans Pro', sans-serif;
}

.copyright_sc a {
	color: #ef342a;
	text-transform: uppercase;
}

.copyright_sc a:hover,
.copyright_sc a:focus {
	color: #283993;
}

.copyright_sc p a {
    font-size: 15px;
}



@media (max-width:1199px) {
	/*.bg {
		position: relative;
	}
	.bg:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		content: '';
	}*/
	p {
		font-size: 20px;
		line-height: 27px;
	}
	.logo img {
		width: 250px;
	}
	.logo {
		margin-bottom: 30px;
	}
	.home_sc_tp a {
		font-size: 27px;
	}
	.home_sc_tp p a {
		font-size: 20px;
		margin-bottom: 3px;
		display: inline-block;
	}
	.home_sc_btm {
		padding-top: 22px;
		margin-top: 22px;
	}
	.home_sc_btm p small {
		font-size: 18px;
	}
	.copyright_sc p {
		font-size: 14px;
	}

	/*.home_sc_inr {
		margin: 0 auto;
	}*/
	.home_sc {padding: 0 50px;}
}

@media (max-width:991px) {
	.bg {
		padding-bottom: 30px;
	}
	.home_sc {
		padding: 0 20px;
	}
	p {
		font-size: 19px;
		line-height: 25px;
	}
	.home_sc_inr {
		width: 48%;
		margin: 0px;
	}
	.map {width: 48%}
	.map iframe {max-width: 100%; width: 100%;}
	.logo img {
		width: 230px;
	}
	.logo {
		margin-bottom: 20px;
	}
	.home_sc_tp a {
		font-size: 23px;
	}
	.home_sc_tp p a {
		font-size: 18px;
	}
	.home_sc_btm {
		padding-top: 8px;
		margin-top: 12px;
	}
	.copyright_sc {
		bottom: 0px;
	}
	.home_sc_btm:before {
		width: 90%;
	}
}

@media (max-width:767px) {
	p {
		font-size: 15px;
		line-height: 21px;
	}
	.home_sc_inr {
		width: 100%;padding: 30px;
	}
	
	.home_sc_btm p small {
		font-size: 16px;
	}
	.main-inn-row {flex-wrap: wrap;}
	.map {width: 100%; height: 300px; margin-top: 30px;}
}
@media (max-width:479px){
	.copyright_sc{padding: 10px 15px;}
	/*.copyright_sc p{font-size: 12px;}*/
	.map {height: 250px; margin-top: 20px;}	
}