﻿body {
    padding: 0;
    overflow-x: hidden;
    font-family: 'Louis George Cafe';
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../../assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../../assets/fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../../assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Louis George Cafe Bold';
    src: url('../fonts/Louis George Cafe Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Louis George Cafe Light';
    src: url('../fonts/Louis George Cafe Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Louis George Cafe';
    src: url('../fonts/Louis George Cafe.ttf') format('truetype');
}

#topHeader {
    height: 100px;
    font-family: Poppins-Light;
    line-height: 100px;
    padding: 0px 30px;
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 1.1em;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    position: fixed;
}

    #topHeader img {
        max-height: 80px;
    }

    #topHeader .CallUs {
        margin: auto 10px;
        font-family: Poppins-Bold;
        transition:0.4s;
        color: #666;
        font-size: 1.4em;
        font-family: Poppins-Bold;
    }

        #topHeader .CallUs:hover, #topHeader .CallUs:active, #topHeader .CallUs:focus, #topHeader .CallUs:visited {
            color: #000;
            text-decoration: none;
        }

.aksBtn {
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    transition: 0.4s;
    font-family: Poppins-Regular;
    padding: 13px 40px;
    border: 1px solid #000;
}

#topHeader .aksBtn {
    margin-left: 20px;
}

.aksBtn:hover {
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    background-color: #fff;
}



.sim-button {
    line-height: 50px;
    height: 50px;
    text-align: center;
    display: inline-block;
    width: 194px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
}

.button12 {
    color: rgba(0,0,0,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 1px solid rgba(0,0,0,0.5);
    overflow: hidden;
}

    .button12 a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

    .button12 span {
        z-index: 2;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .button12::before {
        content: '';
        position: absolute;
        top: 50px;
        left: -5px;
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-bottom: 190px solid rgba(0,0,0,0.25);
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .button12:hover {
        color: #fff;
    }

    .button12::after {
        content: '';
        position: absolute;
        top: 50px;
        left: -5px;
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-bottom: 190px solid rgba(0,0,0,0.25);
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .button12::after {
        -webkit-transition-delay: 0.2s; /* Safari */
        transition-delay: 0.2s;
    }

    .button12:hover::before {
        opacity: 1;
        -webkit-transform: translate(0px,-190px);
        transform: translate(0px,-190px);
    }

    .button12:hover::after {
        opacity: 1;
        -webkit-transform: translate(0px,-150px);
        transform: translate(0px,-150px);
    }


#botHeader {
    font-size: 0.8em;
    font-family: Poppins-Regular;
    background-color: #eee;
    padding: 15px;
    padding-top: 115px;
}

    #botHeader ul {
        list-style: none;
        padding-left: 0;
        display: inline;
    }

        #botHeader ul li {
            display: inline;
        }

            #botHeader ul li a {
                color: #000;
                display: inline;
                padding: 14px 14px;
                transition: 0.4s;
            }

        #botHeader ul.menu li a:hover {
            text-decoration: none;
            background-color: #cecece;
        }

    #botHeader .fa {
        transform: scale(2);
    }


.carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    height: 600px;
    background-color: #aaa;
}

.carousel-item img {
    /*opacity:0.5;*/
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 60px;
    background-color: #ddd;
}

#firstSection {
    background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url('../img/slide2.jpg');
    background-size: cover;
    background-position: top;
    height: 800px;
    padding: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
    background-attachment: fixed;
    overflow: hidden;
}

h1.element {
    display: inline-block;
    font-size: 3.5em;
    color: #fff;
    font-family: Poppins-Bold;
    text-transform: uppercase;
}

.typed-cursor {
    display: none;
}

#firstSection ul {
    list-style-image: url('../img/star24.png');
    font-family: Poppins-Regular;
    color: #fff;
    margin-top: 50px;
    font-size: 1.5em;
}

#firstSection li {
    margin-bottom: 5px;
}

.animated {
    animation-duration: 2s;
}

.del1 {
    animation-delay: 2.2s;
}

.del2 {
    animation-delay: 2.6s;
}

.del3 {
    animation-delay: 3s;
}

h2.section-title {
    font-family: Poppins-Bold;
    color: #888;
    text-align: center;
    display: block;
    font-size: 2.5em;
    margin-bottom: 40px;
}

#WhoIsCollinsMorgan {
    padding: 50px 30px 50px 30px;
}

    #WhoIsCollinsMorgan p {
        text-align: justify;
        font-family: Poppins-Light;
        font-size: 1.1em;
        line-height: 30px;
        color: #888;
        max-width: 800px;
        margin: auto;
    }

#DoIQualify {
    padding: 200px 30px 100px 30px;
    -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
    background: linear-gradient(rgba(255,255,255,0),#eee);
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
}

.sliderLbl {
    display: block;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 1.4em;
    color: #888;
    margin-top: 70px;
}

    .sliderLbl span {
        display: block;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #888 url(images/ui-bg_diagonals-thick_22_1484e6_40x40.png) 50% 50% repeat;
    font-weight: bold;
    width: 40px;
    color: #fff;
}

    .ui-state-default:active, .ui-widget-content .ui-state-default:active, .ui-widget-header .ui-state-default:active, .ui-button:active {
        background: #000;
    }

*, *:hover, *:focus, *:active {
    outline: none !important;
}

.maxwidth500 {
    max-width: 500px;
    margin: auto;
}

.radHO {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

    .radHO .col-sm-6, .radET .col-sm-3 {
        background-color: #fff;
        border: 1px solid #eee;
        padding: 20px;
        cursor: pointer;
        transition: 0.4s;
        text-align: center;
    }


.radHOYesBox.activeradHO, .radHOYesBox.activeradHO:hover, .radHONoBox.activeradHO, .radHONoBox.activeradHO:hover, .activeradET, .activeradET:hover {
    background-color: #bbb !important;
    color: #fff !important;
    border-color: #bbb !important;
}

.radHO input, .radET input {
    display: none;
}

.sliderLbl + .aks-txt {
    display: block;
    font-family: Poppins-Regular;
    width: 100%;
    max-width: 500px;
    margin: auto;
    transition: 0.4s;
    padding: 10px 20px;
    background-color: #fafafa;
    border: 1px solid #eee;
    color:#888;
}


    .sliderLbl + .aks-txt:focus {
        background-color: #fff;
        box-shadow: #fff 0 0 30px;
    }

#btnSend {
    background-color: transparent;
    border: none;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    box-shadow: none;
}

footer {
    padding: 50px;
    background: linear-gradient(rgba(232,232,232,0.9),rgba(255,255,255,0.8)),url('../img/slide3.jpg');
    background-size: cover;
    background-position: center;
}

.footer-title {
    font-family: Poppins-Bold;
    color: #777;
    font-size: 1.2em;
}

.footer-text {
    font-family: Poppins-Light;
    text-align: justify;
    color:#666
}

footer a, footer a:hover, footer a:focus {
    color: #888;
    font-family: Poppins-Bold;
    text-decoration: underline;
}

@media only screen and (max-width:991px) {
    #topHeader {
        position: unset;
        height: auto;
        line-height: unset;
    }

        #topHeader img {
            display: block;
            margin: 20px auto 10px auto;
        }

        #topHeader a {
            display: block;
        }

            #topHeader a:last-child {
                margin-bottom: 20px;
            }

        #topHeader .text-right {
            text-align: center !important;
        }

    #botHeader {
        padding-top: 15px;
    }

        #botHeader .col-md-4.text-right {
            display: block;
            margin: auto;
            margin-top: 30px;
            text-align: center !important;
        }

    h1.element {
        font-size: 2.4em;
        display: block;
        margin: auto;
        text-align: center;
    }
}

::selection {
    background-color: #000;
    color: #fff;
}

#ivaHeader {
    padding: 50px;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../img/ivabg3.jpg');
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    padding-bottom: 100px;
}

#tdHeader {
    padding: 50px;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../img/trustdeedsbg.jpg');
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    padding-bottom: 100px;
}

#dasHeader {
    padding: 50px;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../img/dasbg.jpg');
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    padding-bottom: 100px;
}

#squestrationHeader {
    padding: 50px;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../img/sequestrationbg.jpg');
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    padding-bottom: 100px;
}

#droHeader {
    padding: 50px;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('../img/debtmanagementplanbg.jpg');
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0% 100%);
    padding-bottom: 100px;
}

#ivaHeader h1, #tdHeader h1, .zHeader h1 {
    font-family: Poppins-Bold;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    max-width: 800px;
    margin: auto;
    margin-bottom: 10px;
    font-size: 3em;
}

#ivaHeader p, #tdHeader p, .zHeader p {
    text-align: justify;
    max-width: 800px;
    margin: auto;
    display: block;
    color: #fff;
    font-family: Poppins-Light;
    padding-bottom: 100px;
}

.zHeader ul {
    position: relative;
    top: -97px;
    text-align: justify;
    max-width: 800px;
    margin: auto;
    display: block;
    color: #fff;
    font-family: Poppins-Light;
    list-style-type: square;
    animation-delay: 0.5s;
}

#ivaHeader + .container-fluid, #tdHeader + .container-fluid, .zHeader + .container-fluid {
    padding: 100px;
}

    #ivaHeader + .container-fluid .title {
        font-family: Poppins-Bold;
        color: #666;
        font-size: 1.7em;
        margin-bottom: 10px;
    }

    #ivaHeader + .container-fluid .text {
        font-family: Poppins-Light;
        color: #777;
        font-size: 0.9em;
        margin-bottom: 88px;
    }

    #ivaHeader + .container-fluid .list {
        font-size: 0.9em;
        font-family: Poppins-Light;
        color: #777;
        list-style-image: url('../img/star16.png');
    }

    #ivaHeader + .container-fluid .step {
        display: block;
        color: #666;
        font-family: Poppins-Regular;
        font-size: 1.3em;
        text-decoration: underline;
        margin-top: 20px;
    }

    #ivaHeader + .container-fluid .note {
        background-color: #eee;
        display: block;
        text-align: center;
        font-family: Poppins-Regular;
        padding: 20px 25px;
        margin-top: 10px;
        color: #666;
    }

    #ivaHeader + .container-fluid .title img {
        vertical-align: sub;
        margin-left: 10px;
        height: 1.5em;
    }

    #ivaHeader + .container-fluid .subtitle {
        font-family: Poppins-Regular;
        margin-bottom: 5px;
        color: #888;
        text-decoration: underline;
        font-size: 1.1em;
    }

.list-adv {
    font-family: Poppins-Light;
    color: #000;
    list-style-image: url('../img/happy.png');
    font-size: 0.9em;
    color: #555;
}

    .list-adv li {
        margin-bottom: 10px;
    }

.list-disadv {
    font-family: Poppins-Light;
    color: #000;
    list-style-image: url('../img/sad.png');
    font-size: 0.9em;
    color: #555;
}

    .list-disadv li {
        margin-bottom: 10px;
    }

.bg-grey {
    background-color: #f5f5f5;
}

#uploadDoc {
    padding: 70px;
}

    #uploadDoc h1 {
        text-align: center;
        color: #000;
        font-size: 3em;
        font-family: Poppins-Bold;
        margin-bottom: 50px;
    }

    #uploadDoc .box-terms-title {
        background-color: #000;
        color: #fff;
        padding: 20px;
        font-family: Poppins-Bold;
        border: 1px solid #000;
        text-align: center;
        font-size: 1.5em;
        margin-bottom: 0;
    }

    #uploadDoc .box-terms {
        padding: 20px;
        border: 1px outset #000;
        max-height: 400px;
        font-size: 0.8em;
        overflow-y: scroll;
    }

    #uploadDoc .uploadDoc-txt {
        font-family: Poppins-Light;
        color: #555;
    }

.box-terms input {
    margin-right: 10px;
}

    .box-terms input + label {
        color: #555;
        position: relative;
        margin-top: 30px;
        top: -2px;
        font-size: 1em;
    }


.myTxt {
    display: block;
    font-family: Poppins-Regular;
    width: 100%;
    max-width: 500px;
    margin: auto;
    transition: 0.4s;
    padding: 10px 20px;
    background-color: #fafafa;
    border: 1px solid #eee;
}

    .myTxt:focus {
        background-color: #fff;
        box-shadow: #fff 0 0 30px;
    }

.acc-holder {
    margin-top: 100px;
    background-color: #eee;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
}

    .acc-holder .title {
        background-color: #eee;
        max-width: 300px;
        margin: auto;
        position: relative;
        top: -40px;
        font-size: 1.5em;
        text-align: center;
        color: #000;
        padding: 20px;
        font-family: Poppins-Bold;
    }

    .acc-holder input[type=file] {
        display: block;
        margin: 25px auto;
    }

.alert {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 0;
    text-align: center;
    font-family: Poppins-Light;
    font-size: 0.9em;
}

    .alert strong {
        font-family: Poppins-Regular;
        font-weight: normal;
    }

.alert-danger {
    border-color: #fc2a2a;
    background-color: #fc2a2a;
    color: #fff;
}

.alert-success {
    border-color: #06d336;
    color: #fff;
    background-color: #06d336;
}

#Contact {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../img/contact.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    padding: 5% 8%;
}

    #Contact h1 {
        font-family: Poppins-Bold;
        color: #fff;
        text-align: center;
        font-size: 3em;
        margin-bottom: 20px;
    }

.contact-form {
    padding: 50px;
    background-color: rgba(255,255,255,1);
    box-shadow: #fff 0 0 40px;
    border-radius: 2px;
    border: 1px solid #fff;
}

    .contact-form .aks-txt {
        width: 100%;
        transition: 0.4s ease-in-out;
        margin: 5px;
        border-radius: 2px;
        font-family: Poppins-Light;
        border: 1px solid #ddd;
        padding: 9px 20px;
    }

        .contact-form .aks-txt::-webkit-input-placeholder {
            color: #aaa;
        }

textarea.aks-txt {
    height: 150px;
}

.contact-form .aks-txt:focus {
    background-color: #eee;
}

.td-imgBox {
    padding: 30px;
    padding-top: 60px;
    background-color: #f5f5f5;
    margin-bottom: 90px;
    transition: 0.4s ease-in-out;
    min-height: 200px;
}

    .td-imgBox:hover {
        box-shadow: rgba(128, 128, 128,0.56) 0 5px 10px;
        cursor: pointer;
        transform: translateY(-7px);
    }

    .td-imgBox img {
        position: absolute;
        height: 85px;
        top: -40px;
        left: 0;
        right: 0;
        background-color: #f5f5f5;
        padding: 10px 30px;
    }

    .td-imgBox .title {
        font-family: Poppins-Bold;
        text-align: center;
        color: #777;
        font-size: 1.3em;
        margin: 5px auto;
    }

    .td-imgBox .text {
        color:#888;
        text-align: center;
        font-family: Poppins-Light;
    }

.advantages {
    padding: 40px;
    border: 1px solid #fafafa;
    box-shadow: rgba(128, 128, 128,0.36) 0 0 30px;
    background-color: #fafafa;
}

.disadvantages {
    padding: 40px;
}

.col-title {
    font-family: Poppins-Bold;
    text-align: center;
    color: #888;
    font-size: 2em;
    margin-bottom: 30px;
}

.advantages ul, .disadvantages ul {
    list-style: none;
    padding-left: 0;
}

    .advantages ul .title, .disadvantages ul .title {
        font-family: Poppins-Regular;
        font-size: 1.4em;
        margin-bottom: 0;
        color:#777;
    }

    .advantages ul .text, .disadvantages ul .text {
        font-family: Poppins-Light;
        margin-bottom: 30px;
        color: #aaa;
    }


.navbar {
    background-color:#eee !important;
    padding-bottom:0;
    padding-top: 100px;
}


.navbar ul.pull-right li
{
    display:inline-block;
    padding-left:0;
    margin:auto 7px;
}
.navbar ul.pull-right li .fa
{
    transform:scale(1.5);
}

.navbar ul.pull-right li a,.navbar ul.pull-right li a:hover,.navbar ul.pull-right li a:focus,.navbar ul.pull-right li a:active
{
    color:#000;
    text-decoration:none;
}

.navbar ul.pull-right
{
    margin-bottom:0;
}
.navbar-nav
{
    display:block;
}
.nav-item
{
    display:inline-block;
}
.nav-link{
    display:block;
    padding:12px !important;
    transition:0.4s;
    font-family:Poppins-Regular;
    font-size:0.9em;
    color:#777 !important;
}

.nav-link:hover
{
    background-color:#dcdcdc;
}

.navbar-collapse *
{
    font-family:Poppins-Regular;
}

@media only screen and (max-width:991px)
{
    .navbar
    {
        padding:10px 20px;
    }
    .navbar-nav, .navbar-nav .nav-item,.navbar-nav .nav-link
    {
        text-align:center;
        display:block;
    }
}

.dropdown-item
{
    transition:0.4s;
    color:#777
}
.dropdown-item:active
{
    background-color:#333;
}

.holder
{
    padding:100px;
}
.onlyTxt
{
    padding:80px;
    border:1px solid #eee;
    box-shadow:rgba(0,0,0,0.25) 0 5px 10px;
    background-color:#eee;
}

.onlyTxt h1
{
    font-family:Poppins-Bold;
    text-align:center;
    color:#666;
    margin-bottom:50px;
}

.onlyTxt .title
{
    display:block;
    font-family:Poppins-Bold;
    font-size:1.4em;
    text-align:left !important;
    color:#666;
    margin-top:40px;
}
.onlyTxt p,.onlyTxt ul{
    text-align:justify;
    color:#666;
    font-family:Poppins-Light;
}

@media only screen and (max-width:991px)
{
    .holder
    {
        padding:0;
    }
}

.blnks
{
    list-style:none;
    position:absolute;
    padding-left:0;
    bottom:0;
}
.blnks li
{
    display:inline;
    margin:10px;
}

.securedLoan-title
{
    font-family:Poppins-Bold;
    font-size:1.75em;
    color:#777;
}
.securedLoan-text,.securedLoan-list
{
    text-align:justify;
    color:#777;
    font-family:Poppins-Light;
    margin-top:0;
}