body {
	font-family: 'Lato', sans-serif;
	line-height: 1.6;
	font-size: 16px;
	background: #fff;
	color: #373737;
	font-weight: 300;
	overflow-x: hidden;
}
body.ech-offcanvas {
	overflow: hidden;
}
div#content-body {
	margin-top: 40px;
}
a {
	color: #197ca3;
	-webkit-transition: 0.5s, ease;
	-o-transition: 0.5s, ease;
	transition: 0.5s, ease;
}
a:hover {
	text-decoration: none;
	color: #135772;
}
.container a, .container-fluid a {
	font-weight: bold;
}
p, ul, ol {
	margin-bottom: 1.5em;
	font-size: 18px;
	color: #373737;
/*	font-family: "source-sans-pro", sans-serif;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #0071bb;
/*	font-family: "acier-bat-solid", sans-serif;*/
	font-weight: 400;
	margin: 0 0 30px 0;
}
h3 .home {
/*	font-family: "acier-bat-outline", sans-serif;*/
}
figure {
	margin-bottom: 2em;
}

::-webkit-selection {
 color: #fcfcfc;
 background: #137c84;
}

::-moz-selection {
 color: #fcfcfc;
 background: #137c84;
}
::selection {
	color: #fcfcfc;
	background: #137c84;
}
.stuck {
	position: fixed !important;
	top: 0 !important;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
table thead {
	background: #137c84;
	color: white;
}
table td, table th {
	padding: 8px;
}
table tbody tr {
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}
table tbody tr:last-child {
	border-bottom: none;
}
header {
	background: #2aa8e0;
}
.header-top {
	padding: 10px 0;
	background: #137c84;
}
#site-logo {
	width: 360px;
}
/* Slider */
.container-fluid[data-ref="430777"] {
	margin: 0 -15px;
}
#content-body[data-ref="430777"] {
	display: none;
}
#home-carousel {
	margin-bottom: 30px;
}
.carousel-caption {
	bottom: 0;
}

.carousel-caption h3 {
	color: white;
	background: rgb(0,0,0,0.3);
	padding: 20px;
}

.breadcrumb {
	background: none;
}
/* Nav */
#navbar ul.nav {
	margin-top: 20px;
}
#navbar ul.nav a {
	font-weight: bold;
	color: white;
}
#navbar ul.nav li.active {
	background: #0071bb;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: #0071bb;
	color: white;
}
.navbar-nav {
	font-size: 14px;
}
span.icon-bar {
	background: black;
}
.nav-header {
	position: relative;
	float: left;
	width: 100%;
}
.navbar {
	margin-bottom: 0;
}
.site-header.has-image #primary-menu .sub-menu {
	border-color: #ebebeb;
	-webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
	display: none;
}
.tabulation {
	width: 100%;
	float: left;
	margin-top: -3em;
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
	-ms-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
	-o-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
}
.tabulation label {
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
}

@media screen and (max-width: 480px) {
.tabulation label {
	width: 40%;
}

.carousel-caption{
  bottom: -20px
} 

.carousel-caption h3{
  font-size: 16px;
}

}
.tabulation input[type="text"] {
	background: rgba(0, 0, 0, 0.05);
	border: none;
	box-shadow: none;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	color: #137c84 !important;
}
.tabulation input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #137c84 !important;
}
.tabulation input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #137c84 !important;
}
.tabulation input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #137c84 !important;
}
.tabulation input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #137c84 !important;
}

@media screen and (max-width: 480px) {
.tabulation input[type="text"] {
	width: 55%;
	float: right;
}
}

@media screen and (max-width: 480px) {
.tabulation .cs-select {
	width: 55%;
	float: right;
}
}
.tab-content {
	padding: 30px;
}
.tab-content .btn {
	border: 1px solid red !important;
}
.nav-tabs {
	border: none;
}
.nav-tabs a {
	border: none !important;
	font-weight: bold;
	padding: 15px 20px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

@media screen and (max-width: 768px) {
.nav-tabs a {
	font-weight: normal;
	font-size: 13px;
	padding: 15px 10px !important;
}
}
.nav-tabs .active a {
	border: none !important;
	background: #137c84 !important;
	color: #fff !important;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.nav-tabs:hover a, .nav-tabs:focus a {
	border: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.mt {
	margin-bottom: 20px;
}
div.cs-select span {
	padding: 10px 10px;
}
.cs-skin-border {
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 829px) {
.cs-skin-border {
	max-width: 829px !important;
}
}

@media screen and (max-width: 30em) {
.cs-skin-border {
	font-size: 16px;
}
}
.cs-skin-border span {
	font-size: 13px;
}
.cs-skin-border span:hover {
	background: rgba(0, 0, 0, 0.05) !important;
}
.cs-skin-border > span {
	border: transparent;
	background: rgba(0, 0, 0, 0.05);
	color: #137c84;
}
.cs-skin-border > span::after {
	font-size: 14px !important;
	content: '\e94d' !important;
	font-family: "icomoon";
}
.cs-skin-border .cs-selected > span::after {
	font-size: 14px !important;
}
.cs-skin-border.cs-active > span {
	background: rgba(0, 0, 0, 0.05) !important;
	color: #137c84;
}
.cs-select .cs-options {
	-webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
	-ms-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
	-o-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
#ech-work-section, #ech-car, #ech-blog-section, #ech-features, #ech-tours, #ech-testimonial, .ech-content-section {
	padding: 3em 0;
}

@media screen and (max-width: 768px) {
#ech-work-section,  #ech-car,  #ech-blog-section,  #ech-features,  #ech-tours,  #ech-testimonial,  .ech-content-section {
	padding: 4em 0;
}
}
.ech-section-gray {
	background: rgba(0, 0, 0, 0.04);
	padding: 3em;
}
.heading-section {
	padding-bottom: 1em;
	margin-bottom: 5em;
}
.heading-section:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	background: #137c84;
}
.heading-section h3 {
	font-size: 40px;
	font-weight: 400;
	position: relative;
}
.heading-section p {
	font-size: 20px;
}
.section-name {
	font-size: 20px;
}
#side-nav-ul li {
	border-bottom: 1px dotted #ccc;
}
.heading-title {
	font-size: 40px;
	margin-bottom: 1.5em;
}
.ech-tours {
	margin-bottom: 30px;
}
.ech-tours > div {
	display: block;
	color: #000;
	position: relative;
	bottom: 0;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ech-tours > div img {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ech-tours > div:after {
	opacity: 1;
	visibility: visible;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 8;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ech-tours > div .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	z-index: 12;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ech-tours > div .desc h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	opacity: 1;
	font-size: 45px;
	font-weight: 400;
	visibility: visible;
	margin-bottom: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ech-tours > div .desc span {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 5px;
}
.ech-tours > div .desc .price {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.ech-tours > div .desc .btn {
	opacity: 1;
	border: 2px solid #fff !important;
	color: #fff !important;
	letter-spacing: 1px !important;
	font-weight: 400 !important;
}
.ech-tours > div .desc .btn:hover, .ech-tours > div .desc .btn:focus, .ech-tours > div .desc .btn:active {
	border: 2px solid #137c84 !important;
	background: #137c84 !important;
	color: #fff !important;
}
.ech-tours > div:hover {
	-webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.ech-tours > div:hover:after {
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
	background: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
.ech-tours > div:hover:after {
	opacity: 0;
	visibility: hidden;
}
}
.ech-tours > div:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {
.ech-tours > div:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
}
.flight-book {
	width: 100%;
	float: left;
	margin-bottom: 1px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flight-book .plane-name {
	width: 40%;
	float: left;
	padding: 6px 20px;
	background: #137c84;
}
.flight-book .plane-name .p-flight {
	font-size: 18px;
	color: #fff;
}
.flight-book .desc {
	width: 60%;
	float: right;
	background: #00AD7C;
	padding: 6px 20px;
}
.flight-book .desc .left {
	float: left;
}
.flight-book .desc h4, .flight-book .desc span {
	color: #fff;
}
.flight-book .desc h4 {
	margin-bottom: 0;
}
.flight-book .desc .right {
	float: right;
	font-size: 25px;
}
.flight-book .desc .right i {
	font-weight: 300;
}
.flight-book .desc .right .price {
	font-weight: 400;
}
#ech-car .car {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#ech-car .car .one-4 {
	width: 40%;
	float: left;
	background: #137c84;
	padding: 30px;
}
#ech-car .car .one-4 h3, #ech-car .car .one-4 span {
	color: #fff;
}
#ech-car .car .one-4 span {
	display: block;
	font-weight: 400;
	font-size: 20px;
}
#ech-car .car .one-4 small {
	font-size: 14px;
}
#ech-car .car .one-1 {
	width: 60%;
	float: right;
	height: auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.feature-left {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}
.feature-left .icon {
	float: left;
	text-align: center;
	width: 15%;
}

@media screen and (max-width: 992px) {
.feature-left .icon {
	width: 10%;
}
}

@media screen and (max-width: 768px) {
.feature-left .icon {
	width: 15%;
}
}
.feature-left .icon i {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	color: #137c84;
}
.feature-left .feature-copy {
	float: right;
	width: 80%;
}

@media screen and (max-width: 992px) {
.feature-left .feature-copy {
	width: 90%;
}
}

@media screen and (max-width: 768px) {
.feature-left .feature-copy {
	width: 85%;
}
}

@media screen and (max-width: 480px) {
.feature-left .feature-copy {
	width: 80%;
}
}
.feature-left .feature-copy h3 {
	font-size: 18px;
	color: #1a1a1a;
	margin-bottom: 10px;
}
.feature-left .feature-copy p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}
#ech-destination {
	width: 100%;
	padding: 0;
	margin: 0;
}
#ech-destination-list {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}
#ech-destination-list li {
	display: table;
	padding: 0;
	margin: 0;
	list-style: none;
	min-height: 220px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	clear: left;
	position: relative;
}

@media screen and (max-width: 480px) {
#ech-destination-list li {
	margin-left: 0;
}
}
#ech-destination-list li .title-bg {
	min-height: 220px;
	padding: 2em;
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background: #00AD7C;
	z-index: 12;
}
#ech-destination-list li .title-bg h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 40px;
}
#ech-destination-list li .title-bg span {
	text-transform: uppercase;
	letter-spacing: 2px;
}
#ech-destination-list li .title-bg span a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	border: 1px solid #fff;
	padding: 5px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

@media screen and (max-width: 768px) {
#ech-destination-list li .title-bg h2 {
	font-size: 24px;
}
}
#ech-destination-list li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 8;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#ech-destination-list li > a {
	min-height: 220px;
	padding: 2em;
	position: relative;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
}
#ech-destination-list li > a:after {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	content: "";
	border: 2px solid rgba(255, 255, 255, 0.8);
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#ech-destination-list li > a .case-studies-summary {
	width: auto;
}

@media screen and (max-width: 768px) {
#ech-destination-list li > a .case-studies-summary {
	bottom: 1em;
	left: 1em;
	right: 1em;
}
}
#ech-destination-list li > a .case-studies-summary span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}
#ech-destination-list li > a .case-studies-summary h2 {
	color: #fff;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
}

@media screen and (max-width: 768px) {
#ech-destination-list li > a .case-studies-summary h2 {
	font-size: 24px;
}
}
#ech-destination-list li:hover:after {
	-webkit-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	-ms-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 91px 0px rgba(0, 0, 0, 0.75);
	background: rgba(0, 0, 0, 0.3);
}
#ech-destination-list li:hover > a:after {
	opacity: 1;
}
#ech-destination-list li:hover > a .case-studies-summary h2 {
	margin-top: -5px;
}
#ech-destination-list li.two-third {
	width: 65.6%;
}

@media screen and (max-width: 768px) {
#ech-destination-list li.two-third {
	width: 49%;
}
}

@media screen and (max-width: 480px) {
#ech-destination-list li.two-third {
	width: 100%;
}
}
#ech-destination-list li.one-third {
	width: 32.3%;
}

@media screen and (max-width: 768px) {
#ech-destination-list li.one-third {
	width: 49%;
}
}

@media screen and (max-width: 480px) {
#ech-destination-list li.one-third {
	width: 100%;
}
}
#ech-destination-list li.one-forth {
	width: 25%;
}

@media screen and (max-width: 768px) {
#ech-destination-list li.one-forth {
	width: 49%;
}
}

@media screen and (max-width: 480px) {
#ech-destination-list li.one-forth {
	width: 100%;
}
}
#ech-destination-list li.one-half {
	width: 50%;
}

@media screen and (max-width: 480px) {
#ech-destination-list li.one-half {
	width: 100%;
}
}
#ech-testimonial {
	position: relative;
	background: #00AD7C;
}
#ech-testimonial .ech-heading h2 {
	color: white;
}
#ech-testimonial .box-testimony {
	margin-bottom: 2em;
	float: left;
}
#ech-testimonial .box-testimony a {
	color: rgba(255, 255, 255, 0.5);
}
#ech-testimonial .box-testimony a:hover, #ech-testimonial .box-testimony a:focus, #ech-testimonial .box-testimony a:active {
	color: white;
	text-decoration: none;
}
#ech-testimonial .box-testimony blockquote {
	padding-left: 0;
	border-left: none;
	padding: 40px;
	background: #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#ech-testimonial .box-testimony blockquote:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 40px;
	border-top: 15px solid black;
	border-top-color: #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
#ech-testimonial .box-testimony blockquote .quote {
	position: absolute;
	top: 0;
	left: 10px;
	text-align: center;
	font-size: 30px;
	line-height: 0;
	display: table;
	color: #fff;
	width: 56px;
	height: 56px;
	margin-top: -30px;
	background: #00AD7C;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#ech-testimonial .box-testimony blockquote .quote > span {
	display: table-cell;
	vertical-align: middle;
}
#ech-testimonial .box-testimony blockquote p {
	letter-spacing: 1px;
}
#ech-testimonial .box-testimony .author {
	line-height: 20px;
	color: white;
	font-size: 20px;
	margin-left: 20px;
}
#ech-testimonial .box-testimony .author .subtext {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
}
#ech-features {
	padding: 3em 0;
}
#ech-features .feature-left {
	margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
#ech-features .feature-left {
	margin-bottom: 30px;
}
}
#ech-features .feature-left .icon i {
	color: #d9d9d9 !important;
}
#ech-features .feature-left .icon {
	float: left;
	text-align: center;
	width: 15%;
}

@media screen and (max-width: 992px) {
#ech-features .feature-left .icon {
	width: 10%;
}
}

@media screen and (max-width: 768px) {
#ech-features .feature-left .icon {
	width: 15%;
}
}
#ech-features .feature-left .feature-copy {
	float: right;
	width: 80%;
}

@media screen and (max-width: 992px) {
#ech-features .feature-left .feature-copy {
	width: 90%;
}
}

@media screen and (max-width: 768px) {
#ech-features .feature-left .feature-copy {
	width: 85%;
}
}

@media screen and (max-width: 480px) {
#ech-features .feature-left .feature-copy {
	width: 80%;
}
}
#ech-features .feature-left h3 {
	font-size: 16px;
	font-weight: 700;
}
#ech-features .feature-left p {
	font-size: 15px;
}
#ech-features .feature-left p:last-child {
	margin-bottom: 0;
}
#ech-services, #ech-about, #ech-contact {
	padding: 3em 0;
}

@media screen and (max-width: 768px) {
#ech-services,  #ech-about,  #ech-contact {
	padding: 4em 0;
}
}
#ech-services .ech-number {
	font-size: 30px;
	color: #137c84;
	position: relative;
	padding-top: 10px;
	font-style: italic;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
#ech-services .ech-number:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
	background: #137c84;
}
#ech-services .ech-icon {
	margin-bottom: 30px;
	margin-top: 50px;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
}

@media screen and (max-width: 768px) {
#ech-services .ech-icon {
	margin-top: 0px;
	float: none;
}
}
#ech-services .ech-icon i {
	font-size: 200px;
	color: #137c84;
}

@media screen and (max-width: 768px) {
#ech-services .ech-icon i {
	font-size: 100px;
}
}
#ech-contact .contact-info {
	margin: 0;
	padding: 0;
}
#ech-contact .contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px;
}
#ech-contact .contact-info li i {
	position: absolute;
	top: .3em;
	left: 0;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.3);
}
#ech-contact .contact-info li a {
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.3);
}
#ech-contact .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 18px;
	font-weight: 400;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
#ech-contact .form-control:focus, #ech-contact .form-control:active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#ech-contact input[type="text"] {
	height: 50px;
}
#ech-contact .form-group {
	margin-bottom: 30px;
}
.ech-testimonial, .ech-team {
	position: relative;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
.ech-testimonial, .ech-team {
	border-right: 0;
	margin-bottom: 80px;
}
}
.ech-testimonial h2, .ech-team h2 {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 50px;
}
.ech-testimonial figure, .ech-team figure {
	position: relative;
	top: 0px;
	background-size: cover;
	margin-bottom: 20px;
}
.ech-testimonial figure img, .ech-team figure img {
	width: 130px;
	height: 130px;
	border: 10px solid #fff;
	background-size: cover;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.ech-testimonial > div, .ech-team > div {
	padding: 30px 30px 0 30px;
}
.ech-testimonial > div h3, .ech-team > div h3 {
	margin-bottom: 0;
	font-size: 20px;
	color: #137c84;
}
.ech-testimonial > div .position, .ech-team > div .position {
	color: #d9d9d9;
	margin-bottom: 30px;
}
.ech-testimonial > div, .ech-testimonial blockquote, .ech-team > div, .ech-team blockquote {
	border: none;
	padding: 0;
	margin-bottom: 20px;
}
.ech-testimonial > div p, .ech-testimonial blockquote p, .ech-team > div p, .ech-team blockquote p {
	font-size: 16px;
	line-height: 1.5;
	color: #555555;
}
.ech-testimonial span, .ech-team span {
	font-style: italic;
	color: #b3b3b3;
}
.ech-testimonial p .text-mute {
	color: #ccc !important;
}
.ech-blog {
	margin-bottom: 60px;
}
.ech-blog a img {
	width: 100%;
}

@media screen and (max-width: 768px) {
.ech-blog {
	width: 100%;
}
}
.ech-blog .blog-text {
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	width: 100%;
	padding: 30px;
	float: right;
	-webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.ech-blog .blog-text span {
	display: inline-block;
	margin-bottom: 20px;
}
.ech-blog .blog-text span.posted_by {
	font-style: italic;
	color: rgba(0, 0, 0, 0.3);
	font-size: 18px;
}
.ech-blog .blog-text span.comment {
	float: right;
}
.ech-blog .blog-text span.comment a {
	color: rgba(0, 0, 0, 0.3);
}
.ech-blog .blog-text span.comment a i {
	color: #137c84;
	padding-left: 7px;
}
.ech-blog .blog-text h3 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.5;
}
.ech-blog .blog-text h3 a {
	color: rgba(0, 0, 0, 0.6);
}
#ech-start-project-section {
	padding: 3em 0;
	background: #F64E8B;
}
#ech-start-project-section h2 {
	color: white;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 300;
}

@media screen and (max-width: 768px) {
#ech-start-project-section h2 {
	font-size: 30px;
}
}
#ech-start-project-section a:hover, #ech-start-project-section a:focus, #ech-start-project-section a:active {
	color: white !important;
}
#map {
	width: 100%;
	height: 500px;
	position: relative;
}

@media screen and (max-width: 768px) {
#map {
	height: 200px;
}
}
.ech-social-icons > a {
	padding: 4px 10px;
	color: #137c84;
}
.ech-social-icons > a i {
	font-size: 26px;
}
.ech-social-icons > a:hover, .ech-social-icons > a:focus, .ech-social-icons > a:active {
	text-decoration: none;
	color: #5a5a5a;
}
footer {
	background: #0071bb;
}
.footer {
	margin-top: 70px;
}
#footer {
	background: #0071bb;
	padding: 20px 0 20px;
	color: #ffffff;
}
#footer p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}
#footer a {
	color: white;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: rgba(255, 255, 255, 0.9) !important;
}
#footer p a {
	color: white;
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
	color: rgba(255, 255, 255, 0.9) !important;
}
#footer .ech-footer-link {
	padding-bottom: 30px;
}
#footer .ech-footer-link h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
}
#footer .ech-footer-link li, #footer .ech-footer-link ul {
	padding: 0;
	margin: 0;
}
#footer .ech-footer-link li {
	list-style: none;
	margin-bottom: 15px;
	line-height: 1.3;
}
#footer .ech-footer-link li a {
	color: rgba(255, 255, 255, 0.5);
}
#footer .ech-footer-link li a:hover, #footer .ech-footer-link li a:active, #footer .ech-footer-link li a:focus {
	color: #fff !important;
}
.footer-banner img {
	max-width: 100%;
}
.btn {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn {
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 20px 50px 0px 0px;
}
.btn.btn-primary {
	background: #1f9fd6;
	color: #fff;
	border: none !important;
	border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	box-shadow: none;
	background: #0071bb;
	color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
	background: #393e46 !important;
	color: #fff;
	outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
	border-color: transparent;
}
.btn.btn-outline {
	background: transparent;
	color: #197ca3;
	border: 2px solid #197ca3 !important;
	
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
	background: #197ca3 !important;
	color: #fff !important;
}
.tab-content .btn {
	letter-spacing: 0;
	text-transform: none;
	font-weight: bold;
	font-size: 18px;
}
.js .animate-box {
	opacity: 0;
}
#ech-wrapper {
	overflow-x: hidden;
	position: relative;
}
.ech-offcanvas {
	overflow: hidden;
}
.ech-offcanvas #ech-wrapper {
	overflow: hidden !important;
}
#ech-page {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ech-offcanvas #ech-page {
	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
#ech-menu-wrap {
	display: none;
}
}
#offcanvas-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #222;
	right: -240px;
	width: 240px;
	padding: 20px;
	overflow-y: scroll !important;
	display: none;
}

@media screen and (max-width: 768px) {
#offcanvas-menu {
	display: block;
}
}
#offcanvas-menu ul {
	padding: 0;
	margin: 0;
}
#offcanvas-menu ul li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}
#offcanvas-menu ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
	color: #137c84;
}
#offcanvas-menu ul li > .ech-sub-menu {
	margin-top: 9px;
	padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
	color: #137c84;
}
#offcanvas-menu ul .ech-sub-menu {
	display: block !important;
}
.ech-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}
.ech-nav-toggle.active i::before, .ech-nav-toggle.active i::after {
	background: #fff;
}
.ech-nav-toggle.dark.active i::before, .ech-nav-toggle.dark.active i::after {
	background: #fff;
}
.ech-nav-toggle:hover, .ech-nav-toggle:focus, .ech-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.ech-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display: inline;
	width: 30px;
	height: 2px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}
.ech-nav-toggle i::before, .ech-nav-toggle i::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.ech-nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}
.ech-nav-toggle.dark i::before, .ech-nav-toggle.dark i::after {
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.ech-nav-toggle i::before {
	top: -7px;
}
.ech-nav-toggle i::after {
	bottom: -7px;
}
.ech-nav-toggle:hover i::before {
	top: -10px;
}
.ech-nav-toggle:hover i::after {
	bottom: -10px;
}
.ech-nav-toggle.active i {
	background: transparent;
}
.ech-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.ech-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.ech-nav-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
.ech-nav-toggle {
	display: block;
	top: 0px;
	margin-top: 2em;
}
}

@media screen and (max-width: 480px) {
.col-xxs-12 {
	float: none;
	width: 100%;
}
}
.row-bottom-padded-lg {
	padding-bottom: 3em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-lg {
	padding-bottom: 2em;
}
}
.row-top-padded-lg {
	padding-top: 3em;
}

@media screen and (max-width: 768px) {
.row-top-padded-lg {
	padding-top: 2em;
}
}
.row-bottom-padded-md {
	padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-md {
	padding-bottom: 2em;
}
}
.row-top-padded-md {
	padding-top: 4em;
}

@media screen and (max-width: 768px) {
.row-top-padded-md {
	padding-top: 2em;
}
}
.row-bottom-padded-sm {
	padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
.row-bottom-padded-sm {
	padding-bottom: 2em;
}
}
.row-top-padded-sm {
	padding-top: 2em;
}

@media screen and (max-width: 768px) {
.row-top-padded-sm {
	padding-top: 2em;
}
}
.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.lead {
	line-height: 1.8;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
/* 
  Instagram feed 
*/
#feed a img {
	display: inline-block;
	width: 200px;
	max-width: 100%;
	margin: 0 10px 10px 0;
}
/* 
  panel
*/
.media {
	margin: 30px 0;
}
.media-object {
	padding: 5px;
	border: 1px solid #ccc;
}
.media-body {
	padding-left: 20px;
}
/*
  News
*/

.news-date {
	color: #666;
}
.news-title {
	margin-bottom: 5px;
}
/*
  gallery
*/


li.lslide {
	background: #292d3a;
	padding: 10px;
}
.lslide p {
	text-align: center;
	margin-bottom: 0;
	color: white;
	padding: 15px 0 5px;
}
.lSPager li {
	transition: border-color 0.5s ease, opacity 0.5s ease;
	opacity: 0.7;
}
.lSPager li:hover {
	border: 1px solid #383e52;
	opacity: 1;
}

/*TEST*/

* {
  box-sizing: border-box;
}

/* Set a background color */
body-timeline {
  background-color: #474e5d;
  font-family: Helvetica, sans-serif;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 3em auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #aaf200;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #fff;
  border: 4px solid #2aa8e0;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content-timeline {
  padding: 20px 30px;
  background-color: #0071bb;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container-timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/* Start and Finish Dates */

.clip-start {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
  /* Note that percentages work as well as px */
}

.clip-finish {
  clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%);
  /* Note that percentages work as well as px */
}
