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

body {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Archivo', sans-serif!important;
    background-color: #ffffff;
    color: #010101;
    font-weight: 400;
}

.no-mrg {
    margin: 0px;
}

.full-right {
    margin-left:auto!important;
}
.baseline {
    font-size: 16px;
    margin-bottom:0px;
	text-align:right;
}


.hdr {
    padding:18px 0px;
    background-color: #ffff;
    color:#202020;
    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;
}


.drk {
     background: #202020 url('../../img/pattern.png');
}

.drk2 {
     background: #202020;
    color: #fff;
}


.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: 228px;
    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: #730FC3 !important;
}

.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;
}

.sub-tt {
    color: #ffffff;
    text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.7);
    font-size:3.3rem;
}

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


.m-auto {
    margin: auto;
}


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

.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: 30px 15px 30px 15px;
    background-color:transparent;
    border-radius: 5px;
    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: #fff;
}

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

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

.ic {
    margin-bottom:20px;
}

.ic img {
    height: 120px;
}

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

.tt2 {
    font-weight: bold;
    font-size: 22px;
	margin:10px;
}


.stt1 {

    font-size: 14px;
}


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

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

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

/* 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 #FE9603;
    width: 50px;
}

footer {
    background-color:#f5f5f5;
    padding: 30px 0px;
    color: #202020;
}

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

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

.item {
    position: relative;
}

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


::selection {
    background: #FE9603!important;
    /* WebKit/Blink Browsers */
    color: #ffffff!important;
}

::-moz-selection {
    background: #FE9603!important;
    /* Gecko Browsers */
    color: #ffffff!important;
}

/*success*/

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

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