@CHARSET "UTF-8";
/**
COLORS:
----------------------------

primary: #2a9f44
secondary: #155724
third: #6ec382
----------------------------
*/
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
}
b, strong {
    font-weight: bold !important;
}
footer {
    font-size: 12px;
    background-color:#155724;
    padding:40px 0 10px 0;
}
footer a {
	color:#ffffff;
}
footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
footer p {
	color:#6ec382;
}
footer h6 {
	color:#6ec382;
	font-weight:normal;
	text-transform:uppercase;
}
.list-footer li a {
	color:#6ec382;
}
.list-footer li a span.social-links {
	text-transform: none;
    left: 60px;
    position: absolute;
    margin-top: 6px;
}
.list-footer li a:hover {
	color:#ffffff;
	text-decoration:none;
}
.list-footer li ul {
	display:none;
}
a {
	color:#2a9f44;
}
a:hover {
	color:#155724;
	text-decoration:none;
}
h1, h2, h3, h4 {
	color:#155724;
	font-weight:bold;
}
.navbar-nav {
    font-size: 18px;
    font-weight:bold;
}
.navbar-nav li a {
	color:#2a9f44 !important;
	padding:10px 10px 20px 10px;
}
.navbar-nav li a:hover {
	color:#155724 !important;
	text-decoration:none;
}
.navbar-nav li ul {
	background-color:#ffffff;
	font-size:14px;
	list-style:none;
	margin:0;
	position:absolute;
	padding:20px 40px;
	box-shadow: 6px 4px 5px -2px rgba(0,0,0,.2);
	-webkit-box-shadow: 6px 4px 5px -2px rgba(0,0,0,.2);
	-moz-box-shadow: 6px 4px 5px -2px rgba(0,0,0,.2);
	-es-box-shadow: 6px 4px 5px -2px rgba(0,0,0,.2);
	-o-box-shadow: 6px 4px 5px -2px rgba(0,0,0,.2);
	display:none;
}
.navbar-nav li:hover ul {
	display:block;
}
.navbar-nav li ul li a {
	padding:5px 0;
	display:block;
}
nav.bg-dark {
	background-color:#ffffff !important;
	box-shadow: -1px 6px 5px -2px rgba(0,0,0,.2);
	-webkit-box-shadow: -1px 6px 5px -2px rgba(0,0,0,.2);
	-moz-box-shadow: -1px 6px 5px -2px rgba(0,0,0,.2);
	-es-box-shadow: -1px 6px 5px -2px rgba(0,0,0,.2);
	-o-box-shadow: -1px 6px 5px -2px rgba(0,0,0,.2);
}
.news-section {
	padding:80px 0;
	background-color:#eaeaea;
}
.news-section img {
	height:210px;
	width:100%;
	object-fit:cover;
	onject-position:50% 50%;
}
.card-title a {
	color:#155724;
	font-size:18px;
	padding-bottom:30px;
	display:block;
}
.card-title a:hover {
	text-decoration:none;
	color:#2a9f44;
}
.section-title {
	margin-bottom:20px;
}
.carousel-item {
	height:80vh;
}
.carousel-caption {
    right: auto;
    bottom: 0;
    left: 0;
    padding: 60px;
    max-width: 80%;
    text-align:left;
}
.carousel-caption h1 {
	color:#ffffff;
	font-size:64px;
}
.carousel-caption p {
	color:#ffffff;
	font-size:16px;
}
.services-section {
	padding:80px 0;
}
.services-section .nav-tabs {
	bottom:0;
	position:absolute;
}
.services-section img {
	height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    margin:0 -15px;
}
.service-text {
	background-color:rgba(21,87,36,0.8);
	position:absolute;
	bottom:0;
	left:0;
	padding:40px;
	width:300px;
}
.service-text h3 {
	margin-bottom:20px;
	display:block;
	width:250px;
}
.service-text a {
	color:#ffffff;	
}
.service-text a:hover {
	color:#eaeaea;
	text-decoration:none;
}
.service-text p {
	color:#eaeaea;
}
.nav-tabs {
	border:none;
}
.nav-tabs li {
	float: none;
    clear: both;
    display: block;
    width: 100%;
}
.nav-tabs li.active a {
	background-color:#155724;
	color:#ffffff;
	box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-es-box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 10px 10px rgba(0,0,0,.5);
}
.nav-tabs li:last-child.active a {
	box-shadow: none;
}
.nav-tabs li a {
	padding:20px 40px;
	display:block;
	border-top:1px solid #eaeaea;
	color:#2a9f44;
	font-weight:bold;
}
.nav-tabs li a:hover {
	text-decoration:none;
	background-color:#155724;
	color:#ffffff;
}
.nav-tabs li:last-child a {
	border-bottom:1px solid #eaeaea;
}
.quote-section {
	background-image:url(../media/quote-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.quote-section .bg-blue {
	padding:150px 0;
	background-color:rgba(21,87,36,0.6);
	display:block;
}
.quote-section h1 {
	color:#ffffff;
	font-size:45px;
}
.career-section {
	padding:80px 0;
}
.career-section h2 {
	margin-bottom:60px;
	display:block;
}
.career-section h4 {
	margin:20px 0;
}
.career-section i {
	color:#155724;
}
.img-responsive {
	max-width:100%;
}
.book-box {
	position:absolute;
	top:120px;
	right:200px;
	z-index:1;
	padding:40px;
	background-color:#ffffff;
	border:1px solid #eaeaea;
	box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-es-box-shadow: 0 10px 10px rgba(0,0,0,.5);
	-o-box-shadow: 0 10px 10px rgba(0,0,0,.5);
}
.md-form input[type=text]:focus:not([readonly]), 
.md-form input[type=email]:focus:not([readonly]),
.md-form input[type=number]:focus:not([readonly]) {
	border-bottom:1px solid #2a9f44;
	box-shadow:0 1px 0 0 #2a9f44;
	-webkit-box-shadow:0 1px 0 0 #2a9f44;
	-moz-box-shadow:0 1px 0 0 #2a9f44;
	-es-box-shadow:0 1px 0 0 #2a9f44;
	-o-box-shadow:0 1px 0 0 #2a9f44;	
}
.md-form input[type=text]:focus:not([readonly]) + label,
.md-form input[type=email]:focus:not([readonly]) + label,
.md-form input[type=number]:focus:not([readonly])+label { 
	color:#2a9f44;
}
.form-control:focus {
	border-color: #64d37d;
}
.btn-default {
	background-color:#155724 !important;
}
.card .card-body .card-text {
	font-size:16px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#2a9f44;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#6ec382;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link:hover, .navbar.navbar-dark .navbar-toggler, .navbar.navbar-dark form .md-form .form-control {
	color:#2a9f44;
}
.carousel-item::before {
    content: ' ';
    background-color: rgba(21,87,36,0.4);
    display: block;
    width: 100%;
    height: 100%;
}
.clearfix {
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.carousel-control-next, .carousel-control-prev {
	width:5%;
}
.btn-slider {
	background-color:#e2e3e8 !important;
	color:#155724 !important;
}
.blog-image {
	text-align:center;
}
.blog-image img {
	max-height:300px;
	width:auto;
	margin:auto;
}
img.contact-logo {
	margin:auto;
}
.md-form p {
	color: #757575;
}
.container .gallery a img {
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
	position: relative;
}
.sl-wrapper .sl-image .sl-caption {
	background:#155724 !important;
}
.md-form label span {
    font-size: 10px;
}
.language {
    position: absolute;
    right: 20px;
    top: 10px;
}
.language img {
	height:10px;
	width:auto;
}