.wrapper {

    position: relative;
    width: 100%;
    background-size: cover;
}

.wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    /* background-image: radial-gradient(circle at 36% 48%,
            #000000,
            rgba(11, 39, 65, 0.32) 87%,
            rgba(0, 0, 0, 0)); */
    background-image: linear-gradient(7deg, rgba(0, 0, 0, 0.8500) 10.00%, rgba(0, 0, 0, 0.8465) 17.25%, rgba(0, 0, 0, 0.8361) 24.50%, rgba(0, 0, 0, 0.8187) 31.75%, rgba(0, 0, 0, 0.7944) 39.00%, rgba(0, 0, 0, 0.7632) 46.25%, rgba(0, 0, 0, 0.7250) 53.50%, rgba(0, 0, 0, 0.6868) 60.75%, rgba(0, 0, 0, 0.6556) 68.00%, rgba(0, 0, 0, 0.6312) 75.25%, rgba(0, 0, 0, 0.6139) 82.50%, rgba(0, 0, 0, 0.6035) 89.75%, rgba(0, 0, 0, 0.6000) 97.00%);



}
.navbar-nav > li{
    padding-left:30px;
    padding-right: 30px;


}

.dropdown-menu {
    border-radius: 5px;
    border: none;
    padding: .5em;
    box-shadow: 0 3px 6px rgba(11, 39, 65, 0.32);
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu.show {
    display: flex;
}

.dropdown-menu li a {
    color: #000000;
    /* padding: .5em 1em; */
    font-size : 16px;

}

.dropdown-menu li:first-child a {
    font-weight: normal;
    font-size : 16px;
}





.bg-light {
    background-color: transparent !important;
}

.bg-light.scrolled {
    background-color: #000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

/* .navbar-nav a{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar-light .navbar-brand
{
  color:#fff;
  font-size:25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{
  color:#fff;
}*/
navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}





@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.w-100
{
    width:100%!important;
}




/*Dasborad Css strat*/



.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper_Content {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #07125E;
    border-radius: 5px;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}