/*
    
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
	color: #fff;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    color: #fff;
	margin-top: 30px
}
h1, h2, h3{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 900;
	color: #fff !important;
}

h1{
	font-weight: 900;
}

strong {
    font-weight: 900;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}

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

.pro{
	color:#ffcc2f !important;
}

.navbar {
    padding: 15px 10px;
    background: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	z-index:999999;
}

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

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

li
{
    color: #fff;
	font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.7em;
	font-weight: 100;

}
h3
{
    color: #fff;
}

hr {
    border-bottom: 2px solid #165da7 !important;
}

.col-sm-6
{
    color: #fff;
}

spanh2, spanh1 {
    color: #165da7 !important;
}

.fixed-bottom{
	width: 250px;
	position: fixed;
	margin-left: 20px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

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

#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: #165da7;
    background: #ffcc2f;
}

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;
    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;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
	
	.listing-item .listing::before
	{
		display: none !important;
	}
    #sidebar {
        margin-left: -425px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
		background: #000c;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
	
	.logocell{
		width: 70%;
	}
	
	.mob{
		display: inline !important;
		padding-bottom: 50px
	}
	
		.listmob {
   width:100% !important;
}
	
	.mCS_img_loaded {
    width: 50%;
}
	
	.row{margin-top: 15px !important;}
	
	.listing-item {
   display: block;
   width:100%;
    margin-bottom:20px;
    float: left;
    background: #fff;
    border-radius:10px;
    z-index:0;
    cursor:pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
        -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);

}
	
	.fixed-bottom{
		position: relative;
	}
	
	#sidebar{
		background: #000;
		width: 250px;
	}
	
	.navbar {
		background-repeat: no-repeat;
		background-size: contain;
		display: inline;
}
	
}

@media (min-width: 770px) {
#sidebarCollapse{
	display: none;
	}
	
	.navbar.navbar-expand-lg{
	display: none;
	}


#content {
    width: calc(90% - 300px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 5%;
    background: rgba(0, 0, 0, 0.7);
}
	
	.mob{
		display: none !important;
	}
	}

.bg-light{
	background: transparent !important;
	display: inline;	
}

.listing-item{
	cursor: auto !important;
}

.navbar-expand-lg > .container-fluid{
	display: inline !important;
}

.btn-info{
	background-color: #165da7 !important;
	border-color: #165da7 !important;
}

.svg-inline--fa.fa-align-left.fa-w-14 {
    color: #ffcc2f !important;
}

.btn-primary {
    color: #ffcc2f;
    background-color: #1C5fA5;
    border-color: #1C5fA5;
}

.thin{
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	color: #fff !important;	
}

.thin.u{
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	
}

.black{
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	display: inline;
}

[type=reset], [type=submit], button, html [type=button] {
   -webkit-appearance: initial;
}