body {
    font-family: 'Martel Sans', sans-serif;
    ;
    font-size: 15px;
    line-height: 1.42857143;
    color: #414042;
    background: #ededed;
}

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

p {
    margin: 0 0 1.42857143em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle,
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #DAA520;
    border-color: #DAA520;
    font-size: 18px;
}

.btn-success:hover {
    color: #fff;
    background-color: #E8C05F;
    border-color: #E8C05F;
}

.text-success {
    color: #74aa23;
}

.box {
    margin-bottom: 30px;
}

.hero-banner {
    position: relative;
    display: table;
    width: 100%;
    min-height: 400px;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-banner p {
    font-size: 18px;
}


/* === Only Firefox === */

@-moz-document url-prefix() {
    .hero-banner {
        height: 400px;
    }
}


/* === END === */

.no-webp .hero-banner-bg-7 {
    background-image: url("../assets/images/hero-image.jpg");
    background-position-y: top;
}

.webp .hero-banner-bg-7 {
    background-image: url("../assets/images/hero-image.webp");
    background-position-y: top;
}

.hero-banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-banner.hero-banner-bg-7:after {
    background-color: rgba(0, 0, 0, 0.25);
}

.hero-banner-inside {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.button {
    display: inline;
    margin: 0 6px;
}

.button a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 123px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.button a:hover {
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
}

.button.btn-color-1 a {
    background-color: #3aaee7;
}

.button.btn-color-2 a {
    background-color: #81c784;
}

.section {
    position: relative;
    padding: 30px 0 15px 0;
}

.section-cta,
.section-hover-transitions,
.section-dropdown-menu {
    overflow: hidden;
}

.section-features {
    background-color: #fff;
}

.template-dark .section-features {
    background-color: #263238;
}

.no-webp .section-cta {
    background: url("../assets/images/element-1.jpg");
    padding-bottom: 55px;
    padding-top: 55px;
    color: #fff;
}

.webp .section-cta {
    background: url("../assets/images/element-1.webp");
    padding-top: 55px;
    color: #fff;
}

.template-dark .section-cta {
    background-color: #0097a7;
}

.section-hover-transitions {
    background-color: #0277bd;
    padding-bottom: 35px;
}

.template-dark .section-hover-transitions {
    background-color: #263238;
}

.section-dropdown-menu {
    background-color: #005458;
    padding-bottom: 5px;
}

.divider {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 0 0 30px;
}

.section-features .divider {
    margin: 0 0 80px;
}

.section-cta .divider,
.section-hover-transitions .divider,
.section-dropdown-menu .divider {
    margin: 0 0 40px;
}

.divider:before,
.divider:after {
    position: absolute;
    content: '';
    top: 2px;
    width: calc(50% - 50px);
    height: 1px;
    background-color: #e9e9e9;
}

.divider.divider-hidden-line:before,
.divider.divider-hidden-line:after {
    display: none !important;
}

.divider:before {
    left: 0;
}

.divider:after {
    right: 0;
}

.divider.divider-left span {
    margin: 0;
    float: left;
}

.divider.divider-right span {
    margin: 0;
    float: right;
}

.divider.divider-left:before,
.divider.divider-right:before {
    display: none;
}

.divider.divider-left:after,
.divider.divider-right:after {
    width: calc(100% - 93px);
}

.divider.divider-right:after {
    right: inherit;
    left: 0;
}

.divider.divider-light-color:before,
.divider.divider-light-color:after {
    background-color: rgba(33, 33, 33, 0.12);
}

.divider.divider-dark-color:before,
.divider.divider-dark-color:after {
    background-color: rgba(255, 255, 255, 0.5);
}

.divider.divider-dark:before,
.divider.divider-dark:after {
    background-color: #5e5e5e;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 3px;
}

.section-title-light {
    color: #fff;
}

.icon-list-wrapper {
    text-align: center;
    padding-bottom: 20px;
}

.icon-list-wrapper h4 {
    color: #212121;
}

.icon-list-wrapper .icon-list-icon {
    margin-bottom: 42px;
}

.icon-list-wrapper .icon-list-icon span {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.icon-list-wrapper .icon-list-icon img {
    width: 50px;
}

.icon-list-wrapper h4 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #212121;
}

.icon-list-wrapper.icon-dark p {
    color: #a1a1a1;
}

.icon-list-wrapper.icon-dark h4,
.icon-list-wrapper.icon-color-bg h4 {
    color: #fff;
}

.icon-list-wrapper.icon-dark .icon-list-icon span {
    color: rgba(255, 255, 255, 0.6);
}

.icon-list-wrapper.icon-color-bg .icon-list-icon span {
    color: #fff;
}

.thumbnail-wrapper {
    position: relative;
}

.thumbnail-wrapper img {
    width: 100%;
}

.thumbnail-wrapper figure,
.coming-soon img {
    position: relative;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
}

.thumbnail-wrapper figure:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active figure:before {
    opacity: 1;
}

.thumb-btn-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
}

.thumb-btn-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.thumb-btn-wrapper .button {
    display: block;
    margin: 10px 0;
}

.thumb-btn-wrapper .button a {
    width: 183px;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    white-space: nowrap;
}

.btn-light-custom a {
    color: #111111;
    background: #fff;
}

.btn-dark-custom a {
    background: #030303;
}

.btn-color-custom a {
    background: #3aaee7;
}

.thumbnail-wrapper .thumb-btn-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail-wrapper.thumbnail-active .thumb-btn-wrapper {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.thumb-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0 54px;
    white-space: nowrap;
}

.footer {
    text-align: center;
    background: #0a0a0a;
    padding: 20px 0 20px 0;
}

.footer-logo {
    margin-bottom: 19px;
    width: 200px;
    height: auto;
}

.footer-desc {
    font-size: 14px;
    font-weight: 500;
    color: #717171;
    letter-spacing: 1.5px;
}

.footer-info-wrapper:before {
    margin-bottom: 40px;
}

.footer-info-wrapper:after {
    margin-top: 35px;
}

ul.footer-menu {
    list-style: none;
    margin-top: 35px;
}

ul.footer-menu li {
    display: inline;
}

ul.footer-menu li a {
    color: #fff;
}

.copyright {
    text-align: center;
    background: #000;
    font-size: 12px;
    color: #717171;
    padding: 15px 0;
}

.copyright a {
    color: #717171;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.copyright a:hover {
    color: #bdbdbd;
}


/*
.section-next-update:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 0;
}
*/

.section-next-update > .container {
    position: relative;
    z-index: 1;
}

.section-next-update .section-title {
    font-size: 38px;
}

.section-next-update .divider {
    margin-bottom: 40px;
}

.next-update-img {
    text-align: center;
    margin-bottom: 15px;
}

.next-update-call-action {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #0a0a0a;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.next-update-call-action span {
    font-weight: 700;
    color: #fff;
}

.next-update-desc {
    text-align: center;
    color: #eeeeee;
    margin-bottom: 35px;
}


/* ===== Placeholder color ===== */

.module-subscribe .placeholder {
    color: #999999;
}

.module-subscribe input:-ms-input-placeholder {
    color: #999999;
}

.module-subscribe input::-webkit-input-placeholder {
    color: #999999;
}

.module-subscribe input:-moz-placeholder {
    color: #515151;
}

.module-subscribe input::-moz-placeholder {
    color: #515151;
}


/* ===== End ===== */

.hero-banner-main:after {
    display: none;
}

.hero-main-img {
    position: relative;
    left: -15%;
    margin-bottom: 50px;
}

.hero-banner-main .button.btn-color-1 a {
    background: #202020;
}

.hero-main-img-inner img {
    width: 100%;
}

.current-version {
    display: inline;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: lowercase !important;
    background: #4dd0e2;
    padding: 4px 8px 3px 10px;
    border-radius: 12px;
}

.version-mobile {
    display: inline-block;
    margin-bottom: 15px;
}

.version-desktop {
    display: none;
}

.whatsnew-title-wrapper {
    position: relative;
    padding: 0 30px;
}

.whatsnew-title {
    position: relative;
    z-index: 1;
    padding: 0 0 0 35px;
}

.section-whatsnew .section-title {
    font-size: 38px;
    text-align: left;
}

.whatsnew-version {
    font-family: 'Comfortaa', sans-serif;
    font-size: 120px;
    font-weight: 900;
    line-height: 1em;
    position: absolute;
    top: -55px;
    left: 0;
    color: rgba(255, 255, 255, 0.2);
    z-index: 0;
}

.whatsnew-list {
    padding: 0 30px;
    margin: 50px 0 60px;
}

.whatsnew-list li {
    position: relative;
    padding: 0 30px 0 35px;
    margin-bottom: 30px;
}

.whatsnew-list li:last-child {
    margin-bottom: 0;
}

.whatsnew-list-icon {
    position: absolute;
    top: 2px;
    left: 0;
}

.whatsnew-list-icon img {
    width: 23px;
    height: auto;
}

.whatsnew-list-desc {
    color: #e1e1e1;
}

.thumb-title span {
    font-family: 'Comfortaa', sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    padding: 3px 8px;
    margin-left: 10px;
    border-radius: 10px;
    background: #aed582;
}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */

@media (min-width: 480px) {
    .icon-list-wrapper {
        display: table-cell;
        width: 100%;
        text-align: inherit;
    }
    .icon-list-wrapper .icon-list-icon,
    .icon-list-wrapper .icon-list-details {
        display: table-cell;
        vertical-align: top;
    }
    .icon-list-wrapper .icon-list-icon {
        width: 80px;
        margin: 0;
    }
    .icon-list-wrapper .icon-list-details {
        padding: 0 0 0 20px;
    }
}

@media (min-width: 768px) {
    .hero-banner {
        min-height: 700px;
    }
    .banner-title {
        font-size: 52px;
        margin-bottom: 40px;
    }
    .banner-subtitle {
        font-size: 33px;
        letter-spacing: 5.5px;
        margin-bottom: -12px;
    }
    .section-next-update .section-title {
        font-size: 60px;
    }
    .next-update-call-action {
        font-size: 30px;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }
    /*
  .section-next-update .divider {
    margin-bottom: 75px;
  }
  */
    .next-update-img {
        margin-bottom: 10px;
    }
    .hero-banner-main {
        padding: 60px 0 100px;
    }
    .whatsnew-title {
        padding: 60px 0 0 50px;
    }
    .section-whatsnew .section-title {
        font-size: 60px;
    }
    .whatsnew-version {
        font-size: 180px;
        top: -20px;
    }
    .whatsnew-list {
        padding: 0 30px 0 40px;
    }
    .whatsnew-list li {
        padding: 0 30px 0 40px;
    }
}

@media (max-width: 992px) {
    ul.footer-menu li {
        display: block;
    }
    @media (min-width: 1200px) {
        .banner-offset-top .banner-subtitle {
            margin-top: 70px;
        }
        .landing-page .ipl-menu > ul > li:hover > a {
            color: rgba(255, 255, 255, 0.8) !important;
        }
        .landing-page .sticky .ipl-menu > ul > li:hover > a {
            color: rgba(33, 33, 33, 0.8) !important;
        }
        .hero-banner-main {
            padding: 50px 0 40px;
        }
        .hero-banner-main .hero-banner-inside {
            display: table;
            width: 100%;
            text-align: left;
        }
        .hero-banner-main .button {
            text-align: center;
        }
        .hero-main-img {
            display: table-cell;
            left: 0;
            margin-bottom: 0;
            width: 60%;
        }
        .hero-main-info {
            display: table-cell;
            vertical-align: bottom;
            width: 40%;
            padding: 0 7.5% 100px 90px;
        }
        .hero-banner-main .banner-title {
            line-height: 1.1em;
            margin-bottom: 45px;
        }
        .hero-banner-main .banner-subtitle {
            margin-bottom: -2px;
        }
        .hero-main-img-inner {
            margin-top: -50px;
            margin-left: -50%;
        }
        .version-mobile {
            display: none;
        }
        .version-desktop {
            display: inline;
            position: relative;
            top: -7px;
            left: 13px;
        }
        .whatsnew-version {
            left: -20px;
        }
        .whatsnew-list {
            margin: 50px 0 110px;
        }
        .whatsnew-mockup-col {
            position: relative;
        }
        .whatsnew-mockup {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 960px;
        }
        .section-whatsnew:after {
            left: 12%;
            border-bottom: 43vw solid #80d4f9;
            border-left: 100vw solid transparent;
        }
    }
    @media (min-width: 1400px) {
        .hero-main-img-inner {
            margin-top: -40px;
            margin-left: -30%;
        }
        .whatsnew-mockup {
            left: 40px;
        }
    }
    @media (min-width: 1600px) {
        .hero-main-img-inner {
            margin-top: -40px;
            margin-left: -20%;
        }
        .whatsnew-mockup {
            left: 65px;
        }
        .section-whatsnew:after {
            left: 18%;
            border-bottom: 40vw solid #80d4f9;
        }
    }
    @media (min-width: 1800px) {
        .hero-main-img-inner {
            margin-top: -30px;
            margin-left: -10%;
        }
        .section-whatsnew:after {
            border-bottom: 35vw solid #80d4f9;
        }
    }
    .rangeslider,
    .rangeslider__fill {
        display: block;
        border-radius: 10px;
    }
    .rangeslider {
        position: relative;
    }
    .rangeslider:after {
        top: 50%;
        left: 0;
        right: 0;
        content: '';
        width: 100%;
        height: 5px;
        margin-top: -2.5px;
        border-radius: 5px;
        position: absolute;
        background: #212131;
    }
    .rangeslider--horizontal {
        width: 100%;
        height: 28px;
    }
    .rangeslider--vertical {
        width: 5px;
        min-height: 150px;
        max-height: 100%;
    }
    .rangeslider--disabled {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4;
    }
    .rangeslider__fill {
        position: absolute;
        background: #fff;
    }
    .rangeslider--horizontal .rangeslider__fill {
        top: 0;
        height: 100%;
    }
    .rangeslider--vertical .rangeslider__fill {
        bottom: 0;
        width: 100%;
    }
    .rangeslider__handle {
        top: 50%;
        width: 28px;
        height: 28px;
        cursor: pointer;
        margin-top: -14px;
        background: white;
        position: absolute;
        background: #ffffff;
        border-radius: 50%;
        display: inline-block;
        -webkit-transition: background-color 500ms;
        -moz-transition: background-color 500ms;
        -ms-transition: background-color 500ms;
        -o-transition: background-color 500ms;
        transition: background-color 500ms;
    }
    .rangeslider__handle:active {
        background: #E8C05F;
    }
    .rangeslider__fill,
    .rangeslider__handle {
        z-index: 1;
    }
    .rangeslider--horizontal .rangeslider__fill {
        top: 50%;
        height: 5px;
        margin-top: -2.5px;
    }
    /* Budget */
    .budget-wrap {
        padding: 40px;
        background: #DAA520;
        box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .budget-wrap .title {
        font-size: 1.2rem;
    }
    .budget-wrap .footer {
        margin-top: 30px;
    }
    .budget-wrap .footer .btn {
        color: inherit;
        padding: 12px 24px;
        border-radius: 50px;
        display: inline-block;
        text-decoration: none;
    }
    .budget-wrap .footer .btn.btn-def {
        color: #525263;
    }
    .budget-wrap .footer .btn.btn-pri {
        color: #eee;
        background: #ff5a84;
    }
    .budget-wrap .amount,
    .budget-wrap .days {
        padding: 10px 20px;
        font-size: 20px;
        background: #eee;
        margin: 20px auto;
        display: block;
        width: 100%;
        max-width: 200px;
        color: #292942;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    h4 {
        font-size: 1.1rem;
    }
    .mt-0 {
        margin-top: 0px !important;
    }
    .mt-5 {
        margin-top: 5px !important;
    }
    .mt-10 {
        margin-top: 10px !important;
    }
    .mt-15 {
        margin-top: 15px !important;
    }
    .mt-20 {
        margin-top: 20px !important;
    }
    .mt-25 {
        margin-top: 25px !important;
    }
    .mt-30 {
        margin-top: 30px !important;
    }
    .mt-40 {
        margin-top: 40px !important;
    }
    .mt-50 {
        margin-top: 50px !important;
    }
    .mt-60 {
        margin-top: 60px !important;
    }
    .mt-80 {
        margin-top: 80px !important;
    }
    .mb-0 {
        margin-bottom: 0px !important;
    }
    .mb-5 {
        margin-bottom: 5px !important;
    }
    .mb-10 {
        margin-bottom: 10px !important;
    }
    .mb-15 {
        margin-bottom: 15px !important;
    }
    .mb-20 {
        margin-bottom: 20px !important;
    }
    .mb-25 {
        margin-bottom: 25px !important;
    }
    .mb-30 {
        margin-bottom: 30px !important;
    }
    .mb-40 {
        margin-bottom: 40px !important;
    }
    .mb-50 {
        margin-bottom: 50px !important;
    }
    .mb-60 {
        margin-bottom: 60px !important;
    }
    .mb-80 {
        margin-bottom: 80px !important;
    }
    .pt-0 {
        padding-top: 0px !important;
    }
    .pt-5 {
        padding-top: 5px !important;
    }
    .pt-10 {
        padding-top: 10px !important;
    }
    .pt-15 {
        padding-top: 15px !important;
    }
    .pt-20 {
        padding-top: 20px !important;
    }
    .pt-25 {
        padding-top: 25px !important;
    }
    .pt-30 {
        padding-top: 30px !important;
    }
    .pt-40 {
        padding-top: 40px !important;
    }
    .pt-50 {
        padding-top: 50px !important;
    }
    .pt-60 {
        padding-top: 60px !important;
    }
    .pt-80 {
        padding-top: 80px !important;
    }
    .pb-0 {
        padding-bottom: 0px !important;
    }
    .pb-5 {
        padding-bottom: 5px !important;
    }
    .pb-10 {
        padding-bottom: 10px !important;
    }
    .pb-15 {
        padding-bottom: 15px !important;
    }
    .pb-20 {
        padding-bottom: 20px !important;
    }
    .pb-25 {
        padding-bottom: 25px !important;
    }
    .pb-30 {
        padding-bottom: 30px !important;
    }
    .pb-40 {
        padding-bottom: 40px !important;
    }
    .pb-50 {
        padding-bottom: 50px !important;
    }
    .pb-60 {
        padding-bottom: 60px !important;
    }
    .pb-80 {
        padding-bottom: 80px !important;
    }
    .cta {
        margin: 0 auto;
        padding-top: 20px;
        display: block;
        width: 200px;
        cursor: pointer;
    }
    .sticky .cta {
        padding-top: 20px;
    }
    .cta .cta-button {
        background: url("../assets/images/button-bg.png") no-repeat 144px 12px;
        background-color: #DAA520;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        font-family: 'Comfortaa', sans-serif;
        padding: 15px 60px 15px 20px;
        width: 190px;
        margin: 0 auto;
        text-align: left;
        display: block;
        border: none;
        -webkit-transition: background-color 500ms;
        -moz-transition: background-color 500ms;
        -ms-transition: background-color 500ms;
        -o-transition: background-color 500ms;
        transition: background-color 500ms;
        cursor: pointer;
    }
    .cta-slider .cta-button {
        background: url("../assets/images/button-bg.png") no-repeat 144px 12px;
        background-color: #000;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #fff;
        font-family: 'Comfortaa', sans-serif;
        padding: 15px 60px 15px 20px;
        width: 190px;
        margin: 0 auto;
        text-align: left;
        display: block;
        border: none;
        -webkit-transition: background-color 500ms;
        -moz-transition: background-color 500ms;
        -ms-transition: background-color 500ms;
        -o-transition: background-color 500ms;
        transition: background-color 500ms;
        cursor: pointer;
    }
    .cta .cta-button:hover {
        background: url("../assets/images/button-bg.png") no-repeat 144px 12px;
        background-color: #E8C05F;
    }
    .cta-slider .cta-button:hover {
        background: url("../assets/images/button-bg.png") no-repeat 144px 12px;
        background-color: #414042;
    }
}

.cta-mobile {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70px;
    padding-top: 10px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}

a.cta-button-footer {
    background: url("../assets/images/button-bg.png") no-repeat 100px 10px;
    background-color: #74aa23;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-family: 'Comfortaa', sans-serif;
    padding: 15px 60px 15px 15px;
    width: 200px;
    margin: 0 auto;
    text-align: left;
    border: none;
    display: block;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -ms-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}

a.cta-button-footer:hover {
    background-color: #6f9439;
}

@media (max-width: 768px) {
    .loan-type-select {
        margin-top: 20px !important;
    }
    .cta {
        display: none;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
}

.card {
    margin-bottom: 40px;
    text-align: center;
}

.card-icon {
    display: inline;
    float: left;
    margin: 10px auto;
    color: #DAA520;
}

.card-title {
    text-align: center;
}

.card-body {
    padding: 0.25rem;
}

.money-advice {
    font-size: 1.15em;
}

.tmas {
    width: 200px;
    display: block;
    margin: auto;
}

.transition,
p,
ul.faq li i:before,
ul.faq li i:after {
    transition: all 0.25s ease-in-out;
}

.flipIn,
h1,
ul.faq li {
    animation: flipdown 0.5s ease both;
}

.no-select,
h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.faq li p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
}

ul.faq {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

ul.faq li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

ul.faq li:nth-of-type(1) {
    animation-delay: 0.5s;
}

ul.faq li:nth-of-type(2) {
    animation-delay: 0.75s;
}

ul.faq li:nth-of-type(3) {
    animation-delay: 1s;
}

ul.faq li:nth-of-type(4) {
    animation-delay: 1.25s;
}

ul.faq li:nth-of-type(5) {
    animation-delay: 1.5s;
}

ul.faq li:nth-of-type(6) {
    animation-delay: 1.75s;
}

ul.faq li:nth-of-type(7) {
    animation-delay: 2s;
}

ul.faq li:nth-of-type(8) {
    animation-delay: 2.25s;
}

ul.faq li:nth-of-type(9) {
    animation-delay: 2.5s;
}

ul.faq li:nth-of-type(10) {
    animation-delay: 2.75s;
}

ul.faq li:nth-of-type(11) {
    animation-delay: 3s;
}

ul.faq li:nth-of-type(12) {
    animation-delay: 3.25s;
}

ul.faq li:last-of-type {
    padding-bottom: 0;
}

ul.faq li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
}

ul.faq li i:before,
ul.faq li i:after {
    content: "";
    position: absolute;
    background-color: #DAA520;
    width: 3px;
    height: 9px;
}

ul.faq li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

ul.faq li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

ul.faq li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

ul.faq li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

ul.faq li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}

ul.faq li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}


/*** APPLY NOW FORM ***/

#__vtigerWebForm {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
}

.apply-form-input {
    border: 1px solid #adadad;
    border-radius: 3px !important;
    padding: 5px;
    width: 300px;
    margin-bottom: 5px;
}

.apply-form-description {
    border: 1px solid #adadad;
    border-radius: 3px !important;
    padding: 5px;
    width: 300px;
    margin-bottom: 5px;
    height: 100px;
}

.btn-apply-form {
    color: #fff;
    background-color: #DAA520;
    border-color: #DAA520;
    font-size: 18px;
    margin-left: 100px;
    margin-top: 20px;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    border-style: none;
}

.btn-apply-form:hover {
    color: #fff;
    background-color: #E8C05F;
    border-color: #E8C05F;
}

@media screen and (max-width: 768px) {
    .row {
        padding-bottom: 10px;
    }
}

#__vtigerWebForm > div.container > div:nth-child(23),
#__vtigerWebForm > div.container > div:nth-child(24) {
    margin-top: 5px;
}

.contact-link {
    color: #DAA520;
}

.contact-link:hover {
    color: #E8C05F;
}

.repayment-details,
.repayment-details-2 {
    padding: 24px 30px;
}

.repayment-details .title,
.repayment-details-2 .title {
    margin-bottom: 30px;
}

.repayment-details > .row,
.repayment-details-2 > .row {
    border-bottom: 1px solid #634807;
}

.yellow-box {
    background: #DAA520;
    color: #fff;
    padding: 20px 40px;
}

.black-box {
    background: #000;
    color: #fff;
    padding: 20px 40px;
}

label {
    font-size: 16px !important;
}

.smaller-txt p {
    font-size: 13px;
}

.repayment-details-2 {
    display: none;
}

select {
    padding: 6px 15px;
    max-width: 100%;
    margin-top: 10px;
}

.apply-input {
    width: 80%;
    min-height: 45px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DAA520;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.apply-select,
.apply-select-false {
    width: 80%;
    min-height: 45px;
    padding: 5px;
    margin-top: 0px !important;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DAA520;
}

.loan-type-select {
    margin-top: -120px;
}

.home-select {
    width: 75%;
    min-height: 45px;
    padding: 5px;
    margin-top: 0px !important;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
}

.apply-dob {
    min-height: 45px;
    padding: 5px;
    margin-top: 0px !important;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DAA520;
}

.dob-day {
    width: 18%;
}

.dob-month {
    width: 38%;
}

.dob-year {
    width: 22%;
}

.input-sign-field {
    width: 80%;
}

input.form-control.apply-input {
    border-radius: 0px;
}

.form-control:focus {
    box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.3);
    border-color: #DAA520;
}

span.input-group-text.input-signs {
    border: 1px solid #daa520;
    background: #daa520;
    color: white;
    font-size: 18px;
    padding: 0 15px 0 15px;
    border-radius: 0px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.apply-description {
    width: 80%;
    min-height: 180px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DAA520;
}

label.apply-labels {
    font-size: 18px !important;
}

.mar-bot {
    margin-bottom: 10px;
}

.mar-bot-big {
    margin-bottom: 35px;
}

.body-con {
    background: #fff;
}

select.apply-select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #DAA520, #DAA520);
    background-position: calc(100% - 22px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3em;
    background-repeat: no-repeat;
}

select.apply-select-false {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.apply-select::-ms-expand,
select.apply-select-false::-ms-expand {
    display: none;
}

select.apply-select:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, black, black);
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 22px) calc(1em + 2px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

select.home-select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #DAA520, #DAA520);
    background-position: calc(100% - 22px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3em;
    background-repeat: no-repeat;
}

select.home-select::-ms-expand {
    display: none;
}

select.home-select:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, black, black);
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 22px) calc(1em + 2px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

select.apply-dob {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, #DAA520, #DAA520);
    background-position: calc(100% - 22px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3em;
    background-repeat: no-repeat;
}

select.apply-dob::-ms-expand {
    display: none;
}

select.apply-dob:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, black, black);
    background-position: calc(100% - 15px) calc(1em + 2px), calc(100% - 22px) calc(1em + 2px), 100% 0;
    background-size: 7px 7px, 7px 7px, 3em 3em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    width: 150px;
    text-align: center;
    min-height: 25px;
    padding: 10px;
    font-size: 18px;
    margin-left: 5px;
    font-weight: 700;
    color: white;
    background-color: #DAA520;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: black;
}

.inputfile + label {
    cursor: pointer;
    /* "hand" cursor */
}

.file-label {
    padding-top: 10px;
}

.submit-btn-position {
    text-align: center;
    margin: 0 auto;
}

.apply-submit-btn {
    margin-top: 40px;
    width: 150px;
    text-align: center;
    min-height: 25px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    border: 0px !important;
    background-color: #DAA520;
}

.apply-submit-button:focus {
    background-color: black;
}

.bck-col {
    background: #ebebeb !important;
}

.home-title {
    margin-bottom: 0px !important;
}

@media (max-width: 992px) {
    .home-select {
        width: 100%;
    }
    .loan-type-select {
        margin-top: -50px;
    }
}

@media (max-width: 575px) {
    .dob-day {
        width: 100%;
    }
    .dob-month {
        width: 100%;
    }
    .dob-year {
        width: 100%;
    }
    .apply-input {
        width: 100%;
    }
    .apply-select {
        width: 100%;
    }
    .apply-description {
        width: 100%;
    }
    .input-sign-field {
        width: 100%;
    }
    .set-display > select {
        margin-bottom: 10px;
    }
    .mar-bot-big {
        margin-bottom: 10px;
    }
    .mar-bot {
        margin-bottom: 5px;
    }
}

.title > a.123 {
    color: pink;
}

#banner {
    background-image: url(../assets/images/element-1.jpg);
    padding: 30px 10px 60px 10px;
}

#banner h1 {
    color: #fff;
    font-weight: 500;
    padding-top: 30px;
}

#banner h4 {
    color: #fff;
    padding-top: 20px;
}

#main-content {
    background: #fff;
    padding-top: 50px;
}

#main-content h3 {
    color: #414042;
    font-size: 24px;
    font-weight: 500;
    padding-top: 20px;
}

#main-content .col-md-4 {
    position: relative;
    padding-bottom: 50px;
}

#main-content .col-md-4::before {
    content: "";
    position: absolute;
    margin: 0 auto;
    height: 3px;
    width: 92%;
    top: 300px;
    border-bottom: 2px solid #414042;
}

@media (max-width: 1199px) {
    #main-content .col-md-4::before {
        top: 265px;
    }
}

@media (max-width: 991px) {
    #main-content .col-md-4::before {
        top: 220px;
    }
    #page-content h3::before {
        width: 35% !important;
    }
}

@media (max-width: 767px) {
    #main-content .col-md-4::before {
        top: 410px;
        width: 94%;
    }
}

@media (max-width: 400px) {
    #main-content .col-md-4::before {
        top: 310px;
        width: 92%;
    }
    #page-content h3::before {
        width: 45% !important;
    }
}

#page-content {
    background: #fff;
    padding-top: 50px;
}

#page-content h3 {
    color: #414042;
    font-size: 24px;
    font-weight: 500;
    padding-top: 20px;
}

#page-content h3::before {
    content: "";
    position: absolute;
    margin: 0 auto;
    height: 3px;
    width: 25%;
    top: 60px;
    border-bottom: 2px solid #414042;
}

#page-content h4 {
    color: #414042;
    font-size: 20px;
    font-weight: 500;
    padding-top: 20px;
}

#page-content .col-md-4 {
    position: relative;
    padding-bottom: 50px;
}

#page-content ul li {
    padding: 10px 0 10px 0;
}

#page-content ul {
    padding-left: 20px;
}

#page-content p {
    width: 90%;
    padding-top: 30px;
}

.white-bckgr {
    background: #fff;
    padding-bottom: 50px;
}

#scrollTo .title {
    padding-top: 30px;
}

#scrollTo .box {
    background: black;
    padding: 20px;
    max-width: 95%;
    width: 550px;
    border: 1px solid black;
    border-radius: .25rem;
}

.white-bckgr .transfer-funds {
    padding-top: 10px;
}

.contact-send {
    padding-top: 30px;
}

.apply-now {
    padding-top: 30px;
}

.cta-intern {
    border: 3px solid #e5bf63;
    background: #e8c879;
    color: #fff;
    margin: 50px auto;
    text-align: center;
    padding: 20px 0;
}

.cta-intern h2 {
    padding-top: 20px;
    text-decoration: none;
}

.cta-intern h2 a {
    color: #fff;
    text-decoration: none;
}

.cta-intern h2 a:hover {
    text-decoration: underline;
}

.text-intern {
    margin: 0 auto;
}

.intern-ind {
    border: 3px solid #e5bf63;
    background: #e8c879;
    color: #fff;
    margin: 50px auto 0 auto;
    text-align: center;
    padding: 20px 0;
}

.intern-ind h2 {
    padding-top: 20px;
    text-decoration: none;
}

.intern-ind h2 a {
    color: #fff;
    text-decoration: none;
}

.apply-online-intern {
    margin: 20px auto;
}

.apply-online-btn {
    text-align: center;
    min-height: 25px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    border: 0px !important;
    background-color: #DAA520;
}

.apply-online-intern a:hover {
    color: #fff;
}

.home-boxes-links {
    color: #212121;
}

.home-boxes-links:hover {
    color: #212121;
    text-decoration: underline;
}