﻿/*
  [CSS Index]
*/

 
/*
  0. TEMPLATE BACKGROUNDS
    0.1. about IMG BACKGROUND
  1. reset
  2. layout
  3. section
  4. button
  5. center container
  6. logo
  7. social icons
  8. countdown
  9. contact form
  10. to top arrow
  11. preloader
  12. wipe carousel
  13. quote
  14. credits
  15. position indicator
  16. post block
  17. chart
  18. link effect
  19. divider
*/


/* 0. TEMPLATE BACKGROUNDS */
/* 0.1. about IMG BACKGROUND */
.post-block-about-1 {
background-image: url(../img/03/background/about-bg-1.jpg);
}

.post-block-about-2 {
background-image: url(../img/03/background/about-bg-2.jpg);
}


/* 1. reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}

html, body {
height: 100%;
line-height: 170%;
}

body {
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
outline: 0;
}

html {
-ms-overflow-style: scrollbar;
}


/* 2. layout */
body {
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
color: #5f5f5f;
background: #fff;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
line-height: 1.5;
cursor: none;
}

a {
color: #5f5f5f;
text-decoration: none;
outline: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
cursor: none;
}

a:hover,
a:visited,
a:active,
a:focus {
color: #5f5f5f;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
cursor: none;
}

p {
font-size: 15px;
font-weight: 400;
letter-spacing: 0.05em;
color: #5f5f5f;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
cursor: none;
}

p a,
p a:hover {
color: #5f5f5f;
text-decoration: none;
outline: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
cursor: none;
}

strong {
font-weight: bold;
}

::-moz-selection {
background: #5f5f5f;
color: #fff;
}

::selection {
background: #5f5f5f;
color: #fff;
}

.nopadding {
padding: 0!important;
margin: 0!important;
}

p.all-txt {
margin: -6px 0;
}


/* 3. section */
h1.section-heading {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 70px;
font-weight: 800;
text-transform: uppercase;
line-height: 1;
text-align: left;
letter-spacing: -0.08em;
color: #111;
margin: -22px 0 -8px 0;
padding: 0;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  h1.section-heading {
    font-size: 60px;
	margin: -21px 0 -7px 0;
  }
}

@media only screen and (max-width: 640px) {
  h1.section-heading {
    font-size: 50px;
	margin: -18px 0 -5px 0;
  }
}

span.color-header {
font-size: 50px;
letter-spacing: -0.06em;
color: #5f5f5f;
}

@media only screen and (max-width: 995px) {
  span.color-header {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  span.color-header {
    font-size: 30px;
  }
}

h2.section-heading {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 40px;
font-weight: 800;
text-transform: uppercase;
line-height: 1.3;
text-align: left;
letter-spacing: -0.08em;
color: #111;
margin: -10px 0;
padding: 0;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  h2.section-heading {
    font-size: 30px;
	margin: -6px auto;
  }
}

h2.section-heading.section-heading-light {
color: #e0e0e0;
text-align: center;
}

h2.section-subheading {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
color: #2e2e2e;
margin: -3px 0;
padding: 0;
z-index: 10;
}

h2.section-subheading.section-subheading-light {
color: #e0e0e0;
text-align: center;
}

h3 {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.02em;
margin: -4px 0;
padding: 0;
line-height: 1.25;
color: #111;
}

@media all and (min-width: 1920px) {
  h3 {
    margin: -6px 0;
	line-height: 1.5;
  }
}

h3.h3-light {
color: #fff;
text-align: center;
}

@media only screen and (max-width: 995px) {
  h3.h3-light {
    text-align: left;
  }
}
		  
		  
/* 4. button */
button {
width: 100%;
-webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
border: none;
background: none;
outline: none;
-webkit-box-shadow: none;
   -moz-box-shadow: none;
        box-shadow: none;
margin: 0;
padding: 0;
cursor: none;
}

.touch-button {
position: relative;
display: inline-block;
width: 200px;
height: 60px;
text-align: center;
text-decoration: none;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
    -ms-border-radius: 3px;
     -o-border-radius: 3px;
        border-radius: 3px;
overflow: hidden;
margin: 1px auto -5px auto;
}

.touch-button div {
display: inline-block;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 24px;
font-weight: 800;
color: #111;
text-transform: uppercase;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
-webkit-transition: all .4s;
   -moz-transition: all .4s;
    -ms-transition: all .4s;
     -o-transition: all .4s;
        transition: all .4s;
white-space: nowrap;	
line-height: 1;
padding: 19px 0 0 0;
}

.touch-button::after {
content: attr(data-text);
position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
top: 0;
font-family: 'Montserrat', Arial, sans-serif;
color: #fff;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
line-height: 60px;
letter-spacing: 0.05em;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
-webkit-transition: all .4s;
   -moz-transition: all .4s;
    -ms-transition: all .4s;
     -o-transition: all .4s;
        transition: all .4s;
background: #111;
padding: 0;
}

.touch-button:hover div {
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}

.touch-button:hover::after {
-webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
        clip-path: polygon(0 0,0 0,0 100%,0 100%);
}

.launch-button {
position: relative;
display: inline-block;
width: 200px;
height: 60px;
text-align: center;
text-decoration: none;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
    -ms-border-radius: 3px;
     -o-border-radius: 3px;
        border-radius: 3px;
overflow: hidden;
margin: 28px auto -5px auto;
}

.launch-button button {
display: inline-block;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 24px;
font-weight: 800;
color: #fff;
text-transform: uppercase;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
-webkit-transition: all .4s;
   -moz-transition: all .4s;
    -ms-transition: all .4s;
     -o-transition: all .4s;
        transition: all .4s;
white-space: nowrap;	
line-height: 1;
padding: 19px 0 0 0;
}

.launch-button::after {
content: attr(data-text);
position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
top: 0;
font-family: 'Montserrat', Arial, sans-serif;
color: #111;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
line-height: 60px;
letter-spacing: 0.05em;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
-webkit-transition: all .4s;
   -moz-transition: all .4s;
    -ms-transition: all .4s;
     -o-transition: all .4s;
        transition: all .4s;
background: #fff;
padding: 0;
}

.launch-button:hover button {
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}

.launch-button:hover::after {
-webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
        clip-path: polygon(0 0,0 0,0 100%,0 100%);
}

.submit-button {
position: relative;
display: inline-block;
width: 200px;
height: 60px;
text-align: center;
text-decoration: none;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
    -ms-border-radius: 3px;
     -o-border-radius: 3px;
        border-radius: 3px;
overflow: hidden;
margin: 28px auto -5px auto;
}

.submit-button button {
display: inline-block;
font-family: 'Montserrat', Arial, sans-serif;
font-size: 24px;
font-weight: 800;
color: #111;
text-transform: uppercase;
-webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
-webkit-transition: all .4s;
   -moz-transition: all .4s;
    -ms-transition: all .4s;
     -o-transition: all .4s;
        transition: all .4s;
white-space: nowrap;	
line-height: 1;
padding: 19px 0 0 0;
}

.submit-button::after {
content: attr(data-text);
position: absolute;
display: block;
width: 100%;
height: 100%;
left: 0;
top: 0;
font-family: 'Montserrat', Arial, sans-serif;
color: #fff;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
line-height: 60px;
letter-spacing: 0.05em;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
-webkit-transition: all .4s;
   -moz-transition: all .4s;
    -ms-transition: all .4s;
     -o-transition: all .4s;
        transition: all .4s;
background: #111;
padding: 0;
}

.submit-button:hover button {
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}

.submit-button:hover::after {
-webkit-clip-path: polygon(0 0,0 0,0 100%,0 100%);
        clip-path: polygon(0 0,0 0,0 100%,0 100%);
}

.button-the {
position: relative;
display: inline-block;
text-transform: uppercase;
text-align: left;
color: #2e2e2e;
background: none;
padding: 0 40px 0 0;
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.button-the.button-the-submit {
border: none;
left: 15px;
top: 25px;
}

.button-the:before {
position: absolute;
content: "";
top: 50%;
right: -20px;
width: 40px;
height: 1px;
background: #2e2e2e;
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.button-the:hover {
background: none;
-webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
}

.button-the:hover:before {
right: -41px;
}

.button-the-wrapper,
.button-the-wrapper a,
.button-the-wrapper a:hover,
.button-the-wrapper a:visited,
.button-the-wrapper a:active,
.button-the-wrapper a:focus {
position: relative;
font-family: 'Montserrat', Arial, sans-serif;
color: #2e2e2e;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
text-decoration: none;
z-index: 10;
}

@media only screen and (max-width: 995px) {
  .button-the-wrapper {
    margin: 1px 0;
  }
}


/* 5. center container */
.center-container {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
height: 100%;
}

.center-block {
display: table-cell;
vertical-align: middle;
}


/* 6. logo */
.logo {
position: relative;
display: block;
width: auto;
height: auto;
margin: 1px 0 0 0;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 115;
}

@media only screen and (max-width: 995px) {
  .logo {
    margin: 1px 0 -5px 0;
  }
}


/* 7. social icons */
.social-icons {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
color: #5f5f5f;
background: none;
border: none;
width: auto;
height: auto;
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
margin: -1px 0 -4px 0;
}

.social-icons a,
.social-icons a:hover {
outline: none;
text-decoration: none;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.05em;
font-style: normal;
text-transform: uppercase;
}

.social-icons li {
display: inline;
padding: 0;
}

.social-icons li span {
color: #5f5f5f;
padding: 0 10px;
}


/* 8. countdown */
.countdown {
position: relative;
width: auto;
height: auto;
margin: -3px 0;
}

@media only screen and (max-width: 995px) {
  .countdown {
    margin: -3px 0;
  }
}

.countdown-top,
.countdown-bottom {
font-family: 'Montserrat', Arial, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
color: #2e2e2e;
}

.countdown-top {
margin-bottom: -11px;
}

@media only screen and (max-width: 995px) {
  .countdown-top {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .countdown-top {
    margin-bottom: 3px;
  }
}

.countdown-bottom {
margin-top: -6px;
}

@media only screen and (max-width: 995px) {
  .countdown-bottom {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .countdown-bottom {
    margin-top: 6px;
  }
}

.countdown h3 {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 100px;
font-weight: 800;
color: #111;
text-align: left;
text-transform: uppercase;
letter-spacing: -0.04em;
line-height: 1;
margin: 25px 0;
padding: 0;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .countdown h3 {
    font-size: 60px;
	margin: 10px 0;
  }
}

@media only screen and (max-width: 640px) {
  .countdown h3 {
    font-size: 40px;
  }
}


/* 9. contact form */
#contact-form {
width: 100%;
margin: -20px auto 0 auto;
padding: 0;
text-align: center;
}

form {
margin: 0;
padding: 0;
}

#form input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #5f5f5f;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 15px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #5f5f5f;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
cursor: none;
}

textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #5f5f5f;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 15px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #5f5f5f;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
cursor: none;
}

#form textarea {
color: #5f5f5f;
margin: 10px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
border-color: rgba(95, 95, 95, .35);
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


#form input:focus,
#form textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.success {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #5f5f5f;
margin: 0 auto;
padding: 23px 0 0 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
}

#form .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #2e2e2e;
margin: 0 auto;
padding: 0;
letter-spacing: 0.15em;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
font-weight: 700;
}

::-webkit-input-placeholder { font-size: 12px; color: #5f5f5f; }
     :-ms-input-placeholder { font-size: 12px; color: #5f5f5f; }
         ::-moz-placeholder { font-size: 12px; color: #5f5f5f; }
     input:-moz-placeholder { font-size: 12px; color: #5f5f5f; }

input:focus::-webkit-input-placeholder { color: transparent; }
     input:focus:-ms-input-placeholder { color: transparent; }
         input:focus::-moz-placeholder { color: transparent; }
          input:focus:-moz-placeholder { color: transparent; }

textarea:focus::-webkit-input-placeholder { color: transparent; }
     textarea:focus:-ms-input-placeholder { color: transparent; }
         textarea:focus::-moz-placeholder { color: transparent; }
          textarea:focus:-moz-placeholder { color: transparent; }


/* 10. to top arrow */
.to-top-arrow {
position: fixed;
right: 40px;
bottom: -10px;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #fff;
background: #111;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: translateY(40px);
   -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
     -o-transform: translateY(40px);
        transform: translateY(40px);		
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
z-index: 115;
}

@media all and (min-width: 1920px) {
  .to-top-arrow {
    right: 140px;
  }
}

@media only screen and (max-width: 1200px) {
  .to-top-arrow {
    right: 15px;
  }
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 20px;
  }
}

.to-top-arrow.show {
bottom: 10px;
-webkit-transform: translateY(-20px);
   -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
     -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 1200px) {
  .to-top-arrow.show {
    bottom: 5px;
  }
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 10px;
  }
}

.to-top-arrow:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 11. preloader */
.preloader-bg,
#preloader {
position: fixed;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
z-index: 999999;
}

#preloader {
display: table;
table-layout: fixed;
}

#preloader-status {
display: table-cell;
vertical-align: middle;
}

.preloader-position {
position: relative;
margin: 0 auto;
text-align: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
     -o-box-sizing: border-box;
        box-sizing: border-box;
}

.loader {
position: relative;
width: 45px;
height: 45px;
left: 50%;
top: auto;
margin-left: -22px;
margin-top: 2px;
-webkit-animation: rotate 1s infinite linear;
   -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
     -o-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
border: 3px solid rgba(0, 0, 0, .15);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.loader span {
position: absolute;
width: 45px;
height: 45px;
top: -3px;
left: -3px;
border: 3px solid transparent;
border-top: 3px solid rgba(0, 0, 0, .75);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* 12. wipe carousel */
.home-wrapper {
position: relative;
width: 100%;
height: 100%;
min-height: 450px;
z-index: 0;
}

.carousel {
position: absolute;
width: 100%;
height: 100%;
}

.carousel-content {
position: relative;
height: 100%;
overflow: hidden;
}

.carousel-item {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: -1;
}

.carousel-item.active {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
z-index: 0;
}

.carousel-item img {
position: relative;
width: 100%;
height: 100%;
-webkit-object-fit: cover;
   -moz-object-fit: cover;
    -ms-object-fit: cover;
     -o-object-fit: cover;
		object-fit: cover;
-webkit-transition: all 0.6s ease-in-out;
   -moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
z-index: -2;
}

.carousel-item.active img {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-item span {
position: absolute;
top: 10px;
left: 10px;
}

.carousel-controls {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
z-index: 99;
}

.carousel-controls-prev,
.carousel-controls-next {
width: 50%;
height: 100%;
cursor: none;
}

.slides {
position: absolute;
height: 100%;
width: 100%;
}

.slides > li {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
overflow: hidden;
}

.slide img {
position: absolute;
height: 100%;
width: 100%;
-webkit-object-fit: cover;
   -moz-object-fit: cover;
    -ms-object-fit: cover;
     -o-object-fit: cover;
		object-fit: cover;
}

.slide-heading {
position: absolute;
top: 50%;
right: 0;
padding: 25px;	
-webkit-transform: translate(0, -50%);
   -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
     -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
-webkit-border-radius: 3px 0 0 3px;
   -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
     -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
writing-mode: vertical-rl;
text-orientation: mixed;
background-color: #fff;
z-index: 0;
}

@media only screen and (max-width: 995px) {
  .slide-heading {
    display: none;
  }
}

.slide-heading h2 {		
font-family: 'Montserrat', Arial, sans-serif;
color: #5f5f5f;
font-size: 11px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
letter-spacing: 0.05em;
-webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
     -o-transform: rotate(360deg);
        transform: rotate(360deg);
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.cursor {
position: fixed;
width: 60px;
height: 60px;
top: 0;
left: 0;
-webkit-transform: scale(0.2);
   -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
     -o-transform: scale(0.2);
        transform: scale(0.2);
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;	
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
background-color: #999;
z-index: 10000;
}

@media (pointer: coarse) {
  .cursor {
    display: none;
  }
}

.cursor {
-webkit-transition: transform 0.15s ease, opacity 0.15s ease;
   -moz-transition: transform 0.15s ease, opacity 0.15s ease;
     -o-transition: transform 0.15s ease, opacity 0.15s ease;
        transition: transform 0.15s ease, opacity 0.15s ease;
}

.cursor.prev,
.cursor.next {
-webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
     -o-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
background-color: #fff;
background-repeat: no-repeat;
background-origin: padding-box;
background-position: center center;
}

.cursor.prev::after,
.cursor.next::after {
font-family: "Ionicons";
content: "\f3d1";
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%);
}

.cursor.prev::after {
top: 18px;
left: 25px;
-webkit-transform: rotate(180deg);
   -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
        transform: rotate(180deg);
}

.cursor.next::after {
padding-top: 0;
}

.cursor.bounce {
-webkit-transform: rotate(0deg) scale(0.8);
   -moz-transform: rotate(0deg) scale(0.8);
    -ms-transform: rotate(0deg) scale(0.8);
     -o-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8);	
-webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
     -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        opacity: 0.35;
   -moz-opacity: 0.35;
-webkit-opacity: 0.35;
filter: alpha(opacity=35);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
border-color: #999;
background-color: #999;
}


/* 13. quote */
.quote-inner {
position: relative;
font-family: 'Raleway', sans-serif;
color: #2e2e2e;
font-size: 17px;
font-style: normal;
font-weight: 700;
text-align: left;
line-height: 2;
letter-spacing: 0.05em;
margin: -9px 0 0 0;
padding: 0;
z-index: 1;
}

@media only screen and (max-width: 995px) {
  .quote-inner {
    margin: -9px 0 -6px 0;
  }
}

.quote-inner a:hover,
.quote-inner a:visited,
.quote-inner a:active,
.quote-inner a:focus {
font-weight: 700;
}

.quote-author {
position: relative;
font-size: 13px;
font-weight: 700;
color: #e0e0e0;
font-style: normal;
text-transform: uppercase;
margin: 25px 0 0 0;
}


/* 14. credits */
.bottom-credits {
position: relative;
display: block;
width: auto;
height: 50px;
left: 0;
bottom: 10px;
font-size: 9px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
font-weight: 600;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 115;
}

@media only screen and (max-width: 640px) {
  .bottom-credits {
	bottom: 8px;
  }
}

.bottom-credits,
.bottom-credits a,
.bottom-credits a:hover {
color: #5f5f5f;
text-decoration: none;
}


/* 15. position indicator */
.position-indicator-left,
.position-indicator-right {
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
}

@media only screen and (max-width: 995px) {
  .position-indicator-left,
  .position-indicator-right {
    display: none;
	visibility: hidden;
  }
}

.position-indicator-left {
border-right: 20px solid #111;
}
	
.position-indicator-right {
border-left: 20px solid #111;
}

.position-indicator,
.position-indicator-reverse {
position: absolute;
left: 0;
right: 0;
margin-left: auto; 
margin-right: auto; 
width: 40px!important;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
z-index: 99;
}

.position-indicator {
top: 50%;
left: auto;
right: -20px;
}

.position-indicator-reverse {
top: 50%;
left: 0;
right: auto;
}


/* 16. post block */
.post-block-wrapper {
position: relative;
min-height: 550px;
}

@media all and (min-width: 1920px) {
  .post-block-wrapper {
    min-height: 600px;
  }
}

@media only screen and (max-width: 995px) {
  .post-block-wrapper {
    min-height: 500px;
  }
}

@media only screen and (max-width: 640px) {
  .post-block-wrapper {
    min-height: 450px;
  }
}

.post-block {
position: absolute;
height: auto;
min-height: 550px;
top: 0;
bottom: 0;
padding: 0 40px;
text-align: center;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .post-block {
	min-height: 600px;
	padding: 0 140px;
  }
}

@media only screen and (max-width: 1200px) {
  .post-block {
	min-height: 550px;
	padding: 0 20px;
  }
}

@media only screen and (max-width: 995px) {
  .post-block {
    min-height: 500px;
	text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .post-block {
    min-height: 450px;
  }
}

.post-block.post-block-bg-dark {
background: #111;
}

.post-block-all {
position: relative;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
z-index: 10;
}

.post-block p,
.post-block p a,
.post-block p a:hover,
.post-block p a:visited,
.post-block p a:active,
.post-block p a:focus {
color: #fff;
}


/* 17. chart */
.chart-wrapper {
margin: 60px auto;
}

.chart {
position: relative;
display: inline-block;
width: 110px;
height: 110px;
margin: 0 auto;
text-align: center;
}

.chart canvas {
position: absolute;
top: 0;
left: 0;
}

.percent {
display: inline-block;
line-height: 110px;
color: #fff;
z-index: 2;
}

.percent::after {
content: "%";
margin-left: 0.1em;
font-size: .8em;
color: #fff;
}


/* 18. link effect */
.link-effect a {
position: relative;
display: inline-block;
text-decoration: none;
color: inherit;
}

.link-effect a::after {
content: "";
position: absolute;
display: block;
width: 100%;
height: 1px;
left: 0;
bottom: 0;
padding: 0;
background-color: #fff;
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-effect a:hover::after {
-webkit-transform-origin: left center;
   -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
-webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
     -o-transform: scale(0, 1);
        transform: scale(0, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


/* 19. divider */
.inner-divider-xlarge,
.inner-divider-large,
.inner-divider-post {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider-xlarge {
height: 160px;
}

@media all and (min-width: 1920px) {
  .inner-divider-xlarge {
    height: 260px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-divider-xlarge {
    height: 110px;
  }
}

@media only screen and (max-width: 480px) {
  .inner-divider-xlarge {
    height: 55px;
  }
}

.inner-divider-large {
height: 80px;
}

@media all and (min-width: 1920px) {
  .inner-divider-large {
    height: 130px;
  }
}

@media only screen and (max-width: 480px) {
  .inner-divider-large {
    height: 55px;
  }
}

.inner-divider-post {
height: 25px;
}

.show-on-mobile {
display: none;
visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .show-on-mobile {
    display: block;
    visibility: visible;
  }
}

.content-padding {
padding: 0 40px;
}

@media all and (min-width: 1920px) {
  .content-padding {
    padding: 0 140px;
  }
}

@media only screen and (max-width: 1200px) {
  .content-padding {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 995px) {
  .content-padding {
    padding: 0 20px;
  }
}

h6 {
display: none;
visibility: hidden;
}