/**
* Template Name: Amoeba - v2.0.0
* Template URL: https://bootstrapmade.com/free-one-page-bootstrap-template-amoeba/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #777;
  font-size: 13px;
	line-height: 25px;
}

a {
  color: #43aea0;
}

a:hover {
  color: #00d3b8;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Lato", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #8d90b9;
  color: #FFF;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #FFF;
  background: #7b7da8;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
     width: 100%;
     padding: 30px 30px;
     background: transparent;
     position: absolute;
     z-index: 999;
}
.logo {
     text-align: center;
     margin-top: -33px !important;
     max-width: 130px;
     padding: 35px 0 28px 0;
     margin: 0 auto;
}

.banner_main {
     background: url(../../assets/img/banner.jpg);
     padding: 310px 0px 0px 0px;
     background-size: cover;
     background-repeat: no-repeat;
     min-height: 860px;
}
.text-bg {
     text-align: center;
}
.text-bg h1 {
     color: #fff;
     font-size: 55px;
     line-height: 80px;
     padding-bottom: 25px;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 30px;
     text-align: center;
}
.text-bg span {
     color: #fff;
     font-size: 18px;
     line-height: 40px;
     letter-spacing: 10px;
}
#banner1 .carousel-caption {
     position: inherit;
     padding: 0;
}
#banner1 .carousel-indicators {
     display: none;
}

@media (min-width: 769px) and (max-width: 991px) {
	.text-bg h1 {
			font-size: 40px;
			letter-spacing: 35px;
			line-height: 55px;
	}
	.text-bg span {
			font-size: 16px;
			letter-spacing: 4px;
	}
}
@media (max-width: 768px) {
	.header {
			padding: 30px 0px 15px 0px;
	}
	.logo {
			float: center;
			margin-top: 0px !important;
	}
	.banner_main {
			padding: 249px 0px 0px 0px;
			min-height: 600px;
	}
	.text-bg h1 {
			font-size: 38px;
			letter-spacing: 20px;
			padding-bottom: 20px;
			line-height: 50px;
	}
	.text-bg span {
			font-size: 16px;
			letter-spacing: 5px;
			line-height: 30px;
	}
	.sp_none{
		display: none;
	}
}
@media (max-width: 575px) {
	.logo {
			float: center;
			margin-top: 0px !important;
	}
	.text-bg h1 {
			font-size: 30px;
			letter-spacing: 15px;
			padding-bottom: 20px;
			line-height: 50px;
	}
	.text-bg span {
			font-size: 14px;
			letter-spacing: 5px;
			line-height: 30px;
	}
	.sp_none{
		display: none;
	}
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
}

.section-bg {
  background-color: #04064d;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
	position: relative;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #04064d;
	letter-spacing: 3px;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
#about .row {
	align-items: center;
}
#about .row p {
  font-size: 17px;
	line-height: 34px;
}
@media (max-width: 768px) {
	#about .row p {
		font-size: 14px;
		line-height: 28px;
	}
}

.about h3 {
	margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #70b9b0;
}

.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background: linear-gradient(rgba(1, 41, 42, 0.5), rgba(7, 56, 57, 0.5)), url("../img/bg_service.jpg") fixed center center;
  background-size: cover;
  padding: 100px 0;
}

.services .icon-box {
  padding: 5px;
  text-align: center;
}
@media (max-width: 768px) {
	.services .icon-box {
		padding: 5px 15px;
	}
}

.services .icon {
  display: flex;
  justify-content: center;
  margin: 15px;
}

.services .icon i {
  color: #FFF;
  font-size: 50px;
}

.services h3 {
  margin: 15px 0 20px;
  font-size: 26px;
  color: #FFF;
	letter-spacing: 5px;
}
.services h3 span {
	display: block;
	font-size: 13px;
	margin-top:  10px;
}
 
.serviceBox{
	padding: 15px 20px;
	background: #FFF;
}

.services h4 {
	position: relative;
  font-weight: 700;
  margin: 15px 0 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #04064d;
  transition: 0.3s;
}
.services h4:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #04064d;
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.page-ttl {
	background: url(../img/banner.jpg) center center/cover no-repeat;
	padding: 14em 0 6em;
	position: relative;
}
.page-ttl h2 {
	color: #fff;
	text-align: center;
}
#form{
	max-width: 860px;
	margin: 0 auto;
}
#form dt{
	vertical-align:top;
}
.input_text{
	margin-bottom:3px;
}
.input_text span{
	font-size:10px;
	color: #04064d;
}
#form label{
	font-size:14px;
	display:block;
}
#form .txtInput{
	width:100%;
	margin-bottom:20px;
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
#form select{
	width:100%;
	margin-bottom:20px;
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}
#form textarea{
	width:100%;
	height:100px;
	padding:5px;
	font-size:11px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
}
#form .date{
	width:30%;
	margin-bottom:15px;
	padding:10px 5px;
	line-height:1.3;
	border:1px solid #e5e5e5;
	border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	background:#FFF;
	box-sizing:border-box;
	-webkit-transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
}

#form .txtInput:focus,#form select:focus,#form textarea:focus{
	background: #FFF;
	box-shadow: inset 0 0 5px rgba(8, 1, 3, 0.1);
}
.labelfocus {
	color:#000 !important;
	font-weight:bold;
}
.btn , .btn1 {
	width:100%;
	margin:0 auto;
}
button.btn , input.btn {
	display: block;
	width: 220px;
	margin: 15px auto 0;
	border-radius:50px;
	color: #FFF;
	font-size:15px;
	font-weight:500;
	text-align: center;
	line-height:2.9;
	background: #04064d;
	cursor:pointer;
}
button.btn:hover {
	color: #ffee37;
}

@media screen and (min-width: 769px) {
	#form{
		max-width: 860px;
		margin: 0 auto;
	}
	#form dt{
		vertical-align:top;
	}
	.input_text{
		margin-bottom:3px;
	}
	.input_text span{
		font-size:10px;
		color: #04064d;
	}
	#form label{
		font-size:16px;
		display:block;
	}
	#form .txtInput{
		width:100%;
		margin-bottom:20px;
		padding:10px 5px;
		line-height:1.3;
		border:1px solid #e5e5e5;
		border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
		background:#FFF;
		box-sizing:border-box;
		-webkit-transition: box-shadow 0.2s, background 0.2s;
		transition: box-shadow 0.2s, background 0.2s;
	}
	#form select{
		width:100%;
		margin-bottom:20px;
		padding:10px 5px;
		line-height:1.3;
		border:1px solid #e5e5e5;
		border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
		background:#FFF;
		box-sizing:border-box;
		-webkit-transition: box-shadow 0.2s, background 0.2s;
		transition: box-shadow 0.2s, background 0.2s;
	}
	#form textarea{
		width:100%;
		height:100px;
		padding:5px;
		font-size:11px;
		line-height:1.3;
		border:1px solid #e5e5e5;
		border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
		background:#FFF;
		box-sizing:border-box;
	}
	#form .txtInput:focus,#form textarea:focus{
		background: #FFF;
		box-shadow: inset 0 0 5px rgba(8, 1, 3, 0.1);
	}
	.labelfocus {
		color:#222 !important;
		font-weight:bold;
	}
	.btn{
		width:100%;
		margin:0 auto;
	}
	button.btn , input.btn {
		display: block;
		width: 320px;
		margin: 25px auto 0;
		border-radius:4px;
		color: #FFF;
		font-size:18px;
		font-weight:500;
		text-align: center;
		line-height:2.9;
		background: #04064d;
		cursor:pointer;
	}
}


.btmContact {
	width:auto;
	margin: 25px -15px 0;
	padding: 0;
	justify-content:center;
	display:flex;
	flex-wrap:wrap;
}
.btmContact li {
	position:relative;
	padding: 0 15px;
	flex: 0 0 33.3333333333%;
	width:100%;
	max-width: 33.3333333333%;
	min-height:1px;
	list-style: none;
}
  @media (max-width: 767.98px) {
	.btmContact {
		width:auto;
		margin: 0 -20px 0;
		padding: 0;
		justify-content:center;
		display:flex;
		flex-wrap:wrap;
	}
	.btmContact li {
		position:relative;
		flex: 0 0 91.6666666667%;
		width:100%;
		max-width: 91.6666666667%;
		margin: 15px 0 0;
		min-height:1px;
		list-style: none;
	}
}
.btmContact li input {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	height:74px;
	border:0;
}
.btnSend {
	background: #04064d;
	color: #FFF;
}
.btnBack {
	background: #888;
	color: #FFF;
}



/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/
.company {
	background-color: #04064d;
  background-image: url("../img/bg_map.png");
  background-repeat: no-repeat;
  background-position: center;
}
.companyWrap dl {
	-js-display: flex;
	display: flex;
	justify-content:space-between;
	margin: 0;
	padding: 25px 0;
	border-top: solid 1px #e8e8e8;
}
.companyWrap dt {
	margin: 0;
	padding-left: 5px;
	flex-basis: 30%;
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	line-height: 1.8;
	text-align: left;
}
.companyWrap dd {
	margin: 0;
	flex-basis: 70%;
	font-size: 1rem;
	color: #FFF;
	line-height: 1.8;
	text-align: left;
}
.companyWrap dd ul {
	margin: 1rem 0 0;
	padding: 0;
}
@media (max-width: 768px) {
	.companyWrap dt {
		font-size: 0.7rem;
	}
	.companyWrap dd {
		font-size: 0.7rem;
	}
}



/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -10px;
}

.map iframe {
  width: 100%;
  height: 380px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #110d11;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
