/*
    DEMO STYLE
*/
.navbar-header2{
    display: none;
}
.navbar-default{
    background-color: transparent;
}
.navbar {
    border: none;
    border-radius: 0;
    box-shadow: 0;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    margin: 40px 0;
}
.btn-info{
    color: #000 !important;
    background-color: transparent !important;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    z-index: 99999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: unset;
}

#sidebar.active {
    right: 0;

}
#sidebar2 {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    z-index: 10000;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar2.active {
    right: 0;
    padding: 22px;
}

/********************************************************************/



.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
    left: 0;
    right: 0;
    top: 0;
}
.navbar-header2{
    float: right;
}
#sidebar .navbar-nav{
    margin: 0;
  
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components,
#sidebar2 ul.components {
    padding: 20px 0 0;
}

#sidebar ul.components h4::after,
#sidebar2 ul.components h4::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 45px;
    background-color: #000;
    height: 3px;
}

#sidebar ul li a,
#sidebar2 ul li a  {
    padding: 10px 15px;
    font-size: 16px;
    display: block;
    color: #000;
    text-transform: uppercase;
    transition: all .3s ease-in;
}
#sidebar ul li a:hover,
#sidebar2 ul li a:hover {
    color: #0034DD;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"],
#sidebar2 ul li.active > a, a[aria-expanded="true"] {
    color: #0034DD;
    background: transparent;
}
#sidebarCollapse{
    cursor: pointer;
    padding: 10px !important;
    border-radius: 5px;
    background: linear-gradient(to right, #90268f, #1577bd)!important;
    color: #fff;
    display: inline-block;
}
#sidebarCollapse span{
    width: 20px;
    height: 1.5px;
    background: #fff;
    display: block;
    margin-bottom: 6px;
}
#sidebarCollapse span:last-child{
    margin-bottom: 0;
}
/*

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

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;
}
*/
.navbar-brand>img {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.navbar-brand{
 
}
.navbar-default .navbar-nav>.active>a i{
    font-size: 17px;
    margin: 0 3px;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #0034DD;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 12px;
    transition: all .3s ease-in;
    font-weight: 600;
}
.navbar-right>li>a{
    font-weight: 100 !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.navbar-collapse.collapse:first-child.navbar-nav{

}
.navbar{
    position: relative;
    padding: 0 15px;
}

.navbar-right{
    position: relative;
}
.mobile-logo{
    text-align: center;
    margin-top: 30px;
}
.mobile-logo img{
    width: 170px !important;
    height: 50px !important;
    text-align: center !important;
    margin: 10px auto !important;
}
/***************************************************/

.mobile-social{
    padding: 0 15px;
    margin: 25px 0;
}
.mobile-social ul li{
    padding: 0 2px;
}
.mobile-social ul li a{
    color: #707070 !important;
    border: 1px solid #707070;
    width: 35px;
    height: 35px !important;
    line-height: 35px !important;
    display: inline-block;
    padding: 0 !important;
    margin-bottom: 12px;
    text-align: center;
    font-size: 16px;
    transition: all .4s ease-in;
    border-radius: 100%;
}
.mobile-social  ul li:nth-child(1):hover a{
    color: #cc2121 !important;
    border: 1px solid #cc2121;
  } 
  .mobile-social ul li:nth-child(2):hover a{
    color: #c13584 !important;
    border: 1px solid #c13584;
  } 
  .mobile-social ul li:nth-child(3):hover a{
    color: #fffc00 !important;
    border: 1px solid #fffc00;
  } 
  .mobile-social ul li:nth-child(4):hover a{
    color: #1da1f2 !important;
    border: 1px solid #1da1f2;
  } 
  .mobile-social ul li:nth-child(5):hover a{
    color: #3b5998 !important;
    border: 1px solid #3b5998;
  }


