* { margin: 0; padding: 0; outline: none; box-sizing: border-box; }
img {border:0;}
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit;}
html {height:100%;}
body {height: auto !important; height: 100%; min-height: 100%; position: relative; background:#fff; font:12px 'Lato', Arial, Helvetica, sans-serif; color:#0D1B3D; font-variant-numeric: lining-nums; font-feature-settings: 'lnum';}
.container { max-width:1190px; min-width:320px; margin:0 auto; padding:0 10px; position:relative;}
ul {list-style:none;}
a {}


header {height: 80px; background: #FFFFFF;}
.logo {position:absolute; left:10px; top:23px; font-weight: bold; font-size: 26px; line-height: 130%; text-decoration: none; color: #0D1B3D;}
.logo img {margin-right: 10px;}
.tel {position: absolute; right: 10px; top: 25px;}
.tel a {font-weight: bold; font-size: 24px; text-decoration: none; color: #0D1B3D; line-height: 130%;}
header p {position: absolute; left: 210px; top: 25px; font-weight: bold; color: #54B24C; font-size: 24px; line-height: 130%;}

h1 {font-weight: 600; font-size: 54px; line-height: 130%; font-family: 'Merriweather', serif;}
h2, h3 {font-weight: 600; font-size: 36px; line-height: 130%; font-family: 'Merriweather', serif; text-align: center;} 

.sub-header {text-align: center; padding: 15px; background: #54B34C; font-weight: bold; font-size: 18px; line-height: 130%; text-align: center; color: #FFFFFF; display: none;}

.main-bg {overflow: hidden;}
.main-bg .container {padding: 80px 10px; min-height: 540px;}
.main-bg h1 {max-width: 590px; margin-bottom: 50px;}
.head-img {position: absolute; top: 64px; right: -55px;}
.main-bg .button-1 {min-width: 250px;}


.button-1 {display: inline-block; padding: 0 20px; height: 60px; cursor: pointer; background: #20B7F9; border-radius: 4px; color: #fff; font-weight: bold; text-decoration: none; font-size: 20px; line-height: 60px; text-align: center; text-transform: uppercase;}
.button-1:hover {opacity: .8;}

.list-wrap {background: #0D1B3D; margin-bottom: 80px; color: #fff; padding: 120px 0;}
.list-wrap h2 {margin-bottom: 50px;}

.list-wrap ul {display: flex; flex-wrap: wrap; border-left: 1px solid #2B4072; border-top: 1px solid #2B4072;}
.list-wrap ul li {border-right: 1px solid #2B4072; border-bottom: 1px solid #2B4072; padding: 10px 40px; display: flex; align-items: center; min-height: 105px; width: 33.33%;}
.list-wrap ul li span {display: block; padding: 0 0 0 33px; background: url('../images/check2.svg') no-repeat 0 6px; font-size: 24px; line-height: 130%; font-weight: bold;}
.list-wrap ul li span i {display: block; font-style: normal; font-weight: 500; font-size: 18px;}

.sponsors {margin-bottom: 80px;}
.sponsors h3 { margin-bottom: 50px;}
.sponsors ul {display: flex; flex-wrap: wrap; border-left: 1px solid #CDD4DC; border-top: 1px solid #CDD4DC;}
.sponsors ul li {border-right: 1px solid #CDD4DC; border-bottom: 1px solid #CDD4DC; padding: 10px; display: flex; justify-content: center; align-items: center; min-height: 170px; width: 33.33%;}
.sponsors ul li img {max-width: 100%; max-height: 100%; width: auto; height: auto;}

.main-img {margin-bottom: 80px;}
.main-img img {width: 100%; height: auto; display: block;}

.step-box-wrap {background: #EDF0F3; padding: 60px; margin-bottom: 80px;}
.step-box-wrap h2 {margin-bottom: 40px; color: #0D1B3D;}
.steps-list-1 {margin: 0 -5px 40px -5px; display: flex; flex-wrap: wrap;}
.steps-list-1 li {margin: 0 5px; flex: 1; background: #FFF; text-align: center; padding: 40px; font-weight: bold; font-size: 20px; line-height: 140%;}
.steps-list-1 li div {height: 110px;}
.steps-list-2 {display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 40px;}
.steps-list-2 li {padding: 0 25px 20px 25px; font-size: 18px; line-height: 150%; background: url('../images/check.svg') no-repeat 0 6px;}

.bottom-box {text-align: center; padding-bottom: 100px;}
.bottom-box p {margin-bottom: 50px; font-family: 'Merriweather', serif; font-weight: bold; font-size: 36px; line-height: 150%;}
.bottom-box .button-1 {min-width: 280px;}

footer {background: #0D1B3D; min-height: 120px;}
footer ul {display: flex; flex-wrap: wrap; align-items: center; min-height: 120px; margin-left: 200px;}
footer li {font-size: 12px; line-height: 130%; padding: 0 10px;}
footer li a {color: #fff; text-decoration: none;}
footer li a:hover {text-decoration: underline;}
.footer-logo {font-weight: bold; font-size: 26px; text-decoration: none; color: #fff; position: absolute; left: 10px; top: 40px;}
.footer-logo span {color: #5BCAFA;}
footer .tel {top: 40px;}
footer .tel a {color: #fff;}

#legal {max-width: 500px; margin: 0 auto; padding: 20px 0 30px 0; text-align: center; color: #ffffff;}
#legal>p {margin-bottom: 20px;}
#legal>p>a {display: block; margin-bottom: 5px; color: #ffffff;}


.loader {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    z-index: 1;
    background-color: #ffffff;
}

.loader-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loader p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
}

.loader .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.loader .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 45px;
    height: 45px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #1e272e;
    border-color: #1e272e transparent #1e272e transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Clear & Animation*/
.clear {clear:both; line-height:0px; height:0px; overflow:hidden; font-size:0px; content:''; display:block;}
a, button {transition:all 0.2s ease-in-out;}

/*Responsive*/
@media (max-width: 1210px) {
    .container {max-width:1000px;}
    .step-box-wrap {padding: 60px 10px;}
    .steps-list-1 li {padding: 40px 20px;}
    
    .head-img {top: 100px;}
    .head-img img {width: 500px; height: auto;}
    .main-bg .container {padding: 70px 10px; min-height: 1px;}


}
@media (max-width: 999px) {
    .container {max-width:768px;}


    h1 {font-size: 40px;}
    .bottom-box p, h2, h3 {font-size: 32px;}
    .main-bg h1 {max-width: 400px;}
    .head-img img {width: 400px; height: auto;}


    .steps-list-2 {margin: 0;}
    .steps-list-1 li {font-size: 16px;}
    .steps-list-1 li {padding: 40px 10px;}
    .steps-list-2 {justify-content: center;}
    .step-box-wrap {padding: 40px 10px;}

    header {height: 58px;}
    header p {display: none}
    .sub-header {display: block;}

    .logo {font-size: 18px; top: 16px;}
    .tel a {font-size: 20px;}
    .tel {top: 14px;}

    .list-wrap ul li {padding: 10px;}
    .list-wrap ul li span {font-size: 20px;}
    
    
}

@media (max-width: 767px) {

    .button-1 {height: 52px; line-height: 52px;}

    h1 {font-size: 32px;}
    .main-bg h1 {max-width: 100%;}
    .main-bg .container {padding: 30px 10px 0 10px; text-align: center;}
    .head-img {margin: 0 -30% -70% -30%; position: static;}
    .head-img img {width: 100%; height: auto;}
    .main-bg .button-1 {margin-bottom: 40px;}


    .bottom-box p, h2, h3 {font-size: 28px;}

    .list-wrap {padding: 80px 0;}
    .list-wrap ul li, .sponsors ul li {width: 50%;}




    .steps-list-1 {margin: 0 0 40px 0;}
    .steps-list-1 li {width: 100%; flex: none; margin: 0 0 10px 0;}


    .bottom-box p {font-size: 30px;}
    .bottom-box {padding: 40px 0;}
    .bottom-box-in {padding: 40px 10px;}
    .bottom-box h3, .bottom-box p {font-size: 26px;}


    footer {text-align: center; height: auto; padding: 20px 0;}
    footer ul {min-height: 1px; margin: 5px 0; justify-content: center;}
    footer li {padding:5px 10px;}
    .footer-logo, footer .tel {position: static;}
 

}

@media (max-width: 567px) {
  
	
}
	
@media (max-width: 480px) {

    .steps-list-2 li {width: 100%;}
    .steps-list-2 li br {display: none;}
    .list-wrap ul li {width: 100%;}

}