body {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #222;
    font-weight: 400;
    overflow-x: hidden;
}

.no-mrg {
    margin: 0px;
}


.main {
    color: #90e0ef;
}

.bd-thanks {
    background-color: #fbfbfb;
}

.custom-nav {
    background-color: #252f3d;
    box-shadow: 0 3px 5px rgba(0, 9, 128, 0.05), 0 4px 10px rgba(0, 9, 128, 0.035);
    align-content: center;
    vertical-align: middle;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    padding: 16px 0px;
    z-index: 99 !important;
}

.baseline {
    font-size: 21px;
}

.sub-hd {
    width: 100% !important
}

.logo {
    width:245px;
}


.success_insc {
    display: none;
}

.bg-hero {

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}



.hero-txt {
    padding: 20px 0px 0px 0px;
    clear: both;
}

.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}



.valign-abs-txt-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 20px;
    z-index: -1 !important
}

* .img-responsive {
    margin: 0 auto;
}

.brd {
    border: 2px solid black;
}


.nv-header img,
.logo-wht,
.logo-thnk {
    width: 250px;
    height: auto;
}

.logo-thnk {
    margin: 0 auto;
}

.thnk-container {
    padding: 50px 0px;
}

.frame {
    background-color: #71C341;
    padding: 4.5% 50px 4.5% 50px;
    position: relative;
    color: #fff;
}

.frame p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.btn-purple,
.btn-purple:hover {
    background-color: #730FC3;
    color: #ffffff;
    padding: 10px 12px;
    z-index: 999999 !important;
}

.btn:focus {
    outline: none !important;
    background-color: #f48c06!important;
}

.navbar-form {
    padding: 2px 0px 0px 0px;
}

.big-tt {
    color: #ffffff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.35);
    background-color: rgba(37,47,61, 0.9);
    padding: 10px 2px;
    text-align: center;
    font-size: 55px;
    margin: 0px;

}

.sub-tt {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    background-color: rgba(37,47,61, 0.9);
    padding: 20px 25px;
    text-align: left;
    font-size: 25px;
    margin-bottom: 0
}

.sub-tt-b {
    color: #ffffff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.2);
    background-color: rgba(34,34,34, 0.95);
    padding: 10px 25px;
    text-align: center;
    font-size: 40px
}

.sub-tt-b a {
    color: #ffffff;
    text-decoration: none;
}

a *,
.sub-tt-b a:hover,
.sub-tt-b a:focus {
    color: #ffffff;
    text-decoration: none;
}


.txt-aligner {
    text-align: left;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.m-auto {
    margin: auto;
}


/* Block3 */

.cf {
    width: 78%;
}

.mt-10 {
    margin-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pd-50 {
    padding: 50px 0px;
}

.light-grey {
    background-color: #f9f9f9;
}

.grn-ic {
    color: #00d9a6;
}

.square-box {
    border: none;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 1.4s;
    animation-delay: .3s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    color:#222222;
}

.square-box:hover {
    transform: translateY(-20px);
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
}

.clr-bth {
    margin-bottom: 30px;
}

.ic {
    margin-bottom: 2px;
}

.ic img {
    width: 120px;
    height: auto;
}

.tt1 {
    font-weight: bold;
    font-size: 17px;
}

.ttext {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7em;
}

.disclaimer {
    background-color: #f0f4f9;
    color: #9daab0;
    padding: 20px 0px;
}

.disclaimer p {
    text-align: center;
    line-height: 1.7em;
    margin-bottom: 0px;
    font-size: 12px;
}


/* Form */

.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size: 15px;
}

.fs-20 {
    font-size: 20px;
}

.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #90e0ef;
    width: 50px;
}

footer {
    background-color: #3a3a3a;
    padding: 30px 0px;
    color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}

.item {
    position: relative;
}

.ic-l i {
    font-size: 80px;
    background: -webkit-linear-gradient(#90e0ef, #852D91, #90e0ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

button[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}




::selection {
    background: #90e0ef;
    /* WebKit/Blink Browsers */
    color: #ffffff;
}

::-moz-selection {
    background: #90e0ef;
    /* Gecko Browsers */
    color: #ffffff;
}

/*success*/

.succ-ic {
    padding: 25px;
    border: 1px solid #eee;
    background-color: #ffffff;
}

.succ-ic img {
    width: 90px;
}
