html, body{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px;
	color: #535353;
	/*background: #f1f1f1;*/
	background: url(../img/bgweb.jpg) center center;
	background-size: cover;
}

.boxleft{
	height: 100vh;
	background: #f1f1f1;
}

.boxright{
	height: 100vh;
	background: url(../img/bgright1.jpg) center center;
	background-size: cover;
	/*background: #daf2ff;
background: -moz-linear-gradient(top, #daf2ff 22%, #00127e 100%);
background: -webkit-linear-gradient(top, #daf2ff 22%,#00127e 100%);
background: linear-gradient(to bottom, #daf2ff 22%,#00127e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00127e',GradientType=0 );*/
	padding:90px 60px; 
}

.boxcon{
	position: absolute;
	z-index: 1;
}

.man{
	position: absolute;
	z-index: 0;
	bottom: 0;
	    right: 0;
}

.man img{
	width: 85%;
    float: right;
}

.topic{
	width: 300px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.topic img{
	width: 80%;
}

.footed{
	width: 40%;
    margin: 15px auto 5px auto;
    text-align: center;
}

.footed img{
	width: 120px;
}


.block_down{
	width: 400px;
	margin: 10% auto;
	border: 1px solid #e2e2e2;
	border-radius: 24px;
	padding:20px;
	background: #fff;
}

.submit{
	width: 100%;
	background: #00127e;
	color: #fff;
	border: 0;
	padding:12px; 
	font-size: 1em;
	font-weight: 700 !important;
	border-radius: 24px; 
}

.submit:hover{
	background: #000e5f;
	color: #fff;
	text-shadow:none !important;
}

.inputlog{
	padding: 10px;
	font-size: 1em;
	height: auto;
	border-radius: 24px;
}

.txtlabel{
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	color: #797979;
}

.txtright1{
	font-size: 1em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.txtright2{
	font-size: 3.5em;
	color: #fff;
	font-weight: 700;
	line-height: 1.5em;
	text-transform: uppercase;
}

.txtright3{
	font-size: 2em;
	color: #fff;
	font-weight: 700;
	width: 50%;
}

.videobtn{
	clear: both;
	margin: 20px 0;
}

.videobtn a{
	color: #00127e;
	background: #fff;	
	padding: 10px 20px;
    display: inline-block;
	border-radius: 4px;
	font-weight: 500;
}

.videobtn a:hover{
	background: #ececec;
    text-decoration: none;	
}

.boxcopy{
	 position: absolute;
	 width: 100%;
	     bottom: 0;
}

.copyright{
	font-size: 12px;
    text-align: center;
    padding: 20px;
    color: #ccc;
}


@media (min-width: 0px)and (max-width: 1024px){

	html, body{
	overflow: auto;
}

.boxcopy {
    position: relative;
    width: 100%;
    bottom: 0;
}

}

@media (min-width: 0px)and (max-width: 350px){
	.man img{
	width: 100%;
    float: right;
}
.man {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0%;
}
.boxleft {
    height: auto !important;
}
.block_down {
    width: 100%;
    margin: 10% auto;
}
.topic {
    width: 100%;
}
.boxright {
    height: 100%;
    /* background: url(../img/bgright.jpg) center center; */
    padding: 0px;
}
.txtright2 {
    font-size: 2.4em;
    line-height: 1.5em;
}

.boxcon {
    padding: 20px;
}

}

@media (min-width: 351px)and (max-width: 570px){
	.man img{
	width: 45%;
    float: right;
}
.man {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0%;
}
.boxleft {
    height: auto !important;
}
.block_down {
    width: 90%;
    margin: 10% auto;
}
.topic {
    width: 100%;
}
.boxright {
    height: 100%;
    /* background: url(../img/bgright.jpg) center center; */
    padding: 0px;
}
.txtright2 {
    font-size: 2.8em;
    line-height: 1.5em;
}
.boxcon {
    padding: 20px;
}

}

@media (min-width: 768px)and (max-width: 991px){
	.man img{
	width: 65%;
    float: right;
}
.man {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0%;
}
.boxleft {
    height: auto !important;
}
.block_down {
    width: 50%;
    margin: 10% auto;
}
.topic {
    width: 100%;
}
.boxright {
    height: 80vh;
    /* background: url(../img/bgright.jpg) center center; */
    padding: 0px;
}
.txtright2 {
    font-size: 2.8em;
    line-height: 1.5em;
}
.boxcon {
    padding: 20px;
}

}

