@charset "UTF-8";

/*----------------------------------------------------------------------------------------------
Template Name: Micro
Template URI: http://demo.mattiamazzaro.com/micro
Description: Minimal Onepage Template.
Author: Mattia Mazzaro
Author URI: http://mattiamazzaro.com/
Version: 1.0
------------------------------------------------------------------------------------------------

NOTE:
-----------------------
PLEASE DON'T EDIT THIS CSS, IF YOU NEED USE "STYLE-CUSTOM.CSS" FILE FOR WRITING YOUR CUSTOMS.
WE WILL RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE IT'S BETTER USE "STYLE-CUSTOM.CSS".


COLOR PALETTE:
-----------------------
1. #ababab - Grey
2. #fbfbfb - Light Grey
3. #030303 - Space Black
4. #ffffff - White

[TYPOGRAPHY]:
------------------------
1. 
2. 

[TABLE CONTENTS]:
------------------------

1.0 Global CSS
	1.01. Loader
	1.02. Fonts
	1.03. Helper Classes
2.0 Typography
	2.01. Heading
	2.02. Paragraph
	2.03. Margin/Padding
	2.04. Section
	2.05. Overlays
3.0 Buttons
4.0 Body Borders
5.0 Header
6.0 Navbar
	6.01. Logo
	6.02. Hamburger Menu
7.0 Slider
	7.01. Titles Slider
8.0 Arrow bounce
9.0 Back to top
20. Sections
	20.01. About
	20.02. Services
	20.03. Work
	20.04. Team
	20.05. Pricing Tables
	20.06. Portfolio Filters
	20.07. Portfolio Main
	20.08. Blog
	20.09. Testimonials
	20.10. Clients
	20.11. Contact US
	20.12. Footer


------------------------------------------------------------------------------------------------ */




/* -------------------------------

1. GLOBAL CSS

--------------------------------- */

html,
body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 11px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
    font-family: 'Muli', sans-serif;
    text-decoration: none;
    transition: 0.4s;
    color: #030303;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none !important;
    opacity: .7;
}

a:focus {
    text-decoration: none !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="color"]:focus {
    box-shadow: 0 0 0;
    outline: 0 none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.morphext>.animated {
    display: inline-block;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.masonry-fluid {
    position: relative;
    background-color: #fff;
}

.tb {
    display: table;
    width: 100%;
}

.tb-cell {
    display: table-cell;
    vertical-align: middle;
}

::-moz-selection {
    color: #fff;
    background: #1f1f1f;
}

::-webkit-selection {
    color: #fff;
    background: #1f1f1f;
}

::-o-selection {
    color: #fff;
    background: #1f1f1f;
}

::selection {
    color: #fff;
    background: #1f1f1f;
}


/* -------------------------------

2. TYPOGRAPHY

--------------------------------- */


/*- 2.1 Heading styles -*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    cursor: default;
}

h1 {
    font-size: 65px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .6px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .5px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .2px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .2px;
}

h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: .2px;
}


/*- 2.2 Heading styles -*/

p {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}


/*- 2.3 Margin / Padding styles -*/


/*- Margin Top -*/

.mar-0 {
    margin: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}


/*- Margin Bottom -*/

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}


/*- Padding Top -*/

.p-0 {
    padding: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}


/*- Padding Bottom -*/

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

/* 2.4 Section Styles */

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

.section-padding-top {
    padding-top: 120px;
}

.section-padding-bottom {
    padding-bottom: 120px;
}

.section-title {
    text-align: center;
    margin-bottom: 80px;
}

.section-title h1,
.section-title h2 {
    text-transform: uppercase;
}

.bg-transparent {
    background-color: rgba(0, 0, 0, 0)!important;
}

.bg-default {
    background-color: #fbfbfb;
}

.line {
    background: #444 none repeat scroll 0 0;
    color: black;
    height: 2px;
    text-align: center;
    width: 66px;
}


/* 2.5 Overlays */

.overlay-fff:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
    z-index: -1;
    opacity: .6;
}

.overlay-fff {
    background-size: cover !important;
    position: relative;
    color: #fff;
    z-index: 1;
}

.overlay-fff-most:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
    z-index: -1;
    opacity: .89;
}

.overlay-fff-most {
    background-size: cover !important;
    position: relative;
    color: #fff;
    z-index: 1;
}

.overlay-000:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    content: "";
    z-index: -1;
    opacity: .3;
}

.overlay-000 {
    background-size: cover !important;
    position: relative;
    color: #000000;
    z-index: 1;
}

.overlay-000-most:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    content: "";
    z-index: -1;
    opacity: .7;
}

.overlay-000-most {
    background-size: cover !important;
    position: relative;
    color: #000000;
    z-index: 1;
}


/* 2.6 Helper Classes */

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.border-none {
    border: none!important;
}

.sections-padding {
    padding: 100px 0;
}

.section-head {
    color: #404040 !important;
    position: relative;
    padding-bottom: 50px;
}

.overflow-hidden {
    overflow: hidden;
}


/* -------------------------------

3. BUTTONS

--------------------------------- */

.default-button {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background: none;
    margin-bottom: 0;
    display: inline-block;
}

.button-small {
    font-size: 12px;
    padding: 10px 25px;
}

.button-big {
    padding: 15px 30px;
    font-size: 13px;
}


/* -------------------------------

4.0 BODY BORDERS

--------------------------------- */

.page-border-right {
    position: fixed;
    right: 0px;
    width: 20px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.page-border-left {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
}

.page-border-bottom {
    position: fixed;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding-top: 2px;
    font-size: 12px;
    letter-spacing: 1px;
    height: 20px;
    z-index: 9999;
}

.page-border-top {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding-top: 2px;
    font-size: 12px;
    letter-spacing: 1px;
    height: 20px;
    z-index: 9999;
}

@media screen and (max-width:768px) {
    .page-border-right {
        display: none;
    }
    .page-border-left {
        display: none;
    }
    .page-border-top {
        display: none;
    }
    .page-border-bottom {
        display: none;
    }
}







/* -------------------------------

2.0 Fonts

--------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Muli:200,400,700,800');






/* -------------------------------

3.0 NAVBAR

--------------------------------- */

header.header {
    position: relative;
    width: 100%;
    background-color: #1c1c1c;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 10;
}

header.header.header-home {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    padding-top: 20px;
}

header.header.header-sticky.header-fixed {
    position: fixed;
    padding-top: 0;
    background-color: #fff;
    z-index: 999;
}

header.header.header-sticky.header-fixed .logo {
    padding: 15px 0;
	display: block;
}

header.header.header-sticky.header-fixed .logo a img {
    max-height: 25px;
}

header.header.header-sticky.header-fixed .logo-white {
    padding: 15px 0;
	display: none;
}

header.header.header-sticky.header-fixed .logo-white a img {
    max-height: 25px;
}

header.header.header-sticky.header-fixed .navbar {
    padding: 8px 0;
}


header.header .logo {
    float: left;
    padding: 18px 0;
	display: none;
}

header.header .logo a {
    display: inline-block;
}

header.header .logo a img {
    max-height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.header .logo-white {
    float: left;
    padding: 18px 0;
}

header.header .logo-white a {
    display: inline-block;
}

header.header .logo-white a img {
    max-height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.header .navbar {
    padding: 15px 0;
	margin: 0 0;
	z-index: 100;
}

header.header .navbar.text-right {
    margin-right: -23px;
}

header.header .navbar ul.nav {
    display: inline-block;
    font-size: 0;
    margin: 0;
}

header.header .navbar ul.nav li {
    position: relative;
    display: inline-block;
    margin: 0 23px;
}

header.header .navbar ul.nav li:before {
    display: none;
}

header.header .navbar ul.nav li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header.header.header-sticky.header-fixed .navbar ul.nav li a  {
	color: #030303;
}
header.header.header-sticky.header-fixed .navbar ul.nav .sub-menu li a {
	color: #ababab;
}

header.header .navbar ul.nav li:hover>a {
    color: #ababab;
}

header.header .navbar ul.nav li.active>a,
header.header .navbar ul.nav li.current-menu-item>a {
    color: #ababab;
}

header.header .navbar ul.nav li.active>.plus,
header.header .navbar ul.nav li.current-menu-item>.plus {
    color: #ababab;
}

header.header .navbar ul.nav span.plus {
    position: static;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}

header.header .navbar ul.nav span.plus>span {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: .5em;
}

header.header .navbar ul.nav .sub-menu {
    position: absolute;
    width: 210px;
    margin: 0;
    padding: 5px 0;
    z-index: 9;
    top: 55px;
    left: -23px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    background-color: #1c1c1c;
    border-top: 3px solid #ababab;
    -webkit-transition: all 0.2s linear 0.1s;
    -moz-transition: all 0.2s linear 0.1s;
    -ms-transition: all 0.2s linear 0.1s;
    -o-transition: all 0.2s linear 0.1s;
    transition: all 0.2s linear 0.1s;
}

header.header .navbar ul.nav .sub-menu li {
    display: block;
    margin: 0;
    padding: 0 20px;
}

header.header .navbar ul.nav .sub-menu li a {
    display: block;
    padding: 15px 0;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.header .navbar ul.nav .sub-menu li:last-child>a {
    border: 0;
}

header.header .navbar ul.nav .sub-menu li:hover .sub-menu {
    top: 0;
}

header.header .navbar ul.nav .sub-menu .sub-menu {
    top: 10px;
    left: 100%;
}

header.header .navbar ul.nav li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 45px;
}

.open-menu {
    position: absolute;
    width: 50px;
    height: 14px;
    cursor: pointer;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

header.header.header-sticky.header-fixed .open-menu span {
	background-color: #030303;
}

.open-menu span {
    position: absolute;
    display: block;
    font-size: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 10;
    overflow: hidden;
}

.open-menu span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ababab;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.open-menu .item-1 {
    top: 0;
}

.open-menu .item-2 {
    top: 0;
    bottom: 0;
}

.open-menu .item-2:after {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.open-menu .item-3 {
    bottom: 0;
}

.open-menu .item-3:after {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.open-menu:hover span:after {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
	font-size: 18px;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    display: none;
	color: #fff;
    z-index: 999999999;
}

.close-menu:hover {
    color: #fff;
}

.menu-mobile.navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    overflow: hidden;
    padding: 50px 15px;
    text-align: left;
    background-color: #1c1c1c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index: 99999999;
}

.menu-mobile.navbar:after {
    content: '';
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
}

.menu-mobile.navbar.navigation-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.menu-mobile.navbar .nav {
    margin: 0;
}

.menu-mobile.navbar .nav li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-mobile.navbar .nav li:before {
    display: none;
}

.menu-mobile.navbar .nav li a {
    display: block;
    font-size: 12px;
    color: #fff;
    background: none;
    padding: 12px 0;
}

.menu-mobile.navbar .nav li a:hover {
    color: #ababab;
}

.menu-mobile.navbar .nav li:last-child {
    border: 0;
}

.menu-mobile.navbar .nav li span.plus {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}

.menu-mobile.navbar .nav li span.plus>span {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: .5em;
}

.menu-mobile.navbar .nav li span.plus.plus-active>span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #ababab;
}

.menu-mobile.navbar .nav li span.plus.plus-active+a {
    color: #ababab;
    background-color: rgba(255, 255, 255, 0.12);
}

.menu-mobile.navbar .nav li.active>a,
.menu-mobile.navbar .nav li.current-menu-item>a {
    color: #ababab;
}

.menu-mobile.navbar .nav li.active>.plus,
.menu-mobile.navbar .nav li.current-menu-item>.plus {
    color: #ababab;
}

.menu-mobile.navbar .sub-menu {
    display: none;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-mobile.navbar .sub-menu li a {
    position: relative;
    font-size: 10px;
    text-indent: 10px;
}

.menu-mobile.navbar .sub-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
    left: 15px;
    top: 0;
    bottom: 0;
    background-color: #fff;
}

.menu-mobile.navbar .sub-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 270px;
    height: 100%;
    overflow: hidden;
    padding: 50px 15px;
    text-align: left;
    background-color: #1c1c1c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 99999999;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-mobile.navbar .sub-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.next-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: right;
	color: #fff; 
	z-index: 9999;
}

header.header .navbar ul.nav .sub-menu .left {
    left: 100%;
}

header.header .navbar ul.nav .sub-menu .right {
    left: -100%;
}


	@media screen and (max-width:768){
		.nav {
			display: none;

		}
		.nav li {
			display: none;
		}
	}
/* -------------------------------

4.0 SLIDER

--------------------------------- */

.hero {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.hero .bg-overlay {
    background-color: rgba(0, 0, 0, 0.35);
}

.hero .hero-content {
    position: absolute;
    color: #fff;
	padding: 0px 15px;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
	z-index: 1;
}

.hero .hero-content h1 {
    color: #fff;
}

.hero .hero-content h1 span {
    color: #ababab;
}

.hero .hero-content h5 {
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.25em;
    color: #fff;
    padding: 9px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.hero .hero-content .head-social {
    font-size: 0;
    margin: 30px 0;
}

.hero .hero-content .head-social a {
    display: inline-block;
    font-style: italic;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}

.hero .hero-content .head-social a:after {
    content: '//';
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    color: #fff!important;
}

.hero .hero-content .head-social a:hover {
    color: #ababab;
}

.hero .hero-content .head-social a:last-child:after {
    display: none;
}

.hero .hero-content .on-btn {
    margin-top: 12px;
}

.hero-slider {
    height: 100%;
    margin: 0;
    padding: 0;
}

.hero-slider:before {
    display: none;
}

.hero-slider .item-slider {
    position: relative;
}

.hero-slider .item-slider img {
    opacity: 0;
    visibility: hidden;
}

.hero-slider .owl-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.hero-slider .owl-wrapper,
.hero-slider .owl-item {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
}

.hero-slider .owl-controls .owl-buttons {
    margin: 0;
}

.hero-slider .owl-controls .owl-buttons>div {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    text-align: center;
    width: 30px;
    height: 80px;
    line-height: 78px;
    margin: 0;
    overflow: visible;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    z-index: 99999;
}

.hero-slider .owl-controls .owl-buttons>div .navslider-img {
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hero-slider .owl-controls .owl-buttons>div.owl-next .navslider-img {
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: perspective(50em) rotateY(-90deg);
    -moz-transform: perspective(50em) rotateY(-90deg);
    -ms-transform: perspective(50em) rotateY(-90deg);
    -o-transform: perspective(50em) rotateY(-90deg);
    transform: perspective(50em) rotateY(-90deg);
}

.hero-slider .owl-controls .owl-buttons>div.owl-prev .navslider-img {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: perspective(50em) rotateY(90deg);
    -moz-transform: perspective(50em) rotateY(90deg);
    -ms-transform: perspective(50em) rotateY(90deg);
    -o-transform: perspective(50em) rotateY(90deg);
    transform: perspective(50em) rotateY(90deg);
}

.hero-slider .owl-controls .owl-buttons>div:hover .navslider-img {
    -webkit-transform: perspective(50em) rotateY(0);
    -moz-transform: perspective(50em) rotateY(0);
    -ms-transform: perspective(50em) rotateY(0);
    -o-transform: perspective(50em) rotateY(0);
    transform: perspective(50em) rotateY(0);
}

.hero-slider .owl-controls .owl-buttons>div .icon,
.hero-slider .owl-controls .owl-buttons>div .fa {
    border: 0;
}

.hero-slider .owl-controls .owl-buttons>div .icon:after,
.hero-slider .owl-controls .owl-buttons>div .fa:after {
    display: none;
}

.hero-slider .owl-controls .owl-buttons>div.owl-next {
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hero-slider .owl-controls .owl-buttons>div.owl-next .navslider-img {
    left: -80px;
    top: 0;
}

.hero-slider .owl-controls .owl-buttons>div.owl-prev {
    left: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hero-slider .owl-controls .owl-buttons>div.owl-prev .navslider-img {
    right: -80px;
    top: 0;
}

.hero-slider .owl-controls .owl-buttons>div:hover {
    background-color: #ababab;
}

.hero-slider .owl-controls .owl-buttons>div:hover .arrow_right:before,
.hero-slider .owl-controls .owl-buttons>div:hover .arrow_left:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.hero:hover .owl-controls .owl-buttons>div.owl-next {
    opacity: 1;
}

.hero:hover .owl-controls .owl-buttons>div.owl-prev {
    opacity: 1;
}



/* -------------------------------

5.0 ARROW BOUNCE

--------------------------------- */
.bounce {
	position:relative;
	bottom: 50px;
	left: calc(50% - 20px);
	width: 60px;
	height: 100px;
	        animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	   -moz-animation: bounce 2s infinite;
	     -o-animation: bounce 2s infinite;
}
.bounce img {
	width:100%;
	max-width:40px;
	}

	@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
	}
	 
	@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
	}
	 
	@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
	}
	@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
	}


	@media screen and (max-width:768px){
		.bounce {
			bottom: 60px;
			width: 27px;
			left: calc(50% - 14px);
			}
		.bounce img {
			max-width:27px;
		}
	}





/* -------------------------------

6.0 BACK TO TOP

--------------------------------- */
#toTop {
	display: none;
	height:40px;
	width:40px;
	position: fixed;
	bottom: 25px;
	right: 40px;
	font-size: 30px;
	border:1px solid #111;
	border-radius:50%;
	color: #111;
	transition: 0.4s;
	z-index: 1000;
	margin-bottom:15px;
	text-align:center;
	text-decoration: none;
}
#toTop:hover {
	opacity: 0.8;
}
#toTop i{
	position:absolute;
	right:9px;
	top:3px;
}

	@media screen and (max-width:768px){
			#toTop {
			bottom: 0px;
			right: 10px;
		}
	}


.bg-parallax {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-static {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -3;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: repeat;
}

.container {
    position: relative;
}

section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}
/* -------------------------------

5.0 ABOUT

--------------------------------- */

#about {
    padding: 100px 0;
}

#about .section-title {
    margin-bottom: 60px;
}

#about h3 {
    display: block;
    font-size: 23px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 15px;
    padding: 1px 0px;
    color: #222;
    font-weight: 400;
}

#about .img-about {
    border: 1px solid #fff;
    margin-top: 18px;
    width: 520px;
}

#about .bio {
    margin-top: 50px;
    padding-bottom: 33px;
    padding-right: 31px;
    padding-top: 14px;
}

#about hr {
    border-color: #030303;
    border-width: 1px;
    clear: both;
    float: left;
    margin: 10px 0;
    width: 100px;
}

#about p.intro {
    margin: 10px 0 0;
}

#about .social {
    margin-top: 19px;
    text-align: left;
}

#about .social ul {
    padding: 0px;
}

#about i {
    font-size: 16px;
}

#about .social li {
    display: inline-block;
    padding-right: 14px;
}

#about .social li:last-child {
    padding: 0;
}

#about .social a {
    color: #666;
    display: block;
}

#about .social a {
    transition: all 0.1s linear 0s;
}

#about .social:hover li a {
    color: #787878;
}

#about .social li a:focus,
#about .social li a:hover {
    color: #444;
}

#about .skills {
    padding-right: 30px;
}


/* Progress bars */

.skills-item {
    position: relative;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 20px;
}

.skills .skills-item .skills-item-progress {
    position: relative;
    width: 0;
    height: 2px;
    background-color: #030303;
    transition: 2s;
}

.skills .skills-item .skills-item-progress:after {
    background: none;
    box-shadow: 0 0 0 5px;
    opacity: 0.3;
}

.skills .skills-item.animated .skills-item-progress {
    width: 100%;
}

.skills-item .counter {
    position: absolute;
    display: block;
    font-size: 13px;
    text-align: center;
    width: 46px;
    height: 24px;
    line-height: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    color: #030303;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(50%, -100%);
    -moz-transform: translate(50%, -100%);
    -ms-transform: translate(50%, -100%);
    -o-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
}

.skills-item .count {
    margin-right: -4px;
}

.skills .progress-title {
    color: #222222;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 33px;
    text-transform: uppercase;
}


/* -------------------------------

6.0 SERVICES

--------------------------------- */

#services {
    padding: 90px 0 80px;
}

.space {
    margin-top: 40px;
}

#services span {
    border: 0 none;
    color: #434242;
    font-size: 38px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

#services .service {
    margin-top: 30px;
    margin-bottom: 40px;
}

#services .service p {
    margin-bottom: 10px;
}

#services h4 {
    color: #030303;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin: 10px 0 6px;
}


/* -------------------------------

7.0 PRICING TABLE

--------------------------------- */

.single-pricing-table {
    color: #1f1f1f;
    border: 1px solid #1f1f1f;
    text-align: center;
    padding: 40px 0;
}

#pricing-table-recommend {
    transform: scale(1.1);
}

.pricing-table-header h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 30px 0px;
}

.pricing-table-header h4 {
    font-size: 16px;
    font-weight: 400;
}

.pricing-table-header h4 span {
    font-size: 40px;
    font-weight: 700;
}

.pricing-table-content ul {
    margin: 0;
    padding: 0;
}

.pricing-table-content ul li {
    list-style: none;
    font-size: 16px;
    padding: 25px 0;
    margin: 0 45px;
    letter-spacing: 1px;
}

.pricing-table-content ul li:last-child {
    border-bottom: 0px solid #fff;
}

.button-pricing {
    font-size: 12px;
    padding: 20px 25px;
}

.pricing-table-button a {
    background: transparent;
    color: #1f1f1f;
    margin: 25px 0px;
}

@media screen and (max-width:768px) {
    .single-pricing-table {
        margin-bottom: 40px;
    }
    #pricing-table-recommend {
        transform: scale(1.0);
    }
}


/* -------------------------------

8.0 PORTFOLIO FILTERS

--------------------------------- */

.categories {
    position: relative;
    width: 100%;
    padding: 0 8px;
    max-width: 550px;
    margin-left: calc(50% - 275px);
    text-align: center;
}

.categories ul {
    padding-left: 0px;
}

.categories ul li {
    font-size: 15px;
    display: inline-block;
}

.categories ul li {
    list-style: none;
    margin: 10px 0;
}

.categories ul li a {
    display: inline-block;
    color: #60606e;
    margin-right: 20px;
    font-size: 19px;
    transition: all ease 1s;
}

.categories ul li a.active {
    opacity: 0.5;
}

@media screen and (min-width: 1921px) {
    .categories {
        bottom: 120px;
    }
    .categories ul li {
        font-size: 25px;
    }
}

@media screen and (min-width: 1441px) and (max-width:1920px) {
    .categories {
        bottom: 100px;
    }
    .categories ul li {
        font-size: 15px;
    }
}

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .categories {
        bottom: 80px;
    }
    .categories ul li {
        font-size: 15px;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    .categories {
        bottom: 80px;
    }
    .categories ul li {
        font-size: 14px;
    }
    .categories ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width:481px) and (max-width:768px) {
    .categories {
        bottom: 70px;
    }
    .categories ul li {
        font-size: 11px;
    }
    .categories ul li a {
        font-size: 16px;
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .categories {
        max-width: 400px;
        margin-left: calc(50% - 200px);
        width: 100%;
        bottom: 30px;
    }
    .categories ul {
        padding: 0px 8px;
    }
    .categories ul li {
        font-size: 13px;
        background-color: rgba(255, 255, 255, 0.98);
        padding-left: 12px;
    }
    .categories ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .categories {
        max-width: 350px;
        margin-left: calc(50% - 175px);
        width: 100%;
        bottom: 30px;
    }
    .categories ul {
        padding: 0px 8px;
    }
    .categories ul li {
        font-size: 13px;
        background-color: rgba(255, 255, 255, 0.98);
        padding-left: 12px;
    }
    .categories ul li a {
        font-size: 16px;
    }
}


/* -------------------------------

9. PORTFOLIO MAIN

--------------------------------- */


/*-- Portfolio Full --*/

.portfolio {
    margin: auto;
}

.masonry-fluid {
    margin: 0% 0%;
}


/*-- Portfolio boxed --*/

.portfolio_boxed {
    margin: 0% 5%;
}


/*-- Portfolio boxed gutter --*/

.gutter .portfolio_boxed {
    margin: 0% 3.6%;
}

.gutter .portfolio_boxed .portfolio_item {
    margin: 3% 3%;
}


/*-- Portfolio full gutter --*/

.gutter .masonry-fluid {
    margin: 0% 0%;
}

.gutter .masonry-fluid .portfolio_item {
    margin: 3% 3%;
}

.portfolio_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    display: block;
}

.portfolio_item .portfolio_item_hover {
    position: absolute;
    top: 0px;
    left: 0px;
    height: calc(100% - 0px);
    width: calc(100% - 0px);
    -webkit-transform: translateY(0%) translateX(0%);
    transform: translateY(0%) translateX(0%);
    opacity: 0;
    -webkit-transition: all .37s ease;
    transition: all .37s ease;
    background-color: rgba(0, 0, 0, .9);
    margin: 0px;
}

.portfolio_item .portfolio_item_hover .item_info {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    width: 100%;
}

.portfolio_item .portfolio_item_hover .item_info span {
    display: block;
    color: #fff;
    font-size: 34px;
    text-decoration: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
    opacity: 0;
}

.portfolio_item .portfolio_item_hover .item_info i {
    font-size: 60px;
}

.portfolio_item:hover .portfolio_item_hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio_item:hover .item_info em,
.portfolio_item:hover .item_info span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio_item img {
    transition: all ease 0.2s;
}

.portfolio_item:hover img {
    margin: 0px;
}


/* -------------------------------

10.0 BLOG POST

--------------------------------- */

.single-blog-post {
    padding: 10px;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.single-blog-image {
    transition: 1s;
    opacity: .7;
}

.single-blog-image:hover {
    opacity: 1;
}

.single-blog-title {
    text-transform: uppercase;
    margin: 20px 0;
    margin-top: 30px;
}

.single-blog-title h4 {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
    transition: 0.4s;
    color: #1f1f1f;
    letter-spacing: 1px;
    cursor: pointer;
}

.single-blog-title h4:hover {
    color: #AAAAAA;
}

.single-blog-title h5 {
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 0;
    font-size: 12px;
}

.single-blog-title h5 a {
    color: #1f1f1f;
}

.single-blog-title h5 a:hover {
    color: #1f1f1f;
}

.single-blog-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.single-blog-share {
    margin-top: 20px;
    padding: 0 10px;
}

.blog-readmore a {
    font-size: 13px;
    font-weight: 700;
    color: #1f1f1f;
    text-transform: uppercase;
}

.readmore-btn-blog {
    font-weight: 900 !important;
    letter-spacing: 1px;
}

.readmore-btn-blog:hover {
    color: #AAAAAA;
}

.blog-readmore a:hover i,
.blog-readmore a:hover span {
    color: #AAAAAA;
}

.blog-readmore a i {
    color: #1f1f1f;
    font-size: 14px;
    margin-left: 10px;
    transition: all 0.4s ease 0s;
}

.blog-readmore span {
    color: #1f1f1f;
    font-size: 13px;
    margin-left: 5px;
    transition: all 0.4s ease 0s;
}


/* -------------------------------

11.0 TESTIMONIALS

--------------------------------- */

.testimonials {
    color: #030303;
    position: relative;
    background: url(../img/pages/testimonials/0-bg.jpg) no-repeat fixed;
    background-size: cover;
    text-align: center;
}

.review-img {}

.review-img img {
    width: 100px;
    height: 100px;
    border-radius: 150px;
    margin-bottom: 30px;
}

.review-txt {
    margin-bottom: 20px;
}

.review-txt p {
    color: #030303;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 20px;
    font-style: italic;
}

.review-txt h4 {
    color: #030303;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
}

.review-txt span {
    color: #030303;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.owl-theme .owl-controls {
    display: none!important;
}

.owl-theme .owl-controls .owl-page span {
    background: #AAAAAA none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px 4px;
    width: 10px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:active span {
    background: transparent none repeat scroll 0 0 !important;
    border: 2px solid #AAAAAA;
}


/* -------------------------------

12.0 CLIENTS

--------------------------------- */

#clients {
    background-size: cover;
    color: #030303;
}

#owl-clients .item {
    margin: 40px;
}

#owl-clients .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-clients .owl-controls {
    display: none !important;
}


/* -------------------------------

13.0 contact US

--------------------------------- */

#contact {
    background: #fff;
    padding: 100px 0 0px 0;
}

.contactForm {
    margin: 0 0 90px 0;
}

.contactLeft {}

.contactRight {
    padding-left: 28px;
    margin-bottom: 60px;
}

.contacDetails span {
    color: #030303;
    float: left;
    font-size: 25px;
    height: 65px;
    padding: 14px 8px;
    width: 65px;
}

.contacDetails {
    margin: 36px 0 10px;
}

.contacDetails h3 {
    margin-top: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 22px;
    color: #444;
}

.contacDetails p {
    font-size: 14px;
}

section#contact .form-group {
    margin-bottom: 26px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    background-color: transparent;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #555;
    font-size: 12px;
    padding: 15px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-control:focus {
    border-color: #777;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

section#contact .text-danger {
    color: #F46E6F;
}

section#contact ul {
    padding-left: 14px;
}

#map {
    height: 400px;
}

#go-to {
    display: block;
    position: relative !important;
    z-index: 99;
}

.go-totop {
    background-color: #3399ff;
    border-radius: 5px;
    bottom: auto;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 72px;
    left: 0;
    line-height: 72px;
    margin: -37px auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: 47px;
    z-index: 100;
}

.go-totop a {
    color: #fff;
    display: block;
}


/* ====GENERAL FORM STYLES==== */

input,
textarea,
select {
    color: #222;
    background: transparent;
    vertical-align: top;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    margin: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    border: 0;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
}

input:focus,
textarea:focus,
select:focus {
    border: 1px solid #03c9a9;
    outline: none;
    position: relative;
    z-index: 5;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border: 1px solid #03c9a9;
}

button.submit {
    background-color: #030303;
    border: 1px solid transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 20px 0;
    padding: 11px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: auto;
}

button.submit:hover,
.button.submit:focus,
.button.submit:active {
    background-color: #fff;
    border: 1px solid #030303;
    color: #000;
}


/*-- Google maps --*/

#section-google-maps .container,
#section-google-maps .container-fluid {
    padding: 0px;
    margin-top: 0px;
}

#map-canvas {
    width: 100%;
    height: 600px;
}


/* -------------------------------

14.0 FOOTER

--------------------------------- */

footer {
    height: 150px;
    background: #1f1f1f;
}

footer p {
    margin: 55px 0px 0px 0px;
}

footer a {
    color: #fff;
    opacity: .5;
}


/* -------------------------------

1.0 LOADER

--------------------------------- */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s linear;
    -moz-transition: all .7s linear;
    -ms-transition: all .7s linear;
    -o-transition: all .7s linear;
    transition: all .7s linear;
}

.preloader-hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(10%);
    -moz-transform: translate(10%);
    -ms-transform: translate(10%);
    -o-transform: translate(10%);
    transform: translate(10%);
}

.preloader .tb {
    height: 100%;
}

.preloader .loading-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .p-loading {
    position: relative;
    display: inline-block;
    font-family: "Muli", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: 1px;
}

.preloader .p-loading:after {
    content: attr(data-loading);
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 90%;
    color: #333;
    overflow: hidden;
    -webkit-animation: preloader 20s linear;
    -moz-animation: preloader 20s linear;
    -ms-animation: preloader 20s linear;
    animation: preloader 20s linear;
}

@-webkit-keyframes preloader {
    0% {
        width: 0;
    }
    10% {
        width: 10%;
    }
    10.5% {
        width: 15%;
    }
    15% {
        width: 15%;
    }
    22% {
        width: 22%;
    }
    22.5% {
        width: 31%;
    }
    36% {
        width: 31%;
    }
    50% {
        width: 40%;
    }
    60% {
        width: 42%;
    }
    65% {
        width: 65%;
    }
    65.5% {
        width: 80%;
    }
    90% {
        width: 85%;
    }
    100% {
        width: 90%;
    }
}

@-moz-keyframes preloader {
    0% {
        width: 0;
    }
    10% {
        width: 10%;
    }
    10.5% {
        width: 15%;
    }
    15% {
        width: 15%;
    }
    22% {
        width: 22%;
    }
    22.5% {
        width: 31%;
    }
    40% {
        width: 31%;
    }
    50% {
        width: 40%;
    }
    60% {
        width: 42%;
    }
    65% {
        width: 65%;
    }
    65.5% {
        width: 80%;
    }
    90% {
        width: 85%;
    }
    100% {
        width: 90%;
    }
}

@-ms-keyframes preloader {
    0% {
        width: 0;
    }
    10% {
        width: 10%;
    }
    10.5% {
        width: 15%;
    }
    15% {
        width: 15%;
    }
    22% {
        width: 22%;
    }
    22.5% {
        width: 31%;
    }
    40% {
        width: 31%;
    }
    50% {
        width: 40%;
    }
    60% {
        width: 42%;
    }
    65% {
        width: 65%;
    }
    65.5% {
        width: 80%;
    }
    90% {
        width: 85%;
    }
    100% {
        width: 90%;
    }
}

@keyframes preloader {
    0% {
        width: 0;
    }
    10% {
        width: 10%;
    }
    10.5% {
        width: 15%;
    }
    15% {
        width: 15%;
    }
    22% {
        width: 22%;
    }
    22.5% {
        width: 31%;
    }
    40% {
        width: 31%;
    }
    50% {
        width: 40%;
    }
    60% {
        width: 42%;
    }
    65% {
        width: 65%;
    }
    65.5% {
        width: 80%;
    }
    90% {
        width: 85%;
    }
    100% {
        width: 90%;
    }
}

.preloader .progressFull:after {
    content: attr(data-loading);
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    color: #333;
    overflow: hidden;
    -webkit-animation: preloaderFull .4s linear both .4s;
    -moz-animation: preloaderFull .4s linear both .4s;
    -ms-animation: preloaderFull .4s linear both .4s;
    animation: preloaderFull .4s linear both .4s;
}

@-webkit-keyframes preloaderFull {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes preloaderFull {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-ms-keyframes preloaderFull {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes preloaderFull {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}