@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    padding: 0;
    background: #fff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

h1 {
    font-size: 35px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin: 30px 0;
}

    h1 strong {
        color: #ea0918;
        font-weight: 600;
    }


h2 {
    font-size: 25px;
    color: #333;
    font-weight: 400;
    text-align: left;
    margin: 30px 0;
}

    h2 strong {
        color: #ea0918;
        font-weight: 600;
    }


h3 {
    color: #000 !important;
    font-size: 18px;
}

    h3 span {
        color: #ed3b3c;
    }

h4 {
    margin-bottom: 5px;
    color: #006323;
    font-weight: 500;
    font-size: 16px;
}

h5 {
    text-align: center;
    margin: 20px;
}

    h5 span {
        background: #252525;
        color: #fff;
        padding: 10px 25px;
        font-size: 18px;
        border-left: #05c2bf 4px solid;
        border-right: #05c2bf 4px solid;
    }

header .top-header {
    background: #ea0918;
    color: #fff;
    line-height: 25px;
    font-size: 13px;
}

    header .top-header ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    header .top-header li {
        float: left;
        margin-right: 15px;
    }

        header .top-header li a {
            color: #fff;
            text-decoration: none;
            line-height: 25px;
        }

            header .top-header li a:hover {
                color: #b0275d;
            }

header .logo {
    padding: 15px 0;
}

header .calls {
    margin-left: 15px;
    margin-top: 35px;
    color: #000;
    float: left;
    border: #ccc 1px solid;
    padding: 5px 15px;
}

.right {
    float: right;
    margin-top: 27px;
}

nav ul {
    color: #fff;
    list-style: none;
    margin: 0px;
    padding: 0;
}

    nav ul li {
        float: left;
        text-align: left;
        background: url(../images/menu-line.png) top right no-repeat;
    }

        nav ul li:first-child {
            padding-left: 0;
        }

        nav ul li:last-child {
            padding-right: 0;
            background-image: none;
        }

        nav ul li a {
            display: block;
            height: 42px;
            line-height: 42px;
            color: #333;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500;
            padding: 0px 13px;
        }

            nav ul li a:hover {
                color: #ea0918;
            }

nav li ul {
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
    z-index: 99999;
    background: #ea0918;
}

    nav li ul li {
        float: none;
        text-align: left;
        background-image: none;
    }

        nav li ul li a {
            display: block;
            font-size: 13px;
            text-transform: none;
            text-decoration: none;
            height: 30px;
            line-height: 30px;
            color: #fff;
            padding: 0px 10px;
            border-radius: 0px;
            border-bottom: #fd5a66 1px solid;
        }

            nav li ul li a:hover {
                color: #fff;
                line-height: 30px;
                height: 30px;
                border-radius: 0px;
            }

nav li:hover ul {
    display: block;
}

.slicknav_menu {
    display: none;
}

#banner {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

    #banner h2 {
        position: absolute;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        font-weight: 500;
        font-size: 45px;
        text-shadow: #ca8d10 0px 3px 5px;
    }

        #banner h2 strong {
            color: #ea0918;
            font-weight: 600;
        }

.welcome-area {
    margin: 10px 0;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

    .welcome-area .right-img {
        float: right;
        margin-left: 25px;
    }

    .welcome-area ol {
        margin: 0;
        padding-left: 15px;
        ;
    }

        .welcome-area ol li {
            margin-bottom: 10px;
            line-height: 20px;
        }

.image {
    float: right;
    margin-left: 30px;
    width: 44%;
}


.inner-intro {
    height: 175px;
    display: block;
    position: relative;
    overflow: hidden;
}

    .inner-intro h2 {
        font-size: 60px;
        color: #fff;
        margin-top: 40px;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        position: relative;
    }


.sec-title {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

..sec-title h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    color: #646d72;
    margin-bottom: 0px;
}

.sec-title h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: #3a4145;
}

.sec-title .line {
    position: relative;
    width: 40px;
    height: 6px;
    background: #cccccc;
    margin: 10px auto 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.sec-title.style-two .line {
    background: #ffffff;
}

.overlay-before:before {
    content: '';
    width: 517px;
    height: 215%;
    position: absolute;
    top: 0;
    left: 0;
    background: #006323;
    transform: rotate(23deg);
    -webkit-transform: rotate(23deg);
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
}

.btn-info {
    background: #fff;
    border: 0;
    padding: 10px 20px;
    color: #d43040;
    font-weight: 600;
    font-size: 16px;
}

    .btn-info:hover {
        background: #222;
    }

.btn-danger {
    border: 0;
    background: #88042c;
    border-radius: 0;
    padding: 8px 20px;
}

    .btn-danger:hover {
        background: #bf0940;
    }

.our-deposit {
    text-align: center;
    color: #333;
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 10px #efb5ce;
    padding: 20px 10px;
    padding-bottom: 40px;
}

    .our-deposit p {
        font-size: 14px;
        line-height: 24px;
    }

    .our-deposit .img {
        margin: auto;
    }

    .our-deposit h2 {
        text-align: center;
        color: #b0275d;
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 0;
    }

        .our-deposit h2:after {
            content: '';
            display: block;
            left: 0;
            width: 0;
            height: 0;
            background: none;
        }

    .our-deposit .link {
        position: relative;
        bottom: -18px;
    }

    .our-deposit .normal-btn {
        position: relative;
        padding: 7px 15px;
        margin-top: -15px;
        text-transform: capitalize;
        color: #c4133d !important;
        font-size: 12px;
        border: 1px dashed #6e6e6e !important;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        border-radius: 20px;
    }

        .our-deposit .normal-btn .fa {
            padding-right: 5px;
        }

        .our-deposit .normal-btn:hover {
            background: #c4133d;
            color: #fff !important;
            border-color: #fff !important;
        }

.indicators-line > .carousel-indicators {
    display: none;
}


.more-btn {
    position: relative;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    font-weight: 700;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .more-btn:hover {
        background: #05c2bf;
        color: #ffffff;
        border-color: #05c2bf;
    }

.more-btn2 {
    position: relative;
    margin: 10px;
    padding: 10px 25px;
    line-height: 24px;
    text-transform: uppercase;
    background: none;
    color: #05c2bf;
    font-size: 14px;
    border: 2px solid #05c2bf;
    font-weight: 700;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .more-btn2:hover {
        background: #05c2bf;
        color: #ffffff;
        border-color: #05c2bf;
    }



.bg-danger {
    background: #d43040 !important;
}

.table {
    text-align: center;
}

    .table th {
        text-align: center;
        color: #fff;
    }

.element {
    /*margin: 0 auto;
  background-color: red;*/
    margin-top: 28px;
    animation-name: stretch;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

.btn-danger {
    background: #ea0918;
    color: #fff;
    font-size:15px;
    font-weight:600;
    border-radius: 15px;
    padding: 10px 20px;
    border:0!important;
    outline:none!important;
}

    .btn-danger:hover {
        background: #c4133d;
    }

.table th {
    background: #ea0918 !important;
    color: #fff;
}

.parallax-section {
    left: 0px;
    top: 0px;
    width: 100%;
    color: #fff;
    height: 100%;
    background: #05c2bf;
    z-index: 0;
}

.parallax-section {
    padding: 30px 0;
}

    .parallax-section h2 {
        position: relative;
        font-size: 32px;
        font-weight: 300;
        margin-bottom: 30px;
        color: #fff;
        text-align: center;
    }

    .parallax-section .line {
        position: relative;
        width: 100px;
        height: 6px;
        background: #fff;
        margin: auto;
        margin-bottom: 20px;
        margin-top: -10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .parallax-section strong {
        font-weight: 700;
    }

.padding {
    padding-right: 0;
}

.career-form {
    background: #ececea;
    border: #ccc 1px solid;
    margin: 10px 0;
    padding: 0 15px;
}

#career {
    text-align: left;
}

    #career h2 {
        background: #394673;
        color: #fff;
        padding: 8px 10px;
        font-size: 16px;
    }

    #career .career {
        border: #ccc 1px solid;
        border-bottom: #ccc 4px solid;
        padding: 10px;
        padding-bottom: 0;
        margin-bottom: 25px;
    }

        #career .career h3 {
            color: #F00;
            margin-top: 0;
            border-bottom: #ccc 0px solid;
            padding-bottom: 0px;
        }

.form-control {
    padding: 10px 20px;
    height: auto;
    border-radius: 15px;
}


.our-schemes {
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
    margin-top: 25px;
    padding: 25px 0 20px;
    border-radius: 20px;
    border: #d7d6d6 1px solid;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .our-schemes:hover {
        border: #ea0918 1px solid;
    }

    .our-schemes:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        /* W3C */
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .our-schemes:hover, .our-schemes:focus, .our-schemes:active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .our-schemes:hover:before, .our-schemes:focus:before, .our-schemes:active:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

    .our-schemes p {
        text-align: center;
        padding: 0 10px;
        color: #333;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 15px;
    }

    .our-schemes .img {
        margin: auto;
        border-radius: 50%;
        border: #9a9999 1px solid;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .our-schemes h3 {
        text-align: center;
        color: #131313 !important;
        text-transform: capitalize;
        font-size: 20px;
    }

    .our-schemes .link {
        position: relative;
    }

    .our-schemes .normal-btn {
        position: relative;
        padding: 7px 15px;
        line-height: 20px;
        text-transform: capitalize;
        color: #c4133d !important;
        font-size: 12px;
        border: 1px dashed #6e6e6e !important;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        -moz-border-radius: 20px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .our-schemes .normal-btn .fa {
            padding-right: 5px;
        }

        .our-schemes .normal-btn:hover {
            background: #c4133d;
            color: #fff !important;
            border-color: #fff !important;
        }



.contact-info {
    position: relative;
    margin-bottom: 30px;
}

    .contact-info h3 {
        position: relative;
        font-size: 16px;
        font-weight: 800;
        color: #1c1c1c;
        margin-bottom: 15px;
    }

    .contact-info ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .contact-info li {
        position: relative;
        padding-left: 30px;
    }

        .contact-info li .icon {
            position: absolute;
            left: 0px;
            top: 4px;
            font-size: 16px;
        }

        .contact-info li .fa-map-marker {
            font-size: 18px;
        }

.well-lg {
    text-align: center;
    padding: 24px;
    border-radius: 6px;
    background: #f9f9f9;
    border: #ccc 1px solid;
    box-shadow: #ccc 0px 6px 7px 2px;
}

    .well-lg h3 {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 25px;
    }

    .well-lg .fa-user {
        background: #f5821f;
        color: #fff;
        font-size: 35px;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

.terms-conditions ol {
    margin: 0;
    padding: 0 !important;
    list-style: none !important;
}

.terms-conditions li {
    list-style: none;
    font-size: 16px;
    margin-top: 20px;
    line-height: 27px;
    padding: 0 10px;
    color: #f5821f;
    margin-bottom: 1px;
    text-align: left;
    font-weight: 500;
    border: #ccc 1px solid;
    border-radius: 3px;
}

.terms-conditions ol p {
    text-align: justify;
    padding: 10px;
    padding-bottom: 0px;
    line-height: 20px;
}

.terms-conditions li:before {
    margin-right: 10px;
    background: #c6324a;
    border-radius: 100%;
    color: white;
    width: 1.2em;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
}

.recurring {
    margin-top: 25px;
}

    .recurring h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

.address-icon i {
    background: #8f1339 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}

.address-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.address-item {
    margin-bottom: 40px;
}

.address-content {
    margin-left: 70px;
}

.open-account {
    border-radius: 20px;
    background: #e7e7e7;
    color: #333;
    line-height: 20px;
    padding: 20px;
    margin-top: 50px;
}

    .open-account h3 {
        font-size: 20px;
        color: #333;
        line-height: 20px;
    }

    .open-account .btn-open {
        float: right;
    }

        .open-account .btn-open a {
            border: #a3a2a2 1px solid;
            border-bottom: #a3a2a2 4px solid;
            text-align: center;
            color: #333;
            padding: 8px 20px;
            border-radius: 10px;
            margin-top: 25px;
            display: block;
            line-height: 25px;
        }

            .open-account .btn-open a:hover {
                border: #333 1px solid;
                border-bottom: #333 4px solid;
                color: #333;
            }

.become-advisor img {
    width: 93%;
}

21.Contact Page ============================*/ .contact-info-icon {
    float: left;
    text-align: center;
}

.contact-page-sec .contact-field h2 {
    color: #06396b;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-field .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-field.contact-form input {
    margin-bottom: 5px;
}

.contact-field.contact-form textarea {
    height: 110px;
}

.contact-field.contact-form input[type="submit"] {
    background: #fbd41d;
    width: 150px;
    border-color: #fbd41d;
}

.contact-info-icon {
    float: left;
    text-align: center;
    background: #152029;
    width: 50px;
    height: 50px;
    line-height: 58px;
    border-radius: 100%;
    margin-top: -5px;
}

    .contact-info-icon i {
        font-size: 24px;
        color: #fff;
    }

.contact-info-text {
    padding-left: 70px;
    margin-bottom: 0px;
}

    .contact-info-text h2 {
        color: #000;
        font-size: 18px;
        text-align: left;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .contact-info-text span {
        font-size: 14px;
        text-align: left;
        display: inline-block;
        width: 100%;
    }

.contact-field input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    color: #999999;
}

.contact-field select {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 12px 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #999999;
}

.contact-field .select-arrow::before {
    top: 15px;
    color: #999999;
}

.contact-field .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    border: 1px solid #f0f0f0;
    width: 100%;
    height: 120px;
    padding: 10px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #fbd41d none repeat scroll 0 0;
    border: 1px solid #fbd41d;
    color: #06396b;
    display: inline-block;
    font-weight: 600;
    padding: 14px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 50px;
}

    .single-input-fieldsbtn input[type="submit"]:hover {
        background: #fbd41d;
        transition: all 0.4s ease-in-out 0s;
        border-color: #fbd41d;
    }

.contact-field {
    display: inline-block;
    width: 100%;
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    width: 100%;
    height: 350px;
    margin-bottom: 70px;
}



#footer {
    background: #152029;
    margin-top: 45px;
    padding: 20px 0 10px;
    text-align: left;
    color: #fff;
    line-height: 25px;
    font-size: 13px;
}

    #footer h3 {
        font-size: 20px;
        color: #fff !important;
        margin-top: 20px;
        text-transform: capitalize;
        padding: 0px 0px 10px 0px;
        display: inline-block;
        position: relative;
    }

    #footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #footer li a {
        display: block;
        color: #fff;
        text-decoration: none;
        line-height: 23px;
        -webkit-transition: padding 0.5s ease 0s;
    }

        #footer li a:hover {
            color: #fff;
            padding-left: 10px;
        }

    #footer li i {
        font-size: 15px;
        padding-right: 10px;
    }

    #footer .copy-right {
        font-size: 12px;
        padding: 15px 0;
        margin-top: 20px;
        color: #fff;
        border-top: 1px solid #32373c;
        text-align: center;
    }

        #footer .copy-right a {
            color: #fff;
        }

            #footer .copy-right a:hover {
                color: #ccc;
            }

        #footer .copy-right .powerby {
            float: right;
        }

/*------------------------------------------------------------------------------------------------------------------------*/
.buttommatter {
    background-color: #eee;
    color: #666;
    padding: 10px 0px;
    line-height: 1.4;
    font-size: 12px;
}

    .buttommatter a {
        color: #666;
    }

        .buttommatter a:hover {
            color: #000;
        }

    .buttommatter .company {
        text-align: right;
    }

    .buttommatter img {
        border: 1px solid #ccc;
        padding: 5px;
        border-radius: 3px;
        background-color: #fff;
        height: 30px;
        margin: 0 5px;
    }

.company-under-row {
    display: table;
}

.company-under-col {
    display: table-cell;
    vertical-align: top;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 27px;
}

@media (min-width:200px) and (max-width:768px) {

    .slicknav_menu {
        display: block;
        margin-top: 15%;
    }

    header .top-header li a {
        font-size: 11px;
    }

    header .logo {
        padding-bottom: 0;
    }

    nav {
        display: none;
    }

    .become-advisor img {
        width: 100%;
        margin-top: 20px;
        display: none;
    }

    #banner {
        height: auto;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 21px;
        text-align: center;
    }
        /*h2 strong{display:block;}*/
        h2:after {
            width: 100%;
        }

    .img-right {
        float: none;
        text-align: center;
    }

    .deposit-box .icon {
        margin: 0;
        position: inherit;
    }

    .deposit-box h2 {
        padding-top: 15px;
    }

    .deposit-box {
        margin-bottom: 15px;
    }

    .welcome-area {
        margin-bottom: 0;
    }

    .box-left {
        width: 100%;
        float: none;
    }

    .box-right {
        width: 100%;
        padding: 10px 20px;
        float: none;
    }

        .box-right h3 {
            margin: 15px auto;
        }

    .padding {
        padding-left: initial;
    }

    .open-account .btn-open {
        float: none;
    }

    .welcome-area .right-img {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .buttommatter {
        text-align: center;
    }

        .buttommatter .company {
            float: none;
            margin: 0 auto;
        }

        .buttommatter .company {
            padding-top: 5px;
            margin-top: 5px;
            border-top: 1px solid #ccc;
        }

    .company-under-row {
        display: table;
        margin: 0 auto;
    }

    .company-under-col {
        padding: 2px 0px;
    }
}

@media(min-width:769px) {
    .buttommatter .company {
        float: right;
    }

    .company-row {
        display: table;
    }

    .company-col {
        display: table-cell;
        vertical-align: top;
    }

    .calculator .left-part {
        padding: 15px 15px 15px;
    }
}
