@font-face {
	font-family: "Helvetica";
	src: url("helveticaneuel.ttf") format("truetype");
}

.slide, .inner {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
}

.car .owl-dots {
	position: absolute !important;
    width: 100% !important;
    top: 80% !important;
    left: 0 !important;
}

.car .header-inner {
	position: absolute;
	width: 100%;
	left: 0;
	top: 27%;
	color: #fff;
	text-align: center;
}

.car .header-inner h2 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.5em;
}

.car .header-rule {
	border-left: 2px solid #fff;
	border-top: none;
	width: 2px;
	height: 40px;
}

.car .direct {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2%;
	color: #fff;
	text-align: center;
}

.car .direct a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 50px;
}

/* --------------------------------------
  Navbar
  -------------------------------------- */
.navbar {
	min-height: 80px;
	margin-bottom: 0px;
	background: #333;
	border:none;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 400;
	background: transparent;
}

.navbar-brand {
	padding-top: 5px;
}

.navbar-brand img {
	height: 60px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
	color: #3CA74A;
	font-weight: 700;
}

/* --------------------------------------
  Subsidiaries
  -------------------------------------- */
.sub-title {
	background: #4B4949;
	padding-top: 40px;
	padding-bottom: 40px;
}

.sub-title h3 {
	color: #fff;
	letter-spacing: 3px;
	margin: 0px;
}

.sub-title .mini-rule {
	margin-bottom: 0px !important;
}

.subsidiaries .slide {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.subsidiaries .slide .overlay {
	transition-duration: 0.6s;
}

.subsidiaries .slide:hover .overlay {
	opacity: 0;
}

.subsidiaries .slide .slide-title {
	position: absolute;
	top: 5%;
	left: 5%;
	color: #fff;
}

.subsidiaries .slide .slide-title h3 {
	margin: 0px;
	letter-spacing: 2px;
	font-size: 16px;
	line-height: 1.3em;
}

.subsidiaries .slide .slide-title a {
	color: #fff;
	text-decoration: none !important;
}


.subsidiaries .slide .learn-more {
	position: absolute;
    	bottom: 25%;
    	left: -18%;
    	transform: rotate(-90deg);
}

.subsidiaries .slide .learn-more a {
	color: #fff;
	letter-spacing: 5px;
	font-size: 14px;
	text-decoration: none !important;
}

.subsidiaries .owl-dots {
	display: none !important;
}

.subsidiaries .owl-prev {
	float: left !important;
	font-size: 30px !important;
}

.subsidiaries .owl-next {
	float: right !important;
	font-size: 30px !important;
}

/* --------------------------------------
  Foot Contact
  -------------------------------------- */
.foot-contact {
	padding-top: 60px;
	padding-bottom: 80px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url('../images/back1.jpg');
}

.foot-contact h3 {
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #fff;
}

.mini-rule {
	width: 60px;
	border-top: 2px solid #3AB54A;
	margin-top: 10px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}

.foot-contact .form-control {
	border-radius: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: none;
	background: rgba(101,102,106,0.6);
	letter-spacing: 1px;
	box-shadow: none;
	min-height: 50px;
	color: #fff;
}

.foot-contact textarea {
	resize: none;
}

.frm-btn {
	padding: 10px 40px;
	background: #3AB54A;
	color: #fff;
	letter-spacing: 1px; 
	border: none;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
}


.socials li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}

.socials li img {
	height: 30px;
}

.foot-contact ::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.foot-contact :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.foot-contact ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 1px;
}

.foot-contact :-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
  font-size: 12px;
  letter-spacing: 1px;
}

.content-list li {
	list-style: none;
	color: #fff;
	margin-bottom: 20px;
}

.content-list li i {
	float: left;
	margin-right: 20px;
	font-size: 30px;
}

.content-list li p {
	display: table;
}

.content-list li a {
	color: #3AB54A;
	text-decoration: none !important; 
}
/* --------------------------------------
  Footer
  -------------------------------------- */
footer {
	background: #1D1A1A;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 80px !important;
}

footer p {
	color: #8C8C8C;
	margin-bottom: 0px;
}

/* --------------------------------------
  Global Styles
  -------------------------------------- */
html,body {
	height: 100%;
  	font-family: 'Barlow', sans-serif;
  	letter-spacing: 1px;
}

.flexall {
	display: flex;
} 

p {
	font-family: Helvetica;
}

@media (min-width: 768px) {
	.flex {
		display: flex;
	}

	.collapse {
		display: block;
	}

	.navbar {
		background: transparent;
		border:none;
	}

	.hold-nav {
		position: absolute;
		top: 0;
		z-index: 5;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.navbar .container {
		border-bottom: 1px solid #fff;
		min-height: 80px;
	}

	.navbar-nav {
		margin-top: 15px;
	}
}

@media(max-width: 768px) {
	.content-list {
		padding-left: 0px;
	}

	.subsidiaries .slide .learn-more {
		left: -10%;
	}
}

@media(max-width: 468px) {
	.content-list {
		margin-top: 40px;
	}

	.flex-xs {
		display: flex;
	}

	.navbar-toggle {
		border: none !important;
		background: transparent !important;
		margin-top: 22px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-nav {
		margin-top: 20px;
		border-top: 1px solid #fff;
	}

	.slide {
		height: 90vh;
	}
}


@media(min-width: 1200px) {
	.subsidiaries .slide .learn-more {
		left: -10%;
	}
}

