@import "./sections/navbar.css";
@import "./sections/main-slider.css";
@import "./sections/cards.css";
@import "./sections/accounting.css";
@import "./sections/audit.css";
@import "./sections/pricing.css";
@import "./sections/table.css";
@import "./sections/contact.css";
@import "./sections/footer.css";

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

html {
	scroll-behavior: smooth;
}

body {
	padding-top: 100px;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 26px;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	color: #272727;
}

a {
	color: #be1414;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #a00303;
}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}

.gradiant {
	background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
	background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
	background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
	margin-bottom: 50px;
}

.section-header .section-title {
	font-size: 44px;
	color: #272727;
	text-transform: uppercase;
	position: fixed;
	padding-bottom: 20px;
	margin: 0 0 20px;
}

.section-header .section-title:before {
	content: "";
	position: absolute;
	width: 140px;
	bottom: 0;
	left: 50%;
	margin-left: -70px;
	height: 1px;
	background: #ebebeb;
}

.section-header .section-title:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
	border: 5px solid #fff;
	border-radius: 20px;
	background: #be1414;
}

.btn {
	border-width: 0;
	border-bottom-width: 3px;
	border-radius: 3px;
}

.btn.btn-primary {
	background: #be1414;
	border-color: #a00303;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #a00303;
}

.column-title {
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
}

.column-title:after {
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 40%;
	border-bottom: 1px solid #be1414;
}

ul.nostyle {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

ul.nostyle i {
	color: #be1414;
}

.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.divider {
	margin-top: 50px;
	margin-bottom: 50px;
	background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
	width: 95%;
	height: 1px;
}

.nav.main-tab {
	background: #eee;
	border-bottom: 3px solid #222534;
	border-radius: 3px 3px 0 0;
}

.nav.main-tab > li > a {
	color: #272727;
}

.nav.main-tab > li.active > a {
	background: #222534;
	color: #be1414;
}

.nav.main-tab > li:first-child > a {
	border-radius: 3px 0 0 0;
}

.nav.main-tab > li:last-child > a {
	border-radius: 0 3px 0 0;
}

.tab-content {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px 20px 10px;
	border-radius: 0 0 3px 3px;
}

.panel-default {
	border-color: #eee;
}

.panel-default > .panel-heading {
	background-color: #fff;
	border-color: #eee;
}

.panel-default > .panel-heading .panel-title {
	font-size: 14px;
	font-weight: normal;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #eee;
}

.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.services_a {
	color: white;
}

.services_a:hover {
	color: lightgray;
}

#logo {
	width: 80px;
	margin-top: -10px;
	transition: 0.25s ease-in-out;
}

#carousel-logo {
	width: 70%;
	margin-left: -30px;
}
.hidden {
	display: none;
}

footer#HR {
	display: none;
}

#zanas {
	font-weight: bold;
}
