@import url(http://fonts.googleapis.com/css?family=Lato:300,400,500,700);
body {
	font-family: 'Lato', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax img {
	width: 100%;
	height: 100%;
}
/* Preloader */

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}



/* Typography */

p {
	font-size: 18px;
	line-height: 1.5;
	color: #8a8e91;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 230%;
    font-weight: 300;
}

h2 {
	font-size: 200%;
    font-weight: 300;
}

h3 {
	font-size: 180%;
}

h4 {
	font-size: 140%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

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

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}

/* .main-header {
	position: relative;
	width: 100%;
	
} */
 header {
	position: relative;
	width: 100%;
	color: white;
	/* background: rgba(45, 56, 93, 0.93);
	background: url('../img/header.jpg');
	background-size: cover; */
}

.center {
    
    text-align: center;
    margin: auto;
    padding: 5px;
}

.page-one {
   background-image: rgba(28, 36, 65, 0.9);
	
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/header.jpg');
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.4)), url('../img/header.jpg');
	background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.4)),url('../img/header.jpg');
	background-size: cover;
    background-attachment: fixed;
}
.page-two {
   background-image: rgba(28, 36, 65, 0.9);
	
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/parch.jpg');
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.4)), url('../img/parch.jpg');
	background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.4)),url('../img/parch.jpg');
	background-size: cover;
    background-attachment: fixed;
}

.page-three {
   background-image: rgba(28, 36, 65, 0.9);
	
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/dead_skies.jpg');
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.4)), url('../img/dead_skies.jpg');
	background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.4)),url('../img/dead_skies.jpg');
	background-size: cover;
    background-attachment: fixed;
}
.page-four {
   background-image: rgba(28, 36, 65, 0.9);
	
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/clouds.jpg');
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.4)), url('../img/clouds.jpg');
	background-image: linear-gradient(rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.4)),url('../img/clouds.jpg');
	background-size: cover;
    background-attachment: fixed;
}


.main-header .table {
	display: table;
	height: 100%;
}

.main-header .container {
	height: 100%;
}

.main-header .header-text {
	display: table-cell;
	text-align: center;
	 vertical-align: middle; 
	color: white;
    padding-bottom: 80px;
     z-index: 9;
   
    
}

.main-header .typed {
	display: inline-block;
	margin: 0;
}

.main-header .typed-cursor {
	font-size: 30px;
	display: inline-block;
	margin: 0 10px;
	color: #00a8ff;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

a {
	text-decoration: none;
	color: #5EA52B;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Navigation Bar ( Navbar ) -------------#00a8ff------------------------------ */

nav.navbar {
	position: absolute;
	z-index: 9500;
	width: 100%;
	width: 100vw;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.navbar .navbar-nav li.active a:not(.btn) {
	color: #00a8ff !important;
}

nav.navbar-fixed-top {
	z-index: 9499;
	top: 0;
	padding: 5px 0;
	opacity: 0;
	background: white;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
}

nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) {
	color: #bbb;
}

.icon-bar {
	background: #bbb;
}


nav.navbar .navbar-nav li a:hover,
nav.navbar .navbar-nav li a:active {
    border-bottom: 1px solid #5EA52B;
    font-size: 118%;
}

/* Buttons------------------------------------------------------------------------- */

.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
	color: white;
}

.btn.btn-blue {
	background: #00a8ff;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #00a8ff;
	border-color: #00a8ff;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #00a8ff;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #00a8ff;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

/* Blink Cursor */

.blink {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px;
}

.navbar {
    
	top: 20px;
}

.container {
	position: relative;
	z-index: 1;
}
/* Sections */
section {
	position: relative;
}

.section {
	padding: 40px 0;
	background: #fff;
}

.section-padded {
	padding: 140px 0 40px;
}

.cut-top {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-right: 30px solid white;
}

.cut-bottom {
	content: ' ';
	position: absolute;
	z-index: 1;
	bottom: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid transparent;
	border-left: 30px solid white;
}


.home {
	width: 100%;
	height: 0px;
	margin: 0px 0px;
	text-align: center;
	/*position: relative;
	top: -160px;*/
	padding: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

.second-page {
	width: 100%;
	height: 150px;
	margin: 70px 0;
	text-align: center;
	border: 2px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.home .heading {
	/* position: relative; */
	top: -5px;
    color: white;
    
   /* -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    */
}

.home img {
	width: 70px;
     z-index: 1;
}



.home:hover .heading {
	/* top: -10px; */
    color: #5EA52B;
}


.home .description {
    font-size: 110%;
	color: #fcebeb;
    width: 95%;
	margin: -10px auto;
	
	/*-webkit-transition: all 600ms cubic-bezier(0..68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0); */
}


.home:hover .description {
	
     font-size: 111%;
	
}


.intro-tables {
	top: -290px;
	position: relative; 
    z-index: 10;
   
}




/* ==========================================================================
.testimonial-slider
========================================================================== */

.section-padding {
  padding: 130px 0; }

.testimonial-slider {
  background: url("/img/turtle.jpg") no-repeat center center;
  background-size: cover; }
  .testimonial-slider .avatar {
    
    height: 320px;
    margin: 0 auto;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 5%;
    
    background-color: transparent; }
    .testimonial-slider .avatar img {
      width: auto;
      height: 320px;
         border-radius: 2%;
       border: solid 1px #908989; 
}
  .testimonial-slider h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    margin: 10px 0px 0 0px; }
  .testimonial-slider p {
    color: #ACB1B4;
    text-transform: uppercase;
    letter-spacing: 2px; }




.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
	margin-top: 50px;
}

.ripple-effect {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	-webkit-animation: ripple-animation 2s;
	animation: ripple-animation 2s;
}

@-webkit-keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

.services {
	margin: 40px 0;
}


.team {
	margin: 80px 0;
	padding-bottom: 60px;
	background: white;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
}

.team .cover .overlay {
	height: 250px;
	padding-top: 60px;
	opacity: 0;
	background: rgba(0, 168, 255, 0.9);
	-webkit-transition: opacity 0.45s ease;
	transition: opacity 0.45s ease;
}

.team:hover .cover .overlay {
	opacity: 1;
}

.team .avatar {
	position: relative;
	z-index: 2;
	margin-top: -60px;
	border-radius: 50%;
}

.team .title {
	margin: 50px 0;
}

.tab-title  {
    font-size: 90%;
    
}
.TLF-foot {
   
    margin-top: -20px;
        
}

footer {
	padding: 20px 0 10px;
	background-color: #545454;
	
}

footer .trial-button {
	overflow: hidden !important;
	margin: 40px 0;
}

footer .open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #4caf50;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

footer .open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 30px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #4caf50;
}

footer .opening-hours {
	margin-top: 60px;
}

footer .bottom-footer {
	margin-top: 30px;
}

footer .social-footer {
	padding: 0;
	list-style: none;
}

footer .social-footer li {
	display: inline-block;
	margin: 0 10px;
}

footer .social-footer li a {
	font-size: 24px;
	color: #fff;
}

footer .social-footer li:hover a {
	color: #00a8ff;
}
/* Form Control */

.form-control {
	font-size: 18px;
	position: relative;
	left: 0;
	height: auto;
	padding: 20px 30px;
	border: 1px;
	border-radius: 0;
	box-shadow: 0;
}

.form-control.form-white {
	color: #fff;
	border: 2px solid white;
	background: transparent;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.form-control.form-white::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

.form-control.form-white:-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

.form-control.form-white::-moz-placeholder {
	opacity: 1;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

.form-control.form-white:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.form-control.form-white:focus {
	background: rgba(255,255,255,0.2);
}

/* -- tabs-------------------------------------------- */
.clearfix:after {
  visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



.who-we-are {
    top: -110px;
    background-color: white;
  
}

.what-we-do {
    top: -160px;
    background-color: white;
  
}
.how-we-work {
    top: -160px;
    background-color: white;
  
}

#wrapper { 
    
    width:100%; 
    margin:0 auto;
    margin-bottom: 15px;
}
#generic-tabs{ 
    width:100%; 
    padding:5px;
    z-index: 20;
}

/*Tab styles*/
#generic-tabs ul { overflow: hidden; margin:0; padding:0px;}
#generic-tabs ul li { float:left; display:inline-block;  width:20%; background:#EDEDED; border-top:4px solid #CCCCCC; border-right:1px solid #CCCCCC;}

#generic-tabs img {
    width: 40px;
    margin-bottom: 3px;
    background:transparent;
}


#generic-tabs ul li:last-child {border-right:none;}
#generic-tabs ul li:first-child { padding-left:0; }

/*Tab link styles*/
#generic-tabs ul li a {
    /* text-align:center; 
    display:block; 
    font-size: 1.3em; 
    text-decoration: none; 
    padding: 1.1em 1em; 
    line-height: 16px; 
    color:#BBBBBB; */
}

/*Active tab styles*/
#generic-tabs ul li.active {background:#FFFFFF; 
    border-top:4px solid #5EA52B;
    border-bottom: 4px solid #5EA52B;
}
#generic-tabs ul li.active a { color:#333333;}
#generic-tabs ul li.active a i {color:#27ae60;}

/*Tab content styles*/


#generic-tabs .tab-content h1 {margin-top:0;}
#generic-tabs .tab-content p {
    margin-top:25px;
margin-bottom: 25px;
}
/*page what we do tabs Tab content styles*/

#generic-tabs2 { 
    width:100%; 
    padding:5px;
     z-index: 20;

}

/*Tab styles*/
#generic-tabs2 ul { overflow: hidden; margin:0; padding:0px;}
#generic-tabs2 ul li { float:left; display:inline-block;  width:25%; background:#EDEDED; border-top:4px solid #CCCCCC; border-right:1px solid #CCCCCC;}

#generic-tabs2 img {
   
    margin-bottom: 3px;
    background:transparent;
}
#generic-tabs2 ul li img {
    
}

#generic-tabs2 ul li:last-child {border-right:none;}
#generic-tabs2 ul li:first-child { padding-left:0; }

/*Tab link styles*/
#generic-tabs2 ul li a {
    text-align:center; 
    display:block;
    font-size: 1.6em; 
    text-decoration: none; 
    padding: .5em .5em; 
    line-height: 10px; 
    color:#BBBBBB;
    
    /* text-align:center; 
    display:block; 
    font-size: 1.3em; 
    text-decoration: none; 
    padding: 1.1em 1em; 
    line-height: 16px; 
    color:#BBBBBB; */
    }

/*Active tab styles*/
#generic-tabs2 ul li.active {background:#FFFFFF; 
    border-top:4px solid #f7e700;
    border-bottom: 4px solid #f7e700;
}
#generic-tabs2 ul li.active a { color:#333333;}
#generic-tabs2 ul li.active a i {color:#27ae60;}

/*Tab content styles*/


#generic-tabs2 .tab-content h1 {margin-top:0;}
#generic-tabs2 .tab-content p {
    margin-top:25px;
margin-bottom: 25px;
}

/*page How we work Tab content styles*/


#generic-tabs3 { 
    width:100%; 
    padding:5px;
    z-index: 20;
    
}

/*Tab styles*/
#generic-tabs3 ul { overflow: hidden; margin:0; padding:0px;}
#generic-tabs3 ul li { float:left; display:inline-block;  width:20%; background:#EDEDED; border-top:4px solid #CCCCCC; border-right:1px solid #CCCCCC;}

#generic-tabs3 img {
   
    margin-bottom: 3px;
    background:transparent;
}
#generic-tabs3 ul li img {
    
}

#generic-tabs3 ul li:last-child {border-right:none;}
#generic-tabs3 ul li:first-child { padding-left:0; }

/*Tab link styles*/
#generic-tabs3 ul li a {
    text-align:center; 
    display:block;
    font-size: 1.6em; 
    text-decoration: none; 
    padding: .5em .5em; 
    line-height: 10px; 
    color:#BBBBBB;
    
    /* text-align:center; 
    display:block; 
    font-size: 1.3em; 
    text-decoration: none; 
    padding: 1.1em 1em; 
    line-height: 16px; 
    color:#BBBBBB; */
   }

/*Active tab styles*/
#generic-tabs3 ul li.active {background:#FFFFFF; 
    border-top:4px solid #29709D;
    border-bottom: 4px solid #29709D;
}
#generic-tabs3 ul li.active a { color:#333333;}
#generic-tabs3 ul li.active a i {color:#27ae60;}

/*Tab content styles*/


#generic-tabs3 .tab-content h1 {margin-top:0;}
#generic-tabs3 .tab-content p {
    margin-top:25px;
margin-bottom: 25px;
}



/* Popup------------------------------------------------------------------ */
.modal {
	padding: 0 25px !important;
}

.modal-dialog {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}

.modal-popup {
	position: relative;
	padding: 20px 18px;
	text-align: left;
	background-color: #5EA52B;
	box-shadow: none;
	border-radius: 2px;
}

.modal-popup button {
	font-size: 16px;
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff;
}

.trustee {
    width: 110px;
    border-radius: 40%;
    padding: px;
    border: solid 5px #fff; 
    float: right;
}

/* Mobile Nav */
.mobile-nav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background: rgba(255, 255, 255, 0.98);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.mobile-nav.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mobile-nav ul {
	display: table-cell;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

.mobile-nav ul li {
	margin: 25px 0;
}

.mobile-nav ul li a:not(.btn) {
	color: #aaa;
}

.mobile-nav a.close-link {
	font-size: 24px;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
	left: 0;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	background: #00a8ff;
}

.row.title {
	padding: 0px 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}
/* Colors */

.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

.blue {
	color: #00a8ff;
}

.blue-bg {
	background: #00a8ff;
}

.muted {
	color: #989da0;
}

.margin-top {
	margin-top: 150px;
}

@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
}

/* Media Queries */

@media(max-width:991px) {
	.text-center-mobile {
       
		text-align: center !important;
	}
}

@media(max-width: 768px) {
	.pricing {
		margin-bottom: 30px;
	}
	.pricings .pricing .info-icon {
		display: none;
	}
	.pricings .pricing .box-main,
	.pricings .pricing .box-second {
		left: 0;
		width: 100%;
		padding: 50px 50px 0;
		text-align: left;
		background: #00a8ff;
	}
	.pricings .pricing .box-main.active {
		background: #00a8ff;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.pricings .pricing .box-second {
		position: relative;
		opacity: 1;
	}
	.popup-form {
		width: 100%;
		margin: 60px auto;
	}
	.modal {
		padding: 0 10px !important;
	}
	.popup-form .form-control:not(.dropdown):focus {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media(max-width: 767px) {
    .main-header .header-text {
	padding-top: 60px;
       
    }
     h1 { font-size: 180%; }
    h2 { font-size: 150%; }
    
	header .typed-cursor {
		display: none;
	}
	.pricings .pricing .box-second {
		padding-top: 0;
	}
    .intro-tables {
        display:none;
    }
    .tab-title {
        display: none;
    }
}

@media only screen and (min-width: 650px) {
	
	#generic-tabs ul li a { 
    text-align:center; 
    display:block;
    font-size: 1.6em; 
    text-decoration: none; 
    padding: .5em .5em; 
    line-height: 10px; 
    color:#BBBBBB;
        /* font-size:1.6em; 
        padding: 1.2em 2em; 
        line-height: 16px; */
    }  
}






