HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Elate — 100% Free Fully Responsive HTML5 Template by FREEHTML5.co</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Free HTML5 Template by FREEHTML5.CO" />
<meta name="keywords" content="free html5, free template, free bootstrap, html5, css3, mobile first, responsive" />
<meta name="author" content="FREEHTML5.CO" />
<!--
//////////////////////////////////////////////////////
FREE HTML5 TEMPLATE
DESIGNED & DEVELOPED by FREEHTML5.CO
Website: http://freehtml5.co/
Email: info@freehtml5.co
Twitter: https://twitter.com/fh5co
Facebook: https://www.facebook.com/fh5co
//////////////////////////////////////////////////////
-->
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!--
Default Theme Style
You can change the style.css (default color purple) to one of these styles
1. pink.css
2. blue.css
3. turquoise.css
4. orange.css
5. lightblue.css
6. brown.css
7. green.css
-->
<link rel="stylesheet" href="css/style.css">
<!-- Styleswitcher ( This style is for demo purposes only, you may delete this anytime. ) -->
<link rel="stylesheet" id="theme-switch" href="css/style.css">
<!-- End demo purposes only -->
<style>
/* For demo purpose only */
/* For Demo Purposes Only ( You can delete this anytime :-) */
#colour-variations {
padding: 10px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
width: 140px;
position: fixed;
left: 0;
top: 100px;
z-index: 999999;
background: #fff;
/*border-radius: 4px;*/
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
#colour-variations.sleep {
margin-left: -140px;
}
#colour-variations h3 {
text-align: center;;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
color: #777;
margin: 0 0 10px 0;
padding: 0;;
}
#colour-variations ul,
#colour-variations ul li {
padding: 0;
margin: 0;
}
#colour-variations li {
list-style: none;
display: block;
margin-bottom: 5px!important;
float: left;
width: 100%;
}
#colour-variations li a {
width: 100%;
position: relative;
display: block;
overflow: hidden;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
#colour-variations li a:hover {
opacity: .9;
}
#colour-variations li a > span {
width: 33.33%;
height: 20px;
float: left;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.option-toggle {
position: absolute;
right: 0;
top: 0;
margin-top: 5px;
margin-right: -30px;
width: 30px;
height: 30px;
background: #f64662;
text-align: center;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
color: #fff;
cursor: pointer;
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
.option-toggle i {
top: 2px;
position: relative;
}
.option-toggle:hover, .option-toggle:focus, .option-toggle:active {
color: #fff;
text-decoration: none;
outline: none;
}
</style>
<!-- End demo purposes only -->
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header role="banner" id="fh5co-header">
<div class="container">
<!-- <div class="row"> -->
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html">Elate</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#" data-nav-section="home"><span>Home</span></a></li>
<li><a href="#" data-nav-section="work"><span>Work</span></a></li>
<li><a href="#" data-nav-section="testimonials"><span>Testimonials</span></a></li>
<li><a href="#" data-nav-section="services"><span>Services</span></a></li>
<li><a href="#" data-nav-section="about"><span>About</span></a></li>
<li><a href="#" data-nav-section="contact"><span>Contact</span></a></li>
</ul>
</div>
</nav>
<!-- </div> -->
</div>
</header>
<section id="fh5co-home" data-section="home" style="background-image: url(images/full_image_2.jpg);" data-stellar-background-ratio="0.5">
<div class="gradient"></div>
<div class="container">
<div class="text-wrap">
<div class="text-inner">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="to-animate">Do something you love.</h1>
<h2 class="to-animate">Another free HTML5 bootstrap template by <a href="http://freehtml5.co/" target="_blank" title="Free HTML5 Bootstrap Templates">FREEHTML5.co</a> released under <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank">Creative Commons 3.0</a></h2>
</div>
</div>
</div>
</div>
</div>
<div class="slant"></div>
</section>
<section id="fh5co-intro">
<div class="container">
<div class="row row-bottom-padded-lg">
<div class="fh5co-block to-animate" style="background-image: url(images/img_7.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-bulb"></i>
<h2>Plan</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#" class="btn btn-primary">Get In Touch</a></p>
</div>
</div>
<div class="fh5co-block to-animate" style="background-image: url(images/img_8.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-wrench"></i>
<h2>Develop</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#" class="btn btn-primary">Click Me</a></p>
</div>
</div>
<div class="fh5co-block to-animate" style="background-image: url(images/img_10.jpg);">
<div class="overlay-darker"></div>
<div class="overlay"></div>
<div class="fh5co-text">
<i class="fh5co-intro-icon icon-rocket"></i>
<h2>Launch</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#" class="btn btn-primary">Why Us?</a></p>
</div>
</div>
</div>
<div class="row watch-video text-center to-animate">
<span>Watch the video</span>
<a href="https://vimeo.com/channels/staffpicks/93951774" class="popup-vimeo btn-video"><i class="icon-play2"></i></a>
</div>
</div>
</section>
<section id="fh5co-work" data-section="work">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Work</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-sm">
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_1.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_1.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 1</h2>
<span>Branding</span>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_2.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_2.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 2</h2>
<span>Web</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_3.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_3.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 3</h2>
<span>Web</span>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_4.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_4.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 4</h2>
<span>UI/UX</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_5.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_5.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 1</h2>
<span>Photography</span>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_6.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_6.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 2</h2>
<span>Illustration</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_7.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_7.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 3</h2>
<span>Web</span>
</div>
</a>
</div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_8.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_8.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 4</h2>
<span>Sketch</span>
</div>
</a>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-4 col-sm-6 col-xxs-12">
<a href="images/work_1.jpg" class="fh5co-project-item image-popup to-animate">
<img src="images/work_1.jpg" alt="Image" class="img-responsive">
<div class="fh5co-text">
<h2>Project 2</h2>
<span>Illustration</span>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center to-animate">
<p>* Demo images from <a href="http://plmd.me/" target="_blank">plmd.me</a></p>
</div>
</div>
</div>
</section>
<section id="fh5co-testimonials" data-section="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Testimonials</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box-testimony">
<blockquote class="to-animate-2">
<p>“Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.”</p>
</blockquote>
<div class="author to-animate">
<figure><img src="images/person1.jpg" alt="Person"></figure>
<p>
Jean Doe, CEO <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> <span class="subtext">Creative Director</span>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony">
<blockquote class="to-animate-2">
<p>“Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.”</p>
</blockquote>
<div class="author to-animate">
<figure><img src="images/person2.jpg" alt="Person"></figure>
<p>
John Doe, Senior UI <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> <span class="subtext">Creative Director</span>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="box-testimony">
<blockquote class="to-animate-2">
<p>“Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. ”</p>
</blockquote>
<div class="author to-animate">
<figure><img src="images/person3.jpg" alt="Person"></figure>
<p>
Chris Nash, Director <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> <span class="subtext">Creative Director</span>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-services" data-section="services">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-left">
<h2 class=" left-border to-animate">Services</h2>
<div class="row">
<div class="col-md-8 subtext to-animate">
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-anchor"></i>
<h3>Brand & Strategy</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean</p>
</div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-layers2"></i>
<h3>Web & Interface</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean</p>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-video2"></i>
<h3>Photo & Video</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean</p>
</div>
<div class="col-md-6 col-sm-6 fh5co-service to-animate">
<i class="icon to-animate-2 icon-monitor"></i>
<h3>CMS & eCommerce</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean</p>
</div>
</div>
</div>
</section>
<section id="fh5co-about" data-section="about">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">About</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person1.jpg" alt="Image"></figure>
<h3>Jean Smith</h3>
<span class="fh5co-position">Web Designer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person2.jpg" alt="Image"></figure>
<h3>Rob Smith</h3>
<span class="fh5co-position">Web Developer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-github"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-person text-center to-animate">
<figure><img src="images/person3.jpg" alt="Image"></figure>
<h3>Larry Ben</h3>
<span class="fh5co-position">Web Designer</span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts</p>
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-dribbble"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-counters" style="background-image: url(images/full_image_1.jpg);" data-stellar-background-ratio="0.5">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center to-animate">
<h2>Fun Facts</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-briefcase to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="89" data-speed="5000" data-refresh-interval="50">89</span>
<span class="fh5co-counter-label">Finished projects</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-code to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="2343409" data-speed="5000" data-refresh-interval="50">2343409</span>
<span class="fh5co-counter-label">Line of codes</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-cup to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="1302" data-speed="5000" data-refresh-interval="50">1302</span>
<span class="fh5co-counter-label">Cup of coffees</span>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="fh5co-counter to-animate">
<i class="fh5co-counter-icon icon-people to-animate-2"></i>
<span class="fh5co-counter-number js-counter" data-from="0" data-to="52" data-speed="5000" data-refresh-interval="50">52</span>
<span class="fh5co-counter-label">Happy clients</span>
</div>
</div>
</div>
</div>
</section>
<section id="fh5co-contact" data-section="contact">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading text-center">
<h2 class="to-animate">Get In Touch</h2>
<div class="row">
<div class="col-md-8 col-md-offset-2 subtext to-animate">
<h3>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</h3>
</div>
</div>
</div>
</div>
<div class="row row-bottom-padded-md">
<div class="col-md-6 to-animate">
<h3>Contact Info</h3>
<ul class="fh5co-contact-info">
<li class="fh5co-contact-address ">
<i class="icon-home"></i>
5555 Love Paradise 56 New Clity 5655, <br>Excel Tower United Kingdom
</li>
<li><i class="icon-phone"></i> (123) 465-6789</li>
<li><i class="icon-envelope"></i>info@freehtml5.co</li>
<li><i class="icon-globe"></i> <a href="http://freehtml5.co/" target="_blank">freehtml5.co</a></li>
</ul>
</div>
<div class="col-md-6 to-animate">
<h3>Contact Form</h3>
<div class="form-group ">
<label for="name" class="sr-only">Name</label>
<input id="name" class="form-control" placeholder="Name" type="text">
</div>
<div class="form-group ">
<label for="email" class="sr-only">Email</label>
<input id="email" class="form-control" placeholder="Email" type="email">
</div>
<div class="form-group ">
<label for="phone" class="sr-only">Phone</label>
<input id="phone" class="form-control" placeholder="Phone" type="text">
</div>
<div class="form-group ">
<label for="message" class="sr-only">Message</label>
<textarea name="" id="message" cols="30" rows="5" class="form-control" placeholder="Message"></textarea>
</div>
<div class="form-group ">
<input class="btn btn-primary btn-lg" value="Send Message" type="submit">
</div>
</div>
</div>
</div>
</div>
<div id="map" class="to-animate"></div>
</section>
<footer id="footer" role="contentinfo">
<a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a>
<div class="container">
<div class="">
<div class="col-md-12 text-center">
<p>© Elate Free HTML5. All Rights Reserved. <br>Created by <a href="http://freehtml5.co/" target="_blank">FREEHTML5.co</a> Images: <a href="http://pexels.com/" target="_blank">Pexels</a>, <a href="http://plmd.me/" target="_blank">plmd.me</a></p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="#"><i class="icon-twitter"></i></a></li>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- For demo purposes Only ( You may delete this anytime :-) -->
<div id="colour-variations">
<a class="option-toggle"><i class="icon-gear"></i></a>
<h3>Preset Colors</h3>
<ul>
<li>
<a href="javascript: void(0);" data-theme="style">
<span style="background: #3f95ea;"></span>
<span style="background: #52d3aa;"></span>
<span style="background: #f2f2f2;"></span>
</a>
</li>
<li>
<a href="javascript: void(0);" data-theme="style2">
<span style="background: #329998;"></span>
<span style="background: #6cc99c;"></span>
<span style="background: #f2f2f2;"></span>
</a>
</li>
<li>
<a href="javascript: void(0);" data-theme="style3">
<span style="background: #9f466e;"></span>
<span style="background: #c24d67;"></span>
<span style="background: #f2f2f2;"></span>
</a>
</li>
<li>
<a href="javascript: void(0);" data-theme="style4">
<span style="background: #21825C;"></span>
<span style="background: #A4D792;"></span>
<span style="background: #f2f2f2;"></span>
</a>
</li>
</ul>
</div>
<!-- End demo purposes only -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Counter -->
<script src="js/jquery.countTo.js"></script>
<!-- Magnific Popup -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>
<script src="js/google_map.js"></script>
<!-- For demo purposes only styleswitcher ( You may delete this anytime ) -->
<script src="js/jquery.style.switcher.js"></script>
<script>
$(function(){
$('#colour-variations ul').styleSwitcher({
defaultThemeId: 'theme-switch',
hasPreview: false,
cookie: {
expires: 30,
isManagingLoad: true
}
});
$('.option-toggle').click(function() {
$('#colour-variations').toggleClass('sleep');
});
});
</script>
<!-- End demo purposes only -->
<!-- Main JS (Do not remove) -->
<script src="js/main.js"></script>
</body>
</html>
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
font-weight: normal;
font-style: normal;
}
/* =======================================================
*
* Template Style
* Edit this section
*
* ======================================================= */
body {
font-family: "Source Sans Pro", Arial, sans-serif;
font-weight: 300;
font-size: 20px;
line-height: 1.5;
color: #777777;
color: #7f7f7f;
background: #fff;
height: 100%;
position: relative;
}
a {
color: #52d3aa;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
a:hover, a:active, a:focus {
color: #52d3aa;
outline: none;
}
p {
margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
color: #000;
font-family: "Source Sans Pro", Arial, sans-serif;
font-weight: 400;
margin: 0 0 30px 0;
}
::-webkit-selection {
color: #818892;
background: #f9f6f0;
}
::-moz-selection {
color: #818892;
background: #f9f6f0;
}
::selection {
color: #818892;
background: #f9f6f0;
}
.edge--bottom {
position: relative;
z-index: 1;
}
.edge--bottom:after {
background: inherit;
content: '';
display: block;
height: 50%;
left: 0;
position: absolute;
right: 0;
z-index: -1;
-webkit-backface-visibility: hidden;
}
.edge--bottom:after {
bottom: 0;
transform: skewY(-1.5deg);
transform-origin: 100%;
}
.edge--bottom--reverse {
position: relative;
z-index: 1;
}
.edge--bottom--reverse:after {
background: inherit;
content: '';
display: block;
height: 50%;
left: 0;
position: absolute;
right: 0;
z-index: -1;
-webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
bottom: 0;
transform: skewY(1.5deg);
transform-origin: 0 100%;
}
.edge--top {
position: relative;
z-index: 1;
}
.edge--top:before {
background: inherit;
content: '';
display: block;
height: 50%;
left: 0;
position: absolute;
right: 0;
z-index: -1;
-webkit-backface-visibility: hidden;
}
.edge--top:before {
top: 0;
transform: skewY(1.5deg);
transform-origin: 100% 0;
}
.edge--top--reverse {
position: relative;
z-index: 1;
}
.edge--top--reverse:before {
background: inherit;
content: '';
display: block;
height: 50%;
left: 0;
position: absolute;
right: 0;
z-index: -1;
-webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
top: 0;
transform: skewY(-1.5deg);
transform-origin: 0 0;
}
.edge--both {
position: relative;
z-index: 1;
}
.edge--both:before, .edge--both:after {
background: inherit;
content: '';
display: block;
height: 50%;
left: 0;
position: absolute;
right: 0;
z-index: -1;
-webkit-backface-visibility: hidden;
}
.edge--both:before {
top: 0;
transform: skewY(1.5deg);
transform-origin: 100% 0;
}
.edge--both:after {
bottom: 0;
transform: skewY(-1.5deg);
transform-origin: 100%;
}
.edge--both--reverse {
position: relative;
z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
background: inherit;
content: '';
display: block;
height: 50%;
left: 0;
position: absolute;
right: 0;
z-index: -1;
-webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
top: 0;
transform: skewY(-1.5deg);
transform-origin: 0 0;
}
.edge--both--reverse:after {
bottom: 0;
transform: skewY(1.5deg);
transform-origin: 0 0;
}
#fh5co-header {
position: absolute;
z-index: 99;
width: 100%;
opacity: 1;
top: 0;
margin-top: 40px;
}
@media screen and (max-width: 768px) {
#fh5co-header {
margin-top: 0;
background: #fff;
-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}
#fh5co-header .navbar-brand {
color: #52d3aa !important;
}
#fh5co-header #navbar li a {
color: rgba(0, 0, 0, 0.5) !important;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#fh5co-header #navbar li a:hover {
color: #52d3aa !important;
}
#fh5co-header #navbar li a span:before {
background: transparent !important;
}
#fh5co-header #navbar li.active a {
background: transparent;
background: none;
color: #52d3aa !important;
}
#fh5co-header #navbar li.active a span:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
}
#fh5co-header .navbar {
padding-bottom: 0;
margin-bottom: 0;
}
#fh5co-header #navbar li a {
font-family: "Source Sans Pro", Arial, sans-serif;
color: rgba(255, 255, 255, 0.5);
position: relative;
font-size: 19px;
font-weight: 300;
}
#fh5co-header #navbar li a span {
position: relative;
display: block;
padding-bottom: 2px;
}
#fh5co-header #navbar li a span:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.5);
visibility: hidden;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
color: #fff;
}
#fh5co-header #navbar li a:hover span:before {
visibility: visible;
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
background: transparent;
background: none;
color: #fff;
}
#fh5co-header #navbar li.active a span:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
#fh5co-header .navbar-brand {
float: left;
display: block;
font-size: 30px;
font-weight: 700;
padding-left: 0;
color: #fff;
}
#fh5co-header.navbar-fixed-top {
position: fixed !important;
background: #fff;
-webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
margin-top: 0px;
top: 0;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li a {
color: rgba(0, 0, 0, 0.5);
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a {
background: transparent;
background: none;
color: #52d3aa;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
background-color: #52d3aa;
}
#fh5co-header .navbar-default {
border: transparent;
background: transparent;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
}
@media screen and (max-width: 768px) {
#fh5co-header .navbar-default {
margin-top: 0px;
padding-right: 0px;
padding-left: 0px;
}
}
#fh5co-header .navbar-default .brand-slogan {
margin: 28px 0 0 15px;
float: left;
letter-spacing: 2px;
color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
color: #52d3aa;
font-style: normal;
}
#fh5co-header a {
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
#fh5co-home {
background-color: transparent;
background-size: cover;
background-attachment: fixed;
position: relative;
width: 100%;
background-color: #52d3aa;
color: #fff;
overflow: hidden;
}
#fh5co-home .gradient {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
opacity: .9;
-webkit-backface-visibility: hidden;
background-color: #52d3aa;
/* IE9, iOS 3.2+ */
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
/* Android 2.3 */
background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
/* IE10+ */
background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-home, #fh5co-home .text-wrap {
height: 900px;
}
#fh5co-home .text-wrap {
display: table;
width: 100%;
position: relative;
z-index: 4;
}
#fh5co-home .text-inner {
display: table-cell;
vertical-align: middle;
text-align: center;
}
#fh5co-home .text-inner a {
color: white;
border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
#fh5co-home .text-inner a:hover, #fh5co-home .text-inner a:active, #fh5co-home .text-inner a:focus {
text-decoration: none;
color: white;
border-bottom: 1px dashed white;
}
#fh5co-home .text-inner h1 {
font-size: 50px;
color: white;
margin: 0 0 20px 0;
}
#fh5co-home .text-inner h2 {
font-size: 28px;
line-height: 38px;
font-weight: 300;
color: rgba(255, 255, 255, 0.8);
margin: 0;
}
.slant {
position: absolute;
transform: rotate(-1.7deg);
-ms-transform: rotate(-1.7deg);
-webkit-transform: rotate(-1.7deg);
-o-transform: rotate(-1.7deg);
-moz-transform: rotate(-1.7deg);
background-color: #fff;
content: "";
z-index: 3;
display: inline-block;
height: 70px;
bottom: 0;
margin-bottom: -35px;
padding: 0;
width: 101%;
}
#fh5co-intro {
position: relative;
bottom: 0;
margin-top: -150px;
z-index: 10;
padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
#fh5co-intro {
padding-bottom: 3em;
}
}
#fh5co-intro > div {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
}
#fh5co-intro .fh5co-block {
width: 33.33%;
float: left;
text-align: center;
font-size: 16px;
min-height: 300px;
vertical-align: middle;
padding: 40px;
background: #fff;
-webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
-moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
-ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
-o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
z-index: 7;
flex-grow: 1;
background-size: cover;
position: relative;
backgroun-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
#fh5co-intro .fh5co-block {
width: 100%;
}
}
#fh5co-intro .fh5co-block > .overlay-darker {
z-index: 8;
opacity: .5;
background: #474747;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
#fh5co-intro .fh5co-block > .overlay {
background: #fff;
opacity: 1;
z-index: 9;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
#fh5co-intro .fh5co-block > .fh5co-text {
position: relative;
z-index: 10;
}
#fh5co-intro .fh5co-block > .fh5co-text .fh5co-intro-icon {
font-size: 50px;
color: #52d3aa;
margin-bottom: 30px;
display: block;
}
#fh5co-intro .fh5co-block h2 {
font-size: 24px;
font-weight: 400;
}
#fh5co-intro .fh5co-block:hover > .overlay, #fh5co-intro .fh5co-block:focus > .overlay {
opacity: 0;
z-index: 9;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text, #fh5co-intro .fh5co-block:focus > .fh5co-text {
color: #fff;
}
#fh5co-intro .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
color: #fff;
}
#fh5co-intro .fh5co-block:hover h2, #fh5co-intro .fh5co-block:focus h2 {
color: #fff;
}
#fh5co-intro .fh5co-block:hover .btn, #fh5co-intro .fh5co-block:focus .btn {
border: 2px solid #fff !important;
background: transparent;
}
#fh5co-intro .fh5co-block:hover .btn:hover, #fh5co-intro .fh5co-block:focus .btn:hover {
background: #52d3aa !important;
border: 2px solid #52d3aa !important;
}
.watch-video {
text-align: center;
width: 100%;
display: block;
float: left;
}
.watch-video span {
display: block;
margin-bottom: 20px;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: bold;
}
.watch-video .btn-video {
display: block;
font-size: 60px;
height: 120px;
width: 120px;
margin: 0 auto;
border: 2px solid #52d3aa;
line-height: 0px;
display: table;
text-align: center;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
text-decoration: none;
}
.watch-video .btn-video i {
position: relative;
display: table-cell;
vertical-align: middle;
margin: 0;
padding: 0;
right: -9px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
padding: 4em 0;
}
@media screen and (max-width: 768px) {
#fh5co-services, #fh5co-testimonials, #fh5co-counters, #fh5co-work, #fh5co-contact, #fh5co-about {
padding: 2em 0;
}
}
#fh5co-services, #fh5co-work, #fh5co-counters {
padding: 7em 0;
}
@media screen and (max-width: 768px) {
#fh5co-services, #fh5co-work, #fh5co-counters {
padding: 4em 0;
}
}
#fh5co-services {
background-color: #52d3aa;
/* IE9, iOS 3.2+ */
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
/* Android 2.3 */
background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
/* IE10+ */
background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
overflow: hidden;
position: relative;
color: rgba(255, 255, 255, 0.7);
}
#fh5co-services:before, #fh5co-services:after {
position: absolute;
transform: rotate(-1.7deg);
-ms-transform: rotate(-1.7deg);
-webkit-transform: rotate(-1.7deg);
-o-transform: rotate(-1.7deg);
-moz-transform: rotate(-1.7deg);
background-color: #fff;
content: "";
z-index: 3;
display: inline-block;
height: 70px;
padding: 0;
width: 101%;
}
#fh5co-services:before {
top: 0;
margin-top: -35px;
}
#fh5co-services:after {
bottom: 0;
margin-bottom: -35px;
}
#fh5co-services .fh5co-service {
padding-right: 30px;
}
#fh5co-services h3 {
font-size: 24px;
color: #fff;
}
#fh5co-services .icon {
font-size: 70px;
margin-bottom: 30px;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
#fh5co-services .icon:before {
color: #fff;
}
#fh5co-services .section-heading h2 {
color: #fff;
}
#fh5co-services .section-heading h2.left-border:after {
background: rgba(255, 255, 255, 0.3);
}
#fh5co-counters {
background: #52d3aa;
overflow: hidden;
background-color: transparent;
background-size: cover;
background-attachment: fixed;
position: relative;
width: 100%;
padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
#fh5co-counters {
padding: 4em 0;
}
}
#fh5co-counters .fh5co-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
background: rgba(0, 0, 0, 0.7);
}
#fh5co-counters:before, #fh5co-counters:after {
position: absolute;
transform: rotate(-1.7deg);
-ms-transform: rotate(-1.7deg);
-webkit-transform: rotate(-1.7deg);
-o-transform: rotate(-1.7deg);
-moz-transform: rotate(-1.7deg);
background-color: #fff;
content: "";
z-index: 3;
display: inline-block;
height: 70px;
padding: 0;
width: 101%;
}
#fh5co-counters:before {
top: 0;
margin-top: -35px;
}
#fh5co-counters:after {
bottom: 0;
margin-bottom: -35px;
}
#fh5co-counters .section-heading {
position: relative;
z-index: 3;
margin-bottom: 0;
}
#fh5co-counters .section-heading h2 {
color: #fff;
}
#fh5co-counters .section-heading h2:after {
background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-counters .section-heading .subtext h3 {
color: rgba(255, 255, 255, 0.7) !important;
}
#fh5co-counters .fh5co-counter {
position: relative;
z-index: 3;
text-align: center;
}
@media screen and (max-width: 992px) {
#fh5co-counters .fh5co-counter {
margin-bottom: 50px;
float: left;
width: 100%;
}
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon,
#fh5co-counters .fh5co-counter .fh5co-counter-number,
#fh5co-counters .fh5co-counter .fh5co-counter-label {
display: block;
}
#fh5co-counters .fh5co-counter .fh5co-counter-icon {
font-size: 40px;
color: #52d3aa;
}
#fh5co-counters .fh5co-counter .fh5co-counter-number {
font-size: 70px;
color: #fff;
font-weight: 300;
}
#fh5co-counters .fh5co-counter .fh5co-counter-label {
color: rgba(255, 255, 255, 0.5);
font-size: 18px;
font-weight: 400;
}
#fh5co-testimonials .box-testimony {
margin-bottom: 2em;
float: left;
}
#fh5co-testimonials .box-testimony a {
color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonials .box-testimony a:hover, #fh5co-testimonials .box-testimony a:focus, #fh5co-testimonials .box-testimony a:active {
color: white;
text-decoration: none;
}
#fh5co-testimonials .box-testimony blockquote {
padding-left: 0;
border-left: none;
padding: 30px;
background: #fff;
background: #52d3aa;
font-size: 20px;
font-weight: 300;
position: relative;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
}
#fh5co-testimonials .box-testimony blockquote:after {
content: "";
position: absolute;
top: 100%;
left: 40px;
border-top: 10px solid black;
border-top-color: #fff;
border-top-color: #52d3aa;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
#fh5co-testimonials .box-testimony blockquote p {
font-style: italic;
color: #fff;
}
#fh5co-testimonials .box-testimony .author {
line-height: 20px;
color: black;
font-size: 16px;
margin-left: 20px;
font-weight: 400;
}
#fh5co-testimonials .box-testimony .author a {
color: #52d3aa;
}
#fh5co-testimonials .box-testimony .author a:hover {
text-decoration: underline;
}
#fh5co-testimonials .box-testimony .author > figure {
float: left;
margin-right: 10px;
}
#fh5co-testimonials .box-testimony .author > figure img {
width: 60px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
#fh5co-testimonials .box-testimony .author p {
float: left;
margin-top: 10px;
}
#fh5co-testimonials .box-testimony .author .subtext {
display: block;
color: rgba(0, 0, 0, 0.5);
font-size: 16px;
font-weight: 400 !important;
}
#fh5co-work {
overflow: hidden;
position: relative;
color: rgba(255, 255, 255, 0.8);
background-color: #52d3aa;
/* IE9, iOS 3.2+ */
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
/* Android 2.3 */
background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
/* IE10+ */
background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}
#fh5co-work a {
color: rgba(255, 255, 255, 0.5);
text-decoration: underline;
}
#fh5co-work a:hover {
color: white;
}
#fh5co-work:before, #fh5co-work:after {
position: absolute;
transform: rotate(-1.7deg);
-ms-transform: rotate(-1.7deg);
-webkit-transform: rotate(-1.7deg);
-o-transform: rotate(-1.7deg);
-moz-transform: rotate(-1.7deg);
background-color: #fff;
content: "";
z-index: 3;
display: inline-block;
height: 70px;
padding: 0;
width: 101%;
}
#fh5co-work:before {
top: 0;
margin-top: -35px;
}
#fh5co-work:after {
bottom: 0;
margin-bottom: -35px;
}
#fh5co-work .section-heading h2 {
color: #fff;
}
#fh5co-work .section-heading h2:after {
background: rgba(255, 255, 255, 0.3);
}
#fh5co-work .section-heading h3 {
color: rgba(255, 255, 255, 0.8);
}
#fh5co-work .fh5co-project-item {
display: block;
width: 100%;
position: relative;
top: 0;
background: #fff;
overflow: hidden;
z-index: 9;
margin-bottom: 30px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
border-radius: 7px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#fh5co-work .fh5co-project-item img {
z-index: 8;
opacity: 1;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
#fh5co-work .fh5co-project-item .fh5co-text {
padding: 10px 20px;
}
#fh5co-work .fh5co-project-item .fh5co-text h2, #fh5co-work .fh5co-project-item .fh5co-text span {
text-decoration: none !important;
}
#fh5co-work .fh5co-project-item .fh5co-text h2 {
font-size: 18px;
font-weight: bold;
margin: 0;
}
#fh5co-work .fh5co-project-item .fh5co-text span {
color: #b3b3b3;
font-size: 16px;
font-weight: 400;
}
#fh5co-work .fh5co-project-item:hover, #fh5co-work .fh5co-project-item:focus {
-webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
-o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
text-decoration: none;
top: -15px;
}
#fh5co-work .fh5co-project-item:hover img, #fh5co-work .fh5co-project-item:focus img {
opacity: .7;
}
#fh5co-work .fh5co-project-item:hover h2, #fh5co-work .fh5co-project-item:hover span, #fh5co-work .fh5co-project-item:focus h2, #fh5co-work .fh5co-project-item:focus span {
text-decoration: none !important;
}
.fh5co-person {
border: 2px solid #f2f2f2;
padding: 80px 30px 30px 30px;
float: left;
width: 100%;
position: relative;
}
@media screen and (max-width: 992px) {
.fh5co-person {
margin-bottom: 3.5em;
}
}
.fh5co-person figure {
position: absolute;
margin-top: -60px;
top: 0;
left: 50%;
margin-left: -60px;
display: block;
margin-bottom: 50px;
}
.fh5co-person figure img {
width: 120px;
border: 2px solid #f2f2f2;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.fh5co-person h3 {
margin-bottom: 0px;
}
.fh5co-person .fh5co-position {
color: #b3b3b3;
display: block;
margin-bottom: 20px;
}
.form-control {
box-shadow: none;
background: transparent;
border: 2px solid rgba(0, 0, 0, 0.1);
height: 54px;
font-size: 18px;
font-weight: 400;
}
.form-control:active, .form-control:focus {
outline: none;
box-shadow: none;
border-color: #52d3aa;
}
.btn {
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
outline: none;
}
#fh5co-contact {
padding-bottom: 0;
}
#fh5co-contact .fh5co-contact-info {
padding: 0;
margin: 0 0 1.5em 0;
}
#fh5co-contact .fh5co-contact-info li {
position: relative;
padding: 0;
margin: 0 0 1.5em 0;
padding-left: 50px;
list-style: none;
}
#fh5co-contact .fh5co-contact-info li i {
position: absolute;
top: .2em;
left: 0;
}
.section-heading {
float: left;
width: 100%;
padding-bottom: 50px;
margin-bottom: 50px;
clear: both;
}
.section-heading h2 {
margin: 0 0 30px 0;
font-size: 50px;
font-weight: 300;
color: #444;
text-transform: uppercase;
position: relative;
display: block;
padding-bottom: 20px;
line-height: 1.5;
}
.section-heading h2.left-border:after {
content: "";
position: absolute;
display: block;
width: 80px;
height: 2px;
background: #52d3aa;
left: 0%;
margin-left: 0px;
bottom: 0;
}
.section-heading h2:after {
content: "";
position: absolute;
display: block;
width: 80px;
height: 2px;
background: #52d3aa;
left: 50%;
margin-left: -40px;
bottom: 0;
}
@media screen and (max-width: 768px) {
.section-heading h2 {
font-size: 30px;
}
}
.section-heading h3 {
font-weight: 300;
line-height: 1.5;
color: #929292;
}
@media screen and (max-width: 768px) {
.section-heading h3 {
font-size: 24px !important;
line-height: 34px;
}
}
.btn {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.fh5co-nav-toggle {
width: 25px;
height: 25px;
cursor: pointer;
text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
background: #52d3aa;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
outline: none;
border-bottom: none !important;
}
.fh5co-nav-toggle i {
position: relative;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
width: 25px;
height: 3px;
color: #52d3aa;
font: bold 14px/.4 Helvetica;
text-transform: uppercase;
text-indent: -55px;
background: #52d3aa;
transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
content: '';
width: 25px;
height: 3px;
background: #52d3aa;
position: absolute;
left: 0;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
.fh5co-nav-toggle i::before {
top: -7px;
}
.fh5co-nav-toggle i::after {
bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
top: -10px;
}
.fh5co-nav-toggle:hover i::after {
bottom: -10px;
}
.fh5co-nav-toggle.active i {
background: transparent;
}
.fh5co-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);
}
.fh5co-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);
}
.fh5co-nav-toggle {
position: absolute;
top: 2px;
right: 0px;
z-index: 21;
padding: 6px 0 0 0;
display: block;
margin: 0 auto;
display: none;
height: 44px;
width: 25px;
border-bottom: none !important;
}
@media screen and (max-width: 768px) {
.fh5co-nav-toggle {
display: block;
}
}
#footer {
padding: 50px 0;
color: #7f7f7f;
position: relative;
}
#footer .gotop {
position: absolute;
top: -20px;
left: 50%;
margin-left: -40px;
background: #fff;
z-index: 8;
width: 80px;
height: 80px;
font-size: 30px;
padding-top: 5px;
text-align: center;
vertical-align: middle;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
top: -25px;
text-decoration: none !important;
}
#footer .copyright {
font-size: 16px;
margin-bottom: 0px;
padding-bottom: 0;
}
.btn {
text-transform: uppercase;
letter-spacing: 2px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.btn.btn-primary {
background: #52d3aa;
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: #52d3aa;
}
.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;
}
.social {
padding: 0;
margin: 0;
display: inline-block;
position: relative;
width: 100%;
}
.social li {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
}
.social li a {
font-size: 16px;
display: table;
width: 40px;
height: 40px;
margin: 0 4px;
}
.social li a i {
display: table-cell;
vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
text-decoration: none;
border-bottom: none;
}
.social li a.social-box {
background: #52d3aa;
color: #fff;
}
.social li a.social-circle {
background: #52d3aa;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.social li a:hover {
background: #393e46 !important;
}
.social.social-box a {
background: #52d3aa;
color: #fff;
}
.social.social-circle a {
background: #52d3aa;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
#map {
width: 100%;
height: 500px;
position: relative;
}
@media screen and (max-width: 768px) {
#map {
height: 200px;
}
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden;
/* ideally, transition speed should match zoom duration */
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.js .to-animate,
.js .to-animate-2,
.js .single-animate {
opacity: 0;
}
@media screen and (max-width: 480px) {
.col-xxs-12 {
float: none;
width: 100%;
}
}
.row-bottom-padded-lg {
padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
.row-bottom-padded-lg {
padding-bottom: 2em;
}
}
.row-bottom-padded-md {
padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
.row-bottom-padded-md {
padding-bottom: 2em;
}
}
.row-bottom-padded-sm {
padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
.row-bottom-padded-sm {
padding-bottom: 2em;
}
}
.fh5co-animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
/*# sourceMappingURL=style.css.map */
Also see: Tab Triggers