html {
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;

}

@font-face {
	font-family: 'Helvetica Neue';
	/*src: url(../HelveticaNeue.ttf);*/
}

body {
	font-family: Arial, sans-serif;
	position: relative;
	min-height: 100%;
	padding-bottom: 5rem;
}

.padding-0 {
	padding-right: 0;
	padding-left: 0;
}

hr {
	border-color: #333333;
}

h1, h2, h3 {
	text-transform: none !important;
}

.modal-dialog {
	width: 1000px;
}

.list {
	list-style-type: square !important;
}

ul {
	list-style-type: square;
}

/* Timeline */

.label {
	font-size: 1.5rem;
}

.timeline-heading h4 {
	font-size: 1rem;
}

.timeline-body {
	font-size: 1rem;
}

.timeline {
	width: 100%;
	position: relative;
	padding: 1px 0;
	list-style: none;
	font-weight: 300;
}

.timeline .timeline-item .timeline-event {
	width: 100%;
}

.timeline:before {
	border-right-style: solid;
}

.timeline:before,
.timeline:after {
	content: " ";
	display: block;
}

.timeline:after {
	clear: both;
}

.panel-body .nav-link {
	text-transform: capitalize !important;
}

.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 100% !important;
	margin-left: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
}

.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
	width: 100%;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
	float: right !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}

.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}

.timeline.timeline-single-column.timeline .timeline-label {
	transform: translateX(-50%);
	margin: 0 0 20px 42px;
}

.timeline .timeline-item > .timeline-event:before {
	top: 10px;
	right: -15px;
	border-top: 15px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 15px solid transparent;
}

.timeline .timeline-item > .timeline-event:after {
	top: 11px;
	right: -14px;
	border-top: 14px solid transparent;
	border-left-width: 14px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 14px solid transparent;
}

.timeline-single-column.timeline .timeline-item > .timeline-event {
	float: right !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item > .timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
	top: 4px;
	right: -10px;
	border-top: 10px solid transparent;
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 10px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
	top: 5px;
	right: -9px;
	border-top: 9px solid transparent;
	border-left-width: 9px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 9px solid transparent;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event {
	float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
	left: -10px !important;
	border-right-width: 10px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
	left: -9px !important;
	border-right-width: 9px !important;
}

.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
	top: 10px;
	right: -15px;
	border-top: 15px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 15px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
	top: 11px;
	right: -14px;
	border-top: 14px solid transparent;
	border-left-width: 14px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 14px solid transparent;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event {
	float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
	left: -15px !important;
	border-right-width: 15px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
	left: -14px !important;
	border-right-width: 14px !important;
}

.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
	top: 10px;
	right: -18px;
	border-top: 18px solid transparent;
	border-left-width: 18px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 18px solid transparent;
}

.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
	top: 11px;
	right: -17px;
	border-top: 17px solid transparent;
	border-left-width: 17px;
	border-left-style: solid;
	border-right-width: 0;
	border-right-style: solid;
	border-bottom: 17px solid transparent;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event {
	float: right !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
	right: auto !important;
	border-left-width: 0 !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
	left: -18px !important;
	border-right-width: 18px !important;
}

.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
	left: -17px !important;
	border-right-width: 17px !important;
}

.timeline .timeline-item > .timeline-event {
	background: #fff;
	border: 1px solid #333333;
	color: #555;
	position: relative;
	float: left;
	border-radius: 3px;
}

.timeline .timeline-item > .timeline-event:before {
	border-left-color: #333333;
	border-right-color: #333333;
}

.timeline .timeline-item > .timeline-event:after {
	border-left-color: #fff;
	border-right-color: #fff;
}

.timeline .timeline-item > .timeline-event * {
	color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-default * {
	color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-primary * {
	color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-success * {
	color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-info {
	background: #F0F8FD;
	border: 1px solid #3e93cf;
	color: #0062A7;
}

.timeline .timeline-item > .timeline-event.timeline-event-info:before {
	border-left-color: #3e93cf;
	border-right-color: #3e93cf;
}

.timeline .timeline-item > .timeline-event.timeline-event-info:after {
	border-left-color: #F0F8FD;
	border-right-color: #F0F8FD;
}

.timeline .timeline-item > .timeline-event.timeline-event-info * {
	color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning {
	background: #FFF9E9;
	border: 1px solid #d0aa42;
	color: #ac7e00;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning:before {
	border-left-color: #d0aa42;
	border-right-color: #d0aa42;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning:after {
	border-left-color: #FFF9E9;
	border-right-color: #FFF9E9;
}

.timeline .timeline-item > .timeline-event.timeline-event-warning * {
	color: inherit;
}

.timeline .timeline-item > .timeline-event.timeline-event-danger * {
	color: inherit;
}

.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
	content: "";
	display: inline-block;
	position: absolute;
}

.timeline-heading h4 {
	font-weight: bold !important;
}

.timeline .timeline-item > .timeline-event .timeline-heading p,
.timeline .timeline-item > .timeline-event .timeline-body p,
.timeline .timeline-item > .timeline-event .timeline-footer p,
.timeline .timeline-item > .timeline-event .timeline-heading ul,
.timeline .timeline-item > .timeline-event .timeline-body ul,
.timeline .timeline-item > .timeline-event .timeline-footer ul {
	margin-bottom: 0;
}

.timeline .timeline-item > .timeline-event .timeline-heading h4 {
	font-weight: 400;
}

.timeline .timeline-item > .timeline-event .timeline-footer a {
	cursor: pointer;
	text-decoration: none;
}

.timeline .timeline-item > .timeline-event .table th {
	border-top: 0;
}

.timeline .timeline-label {
	position: relative;
	float: left;
	clear: left;
	margin-bottom: 20px;
	top: 1px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
	content: "";
	display: table;
}

.timeline .timeline-label:after {
	clear: both;
}

.timeline .timeline-label:last-child {
	margin-bottom: 0 !important;
}

.timeline .timeline-label .label-default {
	background-color: #333333;
}

.timeline .timeline-label .label-primary {
	background-color: white;
}

.timeline .timeline-label .label-info {
	background-color: #3e93cf;
}

.timeline .timeline-label .label-warning {
	background-color: #d0aa42;
}

.timeline .timeline-label .label-danger {
	background-color: #d25a4b;
}

@media (max-width: 768px) {
	.timeline.timeline {
		width: 100%;
		max-width: 100%;
	}

	.timeline.timeline .timeline-item .timeline-event {
		width: 100%;
	}

	.timeline.timeline:before {
		left: 42px;
		width: 0;
		margin-left: -1px;
	}

	.timeline.timeline .timeline-item > .timeline-event {
		float: right !important;
	}

	.timeline.timeline .timeline-item > .timeline-event:before,
	.timeline.timeline .timeline-item > .timeline-event:after {
		right: auto !important;
		border-left-width: 0 !important;
	}

	.timeline.timeline .timeline-item > .timeline-event:before {
		left: -15px !important;
		border-right-width: 15px !important;
	}

	.timeline.timeline .timeline-item > .timeline-event:after {
		left: -14px !important;
		border-right-width: 14px !important;
	}

	.timeline.timeline .timeline-label {
		transform: translateX(-50%);
		margin: 0 0 20px 42px;
	}

}

/* Panel */

.heading, .panel-heading {
	margin-bottom: 1rem;
}

.heading h1, .panel-heading h1, .heading h2, .panel-heading h2, .heading h3, .panel-heading h3, .heading h4, .panel-heading h4, .heading h5, .panel-heading h5, .heading h6, .panel-heading h6 {
	line-height: 1.1;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.heading h1:after, .panel-heading h1:after, .heading h2:after, .panel-heading h2:after, .heading h3:after, .panel-heading h3:after, .heading h4:after, .panel-heading h4:after, .heading h5:after, .panel-heading h5:after, .heading h6:after, .panel-heading h6:after {
	content: " ";
	display: block;
	width: 100px;
	height: 2px;
	margin-top: .6rem;
	background: #4fbfa8;
}

.heading.text-center h1:after, .text-center.panel-heading h1:after, .heading.text-center h2:after, .text-center.panel-heading h2:after, .heading.text-center h3:after, .text-center.panel-heading h3:after, .heading.text-center h4:after, .text-center.panel-heading h4:after, .heading.text-center h5:after, .text-center.panel-heading h5:after, .heading.text-center h6:after, .text-center.panel-heading h6:after {
	margin-left: auto;
	margin-right: auto;
}

.panel-heading {
	margin-bottom: 10px;
}

.panel-heading h3 {
	margin-top: 5px;
}

.panel-heading .btn {
	color: #fff;
	text-decoration: none !important;
}

.panel-heading .btn i {
	margin-right: 7px;
}

.panel-body p {
	font-size: .9rem;
	color: #555;
}

.panel-body label {
	font-size: 0.8rem;
	font-weight: 400 !important;
	color: #777;
	opacity: 0.9;
	display: inline-block;
	cursor: pointer;
}

.panel-body label input {
	margin-right: 5px;
}

.panel-body label:hover {
	opacity: 1;
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills .nav-link:hover {
	background: #eee;
}

.nav-pills .nav-link.active {
	background: #4fbfa8;
}

.panel {
	margin-bottom: 20px;
}

.sidebar-menu {
	border-left: 2px solid darkgrey !important;
}

.sidebar-menu .badge {
	font-weight: 700;
	margin: 0;
}

.sidebar-menu .nav-link {
	font-size: 1rem !important;
}

.sidebar-menu.with-icons a.nav-link {
	position: relative;
}

.sidebar-menu.with-icons a.nav-link::before {
	content: '\f105';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'FontAwesome', serif;
}

@media (min-width: 991px) {
	ul.nav li.dropdown > ul.dropdown-menu {
		visibility: hidden;
		display: block;
		opacity: 0;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.dropdown-menu.sub-menu {
		margin-left: 147px;
		margin-top: -20px;
	}
}

@media screen and (max-width: 600px) {
	.sidebar-menu {
		display: none;
		visibility: hidden;
	}

}

@media screen and (min-width: 600px) {
	#dropdownMenuButton {
		display: none;
		visibility: hidden;
	}

}

hr.light {
	border-color: #fff
}

a {
	color: #333333;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	text-decoration: none;
}

a:hover {
	color: darkgrey;
	text-decoration: none;
}

.bg-primary {
	background-color: #006622 !important
}

.bg-white {
	background-color: white !important
}

section {
	padding: 8rem 0
}

.section-heading {
	margin-top: 0
}

::-moz-selection {
	color: #fff;
	background: #212529;
	text-shadow: none
}

::selection {
	color: #fff;
	background: #212529;
	text-shadow: none
}

img::selection {
	color: #fff;
	background: 0 0
}

img::-moz-selection {
	color: #fff;
	background: 0 0
}

#navbar {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

#navbar .navbar-toggler {
	font-size: 0.9rem;
	padding: 10px 15px;
	border-color: #ddd;
}

#navbar ul ul a {
	padding-left: 0 !important;
}

#navbar .dropdown-menu {
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
}

#navbar .dropdown-menu .dropdown-item {
	padding: 0;
}

#navbar .dropdown-menu h5 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	margin-top: .7rem;
	margin-bottom: .5rem;
}

/* #navbar .nav-link{
	text-transform:uppercase;
} */
#navbar .dropdown-menu a.nav-link {
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #eee;
	padding: 15px 20px !important;
}

#navbar .dropdown-menu a.nav-link:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	color: darkgrey;
}

#navbar .menu-large {
	position: static !important;
}

#navbar .menu-large a.nav-link {
	padding: 7px !important;
	padding-left: 0 !important;
}

#navbar .navbar-nav > li.active > a {
	color: darkgrey;
	text-decoration: none;
}

.link {
	color: #0645AD;
}

#navbar .navbar-nav > li > a {
	margin: 0;
	padding: 1.4rem 1rem 1.6rem;
	color: #555;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	text-decoration: none;
	border-top: .3rem solid transparent;
}

#navbar .navbar-nav > li > a:hover {
	color: darkgrey;
}

#navbar .navbar-nav > li > a:focus {
	color: darkgrey !important;
	text-decoration: none !important;
}

@media (max-width: 991px) {
	#navbar {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	#navbar .navbar-collapse {
		max-height: 600px;
		overflow-y: auto;
		margin-top: 1rem;
	}

	#navbar .navbar-nav > li > a {
		padding: 0 10px;
		height: 45px;
		line-height: 45px;
		border-top: 0;
		font-size: 0.85rem;
		width: 100%;
	}

	#navbar .navbar-nav > li > a:hover {
		color: darkgrey;
	}

	#navbar .dropdown-menu {
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.nav-tabs {
	border-bottom: none;
}

.nav-tabs a.nav-link {
	border-radius: 0 !important;
	font-size: 0;
. rem;
}

.navbar {
	padding: 0.5rem 1rem;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	border: 1px solid transparent;
	border-radius: 0;
}

header.masthead hr {
	margin-top: 30px;
	margin-bottom: 30px
}

header.masthead h1 {
	font-size: 2rem
}

header.masthead p {
	font-weight: 300
}

@media (min-width: 768px) {
	header.masthead p {
		font-size: 1.15rem
	}
}

@media (min-width: 992px) {

	header.masthead h1 {
		font-size: 3rem
	}
}

header.masthead h1 {
	font-size: 4rem
}

/* Text */
h1, .h1 {
	font-size: 2.2rem;
}

h2, .h2 {
	font-size: 1.1rem;
	text-transform: capitalize !important;
}

h3, .h3 {
	font-size: 1.5rem;
}

h4, .h4 {
	font-size: 1.1rem;
}

h5, .h5 {
	font-size: 1rem;
}

h6, .h6 {
	font-size: 0.8rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.service-box {
	max-width: 400px
}

.portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin: 0 auto
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px
}

.portfolio-box:focus {
	outline: 0
}

@media (min-width: 768px) {
	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
		font-size: 16px
	}

	.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
		font-size: 22px
	}
}

.text-primary {
	color: #f05f40 !important
}

.btn {
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	border-radius: 300px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
	padding: 1rem 2rem
}

.btn-primary {
	background-color: #333333;;
	border-color: #f05f40
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	color: #fff;
	background-color: #001a09 !important
}

.btn-primary:active, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5) !important
}

/* News */

.owl-carousel.equal-height .owl-stage {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.owl-carousel .owl-dots {
	margin-top: 20px;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #aaa;
}

.bar {
	padding: 60px 0;
}

.bar.padding-big {
	padding: 50px 0;
}

.home-carousel {
	color: #fff;
}

.home-carousel .owl-carousel {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -30px;
	margin-bottom: -60px;
}

.home-carousel h1, .home-carousel h2 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.home-carousel li, .home-carousel p {
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.home-carousel p img {
	max-width: 200px;
}

@media (max-width: 767px) {
	.home-carousel {
		text-align: center !important;
	}

	.home-carousel p, .home-carousel h1, .home-carousel ul {
		text-align: center !important;
	}

	.home-carousel img {
		margin: 5px auto;
	}
}

.modal-button {
	background-color: #333333 !important;
}

/* News */

.news {
	margin: 15px 0;
}

.news .image {
	position: relative;
	margin-bottom: 15px;
}

.news .image {
	width: 250px;
	height: 200px;
}

.news .overlay {
	width: 100%;
	height: 100%;
	background: rgba(191, 191, 191, 0.6);
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.news .overlay a {
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
}

.news .overlay i {
	margin-right: 5px;
}

.news .text {
	text-align: left;
}

.news h5 {
	min-height: 50px;
}

.news h4 {
	margin: 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.news .date {
	font-size: 0.75rem;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.news .author-category a {
	font-weight: 500;
}

.news:hover .overlay {
	opacity: 1;
}

.news:hover .overlay a {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

#news-big .image, #news-medium .image {
	margin-bottom: 15px;
}

#news-big h2 a, #news-medium h2 a {
	color: #555;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#news-big .date-comments, #news-medium .date-comments {
	margin-bottom: 0;
}

#news-big .date-comments a, #news-medium .date-comments a {
	color: #999;
	margin-left: 25px;
}

#news-big .date-comments i, #news-medium .date-comments i {
	margin-right: 5px;
}

.heading, .panel-heading {
	margin-bottom: 1rem;
}

.heading h1, .panel-heading h1, .heading h2, .panel-heading h2, .heading h3, .panel-heading h3, .heading h4, .panel-heading h4, .heading h5, .panel-heading h5, .heading h6, .panel-heading h6 {
	line-height: 1.1;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.heading h1:after, .panel-heading h1:after, .heading h2:after, .panel-heading h2:after, .heading h3:after, .panel-heading h3:after, .heading h4:after, .panel-heading h4:after, .heading h5:after, .panel-heading h5:after, .heading h6:after, .panel-heading h6:after {
	content: " ";
	display: block;
	width: 100px;
	height: 2px;
	margin-top: .6rem;
	background: darkgrey;
}

.heading.text-center h1:after, .text-center.panel-heading h1:after, .heading.text-center h2:after, .text-center.panel-heading h2:after, .heading.text-center h3:after, .text-center.panel-heading h3:after, .heading.text-center h4:after, .text-center.panel-heading h4:after, .heading.text-center h5:after, .text-center.panel-heading h5:after, .heading.text-center h6:after, .text-center.panel-heading h6:after {
	margin-left: auto;
	margin-right: auto;
}

.btn-template-outlined {
	background: none;
	border: 1px solid darkgrey !important;
	color: #333333;
	border-radius: 0 !important;
	text-decoration: none;
}

.btn-template-outlined:hover, .btn-template-outlined:focus {
	background: #333333;
	color: #fff !important;
}

/* Article */


.article-list-vertical {
	list-style: none;
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
	padding: 0;
}

.article-list-vertical li {
	display: block;
	box-sizing: border-box;
	border-radius: 3px;
	text-align: left;
	box-shadow: 1px 3px 1px 0 rgba(0, 0, 0, 0.08);
	border: 1px solid #cfcfcf;
	overflow: hidden;
	background-color: #fff;
	max-height: 200px;
	font: normal 13px sans-serif;

	margin-bottom: 10px;
	max-width: 575px;
}

/* Article photo */

.article-list-vertical li > a {
	float: left;
	width: 200px;
	height: 200px;
	display: block;

	background-size: cover;
}

.article-list-vertical li div {
	float: left;
	box-sizing: border-box;

	max-width: 350px;
	padding: 30px;
}

/* Article title */

.article-list-vertical li div h2 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}

.article-list-vertical li div h2 a {
	color: #2b2b2b;
	text-decoration: none;
}

/* Article excerpt */

.article-list-vertical li div p {
	line-height: 20px;
	color: #5d5d5d;

	margin: 20px 0;
}

.article-list-vertical li a.read-more {
	background-color: #333333;
	cursor: pointer;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 8px;
	border-radius: 2px;
	margin: 20px 0;
	font-weight: bold;
}

@media (max-width: 600px) {

	.article-list-vertical {
		max-width: 350px;
	}

	.article-list-vertical li {
		max-width: 325px;
	}

	.article-list-vertical li > a {
		float: none;
		width: 100%;
	}

	.article-list-vertical li div {
		float: none;
		padding: 30px;
	}

}


/* Icon */

.box-simple {
	margin-bottom: 40px;
	text-align: center;
}

.box-simple h3 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.box-simple p {
	color: #999;
	margin: 20px 0;
	font-size: 0.9rem;
}

.box-simple.box-white {
	border: dotted 1px #999;
	padding: 15px 20px;
	margin-bottom: 0;
}

.box-simple.box-white .icon {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.box-simple.box-white p {
	color: #999;
	margin-bottom: 5px;
}

.box-simple.box-dark {
	border: dotted 1px #999;
	padding: 15px 20px;
	margin-bottom: 0;
	color: #fff;
	background: #555;
}

.box-simple.box-dark .icon {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.box-simple.box-dark p {
	margin-bottom: 5px;
	color: #fff;
}

/* Exco */

.team-member {
	margin-bottom: 40px;
}

.team-member .image {
	margin-bottom: 1rem;
}

.team-member a {
	color: #333;
}

.team-member a:hover {
	color: #333;
}

.team-member h3 {
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.team-member p.role {
	font-size: 1rem;
	text-transform: capitalize;
	color: #999;
	margin-bottom: 0;
}

.team-member p {
	color: #999;
	font-size: 0.8rem;
}

.team-member-detail p:not(.lead) {
	color: #555;
	font-size: 0.9rem;
}

/* Pills */

@media (max-width: 767px) {
	.nav-pills {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.nav-pills .nav-link {
	border-radius: 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #333333;
}

.tab-content {
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 0.9rem;
}

/* Footer */

.footer-bottom {
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 5rem;
	padding: 40px 0 30px;
	border-top: 1px solid #666;
	background: #1e1e1e;

}

.copyright-text p {
	color: #ccc;
	margin-top: 9px;
	margin-bottom: 0;
}

.social-link li {
	display: inline-block;
	margin: 0 5px;
}

.social-link li a {
	color: #ccc;
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	transition: .5s;
}

.social-link li a:hover {
	color: red;
}