@charset "utf-8";
/* CSS Document */
/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

/*-_-_-_-_-Primary Color-_-_-_-_-*/

body,::-webkit-scrollbar {background: #333;}

/*-_-_-_-_-Transparent Color-_-_-_-_-*/

#sidebar .sidebar-header,#sidebar,.navbar,#sidebar ul li a:hover,#sidebar ul li,.active>a,
a[aria-expanded="true"],ul ul a {background-color: rgba(0, 0, 0, 0.6);}
.overlay{background: rgba(0, 0, 0, 0.7);
} 
/*-_-_-_-_-Background None-_-_-_-_-*/

.btn{background:none!important;}

/*-_-_-_-_-Secondary Color-_-_-_-_-*/


/*-_-_-_-_-Accent Colors-_-_-_-_-*/

.btn,#sidebar ul li.active>a,
a[aria-expanded="true"],::-webkit-scrollbar-track{color:#fff;}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*social media icons*/

.spacer{padding-left:10px!important;}

.fa {
  padding: 10px;
  font-size: 1.2em!important;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
	color:#fff!important;
  
}

.fa:hover {
    opacity: 0.7;
}

/*end of social media icons*/



a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 20px;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	display: flex;
	align-content:center;
	position:fixed;
	width:100%;
	z-index:100!important;
	
}

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



.logo{height:70px!important;}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;

   
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header, #sidebar .sidebar-footer {
    padding: 20px;
	text-align:center;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid grey;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	text-align:center;
}

#sidebar ul li a:hover {
    color: #fff;

}



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

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;

}

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%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/*-_-_-_-_-_-_Scrollbar-_-_-_-_-_-_*/

::-webkit-scrollbar{
	width:.5em!important;
	z-index:1;
}


.main-container{min-height:100vh!important;}

.my-container{
	width:100%;
  min-height: 100%;
  margin: 0 auto -150px;
position:relative;
clear:both;
	
}

.my-container-section{
	width:100%;
  min-height: 100%;
  margin: 0 auto -150px;
position:relative;
clear:both;
padding:25vh 0px 0px 0px;
	
}

.my-footer,.my-container::after,.my-container-section::after {
  height: 150px;
}

.my-container::after,.my-container-section::after{
	content: "";
	display:block;
}

.my-footer{
width:100%;
	box-sizing:border-box;
	text-align:center;
	padding:40px;
	height:150px;
	position:relative;
	color:grey;
	
}

.my-footer a{font-weight:bolder;}


/*-_-_-_-_-_-_Cursor-_-_-_-_-_-_*/

@media screen and (max-width: 970px){
	
	
	.navbar{
		align-items:center;
	}
	

.navbar div .fa{
	display:none!important;
}

}

