@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
body {
    font-size: 13px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    background: #ffffff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

.p {
    color: #eee;
}

.bg-banner {
    background-image: url(../images/bg-header.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 400px;
    background-size: cover;
    background-position: top;
}

.logo {
    padding: 20px;
    position: absolute;
    top: -30%;
}

.header-top {
    background: #204FB6;
}

.logo img {
    width: auto;
    border: none;
    border-radius: 0px;
    display: inline;
    height: 150px;
}

.top-link {
    padding: 30px 0px 30px;
    display: inline-flex;
    list-style: none;
}

.top-link li {
    text-align: center;
    margin: 0 8px;
}

.nav-link a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

li i {
    color: #FFFFFF;
    font-size: 27px;
    padding-right: 15px;
}

li i a {
    color: #FFFFFF;
    font-size: 27px;
    padding-right: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-box {
    width: 70%;
    margin: auto;
}

.contant {
    padding: 100px 30px;
}

.contant h1 {
    color: #FFFFFF;
    text-align: center;
    font-size: 2.4rem;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.contant p {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    width: 73%;
    margin: auto;
    padding-top: 25px;
}

.grating-message {
    background: transparent;
    padding: 15px 52px 15px;
}

.mr-t-b {
    margin: 35px 0px 35px;
}

.mr-t {
    margin-top: 70px;
}

.line-horizontal {
    width: 20%;
    border-top: 2px solid #19173f;
    padding-bottom: 15px;
}

.line-horizontal-how-to {
    width: 10%;
    border-top: 2px solid #19173f;
    padding-bottom: 15px;
    margin: auto;
}

.grating-titel h2 {
    font-weight: bold;
    margin-bottom: 15px;
}

.grating-message-body p {
    line-height: 27px;
    font-size: 18px;
    font-weight: 400;
    color: #19173f;
    padding-top: 10px;
}

.contact-form {
    padding: 22px 30px 0px;
    background: #ffffff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.contact-form h3 {
    color: #19173f;
}

.contact-form p {
    color: #ffffff;
    font-size: 16px;
}

.contact-form-body {
    padding: 21px 0px 20px;
}

.form-control {
    border-radius: 0;
    height: 39px;
}

.form-group {
    margin-bottom: 10px;
}

.btn-submit {
    box-sizing: content-box;
    line-height: 21px;
}

.submit-button {
    background-color: #c0e246;
    color: #19173f;
    border-radius: 0px;
    padding: 8px;
    font-size: 17px;
    font-size: 20px;
    transition: 0.3s ease-in-out;
    font-family: "futura-pt-bold", Sans-serif;
    font-weight: 900;
    box-shadow: 6px -7px 0 rgb(169 207 30 / 35%);
    width: 60%;
    margin: 0 auto;
}

.submit-button:hover {
    background: #19173f;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    box-shadow: 6px -7px 0 rgb(25 23 63 / 19%);
}

.submit-button:active,
.submit-button:focus {
    color: #19173f !important;
    background: #D9DB22;
}

button:focus {
    outline: none;
}

div.register {
    margin: 36px 0;
}

a.register {
    background: #C0E246;
    color: #19173f;
    border-radius: 0px;
    padding: 10px 16px !important;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    box-shadow: 6px -7px 0 rgb(191 236 29 / 35%);
    font-family: "futura-pt-bold", Sans-serif;
}

a.register:hover {
    background: #19173f;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    box-shadow: 6px -7px 0 rgb(25 23 63 / 19%);
}

a.register:active,
a.register:focus {
    background: #fff;
    color: #19173f;
}

.nopading {
    padding: 0px;
}

.video-part {
    background: #ffffff;
    padding: 30px 0px 30px;
}

.heading-howto {
    text-align: center;
}

.heading-howto h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-part {
    background: #ffffff;
    padding: 30px 0px 30px;
}

.heading-contact {
    text-align: center;
}

.heading-contact h2 {
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-part p {
    line-height: 2;
    font-size: 15px;
}

.head {
    font-weight: 600;
}

.fotter {
    background: #000000;
}

.fotter p {
    color: #FFFFFF;
    line-height: 4;
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 1200px) {
    .contact-form {
        background: #e3e3e3;
        padding: 22px 30px 23px;
        margin: 0 auto;
        float: none;
    }
    div#navbarSupportedContent {
        z-index: 11111111;
        position: relative;
        margin-top: 0px !important;
        background-color: transparent;
        width: 100%;
        text-align: center;
    }
    .top-link {
        text-align: center;
        display: block;
        padding: 0px;
        margin-top: 10px;
    }
    .grating-message {
        background: transparent;
        padding: 15px 52px 15px;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .contant {
        padding: 15px 0px 25px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 18px;
        text-align: left;
    }
    .grating-message {
        background: transparent;
        padding: 20px 30px 15px;
        min-height: auto;
    }
    .contact-form {
        margin-top: 0px;
        padding-bottom: 0;
    }
    .grating-message {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .contant h1 {
        font-size: 20px;
        line-height: 31px;
        margin: 0px;
    }
    .main-box {
        width: 100%;
        margin: auto;
    }
    .top-link {
        text-align: center;
        display: block;
        padding: 0px;
        margin-top: 10px;
    }
    .logo {
        text-align: center;
    }
    .fotter p {
        line-height: normal;
        text-align: center;
        padding: 9px;
    }
    .video-part {
        margin: 0;
    }
    .contact-part {
        margin-top: 30;
        margin-bottom: 0;
    }
    .top-link li i {
        padding-right: 0;
    }
    div#navbarSupportedContent {
        z-index: 11111111;
        position: absolute;
        margin-top: 100px !important;
        background-color: #000000b3;
        width: 100%;
        text-align: center;
    }
    .top-link {
        display: block;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .top-link li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff;
        padding: 5px 5px;
    }
    .icon-bar {
        width: 22px;
        height: 2px;
        background-color: #B6B6B6;
        display: block;
        transition: all 0.2s;
        margin-top: 4px
    }
    .navbar-toggler {
        border: none;
        background: transparent !important;
    }
    .navbar-toggler .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }
    .navbar-toggler .middle-bar {
        opacity: 0;
    }
    .navbar-toggler .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }
    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }
    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }
    .navbar {
        align-items: unset;
    }
    div#navbarSupportedContent {
        margin: auto;
        float: right;
    }
    nav.navbar.navbar-expand-lg {
        padding: 0px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-size: 100% 100%;
        color: white;
        background-color: white;
        border: 2px solid #b5a7a7;
        padding: 15px 20px 15px 20px;
        border-radius: 3px;
    }
    li:last-child {
        border-bottom: 0px solid #ffffff;
    }
    li a {
        color: #FFFFFF;
        font-size: 16px;
        text-decoration: none;
        font-weight: 700;
        display: block;
        padding: 0.4rem;
    }
    .d-none {
        display: none!important;
    }
    .navbar li.nav-item i {
        font-size: 18px;
        margin-right: 15px;
        width: 25px;
    }
    .navbar-nav li {
        border-bottom: 1px solid #ffffff;
    }
    .navbar-nav li a {
        margin-left: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    button:focus {
        outline: none;
    }
}

.text-left li a {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

li:hover a {
    color: #19173f !important;
}

li a:hover i {
    color: #19173f !important;
}

@media (max-width: 992px) {
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        position: relative;
        left: 100%;
        float: right;
        margin: 15px;
    }
    div#navbarSupportedContent {
        z-index: 11111111;
        position: absolute;
        margin-top: 180px !important;
        background-color: #00000096;
        width: 100%;
        text-align: center;
        right: 0%;
    }
    .logo {
        top: -24%;
    }
    .d-sm-block {
        display: none !important;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bg-banner {
        height: 300px;
    }
}

@media (max-width: 768px) {
    div#navbarSupportedContent {
        margin-top: 72px !important;
    }
    .logo {
        top: -28%;
        left: -1%;
    }
    .logo img {
        height: 100px;
    }
    .navbar-light .navbar-toggler {
        left: 73%;
    }
    .bg-banner {
        height: 150px;
    }
}


/* ======================== */

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    background: #c0e246;
    transition: 1s;
    box-shadow: 6px -7px 0 rgb(255 255 255 / 48%);
    font-weight: 900;
    font-family: "futura-pt-bold", Sans-serif;
    margin-left: 12px;
}

.cta:focus {
    outline: none;
}

.cta:hover {
    transition: 0.5s;
    background: #ffffff;
    text-decoration: none;
    color: #000000;
}

.main-content {
    background-image: url(../images/bg-body-pt.png);
}

.grating-message-body h2 {
    color: #19173f;
    font-weight: 900;
    font-family: "futura-pt-bold", Sans-serif;
}

.contact-form h2 {
    color: #19173f;
    font-family: "futura-pt-bold", Sans-serif;
    font-weight: 900;
    text-align: center;
}

.copy-rigth-text {
    background: #19173f;
    position: relative;
    display: block;
}

.copy-rigth-text p {
    color: #ffffff;
    text-align: center;
    padding: 40px 0;
    margin: 0;
}

@media (max-width: 1200px) {
    .contact-form {
        background: #ffffff;
        padding: 22px 30px 0px;
        margin: 0 auto 20px;
        float: none;
    }
    .copy-rigth-text p {
        color: #ffffff;
        text-align: center;
        padding: 20px 0;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .dn-none {
        display: none;
    }
    .dn-none-1 {
        display: block;
    }
}

@media (max-width: 992px) {
    .dn-none {
        display: block;
    }
    .dn-none-1 {
        display: none;
    }
}

.grating-message-body p:nth-child(odd) {
    color: #19173f;
    font-weight: 900;
}