/*brand color: #05519d*/
@font-face {
    font-family: 'facebook';
    src: url('../fonts/Klavika-Light.otf'); /* IE9 Compat Modes */
    /*src: url('../application/fonts/klavika-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../application/fonts/klavika-bold-webfont.woff') format('woff'),
    url('../application/fonts/klavika-bold-webfont.ttf')  format('truetype'),
    url('../application/fonts/klavika-bold-webfont.svg#svgFontName') format('svg');*/
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
body {
    margin-top: 100px;
}

@media (max-width: 768px) {
    body {
        margin-top: 65px;
    }
}
a,
button {
    transition: .3s all;
    text-decoration: none !important;
}
img {
    pointer-events: none
}
.form-control {
    resize: none;
    outline: none;
    border-radius: 5;
    border: none;
    box-shadow: none !important
}
.input-group-addon {
    border-radius: 5px;
    background-color: #fff;
    border: none;
}
.bgnone {
    background: transparent !important;
}
.border {
    border: thin solid #ddd;
}
.bggray {
    background-color: #d4d4d4
}
.input-group-img {
    width: 100px;
    white-space: nowrap;
    vertical-align: middle;
    height: 32px;
    overflow: hidden;
    display: table-cell;
    border: thin solid #ccc;
}
.btn-danger {
    background-color: #cc0000;
    border-color: #cc0000;
    font-size: 20px;
}
.hr_black {
    border-color: #000;
}
.nomar {
    margin: 0 !important
}
.nopad {
    padding: 0 !important
}
.text-red {
    color: #000
}
.text-green {
    color: #27ae60
}
.text-white {
    color: #ffffff !important;
}
.yellow-text {
    background-color: #fdbe00;
    color: #000;
    padding: 5px;
    font-weight: bold;
}


.font {
    font-family: 'Raleway';
}
.vert-body {
    display: table;
    width: 100%;
}
.vert-cont {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
}
.red-heading {
    color: #cc0000;
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
}
/*navbar*/

.navbar>.container-fluid>.row {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-brand img {
    max-width: 280px;
}
.navbar .top-login {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 73px;
    padding-right: 73px;
}
.navbar .menu-links-cont {
    background-color: #fdbe00;
    border-top: 5px solid #cc0000;
    border-bottom: 5px solid #cc0000;
}
.navbar .menu-links-cont .col-sm-2 {
    padding: 0;
}
.navbar .menu-links-cont a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    transition: .5s;
    text-decoration: none !important;
}
.navbar .menu-links-cont a:hover,
.navbar .menu-links-cont a.active {
    background-color: #ffd82f;
}
.navbar .menu-links-cont a>img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #ffd82f;
    display: inline-block;
    padding: 9px;
    transition: .5s;
}
.navbar .menu-links-cont a.active>img,
.navbar .menu-links-cont a:hover>img {
    background-color: #fff;
}
.navbar .menu-links-cont a>span {
    display: block;
    margin-top: 5px;
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
}
.navbar .mobile-menu {
    display: none;
    cursor: pointer;
}
@media (max-width: 768px) {
    .btn-danger {
        font-size: 16px;
    }
    .navbar>.container-fluid>.row {
        margin-top: -1px;
        position: relative;
        z-index: 2;
        position: relative;
        background-color: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .top-login {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-brand {
        float: none;
    }
    .navbar-brand img {
        max-width: 120px;
    }
    .navbar-brand {
        display: inline-block;
        margin-top: 7px;
        vertical-align: middle;
    }
    .navbar .mobile-menu {
        display: inline-block;
        font-size: 18px;
        vertical-align: middle;
        color: #cc0000;
        margin-top: 5px;
    }
    .navbar .menu-links-cont {
        position: relative;
        top: -206px;
        margin-bottom: -206px;
        z-index: 1;
        transition: .5s;
    }
    .navbar .menu-links-cont.show {
        top: -1px
    }
    .navbar .menu-links-cont a>span {
        font-size: 10px;
    }
}
/*top iamge back section*/

.top-section {
    height: 700px;
    background-color: rgba(0, 0, 0, .5);
    background-image: url('../images/kw-team.jpg');
    background-position: center center;
    background-size: cover;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}
.top-section video{
    position: absolute;
    width: 100vw;
    height: auto;
    left: 0;
    top: 0;
}
.top-section .yellow-text{
    display: inline-block;
    background-color: transparent;
    margin-bottom: 0
}
.top-section .yellow-text>span{
    display: inline-block;
    background-color: #fdbe00;
    padding: 5px 10px;
}
.top-section .yellow-text>span.r{
    background-color: #cc0000;
    color:#fff;
}

@media (max-width: 768px) {
    .top-section {
        height: 90vh;
    }
}
/*why choose*/

.why-choose .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.why-choose .grey {
    background-color: #f8f8f8;
}
.why-choose .image-cont,
.why-choose .col-sm-6 {
    height: 250px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.why-choose .image-cont:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 0;
    height: 0;
    border-top: 20px solid #fdbe00;
    border-right: 20px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #fdbe00;
}
.why-choose .image-cont:before {
    content: '';
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-right: 20px solid #cc0000;
    border-bottom: 20px solid #cc0000;
    border-left: 20px solid transparent;
}
.why-choose p:not(.red-heading) {
    font-size:20px;
    margin-top: 10px;
}
.why-choose p:not(.red-heading) a:hover {
    color: #cc0000;
}
.why-choose.rescue p:not(.red-heading) {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    background-color: #fdbe00;
    color: #000;
    padding: 5px;
    border-bottom: 3px solid #cc0000;
    transition: .5s;
    border-radius: 5px;
}
.why-choose.rescue p:not(.red-heading):hover{
    color: #fff;
    border-bottom-color: #fdbe00;
    background-color: #cc0000;
}
.why-choose.rescue p:not(.red-heading):hover>a{color: #fff !important}

.history .text-justify{
    font-size: 20px;
    z-index: 1;
    font-weight: 500;
    position: relative;
}
.history{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
}
.history:before{
    content: '';
    background-color: #fdbe00;
    position: absolute;
    height: 100%;
    width:100px;
    top:0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: 0;
    opacity: .5;
}
.history:after{
    content: '\f10d ';
    font-family: 'fontawesome';
    position: absolute;
    color: #fff;
    font-size: 70px;
    z-index: 0;
    top: 0;
    left: 16px;

}
@media (max-width: 768px) {
    .why-choose .col-sm-6 {
        height: auto;
    }
    .why-choose,
    .why-choose .text-right {
        text-align: center !important;
    }
}
/*footer*/

footer {
    background-color: #fff;
    border-top: 5px solid #cc0000;
    padding: 30px 0px 15px 0px;
}
.footer-link-label {
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-link {
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.footer-link li {
    margin-bottom: 5px;
    transition: .5s;
}
.footer-link li:hover {
    padding-left: 3px;
}
.footer-link li>a {
    text-decoration: none;
    color: #000;
}
.footer-link li:hover>a {
    color: #cc0000
}
.footer-social-link {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    padding-top: 11px;
    font-size: 20px;
}
.footer-social-link:hover {
    background-color: #3498db
}
.footer-social-link:nth-child(2):hover {
    background-color: #3b5998
}
.footer-social-link:last-child:hover {
    background-color: #cc0000
}
@media (max-width: 768px) {
    footer {
        text-align: center;
    }
}
/*finance page*/

.finance-top {
    height: 70vh;
    background-color: rgba(0, 0, 0, .5);
    background-image: url('../images/finance1.png');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.finance-top .vert-cont {
    background-color: rgba(0, 0, 0, .4);
}
.finance-top .container {
    position: relative;
}
.finance-top .left-cont {
    background-color: #fff;
    padding: 15px 20px;
}
.finance-top .left-cont p {
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.plan .finance-top .left-cont p {
    line-height: 22px;
}
span.plan{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url('../images/kwm-069.jpg');
    display: block;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
span.plan:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width:100%;
    background-color: rgba(0,0,0,.6);
    z-index: 0;
}

.finance-top .imgfinance {
    width: 100%;
    height: 60px;
    text-align: center;
}
.finance-top .imgfinance>img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}
.finance-top .apply-btn {
    position: absolute;
    top: 50%;
    right: 10%;
    font-size: 25px;
    padding: 15px 70px;
}
.plan .finance-top{
    background-image: none;
    background-color: transparent;
    height: auto;
    padding-top: 20px;
}
.plan .finance-top .vert-cont{background-color: transparent;}
.financesecond {
    padding: 50px 0px;
}
.financesecond .yellow-text {
    padding: 10px 30px;
}
.financesecond>.col-sm-12 {
    padding: 100px;
}
.financesecond .bgcircle {
    display: inline-block;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-color: #ededed;
    text-align: center;
    padding-top: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    margin-bottom: 20px;
}
.financesecond .bgcircle>p {
    width: 70%;
    display: inline-block;
}
.financesecond .bgcircle>img {
    max-width: 100%;
    height: 100px;
    margin-bottom: 10px;
}
.financesecond .row {
    padding-top: 50px;
    padding-bottom: 30px;
}
.financesecond .apply-btn {
    padding: 10px 50px;
}
.financesecond .bgcircle .number {
    color: #C00000;
    font-size: 20px;
}
.financesecond .service-icon{
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}
.financesecond .service-icon>img{
    max-width: 80px;
    max-height: 80px;
    margin-bottom: 20px;
    display: inline-block;
}
.financesecond .service-icon:hover>p{display: none;}
.financesecond .service-icon>span{display: none;}
.financesecond .service-icon:hover>span{display: block;}

@media (max-width: 768px){
    .finance-top {height: 90vh;}
    .finance-top .apply-btn {
        position: static;
        top: auto;
        right: auto;
        padding: 10px 50px;
        margin: 20px 0px;
    }
}

.why-choose.rescue .container,.why-choose.team .container {
    padding-top: 0px;
    padding-bottom: 60px;
}

.why-choose.rescue a{
    color: #000;
    text-decoration: none;
}
.financesecond.legal{
    background-image: url('../images/kwm-166.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.financesecond.legal:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,.6);
    z-index: 0;
}
.financesecond.legal .container{
    position: relative;
    z-index: 1;
}
.financesecond.legal .stuff{
    padding: 20px 30px;
    margin: 20px 0px;
    border:2px solid #000;
    color: #000
}

.history-start{
    text-decoration: none;
    color: #000;
}
.history-start .yellow-text{background-color: #ddd}

.why-choose.team .teams-box{
    margin-top: 15px;
    margin-bottom: 15px;
}
.why-choose.team .teams-box .image-cont{
    height: 250px;
}
.financesecond.contact td.img img{
    max-width: 45px;
    max-height: 45px;
}
.financesecond.contact table{
    width: 100%;
    margin-bottom: 30px;
}
.financesecond.contact table h3{margin: 0}
.financesecond.contact td{padding-left: 20px;}
.financesecond.contact td.img{
    width: 64px !important;
    text-align: center;
    padding: 0;
    vertical-align: top
}
.financesecond.contact table table{
    table-layout: fixed;
}
.financesecond.contact table table td{
    padding-left: 0;
    padding-top: 10px;
}

.financesecond.career{
    background-image: url('../images/carrirer.png');
}
.financesecond.career:before{
    background-color: rgba(0,0,0,.5);
}
.financesecond.career .left-cont {
    background-color: #fff;
    padding: 15px 20px;
    margin-top: 20px;
    font-weight: bold;
}
.financesecond.career .left-cont p{
    margin: 26px 0px;
}
.financesecond.career .row ,.financesecond.signup .row {padding-top:0;}

/* == 12.5 Intro Form ===*/
.intro-form {
    background-color: rgb(253,200,47);

    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
    -moz-box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
    box-shadow: 0px 22px 45px -15px rgba(0,0,0,0.5) !important;
}
.intro-form .help-block{margin-top: 10px; color: #fff !important; text-shadow:0px 2px 5px #555;}
.intro-form h3{
    color: #000;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0px;
}
.intro-form label{color:#fff; text-shadow: 0px 1px 7px #000;}
.intro-form input:not([type="checkbox"]),.intro-form select {
    border: 1px solid #eee;
    height: 38px;
    box-shadow: none !important;
}
.intro-form input:focus,.intro-form select:focus {
    border: 1px solid rgb(204,0,0);
}

.intro-form .form-group:last-of-type {
    margin-bottom: 0;
}
.intro-form .input-group .btn-danger{
    font-size: 17px
}

.intro-form-toggle,.intro-form-toggle>li>a{
    background-color: rgb(253,200,47);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 2px solid rgba(255,255,255,.5);
}
.intro-form-toggle,.intro-form-toggle>.active>a{
    background-color: rgb(253,190,0) !important;
}
.intro-form-toggle>li>a{
    border:none;
    color: #fff;
    font-weight: bold;
    padding: 15px 5px;
}
.intro-form-toggle>li>a:hover{background-color: transparent;}
.intro-form-toggle>li:first-child{
    border-right:2px solid rgba(255,255,255,.5);
    border-radius: 0;
    border-top-left-radius: 5px;
}
.intro-form-toggle>li:last-child{
    border-radius: 0;
    border-top-right-radius: 5px;
}
.forgot .intro-form-toggle>li:first-child{
    border-right-width:0px;
    display: table-cell;
    width: 100%;
}
.forgot .intro-form{
    width: 400px;
    display: inline-block;
}
.forgot .intro-form-toggle{
    width: 400px;
    display: inline-table;
    margin:0;
}
.forgot{text-align: center;}

.signup .intro-form{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-fb-login{
    background-color: #3b5998;
    color: #fff !important;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    height: 38px;
    display: table;
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    text-decoration: none !important;
}
.btn-fb-login>i{
    background-color: rgba(0,0,0,.2);
    display: table-cell;
    width: 50px;
    font-size: 18px;
    vertical-align: middle;
}
.btn-fb-login>span{
    vertical-align: middle;
    display: table-cell;
    font-family: 'facebook';
    letter-spacing: 0px;
    font-size: 20px;
    padding: 7px 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.signup .recent-login{
    padding: 20px 0;

}
.signup .recent-login h2{
    margin-top: 40px;
}
.signup .recent-login .login-pill{
    width:200px;
    background-color: #f4f4f4;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 12px 25px -8px rgba(0,0,0,0.5) !important;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 5px;
    padding-top: 10px;
}
.signup .recent-login .login-pill:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border:15px solid transparent;
    border-top-color: #cc0000;
    border-right-color: #cc0000;
}
.signup .recent-login .login-pill .unpin{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    transition: .5s;
}
.signup .recent-login .login-pill .unpin:hover{color: #fdbe00}
.signup .recent-login .login-pill>img{
    display: inline-block;
    max-width: 90%;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 50%;
    background:#e4e4e4;
    pointer-events: all;

}
.signup .recent-login .login-pill>p{
    background-color: #cc0000;
    color: #fff;
    margin: 0;
    padding: 10px 5px;
    transition: .5s;
}
.signup .recent-login .login-pill:hover>p{background-color: #fdbe00}

.download p.yellow-text{
    background-color: #f4f4f4;
    margin-top: 10px;
    transition: .5s;
}
.download p.yellow-text:hover{background-color: #ddd}
.download p.yellow-text>a{
    color: #000;
    text-decoration: none !important;
    display: block;
    padding: 5px 15px;
    text-align: center;
}
.active-item {
    color:#b70000
}
.bg-yellow i {
    font-size: 94px;
    text-align: center;
}
span.danger {
    width: 100%;
    background: #cc0000;
    float: left;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.financesecond.custom .service-icon {
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    display: block;
    border: 1px solid #fdc82f;
    padding: 15px 0 0 0;
    background: #fdc82f26;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.financesecond.custom .service-icon:hover {
    background: #cc0000;
    transition:.3s
}
.financesecond.custom .service-icon:hover p{
    color: #FFFFFF;
}
.financesecond.custom .service-icon:hover img{
    filter: brightness(0) invert(1);
}


.financesecond.custom .service-icon a {
    color: #000!important;
    font-size: 15px;
}
.financesecond.custom .service-icon hr {
    border-color:#fdc82f;
    border-width: 1px;
}
.financesecond.custom .service-icon p {
    margin: 15px 0;
}
.financesecond.custom .row {
    padding: 15px 0;
}
.black_link table tr td a{
    color: black !important;
}
