@import url(bootstrap.min.css);
@import url(ionicons.min.css);
@import url(et-line-icons.css);
@import url(slick.css);
@import url(modal.css);
@import url(responsive.css);
@font-face {
	font-family: 'lovelo';
	src: url('../fonts/lovelo/lovelo_black-webfont.eot');
	src: url('../fonts/lovelo/lovelo_black-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/lovelo/lovelo_black-webfont.woff2') format('woff2'),
		url('../fonts/lovelo/lovelo_black-webfont.woff') format('woff'),
		url('../fonts/lovelo/lovelo_black-webfont.ttf') format('truetype'),
		url('../fonts/lovelo/lovelo_black-webfont.svg#loveloblack') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AcariSans-Regular';
	src: url('../fonts/acari/AcariSans-Regular.eot');
	src: url('../fonts/acari/AcariSans-Regular.woff2') format('woff2'),
		url('../fonts/acari/AcariSans-Regular.woff') format('woff'),
		url('../fonts/acari/AcariSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AcariSans-Bold';
	src: url('../fonts/acari/AcariSans-Bold.eot');
	src: url('../fonts/acari/AcariSans-Bold.woff2') format('woff2'),
		url('../fonts/acari/AcariSans-Bold.woff') format('woff'),
		url('../fonts/acari/AcariSans-Bold.ttf') format('truetype'),
		url('../fonts/acari/AcariSans-Bold.svg#AcariSans-Bold') format('svg'),
		url('../fonts/acari/AcariSans-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
::selection {
	text-shadow: none;
	background: black;
	color: white;
}

section {
	padding: 100px 0;
}

a:focus,
div:focus,
button:focus,
.btn-primary:focus {
	outline: none;
	box-shadow: none;
}
a:active,
div:active,
button:active,
.btn-primary:active {
	outline: none;
	box-shadow: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
}
a:hover.service-trigger {
	cursor: pointer;
}
a:hover.logo {
	opacity: 1;
}

text[href="http://simplemaps.com"]
{
	display: none;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Firefox < 16 */
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Internet Explorer */
@-ms-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Opera < 12.1 */
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeout {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* Internet Explorer */
@-ms-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.preloader {
	color: official;
	display: inline-block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.preloader div {
	transform-origin: 32px 32px;
	animation: preloader 1.2s linear infinite;
}

.preloader div:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 3px;
	left: 29px;
	width: 5px;
	height: 14px;
	border-radius: 20%;
	background: #dc242b;
}

.preloader div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.preloader div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.preloader div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.preloader div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.preloader div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.preloader div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.preloader div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.preloader div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.preloader div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.preloader div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.preloader div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.preloader div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes preloader {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
h2 {
	font-weight: 200;
	font-size: 3.4rem;
	line-height: 4rem;
	letter-spacing: -0.15rem;
	color: #191a1c;
}

p {
	color: #555;
}

small {
	display: block;
	margin: 5px 0;
	font-size: 0.8rem;
}

small:before {
	content: '*';
	position: relative;
	left: -1px;
}

body {
	-ms-overflow-style: none;
	font-family: 'AcariSans-Regular';
	-webkit-tap-highlight-color: transparent;
	cursor: default;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
body.locked {
	overflow-y: hidden;
}
body.initial {
	background: #191a1c;
}
body.initial nav,
body.initial footer,
body.initial section {
	opacity: 0;
}
body::-webkit-scrollbar {
	display: none;
	overflow: -moz-scrollbars-none;
}
body nav,
body footer {
	color: #bbb;
	height: 70px;
	font-family: 'AcariSans-Regular';
	box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.3);
}
body nav .container,
body footer .container {
	height: 100%;
}

nav .navbar-nav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
nav.darken {
	background: rgba(0, 0, 0, 0.9);
}

.navbar-toggler .icon-bar {
	display: block;
	width: 19px;
	height: 2px;
	background: #fff;
	margin-bottom: 4px;
}
.navbar-toggler[aria-expanded='true'] .top-bar {
	transform: rotate(45deg);
	transform-origin: 2% 60%;
	transition: transform 0.3s;
}
.navbar-toggler[aria-expanded='true'] .middle-bar {
	opacity: 0;
	transition: transform 0.3s;
}
.navbar-toggler[aria-expanded='true'] .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 8% 60%;
	transition: transform 0.3s;
}
.navbar-toggler[aria-expanded='false'] .top-bar,
.navbar-toggler[aria-expanded='false'] .bottom-bar {
	transform: rotate(0deg);
	transition: transform 0.3s;
	display: block;
}

.navbar-collapse.show {
	text-align: center;
}
.navbar-collapse .icon-bar {
	display: block;
	width: 19px;
	height: 3px;
	background: #fff;
	border-radius: 1px;
	margin-top: 3px;
}
.navbar-collapse .nav-item {
	padding: 0 25px;
	text-transform: uppercase;
}
.navbar-collapse .nav-item:last-of-type {
	padding-right: 0;
	font-size: 1.25rem;
}
.navbar-collapse .nav-item .nav-link {
	color: #fff;
}

.logo {
	display: flex;
	float: left;
	position: relative;
	width: 200px;
	height: 100%;
}
.logo img {
	width: 50px;
	top: 2px;
	position: absolute;
}
.logo h1 {
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-family: 'lovelo';
	color: #fff;
	margin: 0;
	position: absolute;
	top: 5px;
	width: 150px;
	left: 60px;
}

#hero {
	background: #222;
	color: #fff;
	padding: 0;
	position: relative;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}
#hero video {
	position: absolute;
	background-color: #0f1112;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
#hero:before {
	background-image: url(../images/dot-pattern.png);
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
#hero #hero-slider {
	z-index: 2;
}
#hero #hero-slider .btn {
	box-shadow: none !important;
}
#hero p {
	color: #fff;
	padding: 0 20%;
}
#hero .slick-arrow {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#hero:hover .slick-arrow {
	opacity: 1;
}

#about {
	z-index: 5;
}

#statistics {
	background-image: url(../images/dot-pattern.png);
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}
#statistics h2,
#statistics p {
	color: #fff;
}
#statistics .progress-bar {
	margin-bottom: 25px;
}
#statistics .progress-bar .progress {
	width: 100%;
	height: 9px;
	border-radius: 5px;
	background-color: #fff;
	position: relative;
	font-size: 0rem;
}
#statistics .progress-bar .progress div {
	background: #dc242b;
	border-radius: 5px;
	display: block;
	height: 9px;
}
#statistics .progress-bar .progress span {
	text-align: center;
	position: absolute;
	background-color: #dc242b;
	top: -30px;
	padding: 1px 6px;
	font-size: 11px;
	border-radius: 2px;
	color: #fff;
}
#statistics .progress-bar .progress span::after {
	position: absolute;
	border-color: #dc242b transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: '';
	left: 35%;
}

#facts {
	background: #111;
	text-align: center;
}
#facts h1 {
	color: #dc242b;
	font-size: 3.5rem;
}
#facts h5 {
	color: #fff;
	font-size: 1rem;
}
#facts .clients:after {
	content: '+';
}

#services {
	background: #f7f7f7;
}
#services .service {
	text-align: center;
	margin: 30px 0;
	padding: 0 15px;
}
#services .service i {
	font-size: 2.5rem;
	color: #dc242b;
	margin-bottom: 25px;
}
#services .service h5 {
	font-size: 1.125rem;
}
#services .service p {
	font-size: 1rem;
	margin: 5px 0 15px;
}
#services .service a {
	color: #fff;
	padding: 5px 15px;
	font-weight: 500;
	border-radius: 3px;
	background: #dc242b;
	cursor: pointer;
}
#services .service a:hover {
	background: #191a1c;
}
#services .service::before {
	position: absolute;
	opacity: 0.05;
	padding-left: 40px;
	font-size: 134px;
	left: 0;
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
}
#services .service:nth-of-type(1)::before {
	content: '\e015';
}
#services .service:nth-of-type(2)::before {
	content: '\e00c';
}
#services .service:nth-of-type(3)::before {
	content: '\e006';
}
#services .service:nth-of-type(4)::before {
	content: '\e007';
}
#services .service:nth-of-type(5)::before {
	content: '\e03b';
}
#services .service:nth-of-type(6)::before {
	content: '\e041';
}

#accordion .card {
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.045);
	color: #666;
	border: 0;
}
#accordion .card .question {
	cursor: pointer;
	line-height: initial;
	padding: 10px 50px 10px 15px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#accordion .card .question[aria-expanded='true'] {
	background: #dc242b;
	color: #fff;
}
#accordion .card .question[aria-expanded='true']::after {
	content: '\f3d8';
	font-family: 'Ionicons';
	position: absolute;
	right: 15px;
	top: 10px;
}
#accordion .card .question[aria-expanded='false'] {
	color: #666;
}
#accordion .card .question::after {
	content: '\f3d0';
	font-family: 'Ionicons';
	position: absolute;
	right: 15px;
	top: 10px;
}
#accordion .card .card-body {
	text-align: left;
	padding: 0;
	margin: 0;
}
#accordion .card .card-body .card-content {
	padding: 12px;
	background: #fff;
	font-size: 1rem;
}
#accordion .card .card-body a {
	color: #dc242b;
	font-weight: 800;
	text-decoration: underline;
}

#features {
	background-image: url(../images/dot-pattern.png);
	background-repeat: repeat;
	background-color: rgba(0, 0, 0, 0.5);
}
#features [class*='col-'] {
	margin: 20px auto;
}
#features [class*='col-'] .feature {
	padding: 30px 30px 30px 110px;
}
#features [class*='col-'] .feature::before {
	font-family: 'Ionicons';
	font-size: 3rem;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 50px;
}
#features [class*='col-'] .feature#law {
	background-color: #dc242b;
}
#features [class*='col-'] .feature#law::before {
	content: '\f45a';
}
#features [class*='col-'] .feature#cloud {
	background-color: rgba(255, 255, 255, 0.1);
}
#features [class*='col-'] .feature#cloud::before {
	content: '\f40a';
}
#features [class*='col-'] .feature h4,
#features [class*='col-'] .feature p {
	color: #fff;
}

#contact .help-block {
	padding: 5px 0 0 0;
	color: #dc242b;
	font-size: 0.9rem;
}
#contact h2,
#contact p,
#contact small {
	padding-right: 75px;
}
#contact #contact-form input:not([type='submit']),
#contact #contact-form select,
#contact #contact-form textarea {
	border: none;
	border-radius: 0;
	border-bottom: 1px dashed #999;
	padding: 0;
}
#contact #contact-form input:not([type='submit']):focus,
#contact #contact-form input:not([type='submit']):active,
#contact #contact-form select:focus,
#contact #contact-form select:active,
#contact #contact-form textarea:focus,
#contact #contact-form textarea:active {
	outline: none;
	box-shadow: none;
}
#contact #contact-form .btn-send {
	background: #dc242b;
	color: #fff;
	opacity: 1;
}

option:focus {
	background-color: #fff;
	outline: none;
	border: none;
	box-shadow: none;
}

#info {
	background: #1a1a1a;
	color: #ddd;
}
#info a,
#info p {
	display: block;
	color: #bbb;
}
#info a.phone,
#info p.phone {
	padding-left: 7px;
	line-height: normal;
	color: #fff;
}
#info a.phone:before,
#info p.phone:before {
	content: '\f4b8';
	font-family: 'Ionicons';
	font-size: 1.5rem;
	position: relative;
	top: 5px;
	left: -7px;
}
#info a.phone:hover,
#info p.phone:hover {
	color: #f3575c;
}
#info h4 {
	font-family: 'AcariSans-Regular';
	font-size: 1rem;
	text-decoration: underline;
}
#info .sitemap {
	padding-left: 4%;
}
#info #tt_sm_map {
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}

footer {
	width: 100%;
	z-index: 1030;
	background: rgba(0, 0, 0, 0.9) !important;
}
footer .row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	height: 70px;
}
footer .row a {
	color: #fff;
}
footer #madeby {
	text-align: right;
}
footer.fixed-bottom {
	background: rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=main.css.map */
