@import url('https://fonts.googleapis.com/css?family=Arimo:400,700|Montserrat:400,500,600,700|Raleway:400,500,600,700');

*, *:before, *:after {
    box-sizing: inherit;
}

:root {
    --max-w: 768px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Arimo', sans-serif;
	background: #262626;
	color: #bbb;
	width: 100%;
	max-width: var(--max-w);
	margin-left: auto;
	margin-right: auto;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	color: #ccc;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #ccc;
}

p {
	margin: 5px 0;
	letter-spacing: 1px;
	line-height: 20px;
}

.section {
	padding: 50px 0;
}

.section h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 10px 0 10px 0;
	font-size: 16px;
}

.bg-second {
	background: #232323;
}

.section-head {
	text-align: center;
	margin: 0 auto 25px auto;
}

.section-head h4 {
	margin-bottom: 5px;
	font-size: 20px;
}

.section-head .underline {
	width: 40px;
	height: 2px;
	background: #f44336;
	margin: 10px auto 0;
}

.button-default {
	background: #f44336;
	color: #ffffff;
	box-shadow: none;
	border-radius: 1px;
	margin: 10px 0 10px;
	border: 1px solid #f44336;
	padding: 3px 12px 3px;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
}

.button-default a {
	color: #ffffff;
}

.button-default:hover {
	background: #f44336;
	opacity: 0.9;
	box-shadow: none;
}

.navbar-top {
	background: #262626;
	width: 100%;
	max-width: var(--max-w);
	height: 65px;
	padding: 12px 18px;
	border-bottom: 2px solid #292929;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: fixed;
	z-index: 99;
}

.site-brand {
	text-align: center;
	display: inline-block;
}

.site-brand a h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 42px;
	color: #ddd;
}

.site-brand a h1 span {
	color: #f44336;
}

.side-nav a {
	font-size: 14px;
	height: 45px;
	padding: 0 16px;
}

.side-nav li.active {
	background: #222;
}

.side-nav-panel-left {
	float: left;
	font-size: 28px;
}

.side-nav-panel-right {
	float: right;
	font-size: 28px;
}

.side-nav-left {
	font-size: 28px;
	color: #313131;
}

.side-nav-panel {
	text-align: left;
	background: #222;
}

.side-nav-panel .profil {
	background:  linear-gradient( rgba(10, 10, 11, 0.63), rgba(64, 71, 74, 0.34)), url(../img/image-profil.webp) center no-repeat;
	background-size: cover;
	padding: 50px 0 15px 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: 20px;
	margin-bottom: 5px;
	cursor: default;
}

.side-nav-panel li a {
	color: #ccc;
	font-weight: normal;
}

.side-nav-panel li {
	font-weight: 700;
}

.side-nav-panel li:last-child {
	
}

.side-nav-panel .li-top {
	padding-top: 10px;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel-left .collapsible {
	border: 0;
}

.slider {
	margin-top: 64px;
	height: 300px !important;
}

.slider-content a {
	font-size: 1rem;
	text-transform: uppercase;
}

.slider .slides {
	height: 300px !important;
}

.slider-content {
	margin: 10px auto;
	top: 40% !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
}

.slider .slides li img {
	width: 100%;
	height: 100%;
}

.slider .slides li::before {
	background-color: #000;
	opacity: 0.5;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-content h2 {
	margin-bottom: 8px;
	letter-spacing: 1px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}

.slider-content h4 {
	font-size: 14px;
	color: #ffffff;
}

.slider-content .button-default {
	margin: 20px 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

.slider .indicators {
	position: relative;
	bottom: 50px;
	z-index: 95;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 10px;
	width: 10px;
	background: #cccccc;
	margin: 0 8px;
}

.slider .indicators .indicator-item.active {
	background: #ffffff;
}

.services {
	text-align: center;
}

.services .mb {
	margin-bottom: 0;
}

.quote h5 {
	font-size: 22px;
}

.screenshot {
	padding-bottom: 0 !important;
	text-align: center;
}

.screenshot img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.screenshot a {
	font-size: 1rem;
	text-transform: uppercase;
}

.screenshot .img-sc {
	background: url(../img/sc.webp) bottom no-repeat;
	background-size: 100% 100%;
	height: 200px;
}

.about-us {
	margin: 0;
}

.about-us img {
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
}

.footer {
	background: #222;
	padding: 35px 0;
}

.about-us-foot {
	text-align: center;
	color: #ddd;
}

.about-us-foot span {
	color: #f44336;
}

.about-us-foot h6 {
	color: #ffffff;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.social-media {
	text-align: center;
	margin: 18px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #444;
}

.social-media a {
	margin: 0 3px;
}

.social-media a i {
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
}

.copyright {
	text-align: center;
	padding: 20px 0 0 0;
}

.copyright span {
	color: #eeeeee;
	text-align: center;
}