body,
html {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

body {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
    color: #111111;
    font-weight: 400;
}

.no-mrg {
    margin: 0px;
}

.full-right {
    margin-left: auto !important;
}

.baseline {
    font-size: 18px;
    margin-bottom: 0px;
}


.hdr {
    padding: 2px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.349);
    background-color: #ffffff;
    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;
}

.bg-hero {

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



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

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

.elt-r {
    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: 180px;
    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;
}



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

.big-tt {
    color: #ffffff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.7);
    font-size: 72px;
}
.check-block-2 {
    background-color: #fffbf6;
    padding: 40px 30px;
    border-radius: 25px;
}

.bgtxt {
    background: linear-gradient(90deg, rgba(222, 171, 2, 1) 0%, rgba(56,12,0) 100%);
    padding: 5px 15px;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.sub-tt {
    color: #ffffff;
    font-size: 4rem;
    line-height: 1.55em;
    margin: 0px;
}

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



.m-auto {
    margin: auto;
}


/* Block3 */
.mt-10 {
    margin-top: 10px;
}

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

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

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

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

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

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

.light-purple {
    background-color: #fffbf6;
}

.check-block {
    background-color: #fffbf6;
    padding: 20px 30px;
    border-radius: 25px;
}

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

.square-box,
.square-box-p {
    border: none;
    padding: 30px 15px 30px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 18px 45px 0px rgba(242, 244, 255, .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: #111111;

}

.square-box-p {
    background-color: #fffbf6;
}

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

.square-box-p:hover {
    transform: translateY(-20px);
}

.square-box-p h4 {
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 25px;
}

.square-box-p ul {
    font-size: 16px;
    padding-left: 20px;
}

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

.ic {
    margin-bottom: 2px;
}

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

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


.stt1 {

    font-size: 16px;
}


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

.ttext li {
    margin-bottom: 17px;
}

.ttext li:last-child {
    margin-bottom: 0px;
}

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

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

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

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

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

/* Form */

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

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

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

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


.load {
    position: relative;
    color: transparent;
    text-shadow: 0 0 6px rgba(0,0,0, 1);
    margin-bottom: 50px;

}

.la-low-vision {
    font-size: 60px;
    color: #deab02;
    text-shadow: none;
}

.blr {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



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

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

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

.item {
    position: relative;
}

.ic-l i {
    font-size: 80px;
    background: -webkit-linear-gradient(#082c6f, #852D91, #082c6f);
    -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;
}

.ivg {
    width: 120px;
}

* {
    user-select: none;
    /* supported by Chrome and Opera */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}


::selection {
    background: #082c6f;
    /* WebKit/Blink Browsers */
    color: #ffffff;
}

::-moz-selection {
    background: #082c6f;
    /* Gecko Browsers */
    color: #ffffff;
}

/*success*/

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

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