html {
    height: 100%;
    box-sizing: border-box;
}


body {
    font-family:Arial !important;
    position: relative;
    min-height: 100%;
}

* {
    box-sizing: border-box;
}

.slider-card {
}


/* Login CSS Start */


/* Full-width input fields */



/* Overwrite default styles of hr */

hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}


/* Set a style for the submit button */

.registerbtn {
    color: white;
    margin: 8px 0;
    cursor: pointer;
    border-radius: 100px;
    border: 0;
    background-color: rgb( 7, 31, 62);
    font-weight: bold;
    padding: 15px 40px 15px 40px;
}

/*.registerbtn:hover {
        opacity: 1;
    }*/


/* Add a blue text color to links */

a {
    color: dodgerblue;
}


/* Set a grey background color and center the text of the "sign in" section */

.signin {
    background-color: #f1f1f1;
    text-align: center;
}

.h1-main-heading {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.hr-line {
    border: 2px solid #f1f1f1;
    margin-bottom: 20%;
    width: 20%;
}

.forgot-password {
    font-weight: normal !important;
    font-size: 14px !important;
}

.login-form-div {
    margin: 20px auto;
    padding: 40px;
}

.login-bg {
    background-size: cover;
    background-position: 100%;
    height: auto;
    background: url(../images/login-bg.jpg);
}

.wrpabody {
    padding-bottom: 100px;
}

#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 25px;
}

.footer {
    position: relative;
    bottom: 0;
    /* margin-left: -22px; */
    color: white;
    text-align: center;
    width: 100%;
    padding: 13% 0 12px 0;
    float: left;
}

.logo-col-div {
    text-align: center;
    color: #fff;
    padding: 7% 0;
}

.icon-headding {
    font-size: 16px;
    text-align: right;
    margin: 14px 0px 0px 20px;
    color: #fff;
}

.left-side-content {
    width: 100%;
    margin: 20px auto;
    color: #fff;
    border-bottom: 1px solid #5c657a;
    padding: 0 0 10px 0px;
}

.icon-4 {
    width: 100%;
    float: left;
    margin: 20px auto;
}

.padding-required {
    padding: 20px 20px 20px 20px;
}

.sectiondid_class .sec_one {
    margin: 15px 0;
}

.media {
    padding: 15px;
    margin-top: 0px
}

@media only screen and (max-width: 768px) {
    .hide_small_dvc {
        display: none;
    }

    .login-bg {
        height: auto !important;
    }
}


/* dashboard CSS Start */


/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
*/

.navbar-nav.navbar-right .btn {
    position: relative;
    z-index: 2;
    background: #0057af;
    padding: 10px 25px;
    margin: 10px auto;
    color: #fff;
    border: none;
    font-weight: bold;
}

.btn.btn-outline {
    background-color: #0057af;
}

.btn.btn-circle {
    border-radius: 50px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    color: #0057af;
    background: #fff;
}

.container-in {
    margin: 15px 0 15px 0px;
}

.navbar-nav-ul-li {
    list-style: none;
    float: left;
}

.navbar-nav-ui {
    margin: 0;
    padding: 0;
}

.navbar-nav-ul-li-a {
    display: block;
    color: #aaa;
    margin: 0 10px;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
}

ul li:hover a {
    color: #0057af;
    transform: rotateY(360deg);
}

.ul-li-login-button:hover a {
    color: #0057af;
    transform: rotateY(360deg);
}

.navbar-bg-color {
    background-color: #082f61;
    border-color: #030d19;
    color: #fff;
    border-radius: 0;
}

.pull-right.card_text {
    width: 60%;
    padding-top: 18px;
    font-size: 18 px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #051428;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #09274e;
}

.header-bg-color {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    border-color: #ffffff !important;
}

.header-padding {
    padding: 15px 0px 15px 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #a3bfe4;
    background-color: #092a54;
}

ul li:hover a {
    color: #051428;
    transform: rotateY(360deg);
}

.login-button-logo {
    border-radius: 50px;
    background-color: #fc4f2f !important;
    border-color: #dc492e !important;
    color: #fff;
    padding: 10px 25px;
    margin: 14px 0 0 0px;
}

.banner-image {
    background: url(../images/banner-investor-compliances.jpg);
}

.container-fluid-banner-image {
    padding: 0;
    color: #fff;
}

.banner-image .container h1 {
    padding: 105px 0 105px 0px;
    font-weight: bold;
}

.body-dashboard {
    background: #eeeeee;
}

.card {
    box-shadow: 0px 1px 2px 1px #d0d0d0;
    margin: 40px 0 0 0px;
    border-radius: 3px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-icon-margin {
    margin: 10px 10px 0px 0px !important;
}

.logo-card {
    text-align: center;
    padding: 10px;
}

.card-p {
    text-align: justify;
    padding: 14px;
    font-size: 12px;
    font-weight: 500;
}

.card-a {
    border-radius: 50px;
    background-color: #fc4f2f;
    color: #fff;
    padding: 10px 25px 10px 25px;
    text-align: center !important;
}

    .card-a:hover, .card-a:focus {
        color: #fff;
        text-decoration: none;
    }




.slider-card {
    color: #333;
    background: #fafafa;
    text-align: left;
    position: absolute;
    width: 100%;
    border-radius: 0px 0px 6px 6px;
    bottom: 39px;
    padding: 0px 0px 0px 10px;
    border: solid 1px #ebebeb;
}




.container .credit {
    margin: 20px 0;
}

/* .footer{ background: #fff; */
/* } */

.news_slider_h2 {
    margin: 15px 15px 20px 15px;
    font-size: 24px;
    padding: 5px 10px 15px 0;
    border-bottom: 1px solid #e4e4e4;
}


.social_media a {
    padding: 5px;
    color: #a5a5a5;
    float: left;
}

    .social_media a:hover {
        padding: 5px;
        color: #082f61;
        float: left;
    }


.social_media {
    margin: 17px 20px 0px 0px;
}
/* press-release pages CSS */

.card .row .col-md-12 h2 {
    padding: 20px 0 20px 13px;
    margin: 0 0 0px 0px;
    font-size: 18px;
    color: #071f3e;
    width: 100%;
    border-top: solid 1px #e0e0e0;
}

.card-image-left-img {
    border: solid 1px #e0e0e0;
    width: 350px;
    text-align: center;
    padding: 8px;
    height:200px;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 26px;
    font-weight: 500;
}

.card-image-left {
    margin: 0 0 15px 0px;
}

hr.style3 {
    border-top: 1px dashed #cccccc;
}

/* Company profile CSS */
@media (min-width: 640px) .1fux0 {
    width: 39%;
    padding: 16px;
}

._171nh {
    padding: 0;
    font-size: 12px;
    color: #999;
    border-radius: 4px;
    box-shadow: 0 0 16px #ccc;
    overflow: hidden;
    background-color: #fff;
}

.card-section-view {
    border-top: #eee solid 1px;
    margin: -30px 0 0px 0px;
}

.icon-headding-text {
    margin: 0 0 0 10px;
    color: #a5a5a5;
    font-size: 14px;
}

.surname-margin {
    margin: 0px 0 0 33px;
    color: #515151;
}

.personal-details {
    padding: 12px;
    margin: 10px 0 10px 30px;
    display: inline-block;
    font-family: Roboto;
    width: 40%;
}

.section-col-margin {
    padding: 14px;
    margin: 10px 0 10px 0px;
}

.user-section {
    background: #fff;
    border-radius: 6px;
    margin: 20px 0 20px 0px;
    padding: 15px;
}

.profile-pic {
    width: 100px;
    margin: auto;
    height: 100px;
    background-color: #ffffff;
    border-radius: 100%;
    position: relative;
    top: -46px;
}

.pic-radius {
    border-radius: 100%;
}

.pic-radius {
    margin: 5px 0 0 5px;
    border-radius: 100%;
}

.first-name-margin {
    margin: 0 0 0 10px;
    color: #515151;
    font-size: 14px;
    font-weight: 500;
}

.section-col-margin:hover {
    background: #f5f5f5;
    padding: 14px;
    margin: 10px 0 10px 0px;
    border-right: #0057af 2px solid;
}

.transaction-headding {
    padding: 10px;
    border-bottom: solid 1px #efefef;
    background: #0057af;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 6px 6px 0px 0px;
}

.hr-vertical-line {
    border: none;
    border-left: 1px solid #d8d5d5;
    height: 200px;
    width: 2px;
    float: left;
    position: absolute;
    left: 50%;
}


.input-box-ui-css {
    font-size: 12px;
    font-family: Roboto;
    border-width: 1px;
    border-color: rgba(215, 215, 215, 0);
    border-style: solid;
    width: 90%;
    height: 38px;
    background: #ebebeb42;
    outline: none;
    padding: 0 0 0 10px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0px 0px 5px #4e4c4c61;
    margin: 0 0 0 20px;
}

.myButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/*.myButton:active {
        position: relative;
        top: 1px;
    }*/
/*// --------------portfolio page CSS-------------- /*/

.media-body h4 {
    padding: 0 0 0 10px;
}

.media-body p {
    padding: 10px;
    font-family: Raleway;
    color: #727272;
    font-size: 14px;
    text-align: justify;
}

.white-headding {
}

.invesment_list td {
    color: #323232;
    padding: 5px 0;
    font-size: 12px;
    font-family: Raleway;
}

.media-body-padding {
    padding: 0 0 10px 10px;
}

.keymgt_info p {
    padding: 0px;
    margin: 0px;
    font-size: 14px !important;
    color: #333333;
    font-weight: normal !important;
    line-height: 20px;
    text-align: justify
}

.keymngr_header {
    background-color: #082f61;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    margin-top: 10px
}

.dropdown-menu > li > a {
    border-bottom: 1px dotted #797979;
    font-size: 12px;
}

.dropdown-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.dropdown-menu li:last-child > a {
    border-bottom: 0px !important;
}

/*New Login*/
.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}


.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

/*==================================================================
[ login more ]*/
.login100-more {
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.1);
    }



/*==================================================================
[ Form ]*/

.login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #f7f7f7;
    padding: 173px 55px 55px 55px;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
}
.newstitle h4 {
    color: #082f61;
    font-weight: bold;
    font-size: 16px;
}
.media h3{margin-top: 0px; color: #082f61; border-bottom: 1px solid #c3c3c3; margin-bottom: 25px; padding-bottom: 10px; margin-left:15px; margin-right:15px}
@media (max-width: 992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        display: none;
    }
}

@media (max-width: 576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
}

/*---------------style2----------------------*/
.leavefilt .form-group {
    position: relative;
    margin-bottom: 10px;
    margin-top: 25px;
}

.leavefilt input {
    font-size: 13px;
    padding: 5px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #484848;
    background-color: #ffffff;
}

.leavefilt textarea {
    font-size: 13px;
    padding: 5px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #484848;
    background-color: #ffffff;
}

.leavefilt select {
    font-size: 13px;
    padding: 5px 10px 5px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #484848;
    background-color: #ffffff;
}

.leavefilt label {
    color: #082140;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    left: 12px;
    top: -20px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.leavefilt span.bar {
    position: absolute;
    right: 15px;
    top: 3px;
    font-size: 15px;
    color: #607D8B;
}

    .leavefilt span.bar .fa {
        font-size: 15px;
    }

.leavefilt input:focus label, .leavefilt input:valid label {
    top: -20px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

#t3 .leavefilt select, #t3 .leavefilt input {
    background-color: #f5f5f5
}
.graphs .table { margin-bottom:7px
}
.heading_cras { padding-bottom:5px; float:left;
}
.leavefilt label span {
    color: #ff0000;
    font-size: 20px;
    width: 10px;
    float: right;
    margin-top: -7px;
}
.HeadingImage {
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: auto;
    padding: 30px 0px
}

/*Login New*/
.LoginNew .col-2 {
    width: -webkit-calc((100% - 60px) / 2);
    width: -moz-calc((100% - 60px) / 2);
    width: calc((100% - 60px) / 2);
}

.LoginNew .bg-gra-01 {
    background-color: #0c2946;
}

@media (max-width: 767px) {
    .LoginNew .col-2 {
        width: 100%;
    }
}

.LoginNew .page-wrapper {
    min-height: 100vh;
}

.LoginNew .p-t-100 {
    padding-top: 100px;
}

.LoginNew .p-t-180 {
    padding-top: 60px;
}

.LoginNew .p-t-20 {
    padding-top: 20px;
}

.LoginNew .p-t-10 {
    padding-top: 10px;
}

.LoginNew .p-t-30 {
    padding-top: 30px;
}

.LoginNew .p-b-100 {
    padding-bottom: 100px;
}

.LoginNew .wrapper {
    margin: 0 auto;
}

.LoginNew .wrapper--w960 {
    max-width: 960px;
}

.LoginNew .wrapper--w780 {
    max-width: 900px;
}

.LoginNew .wrapper--w680 {
    max-width: 680px;
}
.LoginNew .title {
    font-size: 24px;
    color: #0c2946;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: center;
}
 

.LoginNew .card {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 0px
}

.LoginNew .card-3 {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    display: table;
}

    .LoginNew .card-3 .card-heading {
        background: url("../images/login-bg2.jpg") top left/cover no-repeat;
        display: table-cell;
        width: 60%;
    }
    .LoginNew .card-3 .card-body {
        padding: 20px 28px;
        padding-bottom: 65px;
        display: table-cell;
    }
    
@media (max-width: 767px) {
    .LoginNew .card-3 {
        display: block;
    }

        .LoginNew .card-3 .card-heading {
            display: block;
            width: 100%;
            padding-top: 400px;
            background-position: center center;
        }

        .LoginNew .card-3 .card-body {
            display: block;
            width: 100%;
            padding: 37px 30px;
            padding-bottom: 45px;
        }
}
thead th {
    background: #909090;
    font-weight: normal !important;
    color: #fff;
    
}
.btn-add
{
    background: #428bca;
    border-color: #428bca;
    color: #fff;
    text-align: center;
    padding: 2px 10px;
    border-radius: 2px;

}
.msg-block{ 
    color: #737373;
    font-size: 13px;
    display: inline-block;
    max-width: 100%;
    background: #ffffff;
    margin: 0 auto;
    font-size: 14px;
    width: 100%;
    float: left;
    height: 121px;
    overflow: hidden;
    padding: 10px 0px;
    border-radius: 5px;
}
@media (min-width:1290px)
{
    .stackedMenu {
        width: 116%;
        margin-left: -16px;
    }
}

.stripHeading {
    background: #0057af;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
