@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600,700,800');

*, *:before, *:after {
    box-sizing: inherit;
}

:root {
    --max-w: 768px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
    font-family: 'Open Sans', sans-serif;
	background: #212121;
	color: #999;
	opacity: 0;
	width: 100%;
	max-width: var(--max-w);
	margin-left: auto;
	margin-right: auto;
}

body.all-loaded {
    opacity: 1;
}

body::-webkit-scrollbar {
	display: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

.modal-content {
	max-width: var(--max-w);
	margin-left: auto;
	margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	color: #fff;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}


p {
	margin: 5px 0;
}

.section {
	padding: 35px 0;
}

.bg-second {
	background: #272727;
}

.button-default {
	background: #4b89da;
	box-shadow: none;
	margin: 10px 0 0;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 29px;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	border: 0;
}

.button-default a {
	color: #ffffff;
}

.button-default:hover {
	opacity: 0.9;
	box-shadow: none;
}

.navbar-top {
	background: #202020;
	width: 100%;
	max-width: var(--max-w);
	height: 65px;
	padding: 12px 18px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 99;
}

.site-brand {
	display: inline-block;
	float: left;
}

.site-brand a h1 {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
}

.site-brand a h1 span {
	color: #4b89da;
}

.side-nav {
	width: 250px;
}

.side-nav a {
	font-size: 14px;
	height: 45px;
}

.side-nav li.active {
	background: #fbfbfb;
}

.side-nav-panel-left {
	float: left;
	font-size: 25px;
	color: #fff;
}

.side-nav-panel-right {
	float: right;
	font-size: 25px;
	color: #eee;
}

.side-nav-right {
	font-size: 28px;
	color: #313131;
}

.side-nav-panel {
	text-align: left;
	background: #202020; 
}

.side-nav-panel .profil {
	background: linear-gradient( rgba(6, 6, 6, 0.74), rgba(6, 6, 6, 0.74)), url(../img/image-profil.webp) center no-repeat;
	background-size: cover;
	padding: 50px 0 25px 18px;
	border-top: 0;
}

.side-nav-panel .profil img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.side-nav-panel .profil h2 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	cursor: default;
}

.side-nav-panel li a {
	color: #fff;
	font-weight: 500;
}

.side-nav-panel li {
	font-weight: 700;
}

.side-nav-panel li:last-child {
	border-bottom: 0px solid #f5f5f5;
}

.side-nav-panel .li-top {
	padding-top: 10px;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel-right .collapsible {
	border: 0;
}

.side-nav .collapsible-body ul li a {
	font-weight: normal;
	color: #333;
	margin-left: 18px;
}

.navbar-bottom {
	position: fixed;
	width: 100%;
	max-width: var(--max-w);
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	height: 52px;
	background: #191919;
	line-height: 65px;
	margin-left: auto;
	margin-right: auto;
}

.menus {
	background-color: #202020 !important;
}

.menus .close-icon {
	text-align: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #333;
	font-size: 20px;
	line-height: 30px;
	padding-left: 1px;
	margin: 18px auto 15px;
	cursor: pointer;
}

.menus .menu-link {
	text-align: center;
	border: 1px solid #333;
	padding: 10px 8px;
}

.menus .menu-link .icon {
	font-size: 28px;
}

.menus .menu-link a {
	font-size: 14px;
}

.menus .button-link {
	cursor: pointer;
	color: #fff;
}

.menus .button-link:hover {
	opacity: 0.9;
}

.slider {
	height: 480px !important;
}

.slider .slides {
	height: 480px !important;
}

.slider-content {
	margin: 10px auto;
	top: 40% !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
	padding: 0 20px;
	text-align: center;
}

.slider .slides li img {
	width: 100%;
}

.slider .slides li::before {
	background: #000;
	opacity: 0.6;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-content h2 {
	font-weight: 500;
	margin-bottom: 8px;
	color: #fff;
	font-size: 22px;
}

.slider-content h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	color: #eee;
}

.slider-content .button-default {
	margin: 20px 0;
	padding: 5px 30px;
	color: #fff;
}

.slider-content a {
	font-size: 1rem;
	text-transform: uppercase;
}

.slider .indicators {
	position: relative;
	bottom: 32px;
	z-index: 95;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 8px;
	width: 8px;
	background: #bbb;
	margin: 0 8px;
}

.slider .indicators .indicator-item.active {
	background: #4b89da;
}

.about-home {
	text-align: center;
}

.about-home p {
	margin-bottom: 1.5rem;
}

.about-home a {
	padding: 10px 30px;
	font-size: 1rem;
	text-transform: uppercase;
}

.about-home .content {
	padding: 35px 0;
}

.about-home .content .post h5 {
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}

.features .content {
	text-align: center;
	padding: 15px 12px;
	border-radius: 1px;
	border: 1px solid #333333;
}

.features .row:last-child {
	margin-bottom: 0;
}

.features .content h5 {
	font-size: 17px;
	margin-top: 3px;
	margin-bottom: 10px;	
	color: #fff;									
}

/*loader custom color*/
#fakeLoader {
	background: #202020; 
    background: -webkit-linear-gradient(to top, #202020, #202020);
    background: linear-gradient(to top, #202020, #202020); 
}

.spinner6 > div {
	background-color: #fff !important;
}

.footer {
	background: #202020;
	padding: 30px 0;
	margin-bottom: 50px;
}

.about-us-foot {
	text-align: center;
}

.about-us-foot span {
	color: #191919;
}

.about-us-foot h6 {
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #fff;
}

.about-us-foot h6 span {
	color: #4b89da;
}

.social-media {
	text-align: center;
	margin: 10px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.social-media a {
	margin: 0 3px;
}

.copyright {
	text-align: center;
	padding: 20px 0 0 0;
}

.copyright span {
	text-align: center;
}

@media screen and (max-width: 480px) {
	.slider {
		height: 280px !important;
	}
	
	.slider .slides {
		height: 280px !important;
	}
}
