*::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}
*:-moz-placeholder {
	color: #333;
	opacity: 1;
}
*::-moz-placeholder {
	color: #333;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}
body {
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	background: #fafafa;
	font-family: 'Myriad Pro', sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
}
a, button {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
h1,h2,h3,h4,h5,h6 {
	/*font-weight: 500;
	color: #333;*/
	margin: 0.5em 0;
	line-height: 1;
}
a,a:hover,a:focus {
	color: #144ca1;
}


.fp-controlArrow.fp-prev{
	left: 60px;
}
.fp-controlArrow.fp-next{
	right: 60px;
}
.fp-slidesNav{
	text-align: center;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #fff;
	border: 2px solid #144ca1;
}

.particles-js-canvas-el{
	position: absolute;
	top: 0;
}
.btn-primary{
	background: #144ca1;
	border: none;
	border-radius: 6px;
}
.btn-primary:hover{
	background: #144ca1;
}
.modal-content{
	padding: 20px 10px;
}
.modal-dialog{
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}
/*----header---*/
header{
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	background: transparent;
	width: 100%;
	height: 70px;
	// set animation
            -webkit-transition: all .8s ease;
            transition: all .8s ease;
}
header.sticky{
	z-index: 900;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 3px 5px rgba(0,0,0,.15);
}
.header_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	height: 70px;
}
header .logo{
	min-width: 180px;
	width: 180px;
	position: absolute;
    left: 50px;
    padding: 10px;
    transform: translate(0px,0);
    -webkit-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; 
    -moz-transition: all 1s ease-in-out; 
    -o-transition: all 1s ease-in-out;
}
header.sticky .logo{
	transform: translate(350px,0);
    -webkit-transform: translate(350px,0);
    -o-transform: translate(350px,0);
    -moz-transform: translate(350px,0);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; 
    -moz-transition: all 1s ease-in-out; 
    -o-transition: all 1s ease-in-out;
    padding: 20px;
}
.header_wrap .nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.header_wrap .nav ul>li{
	padding: 0 10px;
}
.header_wrap .nav ul>li>a{
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #0d5599;
	padding: 7px 10px;
}
.header_wrap .nav ul>li>a:hover{
	background: #0d5599;
	color: #fff;
	border: 1px solid transparent;
}

header .header_wrap .score{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: absolute;
    right: 50px;
	transform: translate(0px,0);
    -webkit-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; 
    -moz-transition: all 1s ease-in-out; 
    -o-transition: all 1s ease-in-out;
}
header.sticky .header_wrap .score{
	transform: translate(-350px,0);
    -webkit-transform: translate(-350px,0);
    -o-transform: translate(-350px,0);
    -moz-transform: translate(-350px,0);
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; 
    -moz-transition: all 1s ease-in-out; 
    -o-transition: all 1s ease-in-out;
}
header .header_wrap .score .text{
	color: #0d5599;
	font-size: 20px;
	padding-right: 20px;
}
header .header_wrap .score a{
	text-decoration: none;
	font-size: 18px;
	color: #0d5599;
}
/*BTN*/

#section1 {
	height: auto;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	object-fit: cover;
}
#section1 .section1_black_screen{
	position: relative;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(8,44,99,.7) 100%);
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
}
#section1 .section1_wrap {
	position: relative;
	z-index: 100;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
#section1 .section1_wrap form{
	width: 55%;
	padding: 20px;
	margin-top: 7%;
	border: 1px solid rgba(0,0,0,.1);
	background: rgba(255,255,255, .8);
	border-radius: 10px;
	margin-left: auto;
	position: relative;
	left: auto;
}
#section1 .section1_wrap form .open_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#section1 .section1_wrap form .close_form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#section1 .section1_wrap form .bottom_form{

}
#section1 .section1_wrap form .bottom_form a{
	padding-left: 10px;
}
#section1 .section1_wrap form .name{
	width: 100%;
	background: transparent;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 0;
}
#section1 .section1_wrap form .name input[type=text]{
	width: 100%;
	background: none;
	border: none;
	padding: 10px;
	display: block;
	border-radius: 10px;
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
}
#section1 .section1_wrap form .name:focus{
	border: 1px solid #0d5590;
}
#section1 .section1_wrap form .pass{
	width: 100%;
	background: transparent;
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 3px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 5px;
	-ms-align-items: center;
	align-items: center;
}
#section1 .section1_wrap form .pass input[type=password]{
	width: 100%;
	background: none;
	border: none;
	padding: 7px 0px;
}
#section1 .section1_wrap form .pass:focus{
	border: 1px solid #0d5590;
}
#section1 .section1_wrap form .file{
	width: 100%;
	background: transparent;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,.1);
	border-radius: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 5px;
	margin-left: 5px;
}
#section1 .section1_wrap form .file .hide_file{
	position: absolute;
	opacity: 0;
	visibility: hidden 
	height: 0;
	width: 0;
}
#section1 .section1_wrap form .file label{
	display: inline-block;
	padding: 7px 20px;
	background: #144ca1;
	width: 245px;
	cursor:pointer;
	font-weight: 400;
	margin: 0;
	color: #fff;
	border-radius: 10px;
}
#section1 .section1_wrap form .inner{
	margin-right: 8px;
}
#section1 .section1_wrap form .inner input[type=checkbox]{
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#section1 .section1_wrap form .inner a{

}
#section1 .section1_wrap form button{
	background: none;
	border:none;
	text-align: center;
	background: #144ca1;
	box-shadow: 0 10px 30px 0 rgba(8,44,99, .5);
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
	width: 32%;
	padding: 7px 0;
	transition: .5s;
	margin-left: auto;
}
#section1 .section1_wrap form button:hover{
	background: rgba(8,44,99,1);
	color: #fff;
	transition: .5s;
}

.section1_wrap .info_block{
	margin-top: 4%;
}
.section1_wrap .info_block .headline{
	position: relative;
	padding-left: 60px;
	font-size: 55px;
	text-align: center;
	color: #144ca1;
	text-transform: uppercase;
	padding-bottom: 50px;
}
.section1_wrap .info_block .subtitle{
	position: relative;
	padding-left: 60px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 100;
}
#section1 .magazine{
	margin-left: auto;
	padding-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#section1 .magazine .asmap{
	padding-right: 20px;
}
#section1 .magazine .asmap a{
	text-decoration: none;
	padding-right: 30px;
	color: #114ca1;
	text-shadow: #fff;
	font-size: 25px;
	margin-left: 30px;
}
#section1 .magazine .asmap img{
	min-width: 50px;
	width: 50px;
}
#section1 .magazine .text{
	color: #114ca1;
	text-shadow: #fff;
	font-size: 25px;

}
#section1 .magazine button img{
	min-width: 50px;
	width: 50px;
}
#section1 .magazine .btn-primary{
	background: none;
	text-shadow:none;
	box-shadow: none;
}
/*----section2----*/
#section2 {
	position: relative;
}
#section2 .section_wrapper{
	width: 100%;
	max-height: 100%;
}
#section2 .section_wrapper .slide_wrap{
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 50px;
}
#section2 .section_wrapper .slide_wrap .black_screen{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper{
	position: relative;
	z-index: 100;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .title{
	font-size: 50px;
	color: #082c63;
	text-align: left;
	padding-top: 150px;
	position: relative;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .title:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 2px;
	background: #144ca1;
}
			
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-top: 50px;
	width: 100%;
	height: 100%;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block .block1{
	width: 50%;
	height: 100%;
	padding-right: 90px;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block .text{
	width: 50%;
	height: 100%;
	color: #144ca1;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #144ca1;
	border-bottom: 1px solid #144ca1;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block2{

	align-items: center;
	padding-top: 50px;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block2 .block1_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 20px;
	width: 100%;
	margin-right: 10px;
	font-size: 18px;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block2 .block1_wrap .ico_block{
	width: 45%;

}
/*#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block2 .block1_wrap .ico_block img{
	width: 250px;
	height: 200px;
}*/
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block2 .block1_wrap .text_block{
	color: #144ca1;
	padding: 20px 0;
	margin-left: 50px;
	width: 55%;
	font-size: 18px;
	text-align: center;
    border-top: 1px solid #144ca1;
    border-bottom: 1px solid #144ca1;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	padding-top: 250px;
}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block3 .block1{
	width: 50%;

}
#section2 .section_wrapper .slide_wrap .black_screen .wrapper .info_block3 .text3{
	color: #fff;
	padding-right: 20px;
	font-size: 18px;
	width: 50%;
}

/*---section3---*/
#section3{
	background-image: url(../img/);
}
#section3 .title{
	text-align: center;
	color: #082c63;
}
#section3 .steps .stage_wrap {
	position: absolute;
	bottom: 120px;
	left: 0;
	right: 0;
}
#section3 .steps .stage_wrap .stage .block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	position: relative;
}
#section3 .steps .stage_wrap .stage .block .stage_numb{
	font-size: 30px;
	border: 1px solid #144ca1;
	color: #144ca1;
	border-radius: 50%;
	padding: 7px 20px;
}
#section3 .steps .stage_wrap .stage .block .text{
	font-size: 25px;
	color: #144ca1;
	border: 1px solid #144ca1;
	border-radius: 10px;
	padding: 10px;
	margin-left: 30px;
}
#section3 .steps .stage_wrap .stage .arrow_down{
	text-align: center;
	font-size: 40px;
	color: #144ca1;
	margin-bottom: 10px;
	line-height: 1;
}
#section3 .steps_container{
	padding-top: 50px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#section3 .steps_container .steps_acard{
	width: 50%;
}
#section3 .steps_container .steps_acard .panel-default>.panel-heading{
	 background-image: none;
	 background: transparent;
	 border: 1px solid #144ca1;
}
#section3 .steps_container .panel-heading{
	border-radius: 0px;
	padding: 15px;
}
#section3 .steps_container .panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a{
	text-decoration: none;
	color: #333;
}
#section3 .steps_container .steps_photo{
	padding-left: 20px;
	position: relative;
	height: auto;
	width: 50%;
}
#section3 .steps_container .steps_photo img{
	position: relative;
	top: 0;
	left: 0;
	padding-left: 20px; 
}
/*---section4---*/
#section4 .certif_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 50px 0; 
	width: 100%;	
}
#section4 .title{
	text-align: center;
	color: #082c63;
}
#section4 .title h1{
	text-align: center;
	color: #082c63;
}
#section4 .certif_wrap .certif_image{
	width: 30%;
	margin-left: auto;
    margin-right: auto;
}
#section4 .certif_wrap .certif_image img{
	box-shadow: 4px 3px 10px rgba(20, 76, 161, .5);
}
#section4 .certif_wrap .certif_info{
	width: 70%;
	padding-left: 50px;
}
#section4 .certif_wrap .certif_info .text{
	padding-top: 30px;
	font-size: 25px;
	color: #144ca1;
	text-align: justify;
}
/*-----section 5-----*/
#section2 .slide_wrap .down_app_wrap{
	padding-top: 130px;
}
#section2 .slide_wrap .down_app_wrap .down_app{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#section2 .slide_wrap .down_app_wrap .down_app .down_img{
	padding-right: 50px;

}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra{
	width: 50%;
}
#section2 .slide_wrap .down_app_wrap .title{
	color: #082c63;
	text-transform: uppercase;
	margin: 0;
	font-size: 50px;
	padding-bottom: 5px;
	text-align: left;
	position: relative;
}
#section2 .slide_wrap .down_app_wrap .title:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #144ca1;
}
#section2 .slide_wrap .down_app_wrap .subtitlte h3{
	color: #144ca1;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 50px;
	text-align: left;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .info{
	padding: 20px 0;
	border-top: 1px solid #144ca1;
	border-bottom: 1px solid #144ca1;
	color: #144ca1;
	font-size: 16px;
}
#section2 .slide_wrap .down_app_wrap .down_app .down_img{
	width: 60%;
}
#section2 .slide_wrap .down_app_wrap .down_app .down_img img{
	width: 80%;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-top: 30px;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .apple{
	padding-right: 10px;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .apple a i{
	font-size: 45px;
	color: #fff;
	padding-right: 10px;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .apple a{
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	background: #144ca1;
	border: 1px solid transparent;
	border-radius: 6px;
	color: #144ca1;
	align-items: center;
	display: flex;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .apple a:hover{
	box-shadow: 4px 3px 10px rgba(20, 76, 161, .5);
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .apple a .text{
	font-size: 16px;
	color:#fff;
}

#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .android{
	padding-left: 10px;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .android a i{
	font-size: 45px;
	color: #144ca1;
	padding-right: 10px;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .android a{
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	background: transparent;
	border: 1px solid #144ca1;
	border-radius: 6px;
	color: #144ca1;
	align-items: center;
	display: flex;
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .android a:hover{
	box-shadow: 4px 3px 10px rgba(20, 76, 161, .5);
}
#section2 .slide_wrap .down_app_wrap .down_app .setting_wra .apps_wrap .android a .text{
	font-size: 16px;
	color:#144ca1;
}
/*----section 6----*/
#section6 .footer_wrap{
	padding-top: 20px;
}
#section6 .footer_wrap .footer{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	border-radius: 6px;
	box-shadow: 5px 1px 20px rgba(0,0,0, .3);
}
#section6 .footer_wrap .block_map_wrap{
	width: 45%;
  	max-height: 382px;
  	height: 280px;
	padding: 20px;
}
#section6 .footer_wrap .footer .block_inform{
	padding: 20px 20px 20px 0;
	width: 55%;
}
#section6 .footer_wrap .footer .block_inform .title{
	position: relative;
}
#section6 .footer_wrap .footer .block_inform .title h1{
	color: #082c63;
	margin: 0;
}
#section6 .footer_wrap .footer .block_inform .title h1:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #082c63;
}
#section6 .footer_wrap .footer .block_inform .address{
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #082c63;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
#section6 .footer_wrap .footer .block_inform .address .name{
	font-size: 18px;
	color: #144ca1;
	text-transform: uppercase;
}
#section6 .footer_wrap .footer .block_inform .address .text a{
	text-decoration: none;
	color: #082c63;
	font-size: 18px;
}
#section6 .footer_wrap .footer .block_inform .address .text{
	text-decoration: none;
	color: #082c63;
	font-size: 18px;
}
#section6 .questions{
	margin-top: 200px;
	border-radius: 6px;
	box-shadow: 5px 1px 20px rgba(0,0,0, .3);
}
#section6 .questions .title{
	padding: 10px 0;
}
#section6 .questions .title h1{
	margin: 0;
	color: #082c63;
	text-transform: uppercase;
	text-align: center;
}
#section6 .questions form{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 20px 0
}
#section6 .questions form .form_number{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 20px;
}
#section6 .questions form .form_number input[type=text]{
	background: none;
	border: none;
	padding: 13px;
	width: 240px;
	color: #144ca1;
	border: 1px solid transparent;
	border-bottom: 1px solid #144ca1;
	margin-right: 20px;
	transition: .5s;
}
#section6 .questions form .form_number input[type=text]:focus{
	border: 1px solid #144ca1;
	border-radius: 6px;
	transition: .5s;
}
#section6 .questions form textarea{
	background: none;
	resize: vertical;
	padding: 10px 0 0 10px; 
	border: 1px solid transparent;
	border-bottom: 1px solid #144ca1;
	transition: .5s;
}
#section6 .questions form textarea:focus{
	border: 1px solid #144ca1;
	border-radius: 6px;
	transition: .5s;
}
#section6 .questions form .form_number button{
	background: none;
	border: none;
	padding: 10px;
	width: 150px;
	background: transparent;
	border: 1px solid #144ca1;
	color: #144ca1;
	border-radius: 6px;
	font-size: 18px;
}
#section6 .questions form .form_number button:hover{
	background: #144ca1;
	color: #fff;
	border: 1px solid transparent;
}
#section6 .copyright{
	text-align: center;
	color: rgba(0,0,0, .3);
}
#section6 .go_top{
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#section6 .go_top .wrapper .img_up{
	display: flex;
	justify-content: center;
}
#section6 .go_top .wrapper .img_up a{
	display: block;
	text-decoration: none;
}
#section6 .go_top .wrapper .img_up a img{
	width: 50px;
	height: 50px;
	display: block;
	-webkit-animation: up 1s infinite;
    animation: up 1s infinite;
}
#section6 .go_top .text_up{
	text-align: center;
	padding-top: 5px;
	font-size: 16px;
	padding-bottom: 20px;
}


#section1_5 .our_work_wrap{
	height: auto;
	padding-top: 70px;
	padding-bottom: 30px;
}
#section1_5 .our_work_wrap .our_work1{
	width:60%;
	height: 220px;
	box-shadow: 4px 3px 10px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#section1_5 .our_work_wrap .our_work1 .block_img{
	width: 50%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;

}
#section1_5 .our_work_wrap .our_work1 .block_text{
	width: 50%;
	height: 100%;
	padding: 30px;
	font-size: 16px;
	background: #fff;
}
#section1_5 .our_work_wrap .our_work1 .block_text .title{
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: bold;
}
#section1_5 .our_work_wrap .our_work1 .block_text .info{
	text-align: center;
	padding-bottom: 5px;
	font-size: 16px;
}

#section1_5 .our_work_wrap .our_work2{
	width:60%;
	height: 220px;
	box-shadow: 4px 3px 10px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 2;
	background: #fff;
    margin-top: -30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: auto;
}
#section1_5 .our_work_wrap .our_work2 .block_img{
	width: 50%;
	height: 100%;
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: center;

}
#section1_5 .our_work_wrap .our_work2 .block_text{
	width: 50%;
	height: 100%;
	padding: 30px;
	font-size: 16px;
}
#section1_5 .our_work_wrap .our_work2 .block_text .title{
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: bold;
}
#section1_5 .our_work_wrap .our_work2 .block_text .info{
	text-align: center;
	padding-bottom: 5px;
	font-size: 16px;
}

#section1_5 .our_work_wrap .our_work3{
	width:60%;
	height: 220px;
	box-shadow: 4px 3px 10px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 3;
	background: #fff;
    margin-top: -30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
#section1_5 .our_work_wrap .our_work3 .block_img{
	width: 50%;
	height: 100%;
	-webkit-background-size: 350px;
	background-size: 350px;
	background-repeat: no-repeat;
	background-position: center;

}
#section1_5 .our_work_wrap .our_work3 .block_text{
	width: 50%;
	height: 100%;
	padding: 30px;
	font-size: 16px;
}
#section1_5 .our_work_wrap .our_work3 .block_text .title{
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: bold;
}
#section1_5 .our_work_wrap .our_work3 .block_text .info{
	text-align: center;
	padding-bottom: 5px;
	font-size: 16px;
}

#section1_5 .our_work_wrap .our_work4{
	width:60%;
	height: 220px;
	box-shadow: 4px 3px 10px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 4;
	background: #fff;
    margin-top: -30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: auto;
}
#section1_5 .our_work_wrap .our_work4 .block_img{
	width: 50%;
	height: 100%;
	-webkit-background-size: 375px;
	background-size: 375px;
	background-repeat: no-repeat;
	background-position: center;

}
#section1_5 .our_work_wrap .our_work4 .block_text{
	width: 50%;
	height: 100%;
	padding: 30px;
}
#section1_5 .our_work_wrap .our_work4 .block_text .title{
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: bold;
}
#section1_5 .our_work_wrap .our_work4 .block_text .info{
	text-align: center;
	padding-bottom: 5px;
	font-size: 16px;
}

/*---section5---*/
#section5{
	padding-top: 50px;
}
#section5 .down_app_wrap .title{
	color: #082c63;
	text-align: center;
}
#section5 .down_app_wrap .subtitlte{
	color: #144ca1;
	text-align: center;
	text-transform: uppercase;
}
#section5 .down_app{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 50px; 
}
#section5 .down_app .down_img{
	width: 45%;
}
#section5 .down_app .down_img img{

}

#section5 .down_app .setting_wra{
	width: 55%;
}
#section5 .down_app .setting_wra .setting .info{
	color: #144ca1;
	font-size: 20px;
	border-top: 1px solid #144ca1;
	border-bottom: 1px solid #144ca1;
	padding: 20px 0;
}
#section5 .down_app .setting_wra .setting .apps_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-ms-align-items: center;
	align-items: center;
	display: flex;
	padding-top: 30px;
}
#section5 .down_app .setting_wra .setting .apps_wrap .mobile{
	padding-left: 30px;
}
#section5 .down_app .setting_wra .setting .apps_wrap .mobile .apple{
	padding-bottom: 10px;
}
#section5 .down_app .setting_wra .setting .apps_wrap .mobile .apple a{
	padding: 10px 20px;
	border: none;
	color: #144ca1;
	border-radius: 10px; 
	border: 1px solid #144ca1;
	display: block;
	font-size: 20px;
	text-decoration: none;
	transition: .2s;
}
#section5 .down_app .setting_wra .setting .apps_wrap .mobile .apple a:hover{
	box-shadow: 0 10px 30px 0 rgba(8,44,99, .5);
	transition: .2s;
}
#section5 .down_app .setting_wra .setting .apps_wrap .mobile .android a{
	background: #144ca1;
	color: #fff;
	padding: 10px 20px;
	display: block;
	font-size: 20px;
	text-decoration: none;
	border-radius: 10px;
	transition: .2s;
}
#section5 .down_app .setting_wra .setting .apps_wrap .mobile .android a:hover{
	box-shadow: 0 10px 30px 0 rgba(8,44,99, .5);
	transition: .2s;
}
/*---section5---*/





.owl-carousel .owl-nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev{
	background: rgba(0,0,0,0);
    color: inherit;
    display: flex;
    position: absolute;
    top: 0;
    border: none;
    margin-top: 405px;
    left: 115px;
    font-size: 85px!important;
    color: #144ca1;
    padding: 0!important;
    font: inherit;
}

.owl-carousel .owl-nav button.owl-next{
	background: rgba(0,0,0,0);
    color: inherit;
    display: flex;
    position: absolute;
    top: 0;
    border: none;
    margin-top: 405px;
    right: 115px;
    font-size: 85px!important;
    color: #144ca1;
    padding: 0!important;
    font: inherit;
}

/*---mouse---*/
@import url(https://fonts.googleapis.com/css?family=Lato:100);
#mouse{
   margin-top: 10px;
   margin-left:auto;
   margin-right:auto;
   width:3.5em;
   height:6em;
   background-color:rgba(255,255,255,0);
   border-radius: 100px;
   border:2px solid white;
}
#wheel{
  margin-top:1em;
  margin-left:auto;
  margin-right:auto;
  width:0.75em;
  height:0.75em;
  background-color:white;
  border-radius: 50%;
}
.scroll2{
  opacity:0;
   margin-left:auto;
   margin-right:auto;
   width:0px;
   height:0px;
  border-left: 0.35em solid transparent;
	border-right: 0.35em solid transparent;
	border-top: 0.4em solid white;
   -webkit-animation: down2 1s infinite;
   animation: down2 1s infinite;
}
.scroll3{
   opacity:0;
   margin-left:auto;
   margin-right:auto;
   width:0px;
   height:0px;
  border-left: 0.35em solid transparent;
	border-right: 0.35em solid transparent;
	border-top: 0.4em solid white;
   -webkit-animation: down 1s infinite;
   animation: down 1s infinite;
}
.scroll{
  opacity:0;
   margin-left:auto;
   margin-right:auto;
   width:0px;
   height:0px;
  border-left: 0.35em solid transparent;
	border-right: 0.35em solid transparent;
	border-top: 0.4em solid white;
   -webkit-animation: down3 1s infinite;
  animation: down3 1s infinite;
}
@-webkit-keyframes down{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
    transform: translateY(2.3em);
  }
}
@-webkit-keyframes down2{
  40%{
    opacity:0;
  }
  100%{
    opacity:0.5;
    transform: translateY(2.3em);
  }
}
@-webkit-keyframes down3{
  60%{
    opacity:0;
  }
  100%{
    opacity:0.2;
    transform: translateY(2.3em);
  }
}
@keyframes down{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
    transform: translateY(2.3em);
  }
}
@keyframes down2{
  40%{
    opacity:0;
  }
  100%{
    opacity:0.5;
    transform: translateY(2.3em);
  }
}
@keyframes down3{
  60%{
    opacity:0;
  }
  100%{
    opacity:0.2;
    transform: translateY(2.3em);
  }
}
#text{
  font-size:1em;
  text-align:center;
  text-transform: uppercase;
  margin-top:11em;
  color:white;
}
@keyframes up{
  0%{
    opacity:0;
  }
  100%{
    opacity:1;
    transform: translateY(-1.3em);
  }
}

/* page.pug */