body {
    font-family: 'Poppins', sans-serif;
    background: #fbfbfb;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

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

.h3, h3 {
    font-size: 24px;
}

.g-recaptcha {
	padding-bottom: 10px;
}

.bar {
    padding-bottom: 45px;
    padding-top: 35px;
}

.breadcrumb {
	background-color: #ffffff;
}

.label {
	color: #fff;
	font-size: 12px;
}

.btn-primary {
    background-color: #4267b2;
    border-color: #29487d;
}

.catlin {
	color: #007bff;
	text-decoration: underline;
	font-weight: 700;
}

.like {
    position: absolute;
    right: 10px;
    top: 70px;
	color: #767676;
	cursor: pointer;
}

.likeactive {
	color: #009ef8;
}

.h1, h1 {
    font-size: 1.5rem;
	margin-top: 50px;
}

.h2, h2 {
    font-size: 1.3rem;
}

.br {
	padding-bottom: 20px;
}

.bo {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.media-body p {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
    white-space: nowrap;
}

.card {
    margin-bottom: 15px;
    margin-top: 15px;
}

.avatar {
	width: 50px;
	margin-right: 10px;
}

.container {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.logom {
	width: 40px;
}

.blue {
    background-color: #182946;
    color: #fff;
}

.navbar {
    padding: 15px 10px;
    background: #f5f6f7;
    border: none;
    border-radius: .25rem;
    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;
}

.hide-scroll {
	overflow: hidden;
	position: fixed
}

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

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    position: fixed;
    height: 100%;
    background: #274073;
    color: #fff;
    transform-origin: bottom left;
    z-index: -1;
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
    overflow-y: hidden;
}

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

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


#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}



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

#sidebar ul li a {
    padding-left: 10px;
    margin-bottom: 5px;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

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-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

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;
    margin-left: 280px;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    cursor: pointer;
	background: #6b87d9;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #fafafa;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
		opacity: 0;
		visibility: hidden;
    }
	#autonone {
		display: none!important;
	}
	#sidebar.active {
		opacity: 1;
		z-index: 90;
		visibility: visible;
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
		overflow: auto;
	}
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
	
	#content {
		margin-left: 0px;
	}

}

@media (min-width: 576px) {
	.container {
		max-width: 100%
	}
}

@media (min-width: 768px){
	.container {
		max-width: 960px;
	}
	#dismiss {
		display: none;
	}
    #sidebarCollapse {
        display: none;
    }
}

@media (min-width: 1200px){
	.container {
		max-width: 1140px;
	}
}
