@charset "UTF-8";



.style-1 {text-align: left;padding: 100px 0;margin: 0;outline: none;background: #00fff890;background-image: url(../img/bg2.jpg);background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;position: relative;}
.style-1 img{max-width: 280px;}
.style-1 .splash{background: #000000;background-image: url(../img/bg.png);background-position: 50% 50%;background-size: cover;background-repeat: no-repeat;position: absolute;width: 100%;height: 100%;top: 0;bottom: 0;right: 0;left: 0;filter: hue-rotate(340deg);opacity: .5;}
.style-1 .block{text-align: left;margin-top: 80px;}
.style-1 .block h1{font-size: 42px;line-height: 48px;margin: 30px 0;padding: 0;color: #fff;font-weight: 400;}

.style-1 .block p{margin: 20px 0;font-size: 18px;color: #fff;font-weight: 600;max-width: 470px;}

.style-1 .block .data{font-size: 40px;color: #fff;}
.style-1 .block .data b{color: #ffc901;}


.style-1 .box {background: #fff;margin: 0 auto;padding: 30px;border-radius: 20px;text-align: left;box-shadow: 0 10px 30px 10px rgb(0 0 0 / 0.08);width: 100%;max-width: 440px;position: relative;}
.style-1 .box p{color: #0f1116;font-size: 16px;font-weight: 400;margin: 0 auto 40px;text-align: center;}
.style-1 .box p b{display: block;color: #0666eb;font-size: 20px;}
.style-1 .box .label-float{position: relative;margin-bottom: 25px;}
.style-1 .box .label-float label{pointer-events: none;position: absolute;top: 13px;left: 10px;transition: all .3s ease-out;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;font-size: 15px;padding: 0 2px;color: #0f1116;font-size: 14px;top: -10px;background: #fff;border-radius: 5px;padding: 0 6px;}

.style-1 .box .label-float input{box-shadow: none;outline: none;height: 50px;font: 100% 'Poppins', sans-serif;background-color: #fff;border: 2px solid #494949;color: #000;font-size: 14px;padding: 13px 15px 12px 15px;display: block;width: 100%;border-radius: 10px;font-weight: 400;margin: 0 auto;}
.style-1 .box .label-float input:focus{border: 2px solid #0666eb !important;}
.style-1 .box .label-float select{cursor: pointer;box-shadow: none;outline: none;height: 50px;font: 100% 'Poppins', sans-serif;background-color: #ffffff;border: 2px solid #494949;color: #000;font-size: 14px;padding: 13px 15px 12px 15px;display: block;width: 100%;border-radius: 10px;font-weight: 400;margin: 0 auto;background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE4IDEwIj4NCiAgPGcgaWQ9Ikdyb3VwXzk4NjYiIGRhdGEtbmFtZT0iR3JvdXAgOTg2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTggLTEwMS40NzgpIHJvdGF0ZSg5MCkiPg0KICAgIDxnIGlkPSJHcm91cF85ODY1IiBkYXRhLW5hbWU9Ikdyb3VwIDk4NjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwMS40NzgpIj4NCiAgICAgIDxwYXRoIGlkPSJQYXRoXzE5NDEiIGRhdGEtbmFtZT0iUGF0aCAxOTQxIiBkPSJNMTExLjIwNiw4LjMsMTAzLjYzMi4yODhhLjkuOSwwLDAsMC0xLjMxNywwbC0uNTU4LjU5YTEuMDI3LDEuMDI3LDAsMCwwLDAsMS4zOTNMMTA4LjExOCw5LDEwMS43NSwxNS43M2ExLjAyOCwxLjAyOCwwLDAsMCwwLDEuMzkzbC41NTguNTlhLjkuOSwwLDAsMCwxLjMxNywwTDExMS4yMDYsOS43YTEuMDM1LDEuMDM1LDAsMCwwLDAtMS40WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMS40NzggMCkiIGZpbGw9IiM3NDhhYTEiLz4NCiAgICA8L2c+DQogIDwvZz4NCjwvc3ZnPg0K");background-repeat: no-repeat;background-position: right 15px center;background-size: 14px 8px;}
.style-1 .box .label-float select:focus{border: 2px solid #ffc901 !important;}
.style-1 .box .label-float.error input{border: 2px solid rgb(255 0 0);}
.style-1 .box .label-float.error select{border: 2px solid rgb(255 0 0);}
.style-1 .box .label-float.error label{color: red;}

.style-1 .box .cta{max-width: 540px;margin: 0 auto;text-align: center;}
.style-1 .box .cta button{background: #0666eb;color: #fff;padding: 14px;border-radius: 30px;margin: 0;display: block;text-decoration: none;width: 100%;font-size: 16px;font-weight: 700;}
.style-1 .box .cta button:hover{background: #ffc901;color: #000;}



@media screen and (max-width: 1024px){
	.style-1 {padding: 60px 0;text-align: center;}
	.style-1 .block{text-align: center;margin: 40px 0;}
	.style-1 .block h1{font-size: 38px;}
	.style-1 .block h1 b{display: block;}
	.style-1 .block h1 br{display: none;}
}






.style-2 {text-align: center;padding: 80px 0;margin: 0;outline: none;background: #00456d;background: linear-gradient(90deg, #001048 0%, #000000 50%, #001047 100%);}
.style-2 .box{text-align: center;/* background: #056dfc; *//* border-radius: 10px; *//* padding: 30px; *//* margin: 15px auto; *//* box-shadow: 0 0 50px 10px rgb(0 0 0 / 0.08); */}
.style-2 .box img{max-width: 44px;}
.style-2 .box p{margin: 20px auto 0;color: #fff;font-size: 17px;}
.style-2 .box p b{color: #ffc901;}

@media screen and (max-width: 1024px){
  .style-2 h2{margin: 0 auto 20px;}
  .style-2 h2 b{font-size: 28px;}
  .style-2 p{font-size: 16px;}
  .style-2 .box{font-size: 16px;text-align: center;margin: 20px auto;max-width: 320px;}
}




.style-3 {text-align: center;padding: 80px 0;margin: 0;outline: none;background: #fff;}
.style-3 .block{text-align: center;margin: 60px auto 0;}
.style-3 h2{font-size: 36px;margin: 0 auto 40px;padding: 0;color: #0f1116;}
.style-3 h2 b{display: block;}

.style-3 .box{text-align: center;background: #fff;border-radius: 10px;padding: 35px;margin: 15px auto;box-shadow: 0 0 50px 10px rgb(0 0 0 / 0.1);}
.style-3 .box img{max-width: 44px;width: 100%;}
.style-3 .box p{font-size: 15px;margin: 20px auto 0;color: #0f1116;max-width: 700px;}

.style-3 a{background: #0666eb;font-size: 16px;font-weight: 700;padding: 12px 50px;border-radius: 25px;outline: none;color: #fff;margin: 40px auto 0;display: inline-block;text-align: center;cursor: pointer;}
.style-3 a:hover {background: #ffc901;color: #000;}


@media screen and (max-width: 1024px){
  .style-3 h2{margin: 0 auto 20px;}
  .style-3 h2 b{font-size: 28px;}
  .style-3 p{font-size: 16px;}
  .style-3 .box{font-size: 16px;text-align: center;}
}




.style-4 {text-align: center;padding: 0 0 100px 0;margin: 0;outline: none;background: #fff;}
.style-4 h2{font-size: 36px;margin: 0 auto 40px;padding: 0;color: #0f1116;}
.style-4 h2 b{display: block;}
.style-4 .box{text-align: center;background: #fff;border-radius: 15px;padding: 50px 30px;margin: 15px auto;box-shadow: 0 0 50px 10px rgb(0 0 0 / 0.1);}
.style-4 .box img {border-radius: 50%;max-width: 120px;display: block;margin: 0 auto;border: 3px solid #0666eb;}
.style-4 .box h3{color: #0666eb;font-size: 20px;margin: 20px auto;display: block;}
.style-4 .box p{margin: 0;color: #0f1116;max-width: 700px;font-size: 14px;}
.style-4 .box p b{/* display: block; */}

.style-4 a{background: #0666eb;font-size: 16px;font-weight: 700;padding: 12px 50px;border-radius: 25px;outline: none;color: #fff;margin: 40px auto 0;display: inline-block;text-align: center;cursor: pointer;}
.style-4 a:hover {background: #ffc901;color: #000;}


@media screen and (max-width: 1024px){
  .style-4 h2{margin: 0 auto 20px;}
  .style-4 h2 b{font-size: 28px;}
  .style-4 p{font-size: 16px;}
  .style-4 .box{font-size: 16px;text-align: center;}
}


/* END */
