/* Start Main Rules */

body {
	background-color: #F5F5F5;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	overflow: hidden
}

.google-map {
	height: 450px
}

.map-head {
	margin-top: 6px
}

ul {
	list-style: none
}

.lang-box {
	position: absolute;
	top: 180px;
	left: 0;
	padding: 10px;
	background-color: #FFF;
	border-radius: 0 10px 10px 0;
	font-size: 17px;
	font-family: Tahoma, Arial;
	font-weight: bold;
}

.inner-heading {
	font-weight: bold;
	letter-spacing: -2px;
	color: #767676;
	font-size: 60px
}

.title-style {
  text-align: center;
  width: 200px;
  margin: 0 auto 20px;
}

.title-style .fa {
  font-size: 40px;
  line-height: 20px;
  color: #30ae4c;
}

.title-style .left-line {
  float: left;
  background: #000000;
  height: 2px;
  text-align: center;
  width: 80px;
  margin-top: 10px;
}

.title-style .right-line {
  float: right;
  background: #000000;
  height: 2px;
  text-align: center;
  width: 80px;
  margin-top: 10px;
}

/* End Main Rules */

/* Start Bootstrap Edit */

.navbar {
   background-color: transparent;
   background: transparent;
   border-color: transparent
}

.navbar-inverse .navbar-brand {
	color: #FFF;
	font-size: 26px;
	padding: 30px 15px;
	font-size: 35px
}

.navbar-inverse .navbar-brand .logo {
	display: block;
	width: 400px
}

@media (max-width: 991px) {
	.navbar-inverse .navbar-brand .logo {
		width: 250px
	}
	.intro-text {
		text-align: center;
		margin-top: 40px !important
	}
	.header .slider-image {
		margin: 60px auto !important;
		width: 350px;
	}
}

.navbar-inverse .navbar-toggle {
    margin: 15px 20px;
    border-color: #FFF;	
}

@media (max-width: 767px) {
	.navbar-collapse {
		background-color: rgba(0, 0, 0, .7)	
	}
}

.navbar-inverse .navbar-brand .small-logo {
	display: none
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a {
	background: none;
	color: #FFF
}

.navbar-nav {
	margin-top: 30px
}

.nav > li > a {
	padding: 14px 10px 
}

.switch-lang {
	font-family: Tahoma, Arial
}

/* End Bootstrap Edit */

/* Start Header */

.header {
    background: url('../images/header.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF
}

.header  .overlay {
    background: rgba(102, 173, 165, .9);
    width: 100%;
    height: 100%;
}

.intro-text {
	margin-top: 200px
}

.intro-text h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: bold
}

.intro-text p {
	line-height: 2;
	margin-top: 20px
}

.header .slider-image {
	margin-top: 180px
}

.header .down a {

	/* Position */

	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 3;
	margin-left: -30px;
	
	/* Animation */
	
	-webkit-animation: upanddown .5s linear 1s infinite alternate;
	animation: upanddown .5s linear 1s infinite alternate;
	
	/* Transition */
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	
	/* Other */
	
	color:#FFF
}

@-webkit-keyframes upanddown {
    from {-webkit-transform: scale(1); bottom: 30px;}
    to {-webkit-transform: scale(1.2); bottom: 25px;}
}

@keyframes upanddown {
    from {transform: scale(1); bottom: 30px;}
    to {transform: scale(1.2); bottom: 25px;}
}

.navbar,
.navbar-brand {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.navbar.scrolling {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
    height: 70px
}

.navbar.scrolling .navbar-nav {
	margin-top: 10px
}

.navbar.scrolling .navbar-brand {
	font-size: 16px;
	padding: 15px
}

.navbar.scrolling .logo {
	display: none
}

.navbar.scrolling .small-logo {
	display: block;
	width: 140px
}

/* End Header */

/* Start Inner Navbar */

.inner-nav {
    background-color: rgba(0, 0, 0, .7);
    height: 70px;
    border-radius: 0
}

.inner-nav .navbar-nav {
	margin-top: 10px
}

.inner-nav .navbar-brand {
	font-size: 16px;
	padding: 15px
}

.inner-nav .small-logo-inner {
	width: 140px
}

.inner-nav li a:focus, 
.inner-nav li a:hover {
	color: #66ada5 !important
}

/* End Inner Navbar */

/* Start Timeline */

.timeline-container {
	padding: 50px 0
}

.timeline-container .h1 {
	color: #888;
	font-weight: bold;
	font-size: 50px
}

.timeline-container .lead {
	color: #888;
	font-weight: bold;
}

.timeline {
	position: relative;
	margin-top: 50px;
	padding: 30px 0 50px
}

.timeline:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #CDCDCD;
    z-index: -1;
    margin-left: -3px
}

.timeline:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	border: 3px solid #66ada5;
	border-radius: 50%;
}

.timeline .left {
	float: left;
	width: 50%
}

.timeline .right {
	float: right;
	width: 50%
}

.timeline .left .info {
	float: right;
	margin-right: 30px
}

.timeline .right .info {
	margin-left: 30px
}

.timeline .title {
	display: inline-block;
    background-color: #66ada5;
    padding: 5px 10px;
    color: #FFF;
    font-size: 20px;
}

.timeline .title {
	position: relative	
}

.timeline .left .title {
	float: right
}

.timeline .left .title:before,
.timeline .right .title:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px
}

.timeline .left .title:after,
.timeline .right .title:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	border: 3px solid #66ada5;
	border-radius: 50%
}

.timeline .left .title:before {
	right: -18px;
	border-color: transparent transparent transparent #66ada5;	
}

.timeline .left .title:after {
	right: -40px;
}

.timeline .right .title:before {
	left: -18px;
	border-color: transparent #66ada5 transparent transparent;	
}

.timeline .right .title:after {
	left: -40px	
}

.timeline .info ul {
	background-color: #FFF;
	padding: 20px;
	margin-top: 10px;
	font-size: 18px;
	border: 1px solid #CCC
}

.last-time {
	margin: 30px auto 0;
	background-color: #66ada5;
	color: #FFF !important;
	padding: 10px;
	width: 80%;
	position: relative
}

.last-time:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    width: 0;
    height: 0;
    margin-left: -15px;
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent #66ada5 transparent;
}

/* End Timeline */

/* Start Features */

.home-features {
	padding: 60px 0;
	background-color: #333;
	color: #DDD
}

.home-features .h1 {
	font-size: 60px;
	margin: 20px 0;
	font-weight: bold
}

.home-features .desc {
    font-size: 22px;
    margin: 0 0 60px;
    line-height: 1.8
}

.home-features .feat-box {
	min-height: 220px;
	margin-bottom: 30px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: .8;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear
}

.home-features .feat-box:hover {
	opacity: 1
}

.home-features .feat-box i {
}

.home-features .feat-box h3 {
    font-weight: bold;
}

/* End Features */

/* Start Home News */

.home-news {
	padding: 50px 0 130px
}

.home-news .head {
	font-size: 35px;
	font-family: 'Raleway', sans-serif;
	color: #555;
	font-weight: 300
}

.home-news .head span {
	color: #000;
	font-weight: 700
}

.home-news .desc {
	color: #777;
	font-size: 17px;
	margin-bottom: 40px
}

.home-news .news-box {
	background-color: #FFF;
	color: #727272;
	outline: 2px solid #F5F5F5;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.home-news .news-box:hover {
	outline: 2px solid #1C87CE
}

.home-news .news-box .content {
	padding: 20px 15px;
	position: relative
}

.news-avatar {
	position: absolute;
	top: -32px;
	left: 20px;
	max-width: 64px
}

.home-news .content h3 {
	margin: 25px 0 10px
}

.home-news .content p {
	margin: 0;
}

.home-news .content .the-time {
	display: inline-block;
	margin: 10px 0 0
}

.home-news .content .the-time i {
    color: #999;
    margin-right: 2px;
}

/* End Home News */

/* Start Home Testimonials */

.testimonials {
	min-height: 400px;
	padding: 50px 0;
	position: relative;
	background-color: #3b4754;
	color: #FFF
}

.testimonials .ribbon {
    position: absolute;
    top: -36px;
    left: 50%;
    z-index: 100;
    width: 140px;
    margin-left: -70px;
    background-color: #3b4754
}

.testimonials .ribbon:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 40px 70px;
    border-color: transparent transparent #3b4754;
}

.testimonials .ribbon i {
    font-size: 55px;
    color: #FFF;
    margin-top: 5px
}

.testimonials .heading p {
	color: #a7b9cd;
	margin-top: 20px
}

.testimonials .client {
    padding: 50px 0;
    color: #FFF;
    font-size: 20px
}

.testimonials .client img {
    border-radius: 50%
}

.testimonials .client p {
    line-height: 2;
    font-style: italic;
    color: #a7b9cd;
}

.testimonials .people-talks {
	position: relative;
	margin: 50px 0 20px
}

.testimonials .people-talks img {
	margin-bottom: 20px
}

.testimonials .client:not(.active) {
	display: none
}

.testimonials .fa-chevron-right,
.testimonials .fa-chevron-left {
    position: absolute;
    top: 50%;
    color: #999;
    cursor: pointer
}

.testimonials .fa-chevron-right:hover,
.testimonials .fa-chevron-left:hover {
    color: #f7600e
}

.testimonials .fa-chevron-right {
    right: 0
}

.testimonials .fa-chevron-left {
    left: 0
}

/* End Home Testimonials */

/* Start Twitter */

.twitter {
	background-color: #333;
	color: #FFF;
	padding: 50px 0
}

.twitter .lead {
	color: #B6B6B6;
	margin-top: 10px;
	margin-bottom: 8px
}

.twitter a {
	color: #66ada5
}

/* End Twitter */

/* Start Loading */

.load-container {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}
.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}

/* End Loading */

/* Start Scroll To Top */

.scroll-to-top {
	opacity: 0;
	position: fixed;
    bottom: 15px;
    right: 25px;
    color: #FFF;
    background-color: #66ada5;
    padding: 10px;
    font-size: 20px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.scroll-to-top:hover {
	background-color: transparent;
	cursor: pointer
}

/* End Scroll To Top */

/* Start Footer */

.footer {
	padding: 10px 0;
	background-color: #333;
	color: #AAA;
	border-top: 5px solid #66ada5
}

.footer h3 {
	margin-bottom: 10px
}

.footer .information .address {
	line-height: 2
}

.footer a {
	color: #BABABA
}

.footer .social li {
	display: inline-block
}

.footer .social i {
	padding: 8px 0px 6px;
	width: 35px;
	font-size: 20px;
	background-color: #4D4D4D;
	color: #BABABA;
	margin-right: 2px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.footer .social i:hover {
	color: #FFF
}

.footer .social .fa-facebook:hover {
	background-color: #3b5998
}

.footer .social .fa-twitter:hover {
	background-color: #55acee
}

.footer .social .fa-youtube:hover {
	background-color: #cd201f
}

.footer .social .fa-linkedin:hover {
	background-color: #0077b5
}

.footer .social .fa-whatsapp:hover {
	background-color: #43d854
}

.footer .bottom {
	border-top: 1px solid #6A6A6A;
	margin-top: 20px;
	padding-top: 20px
}

.footer .footer-links li {
	display: inline-block;
	padding-right: 10px
}

.footer .footer-links li a {
	color: #AAA
}

.footer-logo img {
	width: 400px;
	margin-top: 70px
}

/* End Footer */