/*! ==========================================================================
   CUSTOM CSS BEGINNING
*/

/* ==========================================================================
   Old alert
   ========================================================================== */

div.alert-old {
    text-align: center;
    padding: 25px;
    font-size: 20px;
    color: #777;
    background-color: black;
    color: #f0f0f0;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
}
div.alert-old a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}
div.alert-old a:hover {
    color: orange;
}
/* ==========================================================================
   General CSS
   ========================================================================== */

html {
    font-family: 'Exo 2', sans-serif;
}
body {
    cursor: default;
    overflow-x: hidden;
}
::selection {
    background: orange;
    color: white;
}
::-webkit-selection {
    background: orange;
    color: white;
}
::-khtml-selection {
    background: orange;
    color: white;
}
::-moz-selection {
    background: orange;
    color: white;
}
::-wap-selection {
    background: orange;
    color: white;
}
::-ms-selection {
    background: orange;
    color: white;
}
::-o-selection {
    background: orange;
    color: white;
}
.wrapper {
    display: block;
    margin: 0 auto;
    width: 1190px;
}
.inl {
    display: inline-block;
    vertical-align: top;
    * display: inline;
    zoom: 1;
}
a, input, button, select, textarea {
    border: none;
    outline: none;
    background-color: transparent;
    font-family: 'Exo 2', sans-serif;
}
input[type=text], input[type=password], input[type=email], input[type=phone], select, textarea {
    box-sizing: border-box;
    appearance: none;
}
body>span.copy {
    display: none;
    opacity: 0;
    width: 0px;
    height: 0px;
}
.btn-1 {
    text-transform: uppercase;
    color: white;
    font-size: 27px;
    font-weight: 400;
    background-color: #0090ff;
    border: 1px solid white;
    padding: 16px 49px;
    text-decoration: none;
    cursor: pointer;
}
.btn-1:hover {
    background-color: orange;
}
.btn-2 {
    text-transform: uppercase;
    color: white;
    font-size: 27px;
    font-weight: 400;
    background-color: #49ce00;
    padding: 16px 49px;
    text-decoration: none;
    cursor: pointer;
}
.btn-2:hover {
    background-color: orange;
}
/* ==========================================================================
   Header
   ========================================================================== */

header {
    display: block;
    margin: 0px;
    min-height: 72px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    /*background-color: #0b243d;*/
    background-color: #f8f8f8;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    z-index: 999;
    overflow: hidden;
    padding: 13px 0;
}
header a.logo {
    margin: 0px;
    width: 193px;
    height: 75px;
    float: left;
}
header button.mobile-menu {
    display: none;
}
header nav {
    float: right;
    display: block;
    margin: 23px 0 0 0;
}
header nav ul {
    display: block;
    margin: 0px;
    padding: 0px;
}
header nav ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    * display: inline;
    zoom: 1;
    margin: 0 0 0 30px;
}
header nav ul li.profile {
    display: none;
}
header nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: 200;
    font-size: 18px;
}
header nav ul li a:hover {
    color: #00E100;
}
body.logged_in header nav ul li:last-child {
    display: none;
}
body.logged_in header nav ul li.profile {
    display: inline-block;
}
body.logged_in header nav ul li.profile a {
    color: orange;
}
/* ==========================================================================
   Section
   ========================================================================== */

section.one {
    display: block;
    margin: 0px;
    min-height: 540px;
    background-size: cover;
    text-align: center;
    padding: 0 0 58px 0;
}
body.inner section.one.inner {
    min-height: 0px;
    padding: 40px 0 110px 0;
}
section.one h1 {
    margin: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 200;
    padding: 247px 0 0;
}
section.one h1 small {
    display: block;
    margin: 0px;
    color: #49ce00;
    font-weight: 400;
    font-size: 28px;
}
section.one .go-bottom {
    display: block;
    margin: 153px auto 0;
    width: 37px;
    height: 37px;
    background-position: -234px -19px;
}
/*
   Section, form
   ========================================================================== */

section.one form {
    display: block;
    margin: 69px auto 0;
    width: 80%;
    position: relative;
}
section.one form span.error {
    display: none;
    margin: 0px;
    font-weight: 200;
    background-color: rgba(255, 255, 255, 0.9);
    float: left;
    padding: 10px 23px;
    position: absolute;
    bottom: -50%;
    font-size: 16px;
}
section.one form input[type="text"] {
    vertical-align: middle;
    width: 72%;
    color: #858585;
    font-size: 18px;
    font-weight: 200;
    padding: 25px 8px;
}
section.one form input[type=submit] {
    display: none;
}
section.one form .inl {
    vertical-align: middle;
}
section.one form span.inl {
    cursor: pointer;
    font-size: 18px;
    color: #858585;
    font-weight: 200;
    width: 12%;
    text-transform: capitalize;
}
section.one form span.inl i.inl {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #00aeef;
    margin: 0 4px 0 0;
}
section.one form span.inl i.inl::after {
    content: '';
    display: block;
    margin: 5px 0 0 5px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    position: relative;
}
section.one form span.inl.active i.inl::after {
    background-color: #00aeef;
}
section.one button.btn-2 {
    margin: 30px 0 0 0;
}
section.one form span.inl input {
    display: none;
}
section.one form div.al-results {
    margin: 0px;
    position: absolute;
    top: 71px;
    left: 0px;
    z-index: 100;
    background-color: white;
    width: 100%;
    float: left;
    text-align: left;
    max-height: 200px;
    overflow-y: scroll;
    padding: 2px 17px;
    box-sizing: border-box;
}
section.one form div.al-results div.al-address {
    display: block;
    margin: 0px;
    padding: 7px 0;
    border-bottom: 1px solid #f1f1f1;
}
section.one form div.al-results div.al-address a {
    text-decoration: none;
    font-weight: 200;
    font-size: 16px;
    display: block;
}
/* ==========================================================================
   Section
   ========================================================================== */

section.two {
    display: block;
    margin: 0px;
    min-height: 350px;
    text-align: center;
}
section.two div.wrapper {
    position: relative;
}
section.two h2 {
    margin: 0px;
    color: #258afc;
    font-size: 93px;
    font-weight: 200;
    padding: 71px 0 0 0;
    z-index: 20;
    position: relative;
}
section.two h2 small {
    display: block;
    margin: 0 0 -11px 0;
    font-size: 27px;
    color: #191919;
    font-weight: 400;
}
section.two h2::after {
    display: block;
    margin: 20px auto 0;
    content: '';
    height: 3px;
    background-color: #e7e7e7;
    width: 50px;
}
section.two p {
    margin: 0;
    width: 45%;
    font-size: 20px;
    color: #686868;
    text-align: left;
    line-height: 1.7;
    position: relative;
    z-index: 20;
    padding: 50px 0 150px 0;
}
section.two i.bgs {
    display: block;
    margin: 0px;
    width: 656px;
    height: 500px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-position: -19px -12px;
    z-index: 1;
}
/* ==========================================================================
   Section
   ========================================================================== */

section.three {
    display: block;
    margin: 0px;
    min-height: 350px;
    background-color: #f6f6f6;
    text-align: center;
    padding: 0 0 80px 0;
}
section.three div.wrapper {
    position: relative;
}
section.three h3 {
    display: block;
    margin: 0px;
    font-size: 82px;
    color: #2a80f0;
    font-weight: 200;
    padding: 121px 0 40px 0;
}
section.three div.wrapper>p {
    margin: 0px;
    color: #686868;
    font-size: 24px;
}
section.three div.wrapper>p::after {
    display: block;
    margin: 80px auto 0;
    content: '';
    height: 3px;
    background-color: #e7e7e7;
    width: 50px;
}
section.three div.grid {
    display: block;
    margin: 80px 0 0 0;
    font-size: 0px;
    position: relative;
    z-index: 50;
}
section.three div.grid>div.inl {
    margin: 0px;
    min-height: 80px;
    width: 30%;
    font-size: 15px;
    position: relative;
    z-index: 50;
}
section.three div.grid>div.inl:nth-child(2) {
    margin: 0 1%;
}
section.three div.grid>div.inl p {
    margin: 40px 0 0 0;
    font-size: 20px;
    line-height: 1.5;
    color: #686868;
}
section.three div.grid>div.inl span.icon {
    display: block;
    margin: 0 auto;
    width: 230px;
    height: 230px;
    border: 2px dashed #bdcfe5;
    border-radius: 50%;
}
section.three div.grid>div.inl span.icon i {
    width: 210px;
    height: 210px;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
    background-color: white;
    position: relative;
    overflow: hidden;
}
section.three div.grid>div.inl span.icon i em {
    display: block;
    margin: 25% auto 0;
}
section.three div.grid>div.inl:nth-child(1) span.icon i em {
    width: 99px;
    height: 92px;
    background-position: -56px -517px;
}
section.three div.grid>div.inl:nth-child(2) span.icon i em {
    width: 129px;
    height: 92px;
    background-position: -165px -517px;
}
section.three div.grid>div.inl:nth-child(3) span.icon i em {
    width: 96px;
    height: 94px;
    background-position: -295px -517px;
}
section.three div.wrapper div.grid>i.bgs {
    display: block;
    margin: 0px;
    width: 1263px;
    height: 178px;
    background-position: -639px -891px;
    position: absolute;
    top: 25px;
    left: -33px;
}
/* ==========================================================================
   Section
   ========================================================================== */

section.four {
    display: block;
    margin: 0px;
    min-height: 200px;
    background-position: center top;
    background-size: cover;
    text-align: center;
    padding: 76px 0 80px 0;
}
section.four h3 {
    margin: 0px;
    font-size: 75px;
    color: #9fff6b;
    font-weight: 400;
    font-style: italic;
}
section.four h3 small {
    display: block;
    margin: 0px;
    font-size: 35px;
    color: white;
    font-weight: 300;
    font-style: normal;
}
section.four h3::after {
    display: block;
    margin: 30px auto 0;
    content: '';
    height: 3px;
    background-color: #59e7f7;
    width: 50px;
}
section.four p {
    margin: 51px 0 0 0;
    color: white;
    font-size: 20px;
    line-height: 1.4;
}
/* ==========================================================================
   Section
   ========================================================================== */

section.five {
    display: block;
    margin: 0px;
    font-size: 0px;
}
section.five>div.inl {
    width: 25%;
    text-align: center;
    padding: 35px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dde9f6+0,c9ddf2+100 */
    background: rgb(221, 233, 246);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZTlmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWRkZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(221, 233, 246, 1) 0%, rgba(201, 221, 242, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221, 233, 246, 1)), color-stop(100%, rgba(201, 221, 242, 1)));
    /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(left, rgba(221, 233, 246, 1) 0%, rgba(201, 221, 242, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(left, rgba(221, 233, 246, 1) 0%, rgba(201, 221, 242, 1) 100%);
    /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(left, rgba(221, 233, 246, 1) 0%, rgba(201, 221, 242, 1) 100%);
    /* IE10 preview */
    background: linear-gradient(to right, rgba(221, 233, 246, 1) 0%, rgba(201, 221, 242, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde9f6', endColorstr='#c9ddf2', GradientType=1);
    /* IE6-8 */
}
section.five>div.inl p {
    margin: 0px;
    font-size: 24px;
    color: #8f8f8f;
}
section.five>div.inl p strong {
    display: block;
    margin: 0px;
    font-size: 65px;
    color: #3182d7;
    font-weight: 400;
}
/* ==========================================================================
   Section
   ========================================================================== */

section.six {
    display: block;
    margin: 0px;
    min-height: 450px;
    background-color: white;
    text-align: center;
}
section.six h3 {
    margin: 0px;
    font-size: 60px;
    font-weight: 200;
    color: #2a80f0;
    padding: 49px 0 0 0;
}
section.six div.grid {
    display: block;
    margin: 80px 0 0 0;
    font-size: 0px;
    position: relative;
}
section.six div.grid>div.inl {
    width: 50%;
    font-size: 15px;
    text-align: left;
}
section.six div.grid>div.inl:nth-child(2) {
    text-align: right;
}
section.six div.grid>div.inl div.step {
    margin: 0px 0px 46px 0px;
    min-height: 50px;
    border: 1px solid #e1e1e1;
    width: 82%;
    border-radius: 5px;
    padding: 0 0 20px 0;
    position: relative;
    background-color: white;
}
section.six div.grid>div.inl:nth-child(2) div.step {
    text-align: right;
}
section.six div.grid>i.line {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #e1e1e1;
}
section.six div.grid>i.line::before, section.six div.grid>i.line::after {
    content: '';
    display: block;
    margin: 0 0 0 -29px;
    width: 60px;
    height: 4px;
    background-color: #e1e1e1;
    position: relative;
}
section.six div.grid>i.line::after {
    position: absolute;
    bottom: 0px;
}
section.six div.grid>div.inl div.step>em {
    margin: -35px 20px 12px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #e1e1e1;
    background-color: white;
    text-align: center;
}
section.six div.grid>div.inl div.step>em span {
    display: block;
    margin: 5px;
    background-color: #5795f2;
    border-radius: 50%;
    color: white;
    width: 60px;
    height: 60px;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}
section.six div.grid>div.inl div.step>i.inl {
    margin: 0 3%;
    width: 120px;
    height: 132px;
    vertical-align: middle;
}
section.six div.grid>div.inl:nth-child(1) div.step:nth-child(1)>i.inl {
    background-position: -671px 0;
}
section.six div.grid>div.inl:nth-child(1) div.step:nth-child(2)>i.inl {
    background-position: -797px 0;
}
section.six div.grid>div.inl:nth-child(1) div.step:nth-child(3)>i.inl {
    background-position: -924px 0;
}
section.six div.grid>div.inl:nth-child(1) div.step:nth-child(4)>i.inl {
    background-position: -1047px 0;
}
section.six div.grid>div.inl:nth-child(1) div.step:nth-child(5)>i.inl {
    background-position: -678px -125px;
}
section.six div.grid>div.inl:nth-child(2) div.step:nth-child(1)>i.inl {
    background-position: -808px -123px;
}
section.six div.grid>div.inl:nth-child(2) div.step:nth-child(2)>i.inl {
    background-position: -925px -125px;
}
section.six div.grid>div.inl:nth-child(2) div.step:nth-child(3)>i.inl {
    background-position: -1048px -138px;
}
section.six div.grid>div.inl:nth-child(2) div.step:nth-child(4)>i.inl {
    background-position: -679px -252px;
}
section.six div.grid>div.inl:nth-child(2) div.step:nth-child(5)>i.inl {
    background-position: -806px -265px;
}
section.six div.grid>div.inl div.step>div.description {
    width: 62%;
    text-align: left;
    vertical-align: middle;
}
section.six div.grid>div.inl div.step>div.description h6 {
    margin: 0px;
    font-size: 24px;
    color: #2a80f0;
    font-weight: 400;
}
section.six div.grid>div.inl div.step>div.description p {
    margin: 12px 0 0 0;
    font-size: 16px;
    color: #686868;
    line-height: 1.45;
}
section.six div.grid>div.inl div.step>span.arrow {
    display: block;
    margin: 0px;
    width: 16px;
    height: 28px;
    background-position: -256px -163px;
    position: absolute;
    top: 40%;
    z-index: 20;
}
section.six div.grid>div.inl:nth-child(1) div.step span.arrow {
    right: -16px;
}
section.six div.grid>div.inl:nth-child(2) div.step span.arrow {
    left: -16px;
    transform: rotateY(180deg);
}
section.six div.grid>div.inl div.step>span.arrow::after {
    display: block;
    margin: 0px;
    content: '';
    width: 20px;
    height: 20px;
    background-color: white;
    border: 4px solid #e1e1e1;
    border-radius: 50%;
    position: relative;
}
section.six div.grid>div.inl:nth-child(1) div.step span.arrow::after {
    left: 95px;
}
section.six div.grid>div.inl:nth-child(2) div.step span.arrow::after {
    left: 90px;
}
section.six div.grid>div.inl:nth-child(2) {
    margin: 136px 0 0 0;
}
section.six div.wrapper>span.bgs {
    display: block;
    margin: -210px 0 0 -46px;
    width: 1233px;
    height: 430px;
    background-position: -669px -446px;
}
body.about-us section.six div.wrapper>span.bgs {
    margin: 0px;
}
body.about-us section.six p {
    margin: 20px 0px;
    line-height: 1.5;
    font-size: 20px;
    color: #313232;
}
body.about-us section.six {
    padding: 46px 0 0 0;
}
/* ==========================================================================
   Section
   ========================================================================== */

section.seven {
    display: block;
    margin: 0px;
    padding: 80px 0px;
    min-height: 150px;
    background-color: #283851;
    text-align: center;
}
section.seven h3 {
    margin: 0 0 29px 0;
    font-size: 48px;
    color: white;
    font-weight: 200;
}
section.seven p {
    margin: 0 0 40px 0;
    color: white;
    font-weight: 200;
    font-size: 20px;
}
/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    display: block;
    margin: 0px;
    background-color: white;
    min-height: 50px;
    text-align: center;
    font-size: 0px;
    padding: 37px 0;
}
footer div.wrapper>div.inl {
    min-height: 20px;
    text-align: left;
}
footer div.wrapper>div.inl:first-child {
    width: 25%;
}
footer div.wrapper>div.inl a.logo {
    background-position: 0px -113px;
    width: 235px;
    height: 90px;
}
footer div.wrapper>div.inl p {
    margin: 0px;
    font-size: 12px;
    color: #7d91b1;
}
footer div.wrapper>div.inl p a {
    color: #7d91b1;
    text-decoration: none;
}
footer div.wrapper>div.inl p a:hover {
    color: orange;
}
footer div.wrapper>div.inl h6 {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #283851;
    text-transform: uppercase;
    font-weight: 700;
}
footer div.wrapper>div.inl:nth-child(2) {
    width: 42%;
    margin: 0 6%;
}
footer div.wrapper>div.inl:nth-child(3) {
    width: 20%;
}
footer div.wrapper>div.inl ul {
    margin: 0 109px 0 0;
    padding: 0px;
}
footer div.wrapper>div.inl:nth-child(3) ul {
    margin: 0px;
}
footer div.wrapper>div.inl ul li {
    display: block;
    margin: 10px 0;
    list-style: none;
}
footer div.wrapper>div.inl ul li a, footer div.wrapper>div.inl ul li {
    text-decoration: none;
    font-size: 16px;
    color: #7e8a9d;
    font-weight: 200;
}
footer div.wrapper>div.inl ul li a:hover {
    color: orange;
}
footer div.wrapper>div.inl ul li i.inl {
    width: 20px;
    height: 20px;
}
footer div.wrapper>div.inl ul li:nth-child(1) i.inl {
    background-position: -251px -69px;
}
footer div.wrapper>div.inl ul li:nth-child(2) i.inl {
    background-position: -251px -99px;
}
footer div.wrapper>div.inl ul li:nth-child(3) i.inl {
    background-position: -254px -132px;
}
footer div.wrapper>div.inl ul li span.inl {
    width: 80%;
}
footer div.wrapper>div.inl div.social {
    display: block;
    margin: 29px 0 0 0;
}
footer div.wrapper>div.inl div.social a {
    margin: 0 11px 0 0;
    width: 32px;
    height: 32px;
}
footer div.wrapper>div.inl div.social a:nth-child(1) {
    background-position: -11px -229px;
}
footer div.wrapper>div.inl div.social a:nth-child(2) {
    background-position: -56px -229px;
}
footer div.wrapper>div.inl div.social a:nth-child(3) {
    background-position: -104px -229px;
}
footer div.wrapper>div.inl div.social a:nth-child(4) {
    background-position: -150px -229px;
}
footer div.wrapper>div.inl div.social a:nth-child(5) {
    background-position: -194px -229px;
}
/* ==========================================================================
   Body iFrame
   ========================================================================== */

body.application-page {
    overflow-y: hidden;
}
body iframe.iframe-windows {
    display: block;
    margin: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 99px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
/*
body.orange-header header {
  background-color: transparent;
  border: none;
  position: absolute;
}
body.orange-header header div.wrapper {
    border-bottom: 5px solid #f7c663;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
body.orange-header header h1 {
    margin: 19px 0 0 265px;
    padding: 20px 30px;
    color: #bebebe;
    text-transform: uppercase;
    font-weight: normal;
    border-left: 1px solid #bebebe;
    position: relative;
    overflow: hidden;
}
body.orange-header header a.logo {
    background-size: 333px auto;
    width: 254px;
    height: 94px;
}
.embed-container-1 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 240px 0 -370px 0;
}
.embed-container-1 iframe, .embed-container object, .embed-container-1 embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.embed-container-2 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 40px 0 0 0;
}
.embed-container-2 iframe, .embed-container-2 object, .embed-container-2 embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
*/

/* ==========================================================================
   Popup form
   ========================================================================== */

div#popup-registration {
    display: none;
    margin: 0px;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    overflow-y: scroll;
}
div#popup-registration.login {
    position: relative;
    background-color: transparent;
    z-index: 1;
    height: auto;
    padding: 99px 0 50px 0;
    border-bottom: 1px solid #ccc;
    overflow-y: hidden;
}
div#popup-registration div.form {
    display: block;
    margin: 43px auto 15px;
    width: 70%;
    min-height: 150px;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 29px;
    text-align: center;
}
div#popup-registration div.form a {
    text-decoration: none;
    color: orange;
}
div#popup-registration div.form i.logo {
    background-size: 333px auto;
    width: 254px;
    height: 94px;
}
div#popup-registration div.form h3 {
    margin: 20px 0 40px 0;
    font-size: 20px;
    color: #272727;
    font-weight: 300;
}
div#popup-registration div.form form {
    display: block;
    margin: 0px auto;
}
div#popup-registration div.form form input[type=text], div#popup-registration div.form form input[type=email], div#popup-registration div.form form input[type=password] {
    display: block;
    margin: 13px auto;
    font-size: 18px;
    color: #a1a1a1;
    width: 80%;
    background-color: #f8f8f8;
    padding: 13px 21px;
    border: 1px solid transparent;
}
div#popup-registration div.form form input[type=text]:focus, div#popup-registration div.form form input[type=email]:focus, div#popup-registration div.form form input[type=password]:focus {
    border-color: #555;
}
div#popup-registration .parcontthkans {
    font-size: 35px;
    font-weight: 200;
}
div#popup-registration div.form small {
    display: block;
    margin: 0px;
    font-size: 12px;
    color: #999;
}
/* ==========================================================================
   Section profile
   ========================================================================== */

section.profile {
    display: block;
    margin: 166px 0 70px 0;
    position: relative;
    overflow: hidden;
}
section.profile div.wrapper>div.left {
    min-height: 250px;
    margin: 0px;
    width: 35%;
    border: 1px solid #f3f3f3;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 22px 26px;
}
section.profile div.wrapper>div.right {
    min-height: 250px;
    margin: 0px;
    width: 62%;
    border: 1px solid #f3f3f3;
    float: right;
    box-sizing: border-box;
}
section.profile div.wrapper>div.left h5 {
    margin: 0px;
    font-size: 24px;
    color: #1ba1ff;
    font-weight: 300;
}
section.profile div.wrapper>div.left form {
    display: block;
    margin: 0px;
    text-align: center;
}
section.profile div.wrapper>div.left form .flatpickr-calendar {
    display: block;
    margin: 28px auto 41px;
    position: relative;
    overflow: hidden;
}
section.profile div.wrapper>div.left form input[type=text].field, section.profile div.wrapper>div.left form input[type=email].field, section.profile div.wrapper>div.left form input[type=password].field {
    display: block;
    margin: 14px auto;
    font-size: 18px;
    color: #a1a1a1;
    width: 96%;
    background-color: #f8f8f8;
    padding: 16px 25px;
    border: 1px solid transparent;
    border-radius: 5px;
}
section.profile div.wrapper>div.left form input[type=text].field:focus, section.profile div.wrapper>div.left form input[type=email].field:focus, section.profile div.wrapper>div.left form input[type=password].field:focus {
    border-color: #555;
}
section.profile div.wrapper>div.left form .schedule-field {
    display: none;
}
section.profile div.wrapper>div.left form button.btn-2 {
    font-size: 14px;
    width: 96%;
}
section.profile div.wrapper>div.left form span.message {
    display: none;
    margin: 20px auto -12px;
    text-align: center;
    background-color: #42a5f5;
    color: white;
    font-weight: 300;
    font-size: 17px;
    width: 86%;
    padding: 11px 10px;
    box-sizing: border-box;
    opacity: 0;
    border-radius: 7px 0px 7px 0px;
}
section.profile div.wrapper>div.left form span.message.updated {
    margin: 20px auto;
}
section.profile div.wrapper>div.right div.box-1 {
    display: block;
    margin: 0px;
}
section.profile div.wrapper>div.right div.box-1 img.pic {
    display: block;
    margin: 53px auto 33px;
}
section.profile div.wrapper>div.right div.box-1 h5 {
    margin: 0px;
    text-align: center;
    font-size: 24px;
    color: #252525;
    font-weight: 400;
    line-height: 38px;
}
section.profile div.wrapper>div.right div.box-1 h5 span {
    color: #1ba1ff;
}
section.profile div.wrapper>div.right div.box-1 p {
    display: block;
    margin: 25px auto;
    width: 80%;
    text-align: center;
    overflow-y: hidden;
}
section.profile div.wrapper>div.right div.box-1 p a {
    text-decoration: none;
    color: #1ba1ff;
}
section.profile div.wrapper>div.right form.upload-form {
    display: block;
    margin: 70px auto 0;
    width: 90%;
}
section.profile div.wrapper>div.right form.upload-form div.btn-text {
    display: block;
    margin: 0 0 37px 0;
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
    padding: 20px 24px;
    cursor: pointer;
}
section.profile div.wrapper>div.right form.upload-form div.btn-text p {
    margin: 0px;
}
section.profile div.wrapper>div.right form.upload-form div.btn-text p strong {
    display: block;
    font-size: 24px;
    color: #141414;
    font-weight: 400;
}
section.profile div.wrapper>div.right form.upload-form div.btn-text p span {
    display: block;
    margin: 0px;
    font-size: 18px;
    color: #a1a1a1;
    font-weight: 400;
}
section.profile div.wrapper>div.right form.upload-form div.btn-text .btn-2 {
    font-size: 18px;
    float: right;
    padding: 13px 39px;
}
section.profile div.wrapper>div.right form.upload-form input.upload-field {
    display: none;
}
section.profile div.wrapper>div.right div.folder {
    display: block;
    margin: 0px;
    padding: 0 0 28px 0;
}
section.profile div.wrapper>div.right div.folder div.file {
    display: block;
    margin: 10px 0px;
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
    padding: 23px 24px;
}
section.profile div.wrapper>div.right div.folder div.file p {
    margin: 0px;
}
section.profile div.wrapper>div.right div.folder div.file a {
    float: right;
    font-size: 14px;
    color: #1ba1ff;
    margin: 0 0 0 20px;
}
section.profile div.wrapper>div.right div.folder div.file p strong {
    display: block;
    margin: 0px;
    width: 70%;
    overflow: hidden;
}
body.profile section.seven {
    background-image: url(../img/seven-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
body.profile section.seven h3 {
    color: #49ce00;
}
/* ==========================================================================
   Section
   ========================================================================== */

section.contact {
    position: relative;
    padding: 70px 0 79px 0 !important;
}
section.contact div.wrapper {
    position: relative;
    overflow: hidden;
}
section.contact div.wrapper>div.left.inl {
    width: 45%;
    min-height: 250px;
    float: left;
    text-align: left;
}
section.contact div.wrapper>div.left.inl::after {
    content: '';
    display: block;
    margin: 0px;
    width: 1px;
    position: absolute;
    height: 100%;
    left: 49.99%;
    top: 0px;
    background-color: #ccc;
}
section.contact div.wrapper>div.right.inl {
    width: 45%;
    min-height: 250px;
    float: right;
    text-align: left;
}
section.contact div.wrapper>div.inl h5 {
    margin: 0px;
    color: #252525;
    font-size: 30px;
    font-weight: 400;
}
section.contact div.wrapper>div.inl ul {
    margin: 30px auto 0;
    display: block;
    padding: 27px 20px;
}
section.contact div.wrapper>div.inl ul li a, section.contact div.wrapper>div.inl ul li {
    text-decoration: none;
    font-size: 24px;
    color: #808080;
    font-weight: 400;
}
section.contact div.wrapper>div.inl ul li {
    display: block;
    margin: 20px 0;
    list-style: none;
}
section.contact div.wrapper>div.inl ul li a:hover {
    color: orange;
}
section.contact div.wrapper>div.inl ul li i.inl {
    width: 20px;
    height: 20px;
}
section.contact div.wrapper>div.inl ul li:nth-child(1) i.inl {
    background-position: -251px -69px;
}
section.contact div.wrapper>div.inl ul li:nth-child(2) i.inl {
    background-position: -251px -99px;
}
section.contact div.wrapper>div.inl ul li:nth-child(3) i.inl {
    background-position: -254px -132px;
}
section.contact div.wrapper>div.inl ul li span.inl {
    width: 80%;
}
section.contact div.wrapper>div.right form {
    display: block;
    margin: 43px 0 0 0;
}
section.contact div.wrapper>div.right form div.al-results {
    display: none !important;
}
section.contact div.wrapper>div.right form p {
    display: block;
    margin: 12px 0px;
    position: relative;
    overflow: hidden;
}
section.contact div.wrapper>div.right form p span {
    display: block;
    margin: 0px;
}
section.contact div.wrapper>div.right form p span label {
    display: block;
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #777777;
}
section.contact div.wrapper>div.right form p span label i {
    color: red;
}
section.contact div.wrapper>div.right form p span.small:first-child {
    float: left;
    width: 48%;
}
section.contact div.wrapper>div.right form p span.small:last-child {
    float: right;
    width: 48%;
}
section.contact div.wrapper>div.right form input[type=text], section.contact div.wrapper>div.right form input[type=email], section.contact div.wrapper>div.right form textarea, section.contact div.wrapper>div.right form input[type=password] {
    display: block;
    margin: 4px 0 0;
    font-size: 12px;
    color: #a1a1a1;
    width: 98%;
    background-color: #f8f8f8;
    padding: 12px 14px;
    border: 1px solid transparent;
    resize: none;
}
section.contact div.wrapper>div.right form textarea {
    height: 110px;
}
section.contact div.wrapper>div.right form input[type=text]:focus, section.contact div.wrapper>div.right form input[type=email]:focus, section.contact div.wrapper>div.right form textarea:focus, section.contact div.wrapper>div.right form input[type=password]:focus {
    border-color: #555;
}
section.contact div.wrapper>div.right form .parcontthkans {
    font-size: 35px;
    font-weight: 200;
}
/* ==========================================================================
   Responsive CSS
   ========================================================================== */

@media screen and (max-width: 1250px) {
    .wrapper {
        width: 960px;
    }
    section.two i.bgs {
        display: block;
        margin: 0 auto;
        width: 656px;
        height: 500px;
        position: relative;
        bottom: 0px;
        right: 0px;
        background-position: -19px -12px;
        z-index: 1;
    }
    section.two p {
        margin: 0 auto;
        width: 90%;
        font-size: 20px;
        text-align: left;
        line-height: 1.7;
        position: relative;
        z-index: 20;
        padding: 50px 0 150px 0;
    }
    section.three div.wrapper div.grid>i.bgs {
        display: none;
    }
    section.five>div.inl p strong {
        display: block;
        margin: 0px;
        font-size: 30px;
        color: #3182d7;
        font-weight: 400;
    }
    section.five>div.inl p {
        margin: 0px;
        font-size: 18px;
        color: #8f8f8f;
    }
    section.six div.grid>div.inl:nth-child(1) div.step span.arrow::after {
        left: 73px;
    }
    section.six div.grid>div.inl:nth-child(2) div.step span.arrow::after {
        left: 69px;
    }
    section.six div.grid>div.inl div.step>div.description {
        width: 57%;
    }
    section.six div.wrapper>span.bgs {
        display: block;
        margin: -100px 0 0 -176px;
        width: 1233px;
        height: 430px;
        background-position: -669px -446px;
    }
    footer div.wrapper>div.inl ul {
        margin: 0 47px 0 0;
        padding: 0px;
    }
    footer div.wrapper>div.inl div.social a {
        margin: 0 2px 0 0;
        width: 32px;
        height: 32px;
    }
    body.about-us section.six div.wrapper>span.bgs {
        margin: 0px 0 0 -176px;
    }
    section.contact div.wrapper>div.inl h5 {
        margin: 0px;
        color: #252525;
        font-size: 22px;
        font-weight: 400;
    }
    section.one form span.inl {
        cursor: pointer;
        font-size: 13px;
        color: #858585;
        font-weight: 200;
        width: 12%;
    }
    section.profile div.wrapper>div.left {
        min-height: 250px;
        margin: 0px;
        width: 38%;
        border: 1px solid #f3f3f3;
        float: left;
        text-align: left;
        box-sizing: border-box;
        padding: 22px 26px;
    }
    section.profile div.wrapper>div.right {
        min-height: 250px;
        margin: 0px;
        width: 60%;
        border: 1px solid #f3f3f3;
        float: right;
        box-sizing: border-box;
    }
    section.profile div.wrapper>div.right div.folder div.file p strong {
        display: block;
        margin: 0px;
        width: 63%;
        overflow: hidden;
        font-size: 13px;
    }
    section.profile div.wrapper>div.right div.box-1 img.pic {
        display: block;
        margin: 53px auto 33px;
        width: 32%;
    }
    section.profile div.wrapper>div.right form.upload-form div.btn-text p {
        margin: 0px;
        width: 56%;
    }
    section.contact div.wrapper>div.right form input[type="text"], section.contact div.wrapper>div.right form input[type="email"], section.contact div.wrapper>div.right form textarea, section.contact div.wrapper>div.right form input[type="password"] {
        display: block;
        margin: 4px 0 0;
        font-size: 12px;
        color: #a1a1a1;
        width: 94%;
        background-color: #f8f8f8;
        padding: 12px 14px;
        border: 1px solid transparent;
        resize: none;
    }
    div#popup-registration div.form {
        display: block;
        margin: 15px auto 10px;
        width: 70%;
        min-height: 150px;
        background-color: white;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 30px 29px;
        text-align: center;
    }
    div#popup-registration div.form form input[type="text"], div#popup-registration div.form form input[type="email"], div#popup-registration div.form form input[type="password"] {
        display: block;
        margin: 7px auto;
        font-size: 18px;
        color: #a1a1a1;
        width: 80%;
        background-color: #f8f8f8;
        padding: 8px 14px;
        border: 1px solid transparent;
    }
    .btn-2 {
        text-transform: uppercase;
        color: white;
        font-size: 18px;
        font-weight: 400;
        background-color: #49ce00;
        padding: 13px 49px;
        text-decoration: none;
        cursor: pointer;
    }
    div#popup-registration div.form i.logo {
        background-size: 223px auto;
        width: 158px;
        height: 62px;
    }
    div#popup-registration {
        display: block;
        margin: 0px;
        position: fixed;
        z-index: 999;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        text-align: center;
        overflow-y: scroll;
    }
}
/*
   770 Px
   ========================================================================== */

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 700px;
    }
    header nav {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
        clear: both;
        padding: 28px 0 10px 0;
    }
    header a.logo {
        margin: 0px;
        width: 193px;
        height: 75px;
        float: none;
        display: block;
    }
    header nav {
        display: none;
    }
    header nav ul li {
        display: block !important;
        margin: 0;
    }
    header nav ul li a {
        color: white;
        text-decoration: none;
        font-weight: 200;
        font-size: 23px;
        padding: 9px 0;
        display: block;
    }
    header button.mobile-menu {
        display: block;
        float: right;
        color: white;
        font-weight: 200;
        font-size: 22px;
        cursor: pointer;
        margin: 22px 0 0 0;
    }
    section.one h1 {
        margin: 0px;
        color: white;
        text-transform: uppercase;
        font-size: 56px;
        font-weight: 200;
        padding: 187px 0 0;
    }
    section.one h1 small {
        display: block;
        margin: 0px;
        color: #49ce00;
        font-weight: 400;
        font-size: 20px;
    }
    header nav.display {
        display: block;
    }
    section.one form input[type="text"] {
        vertical-align: middle;
        width: 100%;
        color: #858585;
        font-size: 16px;
        font-weight: 200;
        padding: 25px 8px;
        text-align: center;
        border-bottom: 1px solid #f1f1f1;
        margin: 0 0 14px 0;
    }
    section.one form span.inl {
        cursor: pointer;
        font-size: 13px;
        color: #858585;
        font-weight: 200;
        width: 22%;
        margin: 0 0 18px 0;
    }
    section.one form {
        display: block;
        margin: 69px auto 0;
        width: 90%;
        position: relative;
    }
    header {
        position: absolute;
    }
    section.three h3 {
        display: block;
        margin: 0px;
        font-size: 65px;
        color: #2a80f0;
        font-weight: 200;
        padding: 51px 0 40px 0;
    }
    section.three div.grid>div.inl {
        margin: 29px 0 !important;
        min-height: 80px;
        width: 80%;
        font-size: 15px;
        position: relative;
        z-index: 50;
    }
    section.four h3 {
        margin: 0px;
        font-size: 65px;
        color: #9fff6b;
        font-weight: 400;
        font-style: italic;
    }
    section.five>div.inl p {
        margin: 0px;
        font-size: 15px;
        color: #8f8f8f;
    }
    section.six h3 {
        margin: 0px;
        font-size: 50px;
        font-weight: 200;
        color: #2a80f0;
        padding: 49px 0 0 0;
    }
    section.six div.grid>div.inl div.step>div.description {
        width: 46%;
    }
    section.six div.grid>div.inl div.step>div.description h6 {
        margin: 0px;
        font-size: 21px;
        color: #2a80f0;
        font-weight: 400;
    }
    section.six div.grid>div.inl div.step>div.description p {
        margin: 12px 0 0 0;
        font-size: 13px;
        color: #686868;
        line-height: 1.45;
    }
    section.six div.grid>div.inl div.step {
        margin: 0 0px 76px 0px;
        min-height: 50px;
        border: 1px solid #e1e1e1;
        width: 82%;
        border-radius: 5px;
        padding: 0 0 20px 0;
        position: relative;
        background-color: white;
    }
    section.six div.grid>div.inl:nth-child(2) {
        margin: 196px 0 0 0;
    }
    section.six div.grid>div.inl:nth-child(1) div.step span.arrow::after {
        left: 49px;
    }
    section.six div.grid>div.inl:nth-child(2) div.step span.arrow::after {
        left: 46px;
    }
    section.six div.wrapper>span.bgs {
        display: block;
        margin: -50px 0 0 -336px;
        width: 1233px;
        height: 430px;
        background-position: -669px -446px;
    }
    section.seven h3 {
        margin: 0 0 29px 0;
        font-size: 36px;
        color: white;
        font-weight: 200;
    }
    section.seven p {
        margin: 0 0 40px 0;
        color: white;
        font-weight: 200;
        font-size: 16px;
    }
    footer div.wrapper>div.inl {
        min-height: 20px;
        text-align: left;
        width: 90% !important;
        margin: 40px 0;
    }
    footer div.wrapper>div.inl div.social a {
        margin: 0 10px 0 0;
        width: 32px;
        height: 32px;
    }
    section.two h2 {
        margin: 0px;
        font-size: 73px;
        font-weight: 200;
        padding: 71px 0 0 0;
        z-index: 20;
        position: relative;
    }
    section.one {
        display: block;
        margin: 0px;
        min-height: 310px;
        background-size: cover;
        text-align: center;
        padding: 0 0 58px 0;
    }
    body.about-us section.six div.wrapper>span.bgs {
        margin: 0 0 0 -346px;
    }
    section.profile div.wrapper>div.left {
        min-height: 250px;
        margin: 0 0 29px 0;
        width: 100%;
        border: 1px solid #f3f3f3;
        float: none;
        text-align: left;
        box-sizing: border-box;
        padding: 22px 26px;
    }
    section.profile div.wrapper>div.right {
        min-height: 250px;
        margin: 0px;
        width: 100%;
        border: 1px solid #f3f3f3;
        float: none;
        box-sizing: border-box;
    }
    section.profile div.wrapper>div.right div.box-1 img.pic {
        display: block;
        margin: 53px auto 33px;
        width: 39%;
    }
    section.five>div.inl {
        width: 50%;
    }
}
/*
   770 Px
   ========================================================================== */

@media screen and (max-width: 770px) {
    .wrapper {
        width: 550px;
    }
    section.one .go-bottom {
        display: block;
        margin: 73px auto 0;
        width: 37px;
        height: 37px;
        background-position: -234px -19px;
    }
    section.two i.bgs {
        display: block;
        margin: 0 0 0 -63px;
        width: 656px;
        height: 500px;
        position: relative;
        bottom: 0px;
        right: 0px;
        background-position: -19px -12px;
        z-index: 1;
    }
    section.three h3 {
        display: block;
        margin: 0px;
        font-size: 47px;
        font-weight: 200;
        padding: 51px 0 40px 0;
    }
    section.three div.wrapper>p {
        margin: 0px;
        color: #686868;
        font-size: 21px;
    }
    section.four h3 {
        margin: 0px;
        font-size: 46px;
        color: #9fff6b;
        font-weight: 400;
        font-style: italic;
    }
    section.six h3 {
        margin: 0px;
        font-size: 40px;
        font-weight: 200;
        color: #2a80f0;
        padding: 49px 0 0 0;
    }
    section.six div.grid>i.line {
        display: none;
    }
    section.six div.grid>div.inl {
        width: 94%;
        font-size: 15px;
        text-align: left;
    }
    section.six div.grid>div.inl:nth-child(1) div.step span.arrow {
        display: none;
    }
    section.six div.grid>div.inl div.step {
        margin: 0 0px 76px 0px;
        min-height: 50px;
        border: 1px solid #e1e1e1;
        width: 100%;
        border-radius: 5px;
        padding: 0 0 20px 0;
        position: relative;
        background-color: white;
    }
    section.six div.grid>div.inl div.step>div.description {
        width: 65%;
    }
    section.six div.grid>div.inl:nth-child(2) {
        margin: 0;
    }
    section.six div.grid>div.inl:nth-child(2) div.step span.arrow {
        display: none;
    }
    section.six div.wrapper>span.bgs {
        display: block;
        margin: -50px 0 0 -386px;
        width: 1233px;
        height: 430px;
        background-position: -669px -446px;
    }
    section.one h1 {
        margin: 0px;
        color: white;
        text-transform: uppercase;
        font-size: 46px;
        font-weight: 200;
        padding: 187px 0 0;
    }
    section.contact div.wrapper>div.left.inl {
        width: 100%;
        min-height: 250px;
        float: none;
        text-align: left;
    }
    section.contact div.wrapper>div.left.inl::after {
        display: none;
    }
    section.contact div.wrapper>div.right.inl {
        width: 100%;
        min-height: 250px;
        float: none;
        text-align: left;
    }
    section.contact div.wrapper>div.right form input[type="text"], section.contact div.wrapper>div.right form input[type="email"], section.contact div.wrapper>div.right form textarea, section.contact div.wrapper>div.right form input[type="password"] {
        display: block;
        margin: 4px 0 0;
        font-size: 12px;
        color: #a1a1a1;
        width: 100%;
        background-color: #f8f8f8;
        padding: 12px 14px;
        border: 1px solid transparent;
        resize: none;
    }
}
/*
   600 Px
   ========================================================================== */

@media screen and (max-width: 600px) {
    .wrapper {
        width: 380px;
    }
    section.one h1 {
        margin: 0px;
        color: white;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 200;
        padding: 187px 0 0;
    }
    section.one form {
        display: block;
        margin: 39px auto 0;
        width: 100%;
        position: relative;
    }
    section.one h1 small {
        display: block;
        margin: 0px;
        color: #49ce00;
        font-weight: 400;
        font-size: 15px;
    }
    section.one h1 {
        margin: 0px;
        color: white;
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 200;
        padding: 147px 0 0;
    }
    section.two h2 {
        margin: 0px;
        font-size: 53px;
        font-weight: 200;
        padding: 51px 0 0 0;
        z-index: 20;
        position: relative;
    }
    section.two p {
        margin: 0 auto;
        width: 90%;
        font-size: 17px;
        text-align: left;
        line-height: 1.7;
        position: relative;
        z-index: 20;
        padding: 50px 0 150px 0;
    }
    section.two i.bgs {
        display: block;
        margin: 0 0 0 -66px;
        width: 486px;
        height: 367px;
        position: relative;
        bottom: 0px;
        right: 0px;
        background-position: -19px -12px;
        z-index: 1;
        background-size: 1470px auto;
    }
    section.two p {
        margin: 0 auto;
        width: 90%;
        font-size: 17px;
        text-align: left;
        line-height: 1.7;
        position: relative;
        z-index: 20;
        padding: 50px 0 80px 0;
    }
    section.three h3 {
        display: block;
        margin: 0px;
        font-size: 38px;
        font-weight: 200;
        padding: 51px 0 40px 0;
    }
    section.three div.wrapper>p {
        margin: 0px;
        color: #686868;
        font-size: 17px;
    }
    section.four h3 {
        margin: 0px;
        font-size: 36px;
        color: #9fff6b;
        font-weight: 400;
        font-style: italic;
    }
    section.six h3 {
        margin: 0px;
        font-size: 30px;
        font-weight: 200;
        color: #2a80f0;
        padding: 49px 0 0 0;
    }
    section.six div.grid>div.inl div.step>div.description {
        width: 56%;
    }
    section.six div.wrapper>span.bgs {
        display: block;
        margin: -50px 0 0 -446px;
        width: 1233px;
        height: 430px;
        background-position: -669px -446px;
    }
    footer div.wrapper>div.inl ul {
        margin: 0;
        padding: 0px;
        display: block;
    }
    body.about-us section.six p {
        margin: 20px 0px;
        line-height: 1.5;
        font-size: 17px;
        color: #313232;
    }
    section.one {
        display: block;
        margin: 0px;
        min-height: 200px;
        background-size: cover;
        text-align: center;
        padding: 0 0 58px 0;
    }
    body.about-us section.six div.wrapper>span.bgs {
        margin: 0 0 0 -416px;
    }
    section.contact div.wrapper>div.inl ul li span.inl {
        width: 77%;
    }
    section.contact div.wrapper>div.inl h5 {
        margin: 0px;
        color: #252525;
        font-size: 24px;
        font-weight: 400;
    }
    div#popup-registration div.form {
        display: block;
        margin: 15px auto 10px;
        width: 100%;
        min-height: 150px;
        background-color: white;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 20px 19px;
        text-align: center;
    }
    section.profile div.wrapper>div.right form.upload-form div.btn-text p strong {
        display: block;
        font-size: 19px;
        color: #141414;
        font-weight: 400;
    }
    section.profile div.wrapper>div.right form.upload-form div.btn-text .btn-2 {
        font-size: 13px;
        float: right;
        padding: 9px 28px;
    }
    section.profile div.wrapper>div.right div.folder div.file p strong {
        display: block;
        margin: 40px 0 7px;
        width: 100%;
        overflow: hidden;
        font-size: 13px;
    }
    header a.logo {
        margin: 0px;
        width: 133px;
        height: 55px;
        float: none;
        display: block;
        background-size: 183px auto;
    }
    header button.mobile-menu {
        display: block;
        float: right;
        color: white;
        font-weight: 200;
        font-size: 17px;
        cursor: pointer;
        margin: 15px 0 0 0;
    }
    header nav ul li a {
        color: white;
        text-decoration: none;
        font-weight: 200;
        font-size: 17px;
        padding: 9px 0;
        display: block;
    }
}
/*
   420 Px
   ========================================================================== */

@media screen and (max-width: 420px) {
    .wrapper {
        width: 280px;
    }
    section.one h1 {
        margin: 0px;
        color: white;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 200;
        padding: 147px 0 0;
    }
    section.one form span.inl {
        cursor: pointer;
        font-size: 13px;
        color: #858585;
        font-weight: 200;
        width: 42%;
        margin: 0 0 18px 0;
    }
    section.two h2 {
        margin: 0px;
        font-size: 43px;
        font-weight: 200;
        padding: 51px 0 0 0;
        z-index: 20;
        position: relative;
    }
    section.two h2 small {
        display: block;
        margin: 0 0 -11px 0;
        font-size: 20px;
        color: #191919;
        font-weight: 400;
    }
    section.two i.bgs {
        display: block;
        margin: 0 0 0 -66px;
        width: 486px;
        height: 282px;
        position: relative;
        bottom: 0px;
        right: 0px;
        background-position: 1px -1px;
        z-index: 1;
        background-size: 1090px auto;
    }
    section.three h3 {
        display: block;
        margin: 0px;
        font-size: 29px;
        font-weight: 200;
        padding: 46px 0 21px 0;
    }
    section.three div.wrapper>p::after {
        display: block;
        margin: 43px auto 0;
        content: '';
        height: 3px;
        background-color: #e7e7e7;
        width: 50px;
    }
    section.three div.grid {
        display: block;
        margin: 32px 0 0 0;
        font-size: 0px;
        position: relative;
        z-index: 50;
    }
    section.three div.grid>div.inl p {
        margin: 20px 0 0 0;
        font-size: 17px;
        line-height: 1.5;
        color: #686868;
    }
    section.four h3 small {
        display: block;
        margin: 0px;
        font-size: 23px;
        color: white;
        font-weight: 300;
        font-style: normal;
    }
    section.four h3 {
        margin: 0px;
        font-size: 26px;
        color: #9fff6b;
        font-weight: 400;
        font-style: italic;
    }
    section.four p {
        margin: 51px 0 0 0;
        color: white;
        font-size: 17px;
        line-height: 1.4;
    }
    section.five>div.inl p strong {
        display: block;
        margin: 0px;
        font-size: 20px;
        color: #3182d7;
        font-weight: 400;
    }
    section.five>div.inl p {
        margin: 0 auto;
        font-size: 16px;
        color: #8f8f8f;
        width: 88%;
    }
    section.five>div.inl {
        width: 100%;
    }
    section.six h3 {
        margin: 0px;
        font-size: 23px;
        font-weight: 200;
        color: #2a80f0;
        padding: 49px 0 0 0;
    }
    section.six div.grid>div.inl div.step>i.inl {
        margin: 10px auto;
        width: 120px;
        height: 132px;
        vertical-align: middle;
        display: block;
    }
    section.six div.grid>div.inl div.step>div.description {
        width: 84%;
        display: block;
        margin: 0 auto;
    }
    section.seven h3 {
        margin: 0 0 29px 0;
        font-size: 27px;
        color: white;
        font-weight: 200;
    }
    .btn-1 {
        text-transform: uppercase;
        color: white;
        font-size: 19px;
        font-weight: 400;
        background-color: #0090ff;
        border: 1px solid white;
        padding: 11px 29px;
        text-decoration: none;
        cursor: pointer;
    }
    section.contact div.wrapper>div.inl ul li a, section.contact div.wrapper>div.inl ul li {
        text-decoration: none;
        font-size: 16px;
        color: #808080;
        font-weight: 400;
    }
    section.contact div.wrapper>div.inl h5 {
        margin: 0px;
        color: #252525;
        font-size: 20px;
        font-weight: 400;
    }
    div#popup-registration div.form form input[type="text"], div#popup-registration div.form form input[type="email"], div#popup-registration div.form form input[type="password"] {
        display: block;
        margin: 7px auto;
        font-size: 15px;
        color: #a1a1a1;
        width: 90%;
        background-color: #f8f8f8;
        padding: 8px 14px;
        border: 1px solid transparent;
    }
    div#popup-registration div.form h3 {
        margin: 20px 0 40px 0;
        font-size: 17px;
        color: #272727;
        font-weight: 300;
    }
    section.profile div.wrapper>div.left form .flatpickr-calendar {
        display: block;
        margin: 6px auto 31px;
        position: relative;
        overflow: hidden;
        transform: scale(0.8);
        left: -44px;
    }
    section.profile div.wrapper>div.right div.box-1 h5 {
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        color: #252525;
        font-weight: 400;
        line-height: 32px;
        width: 88%;
    }
    section.profile div.wrapper>div.right form.upload-form div.btn-text .btn-2 {
        font-size: 13px;
        float: none;
        padding: 9px 28px;
        display: block;
        margin: 0 auto 20px;
    }
    section.profile div.wrapper>div.right form.upload-form div.btn-text p {
        margin: 0px;
        width: 100%;
    }
}
.container {
    margin: 0 auto;
}
.slf-slider-wrapper {
    margin: 0 auto;
    max-width: 900px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    color: #9B9B9B;
}
.slf-slider-wrapper {
    display: flex;
    flex-direction: column;
}
.slf-slider__logo-wrapper {
    text-align: center;
    margin-bottom: 15px;
}
.slf-slider__slides {
    margin-bottom: 40px;
}
.slf-slider__slide {
    display: none;
}
.slf-slider__slide--active {
    display: block;
}
.slf-slider__slide-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 15px;
}
.slf-slider__slide-controls-wrapper {
    background: #737373;
    padding: 20px 20px 50px;
    border-radius: 7px;
    min-height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slf-slider__slide-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.slf-slider__slide-controls--center {
    justify-content: center;
    align-items: center;
}
.slf-slider__slide-control-wrapper {
    width: 20%;
    height: 120px;
    cursor: pointer;
}
.slf-slider__slide-control-wrapper--5 {
    width: 17%;
    height: 90px;
    text-align: center;
    margin-bottom: 10px;
}
.slf-slider__slide-control-wrapper--5 .slide-control {
    padding: 10px;
}
.slf-slider__slide-control {
    text-align: center;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 10px;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}
select.slf-slider__slide-control{
	height: auto !important;
}
select.slf-slider__slide-control {
    padding: 10px;
}
select.slf-slider__slide-control:active, select.slf-slider__slide-control:focus {
    outline: none;
}
.slide-control__image {
    margin-top: 20px;
}
.slf-slider__slide-control-input {
    display: none;
    background: #fff !important;
}
.slf-slider__slide-control-input:checked~.slide-control {
    border: 2px solid #40CE00;
    background: #fff;
}
.slf-slider__slide-control-container {
    display: flex;
    flex-direction: column;
}
.slf-slider__slide-control-container--select {
    width: 70%;
}
.slf-slider__slide-control-container label {
    color: #fff;
    margin-bottom: 10px;
    text-transform:none;
}
.slf-slider__slide-control-container+.slf-slider__slide-control-container {
    margin-left: 10px;
}
.slf-slider__slide-control-text {
    padding: 15px;
    border: none;
    border-radius: 10px;
    background: #fff;
}
.slf-slider__slide-control-text:focus {
    outline: none;
}
.slf-slider__slide-counter {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #D8D8D8;
    border-radius: 20px;
    padding: 3px 0;
    color: #737373;
    background: linear-gradient(to right, #5ecf7f 0%, #5ecf7f 20%, #D8D8D8 20%, #D8D8D8 50%, #D8D8D8 100%);
}
.slf-slider__slide-counter--2 {
    background: linear-gradient(to right, #5ecf7f 0%, #5ecf7f 40%, #D8D8D8 40%, #D8D8D8 50%, #D8D8D8 100%);
}
.slf-slider__slide-counter--3 {
    background: linear-gradient(to right, #5ecf7f 0%, #5ecf7f 60%, #D8D8D8 60%, #D8D8D8 60%, #D8D8D8 100%);
}
.slf-slider__slide-counter--4 {
    background: linear-gradient(to right, #5ecf7f 0%, #5ecf7f 80%, #D8D8D8 80%, #D8D8D8 80%, #D8D8D8 100%);
}
.slf-slider__slide-counter--5 {
    background: linear-gradient(to right, #5ecf7f 0%, #5ecf7f 95%, #D8D8D8 95%, #D8D8D8 95%, #D8D8D8 100%);
}
.slf-slider__slide-counter--6 {
   background: linear-gradient(to right, #5ecf7f 0%, #5ecf7f 95%, #D8D8D8 95%, #D8D8D8 95%, #D8D8D8 100%);
}
.slf-slider__button-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 35px;
}
.slf-slider__button {
    background: #40CE00;
    text-transform: uppercase;
    color: #fff;
    padding: 15px 40px;
    cursor: pointer;
    font-size: 24px;
    border: none;
}
.slf-slider__button:focus {
    outline: none;
}
.slf-slider__button--submit {
    display: none;
}
.slf-slider__privacy {
    font-size: 14px;
    text-align: center;
    color: #333;
}
@media screen and (max-width: 750px) {
    .slf-slider__slide-control-wrapper {
        width: 130px;
        margin-bottom: 10px;
    }
    .slf-slider__slide-controls {
        justify-content: space-around;
    }
    .slf-slider__slide-control-container+.slf-slider__slide-control-container {
        margin-left: 0;
    }
    .slf-slider__slide-control-container {
        margin-bottom: 10px;
    }
    .upSlide.slf-slider__slide-controls--center {
        height: 250px;
    }
}
.results {
    margin-top: 140px;
    overflow: hidden;
}
.results h3 {
    margin: 0px;
    font-size: 30px;
    font-weight: 200;
    padding: 0px 0 0 0;
}
.results h5 {
    margin: 0px;
    font-size: 20px;
    font-weight: 200;
    padding: 0px 0 30px 0;
}
body.application-page {
    overflow: auto;
}
.slf-slider__privacy {
    display: none;
}
.slf-slider__button-wrapper {
    display: none;
}
.slf-slider__button--submit {
    margin: 0 auto;
}
.slider-report-label, .slider-report-label2 {
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
	width: 100%;
    text-align: center;
}
.slider-report-label2 {
    margin-bottom: 10px;
}
.slider-report-label {
    font-size: 20px;
    margin-top: 10px;
}
.slf-slider__slide-controls {
    margin-bottom: 10px;
}
.slide-control:hover {
    background: #5ecf7f;
    color: #333;
}
.slf-slider__slide-title {
    color: #00E42D;
    font-weight: bold;
}
body.modal-on {
    overflow: hidden;
    position: relative;
}
#popup {
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    /*background: #fff;
    background: rgba(255, 255, 255, 0.2);*/
    padding-top: 95px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 80px;
    display: none;
}
.modal-inner {
    background: #fff;
    width: 1015px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #666;
    position: relative;
    min-height: 900px;
}
.slf-slider__slide-control-container+.slf-slider__slide-control-container {
    margin-top: 6px;
}
.owner-btn:hover {
    /*background:#40CE00;*/
}
.slf-slider-wrapper input, .slf-slider-wrapper select {
    color: #000;
}
#electric_utility {
    /*padding: 10px !important;
    height: 41px !important;
    line-height:40px;*/
    font-size: 100%;
    text-indent: 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
}
.owner-btn {
    margin-top: 10px;
    user-select: none;
    outline: none;
    background: transparent;
}
.header-text {
    color: white;
    font-size: 20px;
    margin-top: 0;
    width: 100%;
}
.owner-buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 60%;
}
.owner-buttons-container label {
    width: 100%;
    color: white;
}
.owner-buttons-container .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#personal-details .slf-slider__slide-control-container {
    margin-bottom: 0;
}

#personal-details .header-text {
    font-size: 24px;
}
#personal-details .continue-button {
    background: #bbb;
    color: white;
}
#personal-details .continue-button:hover {
    background: #40CE00;
}
input {
    font-size: 100%;
    line-height: 1.15;
}
input:focus, select:focus {
    box-shadow: inset 0 0 8px #9eca58;
    border: 1px solid #66a30c;
}
input[type="radio"]:focus {
    box-shadow: none;
    border: 0;
}
@media screen and (max-width: 800px) {
    .owner-buttons-container {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .owner-buttons-container {
        width: 100%;
    }
}
@media screen and (max-width: 770px) {
    .reportImg {
        width: 340px;
    }
    .slf-slider__slide-control-container--select {
        width: 100%;
    }
    .upSlide.slf-slider__slide-controls--center {
        height: 268px;
    }
    .results h5 {
        font-size: 14px;
    }
    .results h3 {
        font-size: 14px;
    }
    #popup {
        padding-top: 5px;
    }
    #finalStep {
        display: none;
    }
    #electric_utility {
        font-size: 15px;
        height: 38px;
        padding: 4px;
        line-height: 27px;
    }
    .slf-slider__slide-controls-wrapper {
        padding-bottom: 20px;
    }
    .slf-slider__button-wrapper {
        margin-top: 5px;
    }
    .slf-slider__slide-controls-wrapper {
        min-height: 350px;
    }
    .slf-slider__logo-wrapper {
        zoom: 0.8;
    }
}
/* New Adjustments */
.slf-slider__slide-counter{
    margin-bottom: 15px;
}
.slf-slider__slide-controls-wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height:0;
}
.slider-report-label2 {
    margin-bottom: 30px;
}
.slide95 .slf-slider__slide-controls.slf-slider__slide-controls--center{
    height: auto;
}

@media screen and (max-width: 600px) {
    .reportImg {
        width: 300px;
    }
    .slf-slider__slide-control-container--select {
        width: 100%;
    }
    .upSlide.slf-slider__slide-controls--center {
        height: 240px;
    }
    .results h5 {
        font-size: 14px;
    }
    .results h3 {
        font-size: 14px;
    }
    #popup {
        padding-top: 5px;
    }
    #finalStep {
        display: none;
    }
    #electric_utility {
        font-size: 15px;
        height: 38px;
        color: #000;
        padding: 4px;
        line-height: 27px;
    }
    .slf-slider__slide-controls-wrapper {
        padding-bottom: 20px;
    }
    .slider-report-label2 {
        margin-bottom: 10px;
    }
}
.btn-submit-small {
    border: 1px solid #f9cb26 !important;
    background: linear-gradient(#ffee9c, #ffe152) !important;
    font-weight: bold;
    color: #423100;
    height: 31px;
    border-radius: 3px;
}
.zip-code {
    border-radius: 3px;
    padding: 6px;
    border: 1px solid #f9cb26 !important;
}
.icons {
    /*background-size: 230px auto;*/
    background-repeat: no-repeat;
}
.email-slide{
    /* flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%; */
}
.slf-slider__slide-controls.slf-slider__slide-controls--center.email-slide a{background: #40CE00;
color: white
}
.slf-slider__slide-control-container .checkbox{margin: 10px 0;}

@media (min-width: 500px){
    .slf-slider__slide-controls.email-slide #slf-email {
        width: 400px;
        max-width: 100%;

    }
}
/* Email and Personal Slide Adjustments */
.whtnextWrap{
	position: relative;
	max-width: 400px;
	margin: auto;
}
p.whats-next{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	text-align: center;
}
ul.whats-next-list {
    margin: 0;
    color: #fff;
	padding: 0 0 0 30px;
}
.clearfix{
	clear: both;
	width: 100%;
}
@media only screen and (min-width:360px) and (max-width:532px){
	.slf-slider__slide-controls-wrapper {
		min-height: 300px;
	}
	.slider-report-label2 {
		margin-bottom: 20px;
	}
	p.whats-next{
		text-align: left;
	}
	.email-slide .slider-report-label2{
		margin-bottom: 30px;
		margin-top: 20px;
	}
}
@media only screen and (min-width:320px) and (max-width:359px){
	p.whats-next{
		text-align: left;
	}
	.email-slide .slider-report-label2{
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.bottom_privacy_text{
   margin: auto;
   z-index: 1002;
   color:#c4c4c4;
   padding: 10px 20px;
}
.bottom_privacy_text .slf-slider__privacy{
   display: block;
}
.bottom_privacy_text .slf-slider__privacy, .bottom_privacy_text .slf-slider__privacy p {
   font-size: 12px;
   color: #D9D7D7;
   margin: auto;
}
.bottom_privacy_text .slf-slider__privacy a{
   color: #D9D7D7;
}
.bottom_privacy_text .slf-slider__privacy a:hover{
   color:#ffffff;
}
@media (min-width: 1281px) {
    .bottom_privacy_text .slf-slider__privacy, .bottom_privacy_text .slf-slider__privacy p {
       font-size: 12px;
    }
    .bottom_privacy_text{
       position: fixed;
       bottom: 0;
       left: 0;
       right: 0;
    }
}
.footer-message {
    color: #fff;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}