body {
    background-color: #f5f5f5 !important;
    font-size: 14px;
    color: #fff;
}
::placeholder {
    color: #a71930 !important;
}
.m0-auto {
    margin: 0 auto;
}
.bg-red {
    background-color: #a71930 !important;
}
.text-red {
    color: #a71930 !important;
}
.wid-70 {
    width: 70% !important;
}

.simple-login-container {
    width: 300px;
    max-width: 100%;
    margin: 15% auto;
}
.simple-login-container h2 {
    text-align: center;
    font-size: 20px;
}

.simple-login-container .btn-login {
    background-color: #ff5964;
    color: #fff;
}
/*
a{
    color:#fff;
    background-color: #a71930 !important;
    border:1px solid #dd4f5b !important;
}
*/

/*Main CSS*/

/*Login Signup Page*/
a:focus,
a:hover,
a {
    outline: none;
    text-decoration: none;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-top i {
    font-size: 18px;
}
.bg-image {
    background: url(../images/background-login.jpg) no-repeat 0 0 / cover;
    position: relative;
    width: 100%;
    height: 100vh;
    display: table;
}

.login-header {
    display: inline-block;
    width: 100%;
    background: #0e1a35;
}

.login-signup {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.login-logo img {
    cursor: pointer;
    max-width: 171px;
    padding: 23px 15px 22px;
    width: 100%;
}

.login-header .navbar-right {
    margin-right: 0px;
}

.login-header .nav-tabs > li.active > a,
.login-header .nav-tabs > li.active > a:focus,
.login-header .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    color: #fff;
}

.login-header .nav-tabs > li > a {
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    padding: 15px 30px;
    color: #fff;
}

.login-header .nav-tabs {
    border-bottom: none;
}

.login-header .nav-tabs > li {
    margin-bottom: 0px;
}

.login-header .nav > li > a:focus,
.login-header .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.login-header .nav-tabs > li.active {
    border-bottom: 6px solid #5584ff;
}

.login-inner h1 {
    color: #8492af;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-inner h1 span {
    color: #5584ff;
}

.login-form {
    text-align: center;
}

.login-form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #d4d9e3;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    color: #8492af;
    padding: 15px 50px;
    font-size: 17px;
    max-width: 550px;
}

.login-form label {
    margin-bottom: 30px;
    width: 100%;
}

.user input {
    background: rgba(0, 0, 0, 0) url("../images/user.png") no-repeat scroll 7px
        12px;
}

.pass input {
    background: rgba(0, 0, 0, 0) url("../images/password.png") no-repeat scroll
        7px 12px;
}

.mail input {
    background: rgba(0, 0, 0, 0) url("../images/mail.png") no-repeat scroll 4px
        12px;
}

.login-signup .tab-content {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: inline-block;
    margin-top: -8px;
    width: 100%;
}

.form-btn {
    background: #5584ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 400;
    max-width: 250px;
    padding: 10px 0;
    position: relative;
    width: 100%;
    margin: 40px 0;
    box-shadow: 0 2px 8px #d2d2d2;
    -moz-box-shadow: 0 2px 8px #d2d2d2;
    -webkit-box-shadow: 0 2px 8px #d2d2d2;
}

.form-btn::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 17px;
    top: 9px;
}

.form-details {
    padding: 35px 0;
}

.tab-content .tab-pane {
    padding: 70px 0;
}

/*Login Signup Page*/

/*Home Page*/

.font-large-2 {
    font-size: 3rem !important;
}
.card {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07),
        0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.home {
    background: #f6f7fa;
}

#navigation {
    background: #a71930;
    height: auto;
}

#navigation {
    padding: 0;
}

.display-table {
    display: table;
    padding: 0;
    height: 100%;
    width: 100%;
}

.display-table-row {
    display: table-row;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    float: none;
    height: 100%;
}

.v-align {
    vertical-align: top;
}
.logo img {
    max-width: 180px;
    padding: 16px 0 17px;
    width: 100%;
}

.header-top {
    margin: 0;
    padding-top: 2px;
}

.header-top img {
    border-radius: 50%;
    max-width: 48px !important;
    width: 100%;
}

.add-project {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 27px 10px 45px;
    position: relative;
}

.header-rightside .nav > li > a:focus,
.header-rightside .nav > li > a:hover {
    background: none;
    text-decoration: none;
}

.add-project::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 17px;
    position: absolute;
    top: 12px;
    width: 12px;
}

.add-project:hover {
    color: #ffffff;
}

.header-top i {
    color: #0e1a35;
}

.icon-info {
    position: relative;
}
.navi i {
    font-size: 20px;
}
.label.label-primary {
    border-radius: 50%;
    font-size: 9px;
    left: 8px;
    position: absolute;
    top: -9px;
}

.icon-info .label {
    border: 2px solid #ffffff;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}

.header-top li {
    display: inline-block;
    text-align: center;
}

.header-top .dropdown-toggle {
    color: #0e1a35;
}

.header-top .dropdown-menu {
    border: medium none;
    left: -85px;
    padding: 17px;
}
.view {
    background: #5584ff none repeat scroll 0 0;
    border-radius: 100px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
}

.navbar-content > span {
    font-size: 13px;
    font-weight: 700;
}

.img-responsive {
    width: 100%;
}
#navigation {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search input {
    border: none;
    font-size: 15px;
    padding: 15px 9px;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../images/search.png") no-repeat scroll
        99% 12px;
    color: #8492af;
}

header {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
    display: inline-block !important;
    line-height: 23px;
    padding: 15px;
    transition: all 0.5s ease 0s;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.logo {
    text-align: center;
}

#navigation h2 {
    color: #fff;
    text-transform: uppercase;
}

.navi a {
    border-bottom: 1px solid #dd4f5b;
    border-top: 1px solid #dd4f5b;
    color: #a71930;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    text-decoration: none;
    background-color: #fff !important;
}

.navi i {
    margin-right: 15px;
    color: #a71930;
}

.navi a.active {
    border-right: 10px solid #a71930 !important;
}

.navi .active a:hover {
    color: #a71930;
}

.navi .active a i {
    color: #a71930;
}

.navi a:hover {
    color: #a71930;
}

a.dropdown-toggle {
    border: #a71930 1px solid;
    width: 100%;
}

.media-body {
    color: #fff;
}
.media-body h1 {
    color: #fff;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0e1a35;
}

.circle-logo {
    margin: 0 auto;
    max-width: 30px !important;
    text-align: center;
}
.hidden-xs {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.user-dashboard {
    padding: 0 20px;
}

.user-dashboard h1 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    padding: 5px 0;
}
a.btn {
    background-color: #fff !important;
    color: #a71930;
    border-color: #a71930;
}
a.btn:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #a71930 !important;
    border-color: #a71930 !important;
    box-shadow: none !important;
}

input.btn {
    background-color: #fff !important;
    color: #a71930;
    border-color: #a71930;
    width: 100%;
}
input.btn:hover {
    text-decoration: none;
    color: #a71930;
    border-color: #a71930;
}

button.btn {
    background-color: #fff !important;
    color: #a71930;
    border-color: #a71930;
    width: 100%;
}
button.btn:hover {
    text-decoration: none;
    color: #a71930 !important;
    border-color: #a71930;
}

.main-search-input {
    background: #fff;
    padding: 0 120px 0 0;
    border-radius: 1px;
    margin-top: 20px;
    border: #fff 1px solid;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.main-search-input:before {
    content: "";
    position: absolute;
    bottom: -40px;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.41);
    left: 50%;
    margin-left: -25px;
}

.main-search-input-item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #a71930;
    height: 50px;
    position: relative;
}

.main-search-input-item input:first-child {
    border-radius: 100%;
}

.main-search-input-item input {
    float: left;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.main-search-button {
    background: #a71930;
}

.main-search-button {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 120px;
    color: #fff;
    top: 0;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}

.main-search-input-wrap {
    max-width: 500px;
    margin: 20px auto;
    position: relative;
}

:focus {
    outline: 0;
}

.table-brdr {
    font-size: 0.75rem;
    background-color: #fff;
}
.table-brdr th,
td {
    border-right: 1px solid #a71930 !important;
    border-bottom: 2px solid #d4d2d3 !important;
    padding: 10px 0;
}
.table-brdr th:last-child,
td:last-child {
    border-right: none !important;
}

.sales {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
    display: inline-block;
    padding: 15px;
    width: 100%;
}
.sales button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dadee7;
    border-radius: 100px;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-right: 32px;
    color: #0e1a35;
}

.sales button::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 11px;
}
.sales .btn-group {
    float: right;
}
.sales h2 {
    color: #8492af;
    float: left;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0 0;
}
.btn.btn-secondary.btn-lg.dropdown-toggle > span {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.sales .dropdown-menu {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-radius: 8px;
    width: 100%;
    color: #0e1a35;
}
.sales .btn-group.open .dropdown-toggle,
.btn.active,
.btn:active {
    box-shadow: none;
}
.sales .btn-secondary.dropdown-toggle {
    background-color: #a71930 !important;
}
.sales .dropdown-menu > a {
    color: #fff;
    display: inline-block;
    font-weight: 800;
    padding: 9px 0;
    text-align: center;
    width: 100%;
}
#my-cool-chart svg {
    width: 100%;
}
.sales .dropdown-menu > a:hover {
    color: #5584ff;
}
.shield-buttons {
    display: none;
}
.close,
.close:focus,
.close:hover {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.modal-body input,
select {
    border: none;
    border-bottom: 1px solid #a71930;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0;
    padding: 14px 10px;
    width: 100%;
    color: #a71930;
    background-color: #fff;
}
.modal-body textarea {
    border: 1px solid #d4d9e3;
    font-size: 14px;
    font-weight: 300;
    height: 200px;
    margin-top: 5px;
    padding: 9px 10px;
    width: 100%;
    color: #8492af;
}
.modal-header.login-header h4 {
    color: #ffffff;
}
.modal-footer .add-project {
    background: #5584ff none repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}
.modal-footer .add-project::before {
    display: none;
}
.modal-footer {
    border: 0 none;
    padding: 10px 15px 26px;
    text-align: right;
}
.cancel {
    background: #a71930;
    border: medium none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    position: relative;
}
.modal {
    top: 20%;
}
.modal-header .close {
    margin-top: 2px;
}
.search input:focus {
    border-bottom: 1px solid #bdc4d4;
    line-height: 22px;
    transition: 0.1s all;
}
.modal-header.login-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.user-dashboard .table i {
    font-size: 1rem;
    color: #212529;
}

.v-mid {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
/*Main CSS*/

@media only screen and (max-device-width: 767px) {
    .login-logo img {
        margin: 0 auto;
    }
    .login-details .nav-tabs > li {
        text-align: center;
        width: 50%;
    }
    .login-signup .login-inner h1 {
        font-size: 26px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .login-inner .login-form input {
        font-size: 15px;
        max-width: 100%;
        padding: 15px 45px;
    }
    .login-inner .form-details {
        padding: 25px;
    }
    .login-inner .login-form label {
        margin-bottom: 20px;
        width: 100%;
    }
    .login-inner .form-btn {
        margin: 0;
        max-width: 180px;
    }
    .tab-content .tab-pane {
        padding: 20px 0;
    }
    #navigation .navi a {
        font-size: 14px;
        padding: 20px;
        text-align: center;
    }
    #navigation .navi i {
        margin-right: 0px;
    }
    #navigation .navi a:hover,
    #navigation .navi .active a {
        background: #122143 none repeat scroll 0 0;
        border-left: none;
        display: block;
        padding-left: 20px;
    }
    header .header-top img {
        max-width: 38px !important;
    }
    .v-align header {
        padding: 12px 15px;
    }
    header .header-top li {
        padding-left: 13px;
        padding-right: 6px;
    }
    .navbar-default .navbar-toggle {
        border-color: rgba(0, 0, 0, 0);
    }
    .navbar-header .navbar-toggle {
        float: left;
        margin: 0;
        padding: 0;
        top: 12px;
    }
    button,
    html [type="button"],
    [type="reset"],
    [type="submit"] {
        outline: medium none;
    }
    .user-dashboard .sales h2 {
        color: #8492af;
        float: left;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        padding: 13px 0 0;
    }
    .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle > span {
        font-size: 11px;
    }
    .user-dashboard .sales button {
        font-size: 11px;
        padding-right: 23px;
    }
    .user-dashboard .sales h2 {
        font-size: 12px;
    }
    .gutter {
        padding: 0;
    }
}

@media only screen and (max-device-width: 992px) {
    header .header-top li {
        padding-left: 20px !important;
        padding-right: 0;
    }
    header .logo img {
        max-width: 125px !important;
    }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 998px) {
    .user-dashboard .header-top {
        padding-top: 5px;
    }
    .user-dashboard .header-rightside {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .user-dashboard .header-rightside .header-top img {
        max-width: 41px !important;
    }
    .user-dashboard .sales button {
        font-size: 10px;
    }
    .user-dashboard .btn.btn-secondary.btn-lg.dropdown-toggle > span {
        font-size: 12px;
    }
    .user-dashboard .sales h2 {
        font-size: 15px;
    }
}
@media only screen and (min-device-width: 998px) and (max-device-width: 1350px) {
    #navigation .logo img {
        max-width: 130px;
        padding: 16px 0 17px;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .main-search-input {
        background: rgba(255, 255, 255, 0.2);
        padding: 14px 20px 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0);
    }

    .main-search-input-item {
        width: 100%;
        border: 1px solid #eee;
        height: 50px;
        border: none;
        margin-bottom: 10px;
    }

    .main-search-input-item input {
        border-radius: 6px !important;
        background: #fff;
    }

    .main-search-button {
        position: relative;
        float: left;
        width: 100%;
        border-radius: 6px;
    }
}

/*HOMEPAGE Starts*/
.bg-home {
    background-image: url("../../images/bg-body.jpg");
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: table;
}

.home .logo {
    display: none;
}

header.home {
    background: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
header.home a {
    color: #ffffff;
}

.bg-home > .bg-overlay {
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.copy-home {
    display: table-cell;
    vertical-align: bottom;
    bottom: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 800;
}
.copy-home h1 {
    font-weight: 800;
}
.copy-home a {
    color: #fff;
    font-weight: 600;
}
.copy-home a:hover {
    color: #fff;
}

section.brands,
section.segements,
section.programs {
    padding: 50px 0 0 0;
}

section h1 {
    font-weight: 700;
}

.img-brand {
    flex-direction: row;
}

.img-brand .bd-highlight {
    display: inline-block;
    padding: 5px 0;
    min-width: 10%;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    background-color: #fff;
}

.img-brand img {
    width: 75%;
}

.ovr-hide {
    overflow: hidden;
    border-radius: 10px !important;
    padding: 1.25rem !important;
}
.ovr-hide h2 {
    font-weight: 600;
}

footer {
    background: #f2f2f2;
    padding: 40px 0 30px;
    text-align: center;
}

footer .logo {
    border-bottom: 2px solid #aaa;
    width: 80%;
    margin: 0 auto;
}
footer ul li {
    margin: 15px 0;
}
footer ul.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 15px 0;
}
footer ul.social li {
    list-style: none;
    align-items: center;
    margin: 0 10px;
}
footer ul.nav.justify-content-center li a img {
    width: 150px;
    margin: 0 20px;
}
footer ul.nav.justify-content-center .social a img {
    width: 40px;
}
footer .copy {
    display: flex;
    justify-content: space-evenly;
    width: 60%;
    margin: 0 auto;
}
footer .copy a {
    color: #000;
}

.nav-dark {
    color: #000 !important;
}

.hdr-contact {
    position: relative;
    background: none;
}
.text-black {
    color: #000;
}
.nav-dark {
    color: #000 !important;
}
@media only screen and (max-device-width: 767px) {
    header.home {
        padding: 1px;
    }
    .img-brand {
        flex-direction: column;
    }
    .bg-home {
        height: auto;
    }
    .copy-home {
        display: inline;
        vertical-align: top;
        top: 100px;
        position: relative;
        color: #000;
        font-weight: 800;
    }
    .copy-home h1 {
        font-weight: 600;
        font-size: 1.5rem;
    }
    .copy-home a {
        color: #000;
    }

    section.brands,
    section.segements,
    section.programs {
        margin-top: 2rem;
        padding: 50px 15px 0 15px;
    }

    section.brands h1,
    section.segements h1,
    section.programs h1 {
        font-weight: 600;
        font-size: 1.8rem;
    }

    section.bg-home {
        margin-top: 0;
    }

    .home .logo {
        display: none;
    }
}

/*HOMEPAGE Ends*/
