/*  ---------------------------------------------------------------------------
Table of Contents
---------------------------------------------------------------------------

*   01. Global Area
*   02. Color Schemes / .color-schemes
*   03. Simple Images Backgrounds / .main-wrrapar
*   04. Particle Effect Backgrounds / #particles-js
*   05. Solid Color Backgrounds / .solid-color-wrrapar
*   06. Youtube Video Backgrounds / .youtubebg-wrrapar
*   07. Gradientify Backgrounds / .gradientifybg-wrrapar
*   08. Smoky Backgrounds Effect / .smoky-wrappar
*   09. Polygon Backgrounds Effect / .polygon-wrrapar
*   10. Backgrounds Slider Effect / .bgslider-wrrapar
*   11. Backgrounds Map Effect / .map-wrrapar
*   12. Main Header Start / .main-header
*   13. Main Content Start / .main-content
*   14. Main Footer Start / .main-footer
*   15. Preview Page Css / .preview-header
*/

/**
*
* ---------------------------------------------------------------------------
# [Color codes]

# Background:	#fff and #34495e
# Content:	#555, #00acc1 and #fff 
# Heading:	#fff and #00acc1
# Navigation: #00acc1 and #fff
# Link: #fff and #00acc1
# Hover: #fff and #00acc1
# Footer: #fff and #00acc1

* --------------------------------------------------------------------------- 
*
*/

/**
*
* ---------------------------------------------------------------------------
# [Typography]

# Body copy:            'Poppins', sans-serif
# Heading:              'Poppins', sans-serif
# Input, textarea:      'Poppins', sans-serif
# Links:                'Poppins', sans-serif

* --------------------------------------------------------------------------- 
*
*/


/*
* ---------------------------------------------------------------------------
* 01. Global Area
* ---------------------------------------------------------------------------
*/

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    overflow-x: hidden;
}
html,
body {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
a {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #fff;
    transition: all 0.2s;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
ul,
li {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
::-webkit-input-placeholder {
    color: inherit;
}
button:focus,
input:focus {
    outline: none;
}
.theme-preloader {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #fff;
}
.sk-cube-grid {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
	top: 50%;
	margin-top: -20px;
}
.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #FFCC00;
	float: left;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
	animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		transform: scale3D(1, 1, 1);
	} 
	35% {
		transform: scale3D(0, 0, 1);
	} 
}

/*
* ---------------------------------------------------------------------------
* 02. Color Schemes / .color-schemes
* ---------------------------------------------------------------------------
*/

.color-schemes {
    position: fixed;
    top: 150px;
    left: -211px;
    padding: 0 0 20px;
    width: 211px;
    z-index: 999;
    background-color: #fff;
    transition: left 1s ease;
}
.color-schemesz {
    z-index: 1;
}
.color-schemes.show {
    left: 0;
}
.color-handle {
    position: relative;
}
.color-handle i {
    position: absolute;
    left: 103%;
    font-size: 36px;
    cursor: pointer;
}
.color-plate {
    margin: 20px 10px;
}
.color-plate a {
    display: inline-block;
    background-color: #555;
    text-indent: -1000px;
    overflow: hidden;
    height: 30px;
    width: 50px;
    margin: 5px;
}
.color-plate a.single-color {
    display: inline-block;
    background-color: #555;
    text-indent: -1000px;
    overflow: hidden;
    height: 30px;
    width: 50px;
    margin: 5px;
}
.color-plate a.defaults-color {
    background-color: #00acc1;
}
.color-plate a.red-color {
    background-color: #f12938;
}
.color-plate a.purple-color {
    background-color: #7532ff;
}
.color-plate a.yellow-color {
    background-color: #ffbf3b;
}
.color-plate a.green-color {
    background-color: #7aa93c;
}
.color-plate a.blue-color {
    background-color: #1b3aeb;
}

/*
* ---------------------------------------------------------------------------
* 03. Simple Images Backgrounds / .main-wrrapar
* ---------------------------------------------------------------------------
*/

.main-wrrapar {
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(img/backgrounds/main-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: auto;
}

/*
* ---------------------------------------------------------------------------
* 04. Particle Effect Backgrounds / #particles-js
* ---------------------------------------------------------------------------
*/

#particles-js {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

/*
* ---------------------------------------------------------------------------
* 05. Solid Color Backgrounds / .solid-color-wrrapar
* ---------------------------------------------------------------------------
*/

.solid-color-wrrapar {
    min-height: 100%;
    width: 100%;
    background-color: #34495e;
    position: relative;
}

/*
* ---------------------------------------------------------------------------
* 06. Youtube Video Backgrounds / .youtubebg-wrrapar
* ---------------------------------------------------------------------------
*/

.youtubebg-wrrapar {
    min-height: 100%;
    width: 100%;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

/*
* ---------------------------------------------------------------------------
* 07. Gradientify Backgrounds / .gradientifybg-wrrapar
* ---------------------------------------------------------------------------
*/

.gradientifybg-wrrapar {
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*
* ---------------------------------------------------------------------------
* 08. Smoky Backgrounds Effect / .smoky-wrappar
* ---------------------------------------------------------------------------
*/

.smoky-wrappar {
    position: relative;
    min-height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.smoky-canvas {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
}

/*
* ---------------------------------------------------------------------------
* 09. Polygon Backgrounds Effect / .polygon-wrrapar
* ---------------------------------------------------------------------------
*/

.polygon-wrrapar {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
}
#polygon-wrrapar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
}

/*
* ---------------------------------------------------------------------------
* 10. Backgrounds Slider Effect / .bgslider-wrrapar
* ---------------------------------------------------------------------------
*/

.bgslider-wrrapar {
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bgslider-wrrapar:after {
    content: '';
    min-height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/*
* ---------------------------------------------------------------------------
* 11. Backgrounds Map Effect / .map-wrrapar
* ---------------------------------------------------------------------------
*/

.map-wrrapar {
    min-height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.map-wrrapar:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}
#map {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


/*
* ---------------------------------------------------------------------------
* 12. Main Header Start / .main-header 
* ---------------------------------------------------------------------------
*/

.main-header {
    padding: 20px 0;
    width: 100%;
    position: absolute;
    z-index: 4;
}
.main-logo a {
    display: inline-block;
}
.main-logo a img {}
.main-menu {
    text-align: right;
}
.main-menu ul {
    list-style-type: none;
}
.main-menu ul li {
    display: inline-block;
}
.main-menu ul li a {
    display: block;
    text-decoration: none;
    padding: 8px 15px;
    text-transform: uppercase;
}
.main-menu ul li a:hover {
    color: #fff;
    border-radius: 3px;
}

.mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
}
.slicknav_menu {
    background-color: transparent;
    padding: 0;
}
.slicknav_btn {
    margin: 0;
    padding: 11px;
    margin: 20px 20px 0 0;
    border-radius: 0;
}
.slicknav_nav ul {
    margin: 0;
}
.slicknav_nav ul li:first-child {
    border-top: 0;
}
.slicknav_nav ul li:last-child {
    border-bottom: 0;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
    margin: 0;
    padding: 10px 20px;
    border-radius: 0;
}
.slicknav_nav a:hover {
    background-color: #fff;
    border-radius: 0;
}

/*
* ---------------------------------------------------------------------------
* 13. Main Content Start / .main-content 
* ---------------------------------------------------------------------------
*/

.main-content {
    position: relative;
    z-index: 3;
    min-height: 100%;
    width: 100%;
}
.content-table {
    display: table;
    height: 100vh !important;
    width: 100%;
    text-align: center;
}
.content-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.content-table-cell h1 {
    font-size: 200px;
    line-height: 1;
	margin-top:50px;
}
.content-table-cell h1 .animation-text {
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.3);
}
.polygon-wrrapar .content-table-cell h1 .animation-text {
    text-shadow: 0 0 80px rgba(255, 255, 255, 0.3);
    background-image: none;
    -webkit-text-fill-color: inherit;
}
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.content-table-cell h1 .error {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: -27px;
}
.content-table-cell h1 .error:after {
    content: '';
    position: absolute;
    height: 32px;
    width: 7px;
    top: 50%;
    margin-top: -18px;
    right: -10%;
    line-height: 1;
}
.content-table-cell h3 {
    font-weight: 400;
    font-size: 40px;
    min-height: 90px;
}
.content-table-cell h3 span {
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.content-table-cell form {
    display: inline-block;
    font-size: 18px;
    margin: 10px 0 20px;
}
.content-table-cell form input {
    width: 400px;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 10px;
}
.content-table-cell form button {
    margin-left: -5px;
    border: none;
    outline: none;
    color: #fff;
    padding: 12px 25px;
    transition: transform 0.5s ease;
}
.content-table-cell form button:hover {
    transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
}
ul.return-menu  {
    list-style-type: none;
	margin-top:30px;
}
ul.return-menu li  {
    display: inline-block;
    margin: 0 10px;
}
ul.return-menu li a  {
    display: inline-block;
    text-transform: capitalize;
}
ul.return-menu li a i  {
    margin-right: 5px;
}
ul.social-menu  {
    list-style-type: none;
    margin-top: 50px;
}
ul.social-menu li  {
    display: inline-block;
    margin: 0 5px;
}
ul.social-menu li a  {
    transition: all 0.5s ease;
    display: block;
}
ul.social-menu li a:hover  {
    color: #fff;
    transform: rotate(360deg);
}

/*
* ---------------------------------------------------------------------------
* 14. Main Footer Start / .main-footer
* ---------------------------------------------------------------------------
*/

.main-footer {
    position: absolute;
    bottom: 4%;
    width: 100%;
    z-index: 3;
}
.footer-menu {
    text-align: center;
}
.footer-menu ul {
    list-style-type: none;
}
.footer-menu ul li {
    display: inline-block;
    margin: 0 10px;
}
.footer-menu ul li a {
    display: block;
}

/*
* ---------------------------------------------------------------------------
* 15. Preview Page Css / .preview-header
* ---------------------------------------------------------------------------
*/

.preview-header {
    padding: 30px 0;
    text-align: center;
    background-color: #00acc1;
    margin-bottom: 30px;
}
.preview-header h4 {
    margin: 0;
    margin-top: 30px;
}
.single-preview-template {
    text-align: center;
    padding: 0 0 20px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.05);
    margin: 30px 0;
    transition: all 1s ease;
}
.single-preview-template:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}
.single-preview-template a {
    display: block;
}
.single-preview-template img {
    display: block;
}
.single-preview-template p {
    margin: 20px 0;
    color: #555;
    font-weight: 700;
}