@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);






h4.w3pvt-title {
    color: #0083ff;
    text-transform: capitalize;
    font-size: 2.3em;
    font-weight: 600;
    text-shadow: 1px 1px 1px #969696;
}


.box13 {
    position: relative;
    transition: all .2s ease-out 0s;
    text-align: center;
}

    .box13 .box-content,
    .box13:after {
        position: absolute;
        left: 20px;
        right: 20px
    }


    .box13:hover:after {
        opacity: .9;
        transform: rotate3d(0, 0, 0, 0deg)
    }

    .box13 img {
        width: 90%;
        height: auto
    }

.boximg13 img {
    width: 130px;
    height: 150px;
    margin-top: 25px;
}

.boximg13 {
    min-height: 200px !important;
}

.box13 .box-content {
    top: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: all .2s ease-out 0s
}

.box13:hover .box-content {
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: .2s;
    background: rgba(0, 242, 170, 0.66);
    padding: 8vw;
}

.box13 .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px
}

.box13 .post {
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.box13 .social {
    padding: 0;
    margin: 0;
    list-style: none
}

    .box13 .social li {
        display: inline-block
    }

        .box13 .social li a {
            display: block;
            width: 35px;
            height: 35px;
            background: #fff;
            border-radius: 50%;
            font-size: 17px;
            color: #1b1462;
            line-height: 35px;
            margin-right: 5px;
            transition: all .4s ease-in-out 0s
        }

.box14 .icon li,
.box14 .post {
    display: inline-block
}

.box13 .social li a:hover {
    color: #ffffff;
    background: #000;
}







body {
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif !important;
    background: #fff;
    color: #666;
    text-align: left;
    line-height: 20px !important;
}

h1 {
    font-size: 25px;
    color: #025a02;
    line-height: 30px;
    text-decoration: none;
    font-weight: 500;
    text-align: left;
    margin-top: 0 !important;
}

    h1 strong {
        color: cornflowerblue !important;
        font-weight: 600;
    }

h2 {
    font-size: 18px;
    color: cornflowerblue !important;
    text-align: left;
    border-bottom: #3fd83f 0px solid;
    padding: 0;
    font-weight: 600;
}

    h2 span {
        padding: 5px 10px;
        background: #fff;
        border: #3fd83f 1px solid;
        margin-top: -25px;
        position: absolute;
        margin-left: -40px;
    }

h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    color: cornflowerblue;
}

h4 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 5px;
}

#wrapper-header {
    margin: auto;
    text-decoration: none;
}

    #wrapper-header #logo {
        padding: 10px;
        padding-left: 0px;
    }

    #wrapper-header .res {
        margin-top: 30px;
    }

        #wrapper-header .res span {
            font-size: 16px;
            font-weight: 500;
            color: #fe6700;
            text-align: left;
        }

        #wrapper-header .res strong {
            display: block;
            font-size: 13px;
            font-weight: normal;
            color: #000;
            text-align: center;
        }

    #wrapper-header #right {
        float: right;
    }

        #wrapper-header #right .media {
            float: left;
            margin-left: 10px;
            margin-top: 15px;
            font-size: 14px;
            line-height: 25px;
        }

#menu {
    width: 100%;
    background: cornflowerblue;
    border-top: #ff6600 0px solid;
    margin: auto;
}

nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    nav ul li {
        float: left;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
    }

    nav ul li {
        float: left;
        font-size: 15px;
        color: #fff;
        text-decoration: none;
        border-right: #f98564 1px solid;
        height: 50px;
        position: relative; /*background:url(../images/menu-line.jpg) right no-repeat;*/
    }

        nav ul li:last-child {
            background: none;
            border: 0;
        }

        nav ul li a {
            display: block;
            font-size: 15px;
            color: #fff;
            text-decoration: none;
            height: 50px;
            line-height: 50px;
            padding: 0 20px;
            font-weight: 500;
        }

            nav ul li a:hover {
                color: #fff;
                background: black;
            }

            nav ul li a.active {
                background: #2d7e1a;
                color: #fff;
            }

        nav ul li ul {
            position: absolute;
            list-style: none;
            margin: 0px;
            padding: 0px;
            padding-top: 0px;
            display: none;
            z-index: 999999999999;
            border-bottom: #fff 3px solid;
            background: #8493b7;
            font-weight: normal;
        }

            nav ul li ul li {
                float: none !important;
                background-image: none;
                width: 260px;
                height: 40px !important;
                line-height: 40px !important;
                padding-right: 0px;
                border: 0;
            }

                nav ul li ul li a {
                    display: block;
                    padding: 0px 15px;
                    height: 40px !important;
                    line-height: 40px !important;
                    color: #fff !important;
                    border-bottom: solid 1px #fff;
                    font-weight: normal;
                }

                    nav ul li ul li a:hover {
                        background: cornflowerblue;
                    }

        nav ul li:hover ul {
            display: block;
        }

.slicknav_menu {
    display: none;
}

.advisor {
    float: right;
    background: #2d2d2d;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

    .advisor a {
        padding: 0px 15px;
        color: #fff;
    }

        .advisor a:hover {
            color: #fff !important;
            background: #f53700 !important;
        }


advisors {
    float: right;
    background: #2d2d2d;
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.advisors a {
    padding: 0px 15px;
    color: #fff;
}

    .advisors a:hover {
        color: #fff !important;
        background: #f53700 !important;
    }

.z-depth-5 {
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22) !important;
    a: hover

{
    color: #333;
}

}

#banner {
    width: 100%;
    margin-bottom: 30px;
}

#leftbox {
    background: #8493b7;
    color: #422f01;
    font-size: 13px;
    margin-bottom: 20px;
    width: 102%;
}

    #leftbox h2 {
        background: cornflowerblue !important;
        margin-top: 0;
        font-size: 20px;
        color: #fff !important;
        padding: 5px 10px;
        font-weight: 400;
        border: 0;
    }

    #leftbox .leftbox ul {
        margin: 0px;
        list-style: none;
        padding: 0;
    }

        #leftbox .leftbox ul li {
            border-bottom: #b98406 1px solid;
            line-height: 30px;
            font-size: 14px;
            color: #422f01;
            /*background: url(../images/icon.png) no-repeat left;*/
            padding-left: 20px;
            margin: 0 10px;
        }

            #leftbox .leftbox ul li a {
                color: white;
                text-decoration: none;
                font-size: 14px;
                padding: 0px;
                display: block;
            }

    #leftbox .leftbox li a:hover {
        color: #000 !important;
        text-decoration: none;
    }

.news-scroller {
    color: white;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    padding: 10px;
}

    .news-scroller .image {
        float: left;
        margin-right: 10px;
    }

#ecww-widgetwrapper {
    margin: 25px 0;
    border: #333 2px solid;
}

#ecww-header {
    background: #b98406 url(../images/emicalculator.png) !important;
}

.our-services {
    background: #f7f5f3;
    line-height: 20px;
    margin-top: 25px;
    text-align: left;
    font-size: 12px;
    padding-bottom: 10px;
}

    .our-services h3 {
        background: cornflowerblue !important;
        line-height: 35px;
        font-size: 19px;
        color: #fff;
        padding: 0 10px;
        margin-top: 0;
        font-weight: 400;
    }

    .our-services .img {
        float: left;
        margin-right: 10px;
        margin-bottom: 45px;
    }

    .our-services .readmore {
        line-height: 26px;
        color: #010101;
        padding-left: 10px;
        margin-left: 75px;
        text-align: right;
    }

        .our-services .readmore a {
            line-height: 26px;
            color: #F00;
        }

#bottom-box {
    background: #fff;
    color: #333;
    margin: 25px 15px;
    overflow: hidden;
    padding: 5px 10px;
    border: #f9e4c9 2px solid;
}

    #bottom-box h3 {
        color: cornflowerblue;
        text-transform: uppercase;
        line-height: 25px;
        text-align: left;
        font-size: 18px;
    }

    #bottom-box .img-right {
        float: right;
    }

    #bottom-box ul {
        padding: 0;
        list-style: none;
        margin-top: 25px;
    }

        #bottom-box ul li {
            line-height: 30px;
            border-bottom: #f7e3b5 1px solid;
        }

.img-right {
    float: right;
    margin-left: 20px;
}

#career {
    text-align: left;
}

    #career h2 {
        background: #e4a81a;
        color: #000;
        padding: 5px 10px;
        font-size: 16px;
    }

    #career .career {
        border: #ccc 1px 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;
        }

.career-form {
    background: #ececea;
    border: #ccc 1px solid;
    margin: 10px 0;
    padding: 0 15px;
}

    .career-form h3 {
        color: #000;
        text-align: center;
        margin-bottom: 20px;
    }

hr {
    border-top: 1px solid #bfbfbf !important;
}

.secation {
    background: url(../images/bg-img2.jpg) top no-repeat;
    background-size: cover;
    margin: 50px 0;
}

ol li {
    line-height: 22px;
}

.element {
    margin: 0 auto;
    /*background-color: red;*/
    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;
}

@keyframes stretch {
    0% {
        transform: scale(.0);
        border-radius: 100%;
    }

    50% {
    }

    100% {
        transform: scale(1.1);
    }
}


.bg-info {
    background: darkcyan !important;
    color: #fff;
}

.bg-primary {
    background: #00974a !important;
    font-weight: 400 !important;
}

.btn-danger {
    padding: 5px 20px !important;
    font-size: 16px !important;
    border-radius: 5 !important;
}

    .btn-danger:hover {
        color: #fff !important;
        background: #333;
    }

#footer-wrapper {
    width: 100%;
    /*background: #fcbc24 url(../images/footer-bg.jpg) top repeat-x;*/
    background: cornflowerblue;
    font-size: 15px;
    color: #5e5d5d;
    padding-top: 10px;
    margin-top: 30px;
}

    #footer-wrapper h3 {
        padding: 0px;
        color: #604400;
        font-size: 20px !important;
        font-weight: 500 !important;
        text-transform: capitalize;
        border: 0;
    }

    #footer-wrapper ul {
        margin: 0px;
        list-style: none;
        padding: 0;
    }

        #footer-wrapper ul li {
            color: #422f01;
            /*background: url(../images/icon.png) left no-repeat;*/
            line-height: 25px;
            padding-left: 35px;
        }

            #footer-wrapper ul li a {
                color: white;
            }

                #footer-wrapper ul li a:hover {
                    color: #000 !important;
                }

    #footer-wrapper .help {
        margin-top: 25px;
    }

        #footer-wrapper .help strong {
            font-size: 22px;
            color: #604400;
            line-height: 25px;
        }

        #footer-wrapper .help span {
            display: block;
            background: MINTCREAM;
            border-radius: 6px;
            padding: 5px;
            color: #604400;
            text-align: center;
            font-size: 14px;
            width: 135px;
            line-height: 18px;
        }

    #footer-wrapper .designby {
        font-size: 12px;
        margin-top: 10px;
        padding: 5px;
        border-top: #cc981d 1px solid;
        text-align: center;
        color: #674901;
        line-height: 25px;
    }

.Ezy-Pay {
    border: #f53700 1px solid;
    border-bottom: #f53700 3px solid;
    color: #333;
    border-radius: 5px;
    text-align: center;
    margin-top: 25px;
}

    .Ezy-Pay a {
        color: #333;
        display: block;
        padding: 5px 15px;
    }

    .Ezy-Pay span {
        display: block;
        font-size: 10px;
        line-height: 11px;
    }

    .Ezy-Pay a:hover {
        color: #fdbc23;
    }

.Saving-Account {
    text-align: center;
    margin-top: 15px;
    background: #e74c3c;
    box-shadow: 0px 5px 0px 0px #CE3323;
    border-bottom: #f75443 2px solid;
}

    .Saving-Account h3 {
        font-size: 18px;
        color: #fff;
        line-height: 18px;
        margin: 0;
    }

    .Saving-Account a {
        display: block;
        padding: 10px;
        color: #fff;
    }

        .Saving-Account a:hover {
            background: #ff6656;
        }

.Saving-Account2 {
    text-align: center;
    margin-top: 15px;
    background: #fdbc23;
    box-shadow: 0px 5px 0px 0px #eaa502;
    border-bottom: #fdc33b 2px solid;
}

    .Saving-Account2 h3 {
        font-size: 18px;
        color: #fff;
        line-height: 18px;
        margin: 0;
    }

    .Saving-Account2 a {
        display: block;
        padding: 10px;
        color: #fff;
    }

        .Saving-Account2 a:hover {
            background: #fdb611;
        }

.Saving-Account3 {
    text-align: center;
    margin-top: 15px;
    background: #2ecc71;
    box-shadow: 0px 5px 0px 0px #15b358;
    border-bottom: #35d679 2px solid;
}

    .Saving-Account3 h3 {
        font-size: 18px;
        color: #fff;
        line-height: 18px;
        margin: 0;
    }

    .Saving-Account3 a {
        display: block;
        padding: 10px;
        color: #fff;
    }

        .Saving-Account3 a:hover {
            background: #48e68b;
        }

.form-box {
    margin: 20px 0;
    background: #fdbc239c;
    padding: 25px 20px 10px;
}

    .form-box label {
        font-weight: 400;
    }

.modal-content {
    background-color: #f53700 !important;
    color: #fff;
    padding: 15px 30px !important;
    border-radius: 20px !important;
}

.modal-header {
    border-bottom: 1px solid #fb7852 !important;
}

.modal-footer {
    border-top: 1px solid #fb7852 !important;
}

.modal-footer {
    text-align: center !important;
}

.modal-title {
    color: #fff900;
    font-size: 20px;
}

.close {
    font-size: 25px !important;
    opacity: .7 !important;
    color: #fff !important;
}

.btn-primary {
    color: #333 !important;
    background-color: #ffc000 !important;
    border-color: #ffc000 !important;
}

#Registration {
    background: #f3f3f3;
    padding: 10px 15px;
    border-radius: 10px;
}

    #Registration h2 {
        background: #f53700;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 10px;
    }

label {
    font-weight: 400 !important;
}

#blink_text {
    color: #000;
    animation: blink 1s infinite;
}

    #blink_text:hover {
        color: #f53700;
    }

.ajax__calendar .ajax__calendar_container {
    z-index: 99
}

@keyframes blink {
    50% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


@media (min-width:769px) and (max-width:968px) {
    header .logo {
        width: 40%;
    }

    .slicknav_menu {
        display: block;
    }

    #menu {
        display: none;
    }

    #banner-bott {
        display: none;
    }
}


@media (min-width:200px) and (max-width:768px) {
    header .logo {
        width: 40%;
    }

    #wrapper-header #right .media {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    #menu {
        display: none;
    }

    #banner-bott {
        display: none;
    }

    h2 {
        width: 100%;
        border: 0;
    }

        h2 span a {
            position: initial;
            margin: 0;
        }

    #main-box {
        margin-top: 10px
    }

    .income {
        height: auto;
    }

    .income2 {
        height: auto;
    }

    #footer-wrapper {
        background-image: none;
    }

    .img-right {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .Ezy-Pay {
        margin-top: -130px;
    }

        .Ezy-Pay span {
            display: none;
        }

        .Ezy-Pay span {
            padding: 5px 10px;
        }

    #blink_text {
        font-size: 12px;
    }
}
