/*

Template: TheOne - One Page HTML Template 
Author: iqonicthemes.in
Version: 1.0
Design and Developed by: iqonicthemes.in

*/

/*================================================
[  Table of contents  ]
================================================

:: General
:: Back to Top
:: Loader
:: Buttons
:: Page Section Margin Padding
:: Text Color 
:: Font Size
:: Background Color
:: BG Effect
:: Background Gradient
:: jarallax
:: Section Title
:: Header
:: Banner
:: Stars Banner
:: Isotope Filters
:: Pricing
:: Owl Carousel
:: Testimonial
:: FAQ
:: Blog
:: Contact us
:: footer
:: Breadcrumb Inner Page
:: Blog Page
:: Blog - SideBar
:: 404 Error
:: Coming Soon
:: TERMS OF SERVICE
==>Text Effect
:: xrotate-1 
:: xtype 
:: xrotate-2 
:: xloading-bar 
:: xslide 
:: xclip
:: xzoom 
:: xrotate-3 
:: xscale
:: xpush 

======================================
[ End table content ]
======================================*/

/*---------------------------------------------------------------------
                               General
-----------------------------------------------------------------------*/
body { font-family: 'PT Sans', sans-serif; font-weight: normal; font-style: normal; font-size: 16px; line-height: 30px; color: #888; overflow-x: hidden; }
a:hover, a:focus, a.active { text-decoration: none; outline: none; }
a, a:hover, a:focus { color: #fff; -webkit-transition: all 250ms ease-in-out 0s; -moz-transition: all 250ms ease-in-out 0s; -ms-transition: all 250ms ease-in-out 0s; -o-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', sans-serif; font-weight: normal; color: #23292c; margin-top: 0px; margin-bottom: 0px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
/* h1 { font-size: 66px; line-height: 88px; } */
h1 { font-size: 56px; line-height: 78px; }
h2 { font-size: 44px; line-height: 64px; }
h3 { font-size: 40px; line-height: 50px; }
h4 { font-size: 28px; line-height: 40px; }
h5 { font-size: 24px; line-height: 35px; }
h6 { font-size: 20px; line-height: 26px; }
.lead { font-size: 18px; line-height: 32px; margin: 0; }
ul { margin: 0px; padding: 0px; }
li { list-style: none; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
.blockquote { border-left: 5px solid #2ed3ae; font-size: 16px; }
*::-moz-selection { background: #2ed3ae; color: #fff; text-shadow: none; }
::-moz-selection { background: #2ed3ae; color: #fff; text-shadow: none; }
::selection { background: #2ed3ae; color: #fff; text-shadow: none; }
.container { max-width: 1170px; }

/*---------------------------------------------------------------------
                               Back to Top
-----------------------------------------------------------------------*/
#back-to-top .top { z-index: 999; position: fixed; margin: 0px; color: #fff; background: #23292c; position: fixed; bottom: 25px; right: 25px; z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 10px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#back-to-top .top:hover { background: #2ed3ae; color: #fff; -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); }

/*---------------------------------------------------------------------
                                Loader
-----------------------------------------------------------------------*/
#loading { background-color: #ffffff; height: 100%; width: 100%; position: fixed; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; }
.fulfilling-square-spinner, .fulfilling-square-spinner * { box-sizing: border-box; }
.fulfilling-square-spinner { height: 50px; width: 50px; position: relative; border: 4px solid #2ed3ae; animation: fulfilling-square-spinner-animation 4s infinite ease; }
.fulfilling-square-spinner .spinner-inner { vertical-align: top; display: inline-block; background-color: #2ed3ae; width: 100%; opacity: 1; animation: fulfilling-square-spinner-inner-animation 4s infinite ease-in; }
@keyframes fulfilling-square-spinner-animation {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(180deg); }
  50% { transform: rotate(180deg); }
  75% { transform: rotate(360deg); }
  100% { transform: rotate(360deg); }
}
@keyframes fulfilling-square-spinner-inner-animation {
  0% { height: 0%; }
  25% { height: 0%; }
  50% { height: 100%; }
  75% { height: 100%; }
  100% { height: 0%; }
}

/*----------------------------------------------------------------------
                        Buttons
-----------------------------------------------------------------------*/
.button { color: #fff; cursor: pointer; padding: 10px 30px; font-weight: 400; font-size: 16px; border: none; position: relative; background: #2ed3ae; font-family: 'Poppins', sans-serif; display: inline-block; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; }
.button:hover, .button:focus { color: #ffffff; background: #23292c; outline: none; }

/* Buttons white */
.button.bt-white { color: #333; background: #fff; }
.button.bt-white:hover, .button.bt-white:focus { color: #ffffff; background: #2ed3ae; outline: none;  }

/* Buttons white 2 */
.button.bt-black { color: #333; background: #fff; }
.button.bt-black:hover, .button.bt-black:focus { color: #ffffff; background: #23292c; outline: none;  }

/*---------------------------------------------------------------------
                    Page Section Margin Padding 
---------------------------------------------------------------------*/

/*----------------
Section padding 
----------------*/

.overview-block-ptb { padding: 100px 0; }
.overview-block-pt { padding: 100px 0 0; }
.overview-block-pb { padding: 0 0 100px; }

/*----------------
Padding All 
----------------*/
.iq-pall { padding: 0px !important; }
.iq-pall-10 { padding: 10px; }
.iq-pall-15 { padding: 15px; }
.iq-pall-20 { padding: 20px; }
.iq-pall-25 { padding: 25px; }
.iq-pall-30 { padding: 30px; }
.iq-pall-40 { padding: 40px; }
.iq-pall-50 { padding: 50px; }
.iq-pall-60 { padding: 60px; }
.iq-pall-70 { padding: 70px; }
.iq-pall-80 { padding: 80px; }
.iq-pall-90 { padding: 90px; }
.iq-pall-100 { padding: 100px; }

/*----------------
Padding Top and Bottom 
----------------*/
.iq-ptb-0 { padding: 0; }
.iq-ptb-10 { padding: 10px 0; }
.iq-ptb-15 { padding: 15px 0; }
.iq-ptb-20 { padding: 20px 0; }
.iq-ptb-25 { padding: 25px 0; }
.iq-ptb-30 { padding: 30px 0; }
.iq-ptb-40 { padding: 40px 0; }
.iq-ptb-50 { padding: 50px 0; }
.iq-ptb-60 { padding: 60px 0; }
.iq-ptb-70 { padding: 70px 0; }
.iq-ptb-80 { padding: 80px 0; }
.iq-ptb-90 { padding: 90px 0; }
.iq-ptb-100 { padding: 100px 0; }

/*----------------
Padding Left and right 
----------------*/
.iq-plr-0 { padding: 0; }
.iq-plr-10 { padding: 0 10px; }
.iq-plr-15 { padding: 0 15px; }
.iq-plr-20 { padding: 0 20px; }
.iq-plr-25 { padding: 0 25px; }
.iq-plr-30 { padding: 0 30px; }
.iq-plr-40 { padding: 0 40px; }
.iq-plr-50 { padding: 0 50px; }
.iq-plr-60 { padding: 0 60px; }
.iq-plr-70 { padding: 0 70px; }
.iq-plr-80 { padding: 0 80px; }
.iq-plr-90 { padding: 0 90px; }
.iq-plr-100 { padding: 0 100px; }

/*----------------
Padding top 
----------------*/
.iq-pt-0 { padding-top: 0px; }
.iq-pt-10 { padding-top: 10px; }
.iq-pt-15 { padding-top: 15px; }
.iq-pt-20 { padding-top: 20px; }
.iq-pt-25 { padding-top: 25px; }
.iq-pt-30 { padding-top: 30px; }
.iq-pt-40 { padding-top: 40px; }
.iq-pt-50 { padding-top: 50px; }
.iq-pt-60 { padding-top: 60px; }
.iq-pt-70 { padding-top: 70px; }
.iq-pt-80 { padding-top: 80px; }
.iq-pt-90 { padding-top: 90px; }
.iq-pt-100 { padding-top: 100px; }

/*----------------
Padding Bottom 
----------------*/
.iq-pb-0 { padding-bottom: 0px; }
.iq-pb-10 { padding-bottom: 10px; }
.iq-pb-15 { padding-bottom: 15px; }
.iq-pb-20 { padding-bottom: 20px; }
.iq-pb-25 { padding-bottom: 25px; }
.iq-pb-30 { padding-bottom: 30px; }
.iq-pb-40 { padding-bottom: 40px; }
.iq-pb-50 { padding-bottom: 50px; }
.iq-pb-60 { padding-bottom: 60px; }
.iq-pb-70 { padding-bottom: 70px; }
.iq-pb-80 { padding-bottom: 80px; }
.iq-pb-90 { padding-bottom: 90px; }
.iq-pb-100 { padding-bottom: 100px; }

/*----------------
Padding Left 
----------------*/
.iq-pl-0 { padding-left: 0; }
.iq-pl-10 { padding-left: 10px; }
.iq-pl-15 { padding-left: 15px; }
.iq-pl-20 { padding-left: 20px; }
.iq-pl-25 { padding-left: 25px; }
.iq-pl-30 { padding-left: 30px; }
.iq-pl-40 { padding-left: 40px; }
.iq-pl-50 { padding-left: 50px; }
.iq-pl-60 { padding-left: 60px; }
.iq-pl-70 { padding-left: 70px; }
.iq-pl-80 { padding-left: 80px; }
.iq-pl-90 { padding-left: 90px; }
.iq-pl-100 { padding-left: 100px; }

/*----------------
Padding Right 
----------------*/
.iq-pr-0 { padding-right: 0px; }
.iq-pr-10 { padding-right: 10px; }
.iq-pr-15 { padding-right: 15px; }
.iq-pr-20 { padding-right: 20px; }
.iq-pr-25 { padding-right: 25px; }
.iq-pr-30 { padding-right: 30px; }
.iq-pr-40 { padding-right: 40px; }
.iq-pr-50 { padding-right: 50px; }
.iq-pr-60 { padding-right: 60px; }
.iq-pr-70 { padding-right: 70px; }
.iq-pr-80 { padding-right: 80px; }
.iq-pr-90 { padding-right: 90px; }
.iq-pr-100 { padding-right: 100px; }

/*----------------
Margin All 
----------------*/
.iq-mall-0 { margin: 0; }
.iq-mall-10 { margin: 10px; }
.iq-mall-15 { margin: 15px; }
.iq-mall-20 { margin: 20px; }
.iq-mall-25 { margin: 25px; }
.iq-mall-30 { margin: 30px; }
.iq-mall-40 { margin: 40px; }
.iq-mall-50 { margin: 50px; }
.iq-mall-60 { margin: 60px; }
.iq-mall-70 { margin: 70px; }
.iq-mall-80 { margin: 80px; }
.iq-mall-90 { margin: 90px; }
.iq-mall-100 { margin: 100px; }

/*----------------
Margin Top and Bottom 
----------------*/
.iq-mtb-0 { margin: 0; }
.iq-mtb-10 { margin: 10px 0; }
.iq-mtb-15 { margin: 15px 0; }
.iq-mtb-20 { margin: 20px 0; }
.iq-mtb-25 { margin: 25px 0; }
.iq-mtb-30 { margin: 30px 0; }
.iq-mtb-40 { margin: 40px 0; }
.iq-mtb-50 { margin: 50px 0; }
.iq-mtb-60 { margin: 60px 0; }
.iq-mtb-70 { margin: 70px 0; }
.iq-mtb-80 { margin: 80px 0; }
.iq-mtb-90 { margin: 90px 0; }
.iq-mtb-100 { margin: 100px 0; }

/*----------------
Margin Left and Right 
----------------*/
.iq-mlr-0 { margin: 0; }
.iq-mlr-10 { margin: 0 10px; }
.iq-mlr-15 { margin: 0 15px; }
.iq-mlr-20 { margin: 0 20px; }
.iq-mlr-25 { margin: 0 25px; }
.iq-mlr-30 { margin: 0 30px; }
.iq-mlr-40 { margin: 0 40px; }
.iq-mlr-50 { margin: 0 50px; }
.iq-mlr-60 { margin: 0 60px; }
.iq-mlr-70 { margin: 0 60px; }
.iq-mlr-80 { margin: 0 80px; }
.iq-mlr-90 { margin: 0 80px; }
.iq-mlr-100 { margin: 0 100px; }

/*----------------
Margin Top 
----------------*/
.iq-mt-0 { margin-top: 0px; }
.iq-mt-5 { margin-top: 5px; }
.iq-mt-10 { margin-top: 10px; }
.iq-mt-15 { margin-top: 15px; }
.iq-mt-20 { margin-top: 20px; }
.iq-mt-25 { margin-top: 25px; }
.iq-mt-30 { margin-top: 30px; }
.iq-mt-40 { margin-top: 40px; }
.iq-mt-50 { margin-top: 50px; }
.iq-mt-60 { margin-top: 60px; }
.iq-mt-70 { margin-top: 70px; }
.iq-mt-80 { margin-top: 80px; }
.iq-mt-90 { margin-top: 90px; }
.iq-mt-100 { margin-top: 100px; }

/*----------------
Margin Bottom 
----------------*/
.iq-mb-0 { margin-bottom: 0px; }
.iq-mb-10 { margin-bottom: 10px; }
.iq-mb-15 { margin-bottom: 15px; }
.iq-mb-20 { margin-bottom: 20px; }
.iq-mb-25 { margin-bottom: 25px; }
.iq-mb-30 { margin-bottom: 30px; }
.iq-mb-40 { margin-bottom: 40px; }
.iq-mb-50 { margin-bottom: 50px; }
.iq-mb-60 { margin-bottom: 60px; }
.iq-mb-70 { margin-bottom: 70px; }
.iq-mb-80 { margin-bottom: 80px; }
.iq-mb-90 { margin-bottom: 90px; }
.iq-mb-100 { margin-bottom: 100px; }

/*----------------
Margin Left 
----------------*/
.iq-ml-0 { margin-left: 0px; }
.iq-ml-10 { margin-left: 10px; }
.iq-ml-15 { margin-left: 15px; }
.iq-ml-20 { margin-left: 20px; }
.iq-ml-25 { margin-left: 25px; }
.iq-ml-30 { margin-left: 30px; }
.iq-ml-40 { margin-left: 40px; }
.iq-ml-50 { margin-left: 50px; }
.iq-ml-60 { margin-left: 60px; }
.iq-ml-70 { margin-left: 70px; }
.iq-ml-80 { margin-left: 80px; }
.iq-ml-90 { margin-left: 90px; }
.iq-ml-100 { margin-left: 100px; }

/*----------------
Margin Right
----------------*/
.iq-mr-0 { margin-right: 0px; }
.iq-mr-10 { margin-right: 10px; }
.iq-mr-15 { margin-right: 15px; }
.iq-mr-20 { margin-right: 20px; }
.iq-mr-25 { margin-right: 25px; }
.iq-mr-30 { margin-right: 30px; }
.iq-mr-40 { margin-right: 40px; }
.iq-mr-50 { margin-right: 50px; }
.iq-mr-60 { margin-right: 60px; }
.iq-mr-70 { margin-right: 70px; }
.iq-mr-80 { margin-right: 80px; }
.iq-mr-90 { margin-right: 90px; }
.iq-mr-100 { margin-right: 100px; }

/*---------------------------------------------------------------------
                            Text Weight 
-----------------------------------------------------------------------*/
.iq-tw-1 { font-weight: 100; }
.iq-tw-2 { font-weight: 200; }
.iq-tw-3 { font-weight: 300; }
.iq-tw-4 { font-weight: 400; }
.iq-tw-5 { font-weight: 500; }
.iq-tw-6 { font-weight: 600; }
.iq-tw-7 { font-weight: 700; }
.iq-tw-8 { font-weight: 800; }
.iq-tw-9 { font-weight: 900; }

/*---------------------------------------------------------------------
                            Text Color 
-----------------------------------------------------------------------*/
.iq-font-green { color: #2ed3ae; }
.iq-font-white { color: #ffffff; }
.iq-font-black { color: #23292c; }
.iq-font-light { color: #666666; }

/*---------------------------------------------------------------------
                            Font Size 
-----------------------------------------------------------------------*/
.iq-font-15 { font-size: 15px; }
.iq-font-18 { font-size: 18px; }
.iq-font-20 { font-size: 20px; }
.iq-font-30 { font-size: 30px; }

/*---------------------------------------------------------------------
                          Background Color 
-----------------------------------------------------------------------*/
.white-bg { background: #ffffff; }
.grey-bg { background: #f7f7f7; }
.green-bg { background: #2ed3ae; }
.dark-bg { background: #23292c; }

/*---------------------------------------------------------------------
                             BG Effect
-----------------------------------------------------------------------*/
.iq-parallax { position: relative; background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -ms-background-size: cover !important; background-origin: initial; background-position: center center !important; background-repeat: no-repeat; }

/*---------------------------------------------------------------------
                       Background Gradient 
---------------------------------------------------------------------*/
.iq-bg-over { position: relative; }

/* Background Gradient green */
.iq-over-green-10:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.1); }
.iq-over-green-20:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.2); }
.iq-over-green-30:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.3); }
.iq-over-green-40:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.4); }
.iq-over-green-50:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.5); }
.iq-over-green-60:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.6); }
.iq-over-green-70:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.7); }
.iq-over-green-80:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.8); }
.iq-over-green-85:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.85); }
.iq-over-green-90:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.9); }
.iq-over-green-95:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(46, 211, 174, 0.95); }

/* Background Gradient Black */
.iq-over-black-10:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.1); }
.iq-over-black-20:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.2); }
.iq-over-black-30:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.3); }
.iq-over-black-40:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.4); }
.iq-over-black-50:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.5); }
.iq-over-black-60:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.6); }
.iq-over-black-70:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.7); }
.iq-over-black-80:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.8); }
.iq-over-black-85:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.85); }
.iq-over-black-90:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.9); }
.iq-over-black-95:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(0, 0, 0, 0.95); }

/* Background Gradient White */
.iq-over-white-10:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.1); }
.iq-over-white-20:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.2); }
.iq-over-white-30:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.3); }
.iq-over-white-40:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.4); }
.iq-over-white-50:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.5); }
.iq-over-white-60:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.6); }
.iq-over-white-70:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.7); }
.iq-over-white-80:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.8); }
.iq-over-white-85:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.85); }
.iq-over-white-90:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.9); }
.iq-over-white-95:before { content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; background: rgba(255, 255, 255, 0.95); }
[class*='iq-over-']:before { z-index: 0; }

/*---------------------------------------------------------------------
                           jarallax
-----------------------------------------------------------------------*/
.jarallax { position: relative; z-index: 0; }
.jarallax>.jarallax-img { position: absolute; object-fit: cover;    /* support for plugin https://github.com/bfred-it/object-fit-images */ font-family: 'object-fit:cover; '; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }

/*---------------------------------------------------------------------
                           Section Title
-----------------------------------------------------------------------*/
.heading-title { margin-bottom: 60px; text-align: center; }
.heading-title small { font-weight: 400; font-size: 16px; text-transform: uppercase; font-family: 'Poppins', sans-serif; letter-spacing: 4px; }
.heading-title.left { text-align: left; margin-bottom: 20px; }
.heading-title .title { position: relative; padding-bottom: 15px; }
.heading-title p { padding: 0 100px; display: block; }
.heading-title .title.white:before { background: #ffffff; }

/*Heading Left*/
.heading-left .title { position: relative; padding: 0 0 8px 0; margin: 0 0 20px 0; }
.heading-left .title:before { position: absolute; content: ""; left: 0; width: 50px; height: 3px; background: #2ed3ae; bottom: 0; }
.small-title { position: relative; padding-bottom: 10px; margin-bottom: 15px }
.small-title:before { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 4px; background: #2ed3ae; display: inline-block; }

/*---------------------------------------------------------------------
                            Header
-----------------------------------------------------------------------*/
header { position: fixed; display: inline-block; width: 100%; top: 0; left: 0; z-index: 99999; padding: 20px 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
header .container-fluid { padding: 0 100px; }
header .navbar { padding: 0; }
header .navbar .navbar-brand { padding: 0; }
header .navbar .navbar-brand img { height: 115px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
header .navbar .navbar-nav { margin-top: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
header .navbar .navbar-nav>li { margin: 0 30px 0 0; position: relative; }
header .navbar .navbar-nav>li:last-child { margin-right: 0; }
header .navbar .navbar-nav .nav-item a { color: white; padding: 0; line-height: normal; font-size: 18px; font-family: 'Poppins', sans-serif; font-weight: 400; }
header .navbar .navbar-nav .nav-item a:hover, header .navbar .navbar-nav .nav-item a:focus, header .navbar .navbar-nav .nav-item a.active, header .navbar .navbar-nav .nav-item a.active:focus, header .navbar .navbar-nav .nav-item a.active:hover { color: #2ed3ae; background: none; box-shadow: none; }

/* Header sticky */
header.menu-sticky { padding: 15px 0; -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.9); -moz-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); background: linear-gradient(-41deg, #09c778, #01a0f9); }
header.menu-sticky .navbar .navbar-brand img { height: 45px; }

/* Header White */
header.white { background: #fff; }
header.white .navbar .navbar-nav .nav-item a { color: #23292c; }
header.white  .navbar .navbar-nav .nav-item a:hover, header.white  .navbar .navbar-nav .nav-item a:focus, header.white  .navbar .navbar-nav .nav-item a.active, header.white  .navbar .navbar-nav .nav-item a.active:focus, header.white  .navbar .navbar-nav .nav-item a.active:hover { color: #2ed3ae; }

/* Header White Transparent */
header.white-transparent { background: rgba(255, 255, 255, 0.9); }
header.white-transparent .navbar .navbar-nav .nav-item a { color: #23292c; }
header.white-transparent  .navbar .navbar-nav .nav-item a:hover, header.white-transparent  .navbar .navbar-nav .nav-item a:focus, header.white-transparent  .navbar .navbar-nav .nav-item a.active, header.white-transparent  .navbar .navbar-nav .nav-item a.active:focus, header.white-transparent  .navbar .navbar-nav .nav-item a.active:hover { color: #2ed3ae; }

/* Header Dark */
header.dark { background: #222; }
header.dark .navbar .navbar-nav .nav-item a { color: #fff; }
header.dark  .navbar .navbar-nav .nav-item a:hover, header.dark  .navbar .navbar-nav .nav-item a:focus, header.dark  .navbar .navbar-nav .nav-item a.active, header.dark  .navbar .navbar-nav .nav-item a.active:focus, header.dark  .navbar .navbar-nav .nav-item a.active:hover { color: #2ed3ae; }

/* Header Dark Transparent */
header.dark-transparent { background: rgba(34, 34, 34, 0.9); }
header.dark-transparent .navbar .navbar-nav .nav-item a { color: #fff; }
header.dark-transparent  .navbar .navbar-nav .nav-item a:hover, header.dark-transparent  .navbar .navbar-nav .nav-item a:focus, header.dark-transparent  .navbar .navbar-nav .nav-item a.active, header.dark-transparent  .navbar .navbar-nav .nav-item a.active:focus, header.dark-transparent  .navbar .navbar-nav .nav-item a.active:hover { color: #2ed3ae; }

/* Header Green */
header.green { background: transparent; }
header.green .navbar .navbar-nav .nav-item a { color: #fff; }
header.green  .navbar .navbar-nav .nav-item a:hover, header.green  .navbar .navbar-nav .nav-item a:focus, header.green  .navbar .navbar-nav .nav-item a.active, header.green  .navbar .navbar-nav .nav-item a.active:focus, header.green  .navbar .navbar-nav .nav-item a.active:hover { color: #23292c; }
header.green.menu-sticky { background: #2ed3ae; }

/*---------------------------------------------------------------------
                                banner
---------------------------------------------------------------------*/
.iq-banner .carousel-caption { bottom: 33%; }
.iq-banner #carouselExampleIndicators i { font-size: 26px; }

/* Awesome Banner */
.awesome { position: relative; overflow: hidden; }
.awesome:after { content: ""; bottom: 0; left: 0; width: 100%; height: 198px; background: url(../images/banner/awesome.png) no-repeat bottom right; background-size: cover; display: inline-block; position: absolute; }

/* Canvas Banner */
.iq-canvas-banner { padding: 20% 0 10%; }
.iq-canvas2 { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: inline-block; }
#world { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: inline-block; }
.canvas-banner .canvas-text { top: 50%; position: absolute; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0); }
#demo-canvas { width: 100%; height: 100%; position: relative; }

/* strom Banner */
#strom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

/* particles Banner */
#particles, #projector, #js-particles{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

/* Hero Banner */
.iq-hero-banner { padding: 20% 0 10%; }
.hero { position: relative; width: 100%; background: rgb(50, 50, 50); background-size: 130%; overflow: hidden; }

/* Simpal Banner */
.iq-simpal-banner { padding: 20% 0 10%; }

/* Banner Type */
.iq-banner-effect { padding: 23% 0 14%; }
.iq-banner-effect .banner-text h1 { letter-spacing: 3px; }
.effect-headline.type i, .effect-headline.rotate-3 b, .effect-headline.slide b, .effect-headline.zoom b { font-weight: 700; color: #2ed3ae; }
.effect-headline.clip b { font-weight: 700; }
.effect-headline.rotate-2 b { color: #23292c; }
.effect-headline.push b, .effect-headline.scale b { color: #2ed3ae; }

/* Creative Banner */
.creative { position: relative; overflow: hidden; }
.creative:after { content: ""; bottom: 0; left: 0; width: 100%; height: 80px; background: url(../images/banner/creative.png) no-repeat bottom center; background-size: 100%; display: inline-block; position: absolute; }

/* Classic Banner */
.classic { position: relative; overflow: hidden; }
.classic:after { content: ""; bottom: 0; left: 0; width: 100%; height: 132px; background: url(../images/banner/classic.png) no-repeat bottom center; background-size: cover; display: inline-block; position: absolute; }

/* Amazing Banner */
.amazing { position: relative; overflow: hidden; }
.amazing:after { content: ""; bottom: 0; left: 0; width: 100%; height: 180px; background: url(../images/banner/amazing.png) no-repeat bottom center; background-size: cover; display: inline-block; position: absolute; }

/*************************************
about us 
*************************************/
.iq-img-blog { width: 100%; position: relative; height: 450px; }
.iq-img1, .iq-img2 { position: absolute; background-size: cover; display: table-cell; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; background-size: cover; background-position: center; }
.iq-img1 { width: 20%; height: 400px; margin-top: 20px; right: 0; }
.iq-img2 { width: 80%; height: 450px; left: 0; }
.iq-img-blog .iq-img1:hover { width: 80%; height: 450px; margin-top: 0; }
.iq-img-blog .iq-img1:hover + .iq-img2 { width: 20%; height: 400px; margin-top: 20px; }

/*************************************
Features 
*************************************/
.iq-feature .iq-fancy-box { padding: 30px; border-radius: 5px; position: relative; overflow: hidden; border: 1px solid #f3f3f3; }
.iq-feature .iq-fancy-box .text-box { position: relative; z-index: 999; }
.iq-feature .iq-fancy-box .text-box .iq-icon i { text-align: left; font-size: 60px; color: #2ed3ae; font-weight: 600; }
.iq-feature .iq-fancy-box:before { background: rgba(255, 255, 255, 1.0); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-feature .iq-fancy-box:hover:before { background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; -webkit-box-shadow: 0px 0px 30px 5px rgba(102, 102, 102, 0.25); -moz-box-shadow: 0px 0px 30px 5px rgba(102, 102, 102, 0.25); box-shadow: 0px 0px 30px 5px rgba(102, 102, 102, 0.25); }
.iq-feature .iq-fancy-box:hover .text-box h5 { color: #fff; }
.iq-feature .iq-fancy-box:hover .text-box { color: #fff; }

/*************************************
services
*************************************/
.iq-products { position: relative; overflow: hidden; }
.iq-products .heading-title.left { margin-bottom: 40px; }
.device-blog { position: absolute; top: 40px; left: 50px; width: 700px; }
.device-blog img { width: 100%; }
.icon-fancy-box .icon-box { position: relative; color: #2ed3ae; font-size: 40px; line-height: 80px; vertical-align: middle; margin-right: 15px; display: table; float: left; background: #fff; width: 80px; height: 80px; text-align: center; border-radius: 100px; }
.icon-fancy-box h5 { color: #fff; }
.icon-fancy-box span { font-size: 20px; }
.icon-fancy-box .content { display: table-cell; }

/*************************************
portfolio 
*************************************/
.isotope-filters { display: table; margin: 0 auto 40px; text-align: center; border: 1px solid #f2f2f2; border-radius: 90px; padding: 10px; }
.isotope-filters  button { margin: 4px; cursor: pointer; padding: 8px 20px; font-size: 16px; border-radius: 90px; background: transparent; color: #888; border: none; font-weight: normal; text-transform: uppercase; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.isotope-filters  button.active, .isotope-filters  button:hover { background: #2ed3ae; color: #ffffff; border-radius: 90px; -webkit-box-shadow: 0px 6px 20px -5px rgba(34, 34, 34, 0.20); -moz-box-shadow: 0px 6px 20px -5px rgba(34, 34, 34, 0.20); box-shadow: 0px 6px 20px -5px rgba(34, 34, 34, 0.20); }
.isotope-filters  button:focus { outline: none; outline-style: none; outline-offset: 0; }

/* Grid */
.isotope.iq-columns-1 .iq-grid-item { width: 100%; }
.isotope.iq-columns-2 .iq-grid-item { width: 50%; }
.isotope.iq-columns-3 .iq-grid-item { width: 33.33333333%; }
.isotope.iq-columns-4 .iq-grid-item { width: 25%; }
.isotope.iq-columns-5 .iq-grid-item { width: 20%; }

/* Grid Full Screen */
.isotope.full-grid, .iq-masonry.full-grid { margin: 0 -15px 0 0; }
.isotope.full-grid .iq-grid-item { padding: 0 15px 15px 0; }

/* Grid Full Screen No Space*/
.isotope.full-grid.no-padding, .iq-masonry.full-grid.no-padding { margin: 0; }
.isotope.full-grid.no-padding .iq-grid-item { padding: 0 !important; }
.iq-masonry.iq-columns-4 .iq-masonry-item h5 { font-size: 20px; line-height: normal; }
.iq-masonry.iq-columns-5 .iq-masonry-item h5 { font-size: 18px; line-height: normal; }

/* Grid Full columns 2 Font */
.isotope.iq-columns-2.full-grid .iq-grid-item h5 { font-size: 32px; }
.isotope.iq-columns-2.full-grid .iq-grid-item .category { font-size: 20px; padding-bottom: 05px; display: inline-block; width: 100%; }
@media(max-width:1199px) {
  .isotope.iq-columns-4 .iq-grid-item { width: 33.3% }
  .isotope.iq-columns-5 .iq-grid-item { width: 25%; }
}
@media(max-width:992px) {
  .isotope.iq-columns-4 .iq-grid-item { width: 50%; }
  .isotope.iq-columns-3 .iq-grid-item, .isotope.iq-columns-5 .iq-grid-item { width: 50%; }
}
@media(max-width:767px) {
  .isotope.iq-columns-4 .iq-grid-item, .isotope.iq-columns-2 .iq-grid-item, .isotope.iq-columns-3 .iq-grid-item, .isotope.iq-columns-5 .iq-grid-item { width: 100% }
}

/*----------------------------------------------------------------------
                        Isotope Filters
----------------------------------------------------------------------*/

/*---- Isotope Tooltip ----*/
.isotope-filters.isotope-tooltip { margin: 30px auto 50px; }
.isotope-filters.isotope-tooltip button { position: relative; }
.isotope-filters.isotope-tooltip button span { width: 40px; height: auto; line-height: 14px; padding: 10px; left: 50%; font-weight: 400; font-size: 14px; color: #fff; text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.1); text-align: center; background: #2ed3ae; text-indent: 0px; border-radius: 3px; position: absolute; pointer-events: none; bottom: 0; opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.isotope-filters.isotope-tooltip button span:after { content: ''; position: absolute; bottom: -7px; left: 50%; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #2ed3ae; -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.isotope-filters.isotope-tooltip button:hover span, .isotope-filters.isotope-tooltip button.active span { opacity: 1; bottom: 55px; }

/*---- Portfolio 02 ----*/
.iq-portfolio-02 { position: relative; overflow: hidden; }
.iq-portfolio-02 .iq-portfolio-img img { width: 100%; transition: all 0.35s ease 0s; }
.iq-portfolio-02:hover .iq-portfolio-img img { transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); }
.iq-portfolio-02 .iq-portfolio-content span, .iq-portfolio-02 .iq-portfolio-content a { color: #fff; }
.iq-portfolio-02 .iq-portfolio-content a:hover { color: #23292c; }
.iq-portfolio-02 .iq-portfolio-content { position: absolute; top: 0; left: 0; display: inline-block; width: 100%; height: 100%; text-align: left; background: rgba(46, 211, 174, 0.8); padding: 30px; opacity: 0; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.iq-portfolio-02 .iq-portfolio-content .iq-zoom { position: absolute; bottom: 25px; right: 30px; font-size: 24px; color: #fff; }
.iq-portfolio-02 .iq-portfolio-content:hover { opacity: 1; }

/*************************
Portfolio Single
*************************/
.iq-port-single .iq-tag li { display: inline-block; margin-left: 5px; margin-top: 10px; }
.iq-port-single .iq-tag li a { display: block; background: #f3f3f3; color: #23292c; padding: 5px 15px; border-radius: 3px; }
.iq-port-single .iq-tag li a:hover { background: #2ed3ae; color: #ffffff; }
.iq-port-single .portfolio-meta li { border-bottom: 1px solid #f2f2f2; padding: 10px 0; }
.iq-port-single .portfolio-meta li span { display: inline-block; font-weight: 600; margin-left: 10px; }
.iq-port-single .portfolio-meta li span.lead { font-size: 16px; }
.iq-port-single .owl-carousel .item span { font-size: 24px; font-weight: 600; }
.iq-port-single .owl-carousel .owl-item img { width: 100% !important; }
.iq-port-single .owl-carousel .iq-portfolio-05 .hoverdir .likes span { font-size: 14px; }

/*************************
video
*************************/

/*MY skills*/
.iq-our-skills { position: relative; }
.iq-our-skills:before { background: rgba(0, 0, 0, 0.9); content: ""; height: 100%; left: 0; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; position: absolute; top: 0; width: 100%; }
.iq-progress-bar-text { margin-bottom: 10px; }
.iq-progress-bar-text span { float: right }
.iq-progress-bar { background: #666 none repeat scroll 0 0; box-shadow: 0 0 0; height: 10px; margin: 0 0 30px; position: relative; width: 100%; border-radius: 90px; }
.iq-progress-bar > span { background: #2ed3ae none repeat scroll 0 0; display: block; height: 100%; width: 0; border-radius: 90px; }
.how-Working { position: relative; display: inline-block; width: 100%; height: 100%; }
.waves-box { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; height: 60px; width: 60px; }
.iq-video { background: #2ed3ae; display: inline-block; width: 60px; height: 60px; text-align: center; font-size: 29px; color: #fff; float: left; border-radius: 100%; line-height: 2.1; z-index: 9; position: relative; }
.iq-video i { margin-left: 5px; }
.iq-waves { position: absolute; width: 14rem; height: 14rem; left: -90px; top: -90px; z-index: 2; float: right; }
.iq-waves .waves { position: absolute; width: 384px; width: 15rem; height: 384px; height: 15rem; background: rgba(46, 211, 174, 0.4); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; border-radius: 320px; background-clip: padding-box; -webkit-animation: waves 3s ease-in-out infinite; animation: waves 3s ease-in-out infinite; }
.iq-waves .wave-1 { -webkit-animation-delay: 0s; animation-delay: 0s; }
.iq-waves .wave-2 { -webkit-animation-delay: 1s; animation-delay: 1s; }
.iq-waves .wave-3 { -webkit-animation-delay: 2s; animation-delay: 2s; }
@-webkit-keyframes waves {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes waves {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}

/*************************
                counting
*************************/
.iq-counter .left { margin-bottom: 20px; }
.iq-counter i:before { font-size: 60px; line-height: normal; }
.iq-counter .timer { font-size: 40px; font-family: 'Poppins', sans-serif; }

/*************************************
                  Teams 5 
**************************************/
.iq-team .team-images { position: relative; overflow: hidden; }
.iq-team .team-images img { width: 100%; vertical-align: bottom; border-radius: 15px 15px 0px 0px; -moz-border-radius: 15px 15px 0px 0px; -webkit-border-radius: 15px 15px 0px 0px; border: 0px solid #000000; }
.iq-team .team-social { background: #ffffff; position: absolute; left: 0; right: 0; bottom: -60px; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.iq-team:hover .team-social { bottom: 0; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.iq-team .team-social ul { margin-left: 0; text-align: center; }
.iq-team .team-social ul li { margin: 0; padding: 0; width: 25%; float: left; }
.iq-team .team-social ul li a { background: #ffffff; color: #2ed3ae; width: 100%; line-height: 50px; display: inline-block; text-align: center; font-size: 20px; }
.iq-team .team-social ul li:hover a { background: #23292c; color: #ffffff; }
.iq-team .team-description { padding: 15px; text-align: center; background: #f8f8f8; border-radius: 0px 0px 15px 15px; -moz-border-radius: 0px 0px 15px 15px; -webkit-border-radius: 0px 0px 15px 15px; border: 0px solid #000000; }
.iq-team .team-description p { margin-bottom: 0; }

/*---------------------------------------------------------------------
                             Pricing
-----------------------------------------------------------------------*/
.iq-pricing { position: relative; display: inline-block; width: 100%; background: #fff; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }
.iq-pricing .price-title { padding: 35px 20px; position: relative; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; background: #e4e4e4; }
.iq-pricing.active .price-title { background: #2ed3ae; }
.iq-pricing.active { position: relative; }
.card-ribbon { position: absolute; overflow: hidden; top: -10px; left: -10px; width: 114px; height: 114px; z-index: 99; }
.card-ribbon span { position: absolute; display: block; width: 165px; padding: 5px 0; background-color: #23292c; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); color: #fff; font-size: 12px; text-transform: uppercase; text-align: center; left: -37px; top: 21px; transform: rotate(-45deg); }
.card-ribbon::before, .card-ribbon::after { position: absolute; z-index: -1; content: ''; display: block; border: 5px solid #23292c; border-top-color: transparent; border-left-color: transparent; }
.card-ribbon::before { top: 0; right: 0; }
.card-ribbon::after { bottom: 0; left: 0; }
.iq-pricing .price-title h2 { font-family: 'Poppins', sans-serif; line-height: 60px; font-size: 50px; position: relative; }
.iq-pricing .price-title h2 small { font-size: 16px; vertical-align: super; padding: 0 5px; }
.iq-pricing .price-title h2 small:first-child { font-size: 24px; }
.iq-pricing .price-title span { letter-spacing: 6px; position: relative; }
.iq-pricing ul { margin: 20px 0 0; }
.iq-pricing ul li { line-height: 50px; }
.iq-pricing .price-footer { padding: 30px 0; z-index: 9; position: relative; }

/*---------------------------------------------------------------------
                             Owl Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav { display: block; position: absolute; text-indent: inherit; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; z-index: 999; }
.owl-carousel .owl-nav .owl-prev { display: block; position: absolute; text-align: center; text-indent: inherit; left: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel .owl-nav .owl-next { display: block; position: absolute; text-align: center; text-indent: inherit; right: -8%; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel .owl-nav i { font-size: 24px; border-radius: 50%; width: 44px; height: 44px; line-height: 46px; padding-left: 0px; display: inline-block; color: #fff; background: #e7e7e7; font-weight: normal; text-align: center; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.owl-carousel .owl-nav i:hover { background: #2ed3ae; color: #fff; }

/* Dots */
.owl-carousel .owl-controls .owl-dot { margin-top: 20px; display: inline-block; }
.owl-carousel .owl-dots { position: relative; width: 100%; display: inline-block; text-indent: inherit; text-align: center; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot span { background: #23292c; display: inline-block; border-radius: 30px; margin: 0px 3px; height: 10px; width: 10px; border: 1px solid #23292c; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span { background: #2ed3ae; border: 1px solid #2ed3ae; }
.owl-carousel.owl-theme .owl-dots .owl-dot.active span { background: #2ed3ae; border: 1px solid #2ed3ae; }

/* Arrow-1 */
.owl-carousel.arrow-1 .owl-nav { display: block; position: absolute; text-indent: inherit; top: 50% !important; margin-top: -20px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); left: 0; width: 100%; cursor: pointer; }
.owl-carousel.arrow-1 .owl-nav .owl-prev { display: block; position: absolute; text-indent: inherit; left: -44px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s; transition: opacity 0.3s ease 0s, left 0.3s ease 0s; }
.owl-carousel.arrow-1 .owl-nav .owl-next { display: block; position: absolute; text-indent: inherit; right: -44px; width: auto; cursor: pointer; -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s; transition: opacity 0.3s ease 0s, right 0.3s ease 0s; }
.owl-carousel.arrow-1 .owl-nav i { font-weight: normal; font-size: 24px; color: #fff; background: rgba(34, 34, 34, 0.7); padding: 0px 12px; border-radius: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.owl-carousel.arrow-1 .owl-nav i:hover { background: #2ed3ae; }
.owl-carousel.arrow-1 .owl-nav .owl-prev { left: 0; display: inline-grid; }
.owl-carousel.arrow-1 .owl-nav .owl-next { right: 0; display: inline-grid; }
.owl-carousel.arrow-1 .owl-stage-outer { overflow: hidden; }

/*---------------------------------------------------------------------
                               Testimonial
-----------------------------------------------------------------------*/
.iq-loved-customers .owl-carousel .owl-item .item { padding: 10px 10px 20px; }
.iq-client { position: relative; margin-top: 40px; padding: 0 30px 15px; border: 1px solid #eee; border-radius: 15px; }
.iq-client:before { position: absolute; content: ""; right: 10px; top: -1px; height: 2px; width: 100px; background: #2ed3ae; }
.iq-client .client-img { width: 80px; height: 80px; display: inline-block; border-radius: 90px; margin-top: -40px; }
.client-name { padding-left: 60px; position: relative; }
.client-name:before { content: "\f10d"; font-family: FontAwesome; position: absolute; bottom: 0px; left: 0; font-size: 44px; color: #f0f0f0; line-height: normal; }

/*---------------------------------------------------------------------
                             FAQ
-----------------------------------------------------------------------*/
.iq-accordion { z-index: 9; position: relative; }
.iq-accordion .ad-title { position: relative; font-family: 'Poppins', sans-serif; padding: 15px 50px 15px 15px; font-size: 16px; line-height: normal; cursor: pointer; background-color: #f8f8f8; display: block; text-align: left; color: #666666; text-decoration: none; border-radius: 4px; }
.iq-accordion .ad-title:before { -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); border-radius: 10px; cursor: pointer; content: "\f3d0"; font-family: "Ionicons"; position: absolute; top: 0; right: 0; display: block; padding: 14px 20px; color: #fff; font-size: 16px; line-height: 28px; height: 100%; font-weight: normal; -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; background: #2ed3ae; }
.iq-accordion .ad-active .ad-title:before { content: "\f3d8"; font-family: "Ionicons"; }
.iq-accordion .ad-details { display: none; overflow: hidden; text-align: left; padding: 15px 15px; color: #666666; line-height: 24px; background: #fff; border: 1px solid #eeeeee; border-top: none; -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06); }
.iq-accordion .iq-ad-block { margin-bottom: 30px; }
.iq-accordion .iq-ad-block:last-child { margin-bottom: 0; }

/*---------------------------------------------------------------------
                              Blog
-----------------------------------------------------------------------*/
.iq-blog-box { -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06); border-radius: 0px 0px 15px 15px; -moz-border-radius: 0px 0px 15px 15px; -webkit-border-radius: 0px 0px 15px 15px; border: 0px solid #000000; }
.iq-blog-box .iq-blog-image { position: relative; }
.iq-blog-box .iq-blog-image img { width: 100%; }
.iq-blog-detail { padding: 20px 15px 15px; background: #fff; border-radius: 0px 0px 15px 15px; -moz-border-radius: 0px 0px 15px 15px; -webkit-border-radius: 0px 0px 15px 15px; border: 0px solid #000000; }
.iq-blog-detail a, .iq-blog-detail .blog-title a h5 { color: #23292c; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-blog-detail a:hover, .iq-blog-detail .blog-title a:hover h5 { color: #2ed3ae; }
.iq-blog-meta { margin: 15px 0 5px; border-top: 1px solid #ececec; padding-top: 15px; }
.iq-blog-meta ul li { margin: 0 15px 0 0; padding: 0; font-size: 16px; }
.iq-blog-meta ul li:last-child { margin: 0; }

/*video vimeo and youtube*/
.iq-bolg-video { height: 0; padding-bottom: 56.5%; position: relative; overflow: hidden; }
.iq-bolg-video video, .iq-bolg-video embed, .iq-bolg-video iframe, .iq-bolg-video object { top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: none; }

/*blog-entry-audio*/
.media-wrapper video { width: 100%; height: 100%; display: inline-block; float: left; }
.players { position: absolute; bottom: 15px; display: inline-block; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); -moz-transform: translateX(-50%); }

/*---------------------------------------------------------------------
                              Contact us
-----------------------------------------------------------------------*/
.contact-us .map { display: inline-block; width: 100%; height: 100%; }
.contact-form .section-field { position: relative; width: 100%; float: left; }
.contact-form .section-field input { position: relative; width: 100%; margin-bottom: 20px; border-radius: 90px; padding-left: 20px; height: 48px; line-height: 48px; clear: both; color: #b6b6b6; border: 1px solid #e1e1e1; }
.contact-form .section-field input:focus, .contact-form .section-field.textarea textarea:focus { border: 1px solid #2ed3ae; box-shadow: none; outline: none; }
.contact-form .section-field.textarea textarea { width: 100%; float: left; color: #b6b6b6; border: 1px solid #e1e1e1; border-radius: 30px; padding: 15px 0 0 20px; resize: none; }
#success { display: none; margin-top: 10px; }

/*---------------------------------------------------------------------
                              footer
-----------------------------------------------------------------------*/
.iq-footer img { height: 30px; }
.info-share li { display: inline-block; list-style: none; padding: 0; margin: 0px 5px; }
.info-share li a { display: block; width: 45px; height: 45px; line-height: 45px; font-size: 16px; color: #bbb; background: transparent; border: 1px solid #bbb; text-align: center; border-radius: 50%; }
.info-share li a:hover { background: #2ed3ae; border-color: #2ed3ae; color: #fff; }
.copyright-box { padding: 15px; background: rgba(0, 0, 0, 0.1); }

/*Menu*/
.iq-footer .menu li { display: block; border-bottom: 0px; line-height: 40px; padding: 0; }
.iq-footer .menu li a { color: #fff; text-transform: uppercase; }
.iq-footer .menu li a:hover { color: #2ed3ae; }

/*footer-widget*/
.iq-footer .iq-contact li { font-size: 16px; color: #fff; margin-bottom: 15px; }
.iq-footer .iq-contact i { color: #2ed3ae; float: left; display: table-cell; width: 30px; line-height: 23px; font-size: 32px; }
.iq-footer .iq-contact p { display: table; color: #fff; margin-bottom: 0px; padding-left: 5px; }

/*---------------------------------------------------------------------
                          Breadcrumb Inner Page
-----------------------------------------------------------------------*/

/*Breadcrumb Left*/
.iq-breadcrumb { padding: 17% 0 10%; }
.iq-breadcrumb.text-left .heading-title { text-align: left; }
.iq-breadcrumb.text-left .heading-title .title:before { left: 0; margin-left: 0; }
.iq-breadcrumb.text-left .breadcrumb { z-index: 99; text-align: left; position: relative; border-radius: 90px; color: #ffffff; margin-bottom: 0; display: inline-block; background: rgba(255, 255, 255, 0.2); display: inline; padding: 15px 30px; }
.iq-breadcrumb.text-left .breadcrumb li { display: inline-block; }
.iq-breadcrumb.text-left .breadcrumb li a i { font-size: 18px; margin-right: 6px; }
.iq-breadcrumb.text-left .breadcrumb li a:hover, .iq-breadcrumb.text-left .breadcrumb li.active { color: #2ed3ae; }
.iq-breadcrumb.text-left .breadcrumb li a, .iq-breadcrumb.text-left .breadcrumb-item+.breadcrumb-item::before { color: #ffffff; margin-bottom: 0; }

/*pagination-nav*/
.pagination .page-item.active .page-link { background-color: #2ed3ae; border-color: #2ed3ae; }
.pagination .page-link { color: #2ed3ae; }
.pagination .page-link:hover { color: #333; }

/*---------------------------------------------------------------------
                             Blog Page
-----------------------------------------------------------------------*/
.iq-page-blog .iq-blog-box { box-shadow: none; border: 1px solid #ededed; }
.iq-blog-box .iq-get-in { margin-top: 0; box-shadow: none; }
.iq-post-author { position: relative; min-height: 130px; }
.iq-post-author-pic { float: left; }
.iq-post-author a { color: #fff; }
.iq-post-author a:hover { text-decoration: underline; color: #fff; }

/* Comments Box */
.iq-comment-list li { margin-top: 25px; margin-bottom: 0; vertical-align: top; padding: 0; }
.iq-comment-list .iq-comments-media { padding: 15px 15px 30px; border-radius: 0px; border-bottom: 1px solid #eee; display: flex; align-items: flex-start; }
.iq-comment-list li:last-child .iq-comments-media { border-bottom: none; padding-bottom: 0; }
.iq-comment-list ul { padding-left: 60px; }
.iq-comment-list .iq-comments-photo { padding-right: 20px; }
.iq-comment-list .iq-comments-photo a img { width: 80px; height: auto; }
.iq-comment-list .iq-comments-info { position: relative; flex: 1; }
.iq-comment-list .iq-comments-info .title { margin: 0; line-height: 22px; }
.iq-comment-list .iq-comment-metadata { line-height: 22px; margin-top: 7px; margin-bottom: 10px; }
.iq-comment-list .iq-comment-metadata a { color: #23292c; }
.iq-comment-list .iq-comment-metadata i { padding-right: 7px; color: #2ed3ae; }
.iq-comment-list .reply { position: absolute; line-height: 22px; margin: 0; padding: 2px 16px; font-size: 11px; right: 0; top: 0; font-weight: 500; }
.iq-comment-list .iq-comments-media .iq-comments-info .reply { color: #ffffff; }
.iq-comment-list .iq-comments-info p { margin-top: 5px; margin-bottom: 0; }

/*---------------------------------------------------------------------
                            Blog - SideBar
-----------------------------------------------------------------------*/
.iq-post-sidebar { height: 100%; }
.iq-sidebar-widget { margin-bottom: 40px; padding: 20px 20px; border: 1px solid #ededed; border-radius: 15px; }
.iq-sidebar-widget:last-child { margin-bottom: 0; }
.iq-sidebar-widget .iq-widget-title { padding-bottom: 10px; margin-bottom: 20px; font-size: 24px; }

/*widget-menu*/
.iq-widget-menu { position: relative; }
.iq-widget-menu ul li a { font-size: 14px; display: block; color: #2c3e50; position: relative; }
.iq-widget-menu i { padding-top: 4px; position: absolute; right: 18px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.iq-widget-menu ul li a span { padding: 5px 10px 5px 0; display: block; font-size: 14px; }
.iq-widget-menu ul li a span:hover { text-decoration: none; color: #2ed3ae; }
.iq-widget-menu ul li.active { border-bottom: none; }
.iq-widget-menu ul li.hover a { color: #2ed3ae; }
.iq-widget-menu ul li.hover a span { background: transparent; color: #2ed3ae; }
.iq-widget-menu ul ul li a span { color: #23292c; }
.iq-widget-menu ul ul li a span:hover { color: #2ed3ae; }
.iq-widget-menu ul ul { display: none; padding-left: 20px; }
.iq-widget-menu ul ul a { display: block; color: #23292c; font-size: 14px; }
.iq-widget-menu ul ul a:hover { color: #2ed3ae; }
.iq-widget-menu ul li.active i { transform: rotate(90deg); }

/*SideBar - Search*/
.iq-sidebar-widget .iq-widget-search { position: relative; }
.iq-sidebar-widget .iq-widget-search input { padding-right: 40px; box-shadow: none; border-radius: 90px; color: #2c3e50; height: 50px; border: 2px solid #f2f2f2; background: #ffffff; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.iq-sidebar-widget .iq-widget-search input:focus { background: #ffffff; }
.iq-sidebar-widget .iq-widget-search i { position: absolute; right: 8px; color: #2ed3ae; cursor: pointer; padding: 16px 12px; font-size: 18px; }
.iq-sidebar-widget .iq-widget-search input:focus { border-color: #2ed3ae; }

/*SideBar - Posts*/
.iq-sidebar-widget .iq-recent-post { margin-top: 20px; }
.iq-sidebar-widget .iq-recent-post .media-body>a { display: block; font-size: 15px; font-weight: 600; color: #2c3e50; }
.iq-sidebar-widget .iq-recent-post .media-body>a:hover { color: #2ed3ae; }
.iq-sidebar-widget .iq-recent-post .media-body span { color: #666666; }
.iq-sidebar-widget .iq-recent-post .media-body span .fa { color: #23292c; margin-right: 5px; }

/*SideBar - Tags*/
.iq-tags li { padding-left: 2px; display: inline-block; padding-right: 2px; margin: 0 0 15px; }
.iq-tags li a { background: transparent; color: #666; padding: 4px 8px; border: 1px solid #666; border-radius: 90px; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; }
.iq-tags li a:hover { border-color: #2ed3ae; background: none; color: #2ed3ae; }

/* Meta - SideBar */
.iq-widget-archives li { margin: 10px 0; }
.iq-widget-archives li a { color: #666; }
.iq-widget-archives li a i { font-size: 16px; margin-right: 5px; }
.iq-widget-archives li a:hover { margin-left: 5px; color: #2ed3ae; }

/*---------------------------------------------------------------------
                            404 Error
-----------------------------------------------------------------------*/
.iq-error p { padding: 0 100px; }
.iq-error .form-inline.iq-subscribe { text-align: center; display: inline-block; width: 100%; }
.iq-error .iq-subscribe .form-group { width: 40%; display: inline-block; }
.iq-error .iq-subscribe .form-control { border-radius: 90px; height: 50px; width: 100%; display: inline-block; padding-left: 25px; box-shadow: none; border: none; background: #f4f4f4; }

/*---------------------------------------------------------------------
                           Coming Soon
-----------------------------------------------------------------------*/
.iq-coming .big-text { font-size: 80px; font-family: 'Poppins', sans-serif; text-transform: uppercase; color: #23292c; }
.iq-coming img { height: 70px; }
.iq-coming .form-inline.iq-subscribe { text-align: center; display: inline-block; width: 100%; }
.iq-coming .iq-subscribe .form-group { width: 40%; display: inline-block; }
.iq-coming .iq-subscribe .form-control { border-radius: 90px; height: 50px; width: 100%; display: inline-block; padding-left: 25px; box-shadow: none; border: none; background: #f4f4f4; }
.iq-coming .countdown-timer { border-radius: 5px; margin-bottom: 20px; max-width: 300px; margin: 50px auto; }
.iq-coming .countdown-timer h5 { font-size: 14px; letter-spacing: 0.5px; text-align: center; padding-top: 10px; text-shadow: none; }
.iq-coming .countdown-timer .timer { padding: 10px; text-align: center; padding-top: 15px; }
.iq-coming .countdown-timer .timer .timer-wrapper { display: inline-block; width: 200px; height: 50px; }
.iq-coming .countdown-timer .timer .timer-wrapper .time { font-size: 80px; font-weight: bold; color: #333; margin: 0 50px; float: left; }
.iq-coming .countdown-timer .timer .timer-wrapper .text { font-size: 20px; }
#countdown { list-style: none; margin: 50px 0; padding: 0; display: block; text-align: center; display: inline-block; }
#countdown li { display: inline-block; }
#countdown li span { font-size: 50px; font-weight: 800; line-height: 80px; margin: 0 30px; }
#countdown li.seperator { font-size: 50px; line-height: 40px; vertical-align: top; margin-top: 15px; }
#countdown li p { color: #a7abb1; font-size: 20px; }

/*---------------------------------------------------------------------
                           TERMS OF SERVICE
-----------------------------------------------------------------------*/
.terms-of-service .btn.btn-link { color: #2ed3ae; text-decoration: none; font-weight: 700; }
.terms-of-service .btn.btn-link.collapsed { color: #333; }

/*---------------------------------------------------------------------
                           Text Effect
-----------------------------------------------------------------------*/
.effect-headline h1 { font-size: 60px; }
@media only screen and (min-width:768px) {
  .effect-headline h1 { font-size: 60px; font-weight: 300; }
}
@media only screen and (min-width:1170px) {
  .effect-headline h1 { font-size: 60px; }
}
/* .effect-words-wrapper { display: inline-block; position: relative; text-align: left; } */
.effect-words-wrapper { display: inline-block; position: relative; text-align: left; }
.effect-words-wrapper b { display: inline-block; position: absolute; white-space: nowrap; left: 0; top: 0; }
.effect-words-wrapper b.is-visible { position: relative; }
.no-js .effect-words-wrapper b { opacity: 0; }
.no-js .effect-words-wrapper b.is-visible { opacity: 1; }

/* -------------------------------- 
xrotate-1 
-------------------------------- */
.effect-headline.rotate-1 .effect-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; }
.effect-headline.rotate-1 b { opacity: 0; -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); }
.effect-headline.rotate-1 b.is-visible { opacity: 1; -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); -webkit-animation: cd-rotate-1-in 1.2s; -moz-animation: cd-rotate-1-in 1.2s; animation: cd-rotate-1-in 1.2s; }
.effect-headline.rotate-1 b.is-hidden { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); -webkit-animation: cd-rotate-1-out 1.2s; -moz-animation: cd-rotate-1-out 1.2s; animation: cd-rotate-1-out 1.2s; }
@-webkit-keyframes cd-rotate-1-in {
  0% { -webkit-transform: rotateX(180deg); opacity: 0; }
  35% { -webkit-transform: rotateX(120deg); opacity: 0; }
  65% { opacity: 0; }
  100% { -webkit-transform: rotateX(360deg); opacity: 1; }
}
@-moz-keyframes cd-rotate-1-in {
  0% { -moz-transform: rotateX(180deg); opacity: 0; }
  35% { -moz-transform: rotateX(120deg); opacity: 0; }
  65% { opacity: 0; }
  100% { -moz-transform: rotateX(360deg); opacity: 1; }
}
@keyframes cd-rotate-1-in {
  0% { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; }
  35% { -webkit-transform: rotateX(120deg); -moz-transform: rotateX(120deg); -ms-transform: rotateX(120deg); -o-transform: rotateX(120deg); transform: rotateX(120deg); opacity: 0; }
  65% { opacity: 0; }
  100% { -webkit-transform: rotateX(360deg); -moz-transform: rotateX(360deg); -ms-transform: rotateX(360deg); -o-transform: rotateX(360deg); transform: rotateX(360deg); opacity: 1; }
}
@-webkit-keyframes cd-rotate-1-out {
  0% { -webkit-transform: rotateX(0deg); opacity: 1; }
  35% { -webkit-transform: rotateX(-40deg); opacity: 1; }
  65% { opacity: 0; }
  100% { -webkit-transform: rotateX(180deg); opacity: 0; }
}
@-moz-keyframes cd-rotate-1-out {
  0% { -moz-transform: rotateX(0deg); opacity: 1; }
  35% { -moz-transform: rotateX(-40deg); opacity: 1; }
  65% { opacity: 0; }
  100% { -moz-transform: rotateX(180deg); opacity: 0; }
}
@keyframes cd-rotate-1-out {
  0% { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
  35% { -webkit-transform: rotateX(-40deg); -moz-transform: rotateX(-40deg); -ms-transform: rotateX(-40deg); -o-transform: rotateX(-40deg); transform: rotateX(-40deg); opacity: 1; }
  65% { opacity: 0; }
  100% { -webkit-transform: rotateX(180deg); -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -o-transform: rotateX(180deg); transform: rotateX(180deg); opacity: 0; }
}

/* -------------------------------- 

xtype 

-------------------------------- */
.effect-headline.type .effect-words-wrapper { vertical-align: top; overflow: hidden; }
.effect-headline.type .effect-words-wrapper::after {  /* vertical bar */
content: ''; position: absolute; right: 0; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); height: 90%; width: 1px; background-color: #aebcb9; }
.effect-headline.type .effect-words-wrapper.waiting::after { -webkit-animation: cd-pulse 1s infinite; -moz-animation: cd-pulse 1s infinite; animation: cd-pulse 1s infinite; }
.effect-headline.type .effect-words-wrapper.selected::after { visibility: hidden; }
.effect-headline.type .effect-words-wrapper.selected b { color: #ffffff; }
.effect-headline.type b { visibility: hidden; }
.effect-headline.type b.is-visible { visibility: visible; }
.effect-headline.type i { position: absolute; visibility: hidden; }
.effect-headline.type i.in { position: relative; visibility: visible; }
@-webkit-keyframes cd-pulse {
  0% { -webkit-transform: translateY(-50%) scale(1); opacity: 1; }
  40% { -webkit-transform: translateY(-50%) scale(0.9); opacity: 0; }
  100% { -webkit-transform: translateY(-50%) scale(0); opacity: 0; }
}
@-moz-keyframes cd-pulse {
  0% { -moz-transform: translateY(-50%) scale(1); opacity: 1; }
  40% { -moz-transform: translateY(-50%) scale(0.9); opacity: 0; }
  100% { -moz-transform: translateY(-50%) scale(0); opacity: 0; }
}
@keyframes cd-pulse {
  0% { -webkit-transform: translateY(-50%) scale(1); -moz-transform: translateY(-50%) scale(1); -ms-transform: translateY(-50%) scale(1); -o-transform: translateY(-50%) scale(1); transform: translateY(-50%) scale(1); opacity: 1; }
  40% { -webkit-transform: translateY(-50%) scale(0.9); -moz-transform: translateY(-50%) scale(0.9); -ms-transform: translateY(-50%) scale(0.9); -o-transform: translateY(-50%) scale(0.9); transform: translateY(-50%) scale(0.9); opacity: 0; }
  100% { -webkit-transform: translateY(-50%) scale(0); -moz-transform: translateY(-50%) scale(0); -ms-transform: translateY(-50%) scale(0); -o-transform: translateY(-50%) scale(0); transform: translateY(-50%) scale(0); opacity: 0; }
}

/* -------------------------------- 

xrotate-2 

-------------------------------- */
.effect-headline.rotate-2 .effect-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; }
.effect-headline.rotate-2 i, .effect-headline.rotate-2 em { display: inline-block; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.effect-headline.rotate-2 b { opacity: 0; }
.effect-headline.rotate-2 i { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform: translateZ(-20px) rotateX(90deg); -moz-transform: translateZ(-20px) rotateX(90deg); -ms-transform: translateZ(-20px) rotateX(90deg); -o-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); opacity: 0; }
.is-visible .effect-headline.rotate-2 i { opacity: 1; }
.effect-headline.rotate-2 i.in { -webkit-animation: cd-rotate-2-in 0.4s forwards; -moz-animation: cd-rotate-2-in 0.4s forwards; animation: cd-rotate-2-in 0.4s forwards; }
.effect-headline.rotate-2 i.out { -webkit-animation: cd-rotate-2-out 0.4s forwards; -moz-animation: cd-rotate-2-out 0.4s forwards; animation: cd-rotate-2-out 0.4s forwards; }
.effect-headline.rotate-2 em { -webkit-transform: translateZ(20px); -moz-transform: translateZ(20px); -ms-transform: translateZ(20px); -o-transform: translateZ(20px); transform: translateZ(20px); }
.no-csstransitions .effect-headline.rotate-2 i { -webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -ms-transform: rotateX(0deg); -o-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 0; }
.no-csstransitions .effect-headline.rotate-2 i em { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.no-csstransitions .effect-headline.rotate-2 .is-visible i { opacity: 1; }
@-webkit-keyframes cd-rotate-2-in {
  0% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(90deg); }
  60% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(-10deg); }
  100% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0deg); }
}
@-moz-keyframes cd-rotate-2-in {
  0% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(90deg); }
  60% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(-10deg); }
  100% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(0deg); }
}
@keyframes cd-rotate-2-in {
  0% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(90deg); -moz-transform: translateZ(-20px) rotateX(90deg); -ms-transform: translateZ(-20px) rotateX(90deg); -o-transform: translateZ(-20px) rotateX(90deg); transform: translateZ(-20px) rotateX(90deg); }
  60% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(-10deg); -moz-transform: translateZ(-20px) rotateX(-10deg); -ms-transform: translateZ(-20px) rotateX(-10deg); -o-transform: translateZ(-20px) rotateX(-10deg); transform: translateZ(-20px) rotateX(-10deg); }
  100% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0deg); -moz-transform: translateZ(-20px) rotateX(0deg); -ms-transform: translateZ(-20px) rotateX(0deg); -o-transform: translateZ(-20px) rotateX(0deg); transform: translateZ(-20px) rotateX(0deg); }
}
@-webkit-keyframes cd-rotate-2-out {
  0% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); }
  60% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-100deg); }
  100% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-90deg); }
}
@-moz-keyframes cd-rotate-2-out {
  0% { opacity: 1; -moz-transform: translateZ(-20px) rotateX(0); }
  60% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(-100deg); }
  100% { opacity: 0; -moz-transform: translateZ(-20px) rotateX(-90deg); }
}
@keyframes cd-rotate-2-out {
  0% { opacity: 1; -webkit-transform: translateZ(-20px) rotateX(0); -moz-transform: translateZ(-20px) rotateX(0); -ms-transform: translateZ(-20px) rotateX(0); -o-transform: translateZ(-20px) rotateX(0); transform: translateZ(-20px) rotateX(0); }
  60% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-100deg); -moz-transform: translateZ(-20px) rotateX(-100deg); -ms-transform: translateZ(-20px) rotateX(-100deg); -o-transform: translateZ(-20px) rotateX(-100deg); transform: translateZ(-20px) rotateX(-100deg); }
  100% { opacity: 0; -webkit-transform: translateZ(-20px) rotateX(-90deg); -moz-transform: translateZ(-20px) rotateX(-90deg); -ms-transform: translateZ(-20px) rotateX(-90deg); -o-transform: translateZ(-20px) rotateX(-90deg); transform: translateZ(-20px) rotateX(-90deg); }
}

/* -------------------------------- 

xloading-bar 

-------------------------------- */
.effect-headline.loading-bar span { display: inline-block; padding: 0; }
.effect-headline.loading-bar .effect-words-wrapper { overflow: hidden; vertical-align: top; }
.effect-headline.loading-bar .effect-words-wrapper::after {  /* loading bar */
content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: #2ed3ae; z-index: 2; -webkit-transition: width 0.3s -0.1s; -moz-transition: width 0.3s -0.1s; transition: width 0.3s -0.1s; }
.effect-headline.loading-bar .effect-words-wrapper.is-loading::after { width: 100%; -webkit-transition: width 3s; -moz-transition: width 3s; transition: width 3s; }
.effect-headline.loading-bar b { top: 0; opacity: 0; -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; transition: opacity 0.3s; }
.effect-headline.loading-bar b.is-visible { opacity: 1; top: 0; }

/* -------------------------------- 

xslide 

-------------------------------- */
.effect-headline.slide span { display: inline-block; padding: .2em 0; }
.effect-headline.slide .effect-words-wrapper { overflow: hidden; vertical-align: top; }
.effect-headline.slide b { opacity: 0; top: .2em; }
.effect-headline.slide b.is-visible { top: 0; opacity: 1; -webkit-animation: slide-in 0.6s; -moz-animation: slide-in 0.6s; animation: slide-in 0.6s; }
.effect-headline.slide b.is-hidden { -webkit-animation: slide-out 0.6s; -moz-animation: slide-out 0.6s; animation: slide-out 0.6s; }
@-webkit-keyframes slide-in {
  0% { opacity: 0; -webkit-transform: translateY(-100%); }
  60% { opacity: 1; -webkit-transform: translateY(20%); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-in {
  0% { opacity: 0; -moz-transform: translateY(-100%); }
  60% { opacity: 1; -moz-transform: translateY(20%); }
  100% { opacity: 1; -moz-transform: translateY(0); }
}
@keyframes slide-in {
  0% { opacity: 0; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
  60% { opacity: 1; -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%); }
  100% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes slide-out {
  0% { opacity: 1; -webkit-transform: translateY(0); }
  60% { opacity: 0; -webkit-transform: translateY(120%); }
  100% { opacity: 0; -webkit-transform: translateY(100%); }
}
@-moz-keyframes slide-out {
  0% { opacity: 1; -moz-transform: translateY(0); }
  60% { opacity: 0; -moz-transform: translateY(120%); }
  100% { opacity: 0; -moz-transform: translateY(100%); }
}
@keyframes slide-out {
  0% { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
  60% { opacity: 0; -webkit-transform: translateY(120%); -moz-transform: translateY(120%); -ms-transform: translateY(120%); -o-transform: translateY(120%); transform: translateY(120%); }
  100% { opacity: 0; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }
}

/* -------------------------------- 

xclip 

-------------------------------- */
.effect-headline.clip span { display: inline-block; padding: .2em 0; }
.effect-headline.clip .effect-words-wrapper { overflow: hidden; vertical-align: top; }
.effect-headline.clip .effect-words-wrapper::after {  /* line */
content: ''; position: absolute; top: 0; right: 0; width: 2px; height: 100%; background-color: #aebcb9; }
.effect-headline.clip b { opacity: 0; }
.effect-headline.clip b.is-visible { opacity: 1; }

/* -------------------------------- 

xzoom 

-------------------------------- */
.effect-headline.zoom .effect-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; }
.effect-headline.zoom b { opacity: 0; }
.effect-headline.zoom b.is-visible { opacity: 1; -webkit-animation: zoom-in 0.8s; -moz-animation: zoom-in 0.8s; animation: zoom-in 0.8s; }
.effect-headline.zoom b.is-hidden { -webkit-animation: zoom-out 0.8s; -moz-animation: zoom-out 0.8s; animation: zoom-out 0.8s; }
@-webkit-keyframes zoom-in {
  0% { opacity: 0; -webkit-transform: translateZ(100px); }
  100% { opacity: 1; -webkit-transform: translateZ(0); }
}
@-moz-keyframes zoom-in {
  0% { opacity: 0; -moz-transform: translateZ(100px); }
  100% { opacity: 1; -moz-transform: translateZ(0); }
}
@keyframes zoom-in {
  0% { opacity: 0; -webkit-transform: translateZ(100px); -moz-transform: translateZ(100px); -ms-transform: translateZ(100px); -o-transform: translateZ(100px); transform: translateZ(100px); }
  100% { opacity: 1; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); }
}
@-webkit-keyframes zoom-out {
  0% { opacity: 1; -webkit-transform: translateZ(0); }
  100% { opacity: 0; -webkit-transform: translateZ(-100px); }
}
@-moz-keyframes zoom-out {
  0% { opacity: 1; -moz-transform: translateZ(0); }
  100% { opacity: 0; -moz-transform: translateZ(-100px); }
}
@keyframes zoom-out {
  0% { opacity: 1; -webkit-transform: translateZ(0); -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); transform: translateZ(0); }
  100% { opacity: 0; -webkit-transform: translateZ(-100px); -moz-transform: translateZ(-100px); -ms-transform: translateZ(-100px); -o-transform: translateZ(-100px); transform: translateZ(-100px); }
}

/* -------------------------------- 

xrotate-3 

-------------------------------- */
.effect-headline.rotate-3 .effect-words-wrapper { -webkit-perspective: 300px; -moz-perspective: 300px; perspective: 300px; }
.effect-headline.rotate-3 b { opacity: 0; }
.effect-headline.rotate-3 i { display: inline-block; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.is-visible .effect-headline.rotate-3 i { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }
.effect-headline.rotate-3 i.in { -webkit-animation: cd-rotate-3-in 0.6s forwards; -moz-animation: cd-rotate-3-in 0.6s forwards; animation: cd-rotate-3-in 0.6s forwards; }
.effect-headline.rotate-3 i.out { -webkit-animation: cd-rotate-3-out 0.6s forwards; -moz-animation: cd-rotate-3-out 0.6s forwards; animation: cd-rotate-3-out 0.6s forwards; }
.no-csstransitions .effect-headline.rotate-3 i { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 0; }
.no-csstransitions .effect-headline.rotate-3 .is-visible i { opacity: 1; }
@-webkit-keyframes cd-rotate-3-in {
  0% { -webkit-transform: rotateY(180deg); }
  100% { -webkit-transform: rotateY(0deg); }
}
@-moz-keyframes cd-rotate-3-in {
  0% { -moz-transform: rotateY(180deg); }
  100% { -moz-transform: rotateY(0deg); }
}
@keyframes cd-rotate-3-in {
  0% { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
  100% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }
}
@-webkit-keyframes cd-rotate-3-out {
  0% { -webkit-transform: rotateY(0); }
  100% { -webkit-transform: rotateY(-180deg); }
}
@-moz-keyframes cd-rotate-3-out {
  0% { -moz-transform: rotateY(0); }
  100% { -moz-transform: rotateY(-180deg); }
}
@keyframes cd-rotate-3-out {
  0% { -webkit-transform: rotateY(0); -moz-transform: rotateY(0); -ms-transform: rotateY(0); -o-transform: rotateY(0); transform: rotateY(0); }
  100% { -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); }
}

/* -------------------------------- 

xscale 

-------------------------------- */
.effect-headline.scale b { opacity: 0; }
.effect-headline.scale i { display: inline-block; opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.is-visible .effect-headline.scale i { opacity: 1; }
.effect-headline.scale i.in { -webkit-animation: scale-up 0.6s forwards; -moz-animation: scale-up 0.6s forwards; animation: scale-up 0.6s forwards; }
.effect-headline.scale i.out { -webkit-animation: scale-down 0.6s forwards; -moz-animation: scale-down 0.6s forwards; animation: scale-down 0.6s forwards; }
.no-csstransitions .effect-headline.scale i { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 0; }
.no-csstransitions .effect-headline.scale .is-visible i { opacity: 1; }
@-webkit-keyframes scale-up {
  0% { -webkit-transform: scale(0); opacity: 0; }
  60% { -webkit-transform: scale(1.2); opacity: 1; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}
@-moz-keyframes scale-up {
  0% { -moz-transform: scale(0); opacity: 0; }
  60% { -moz-transform: scale(1.2); opacity: 1; }
  100% { -moz-transform: scale(1); opacity: 1; }
}
@keyframes scale-up {
  0% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; }
  60% { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); opacity: 1; }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
}
@-webkit-keyframes scale-down {
  0% { -webkit-transform: scale(1); opacity: 1; }
  60% { -webkit-transform: scale(0); opacity: 0; }
}
@-moz-keyframes scale-down {
  0% { -moz-transform: scale(1); opacity: 1; }
  60% { -moz-transform: scale(0); opacity: 0; }
}
@keyframes scale-down {
  0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  60% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); opacity: 0; }
}

/* -------------------------------- 

xpush 

-------------------------------- */
.effect-headline.push b { opacity: 0; }
.effect-headline.push b.is-visible { opacity: 1; -webkit-animation: push-in 0.6s; -moz-animation: push-in 0.6s; animation: push-in 0.6s; }
.effect-headline.push b.is-hidden { -webkit-animation: push-out 0.6s; -moz-animation: push-out 0.6s; animation: push-out 0.6s; }
@-webkit-keyframes push-in {
  0% { opacity: 0; -webkit-transform: translateX(-100%); }
  60% { opacity: 1; -webkit-transform: translateX(10%); }
  100% { opacity: 1; -webkit-transform: translateX(0); }
}
@-moz-keyframes push-in {
  0% { opacity: 0; -moz-transform: translateX(-100%); }
  60% { opacity: 1; -moz-transform: translateX(10%); }
  100% { opacity: 1; -moz-transform: translateX(0); }
}
@keyframes push-in {
  0% { opacity: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }
  60% { opacity: 1; -webkit-transform: translateX(10%); -moz-transform: translateX(10%); -ms-transform: translateX(10%); -o-transform: translateX(10%); transform: translateX(10%); }
  100% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
}
@-webkit-keyframes push-out {
  0% { opacity: 1; -webkit-transform: translateX(0); }
  60% { opacity: 0; -webkit-transform: translateX(110%); }
  100% { opacity: 0; -webkit-transform: translateX(100%); }
}
@-moz-keyframes push-out {
  0% { opacity: 1; -moz-transform: translateX(0); }
  60% { opacity: 0; -moz-transform: translateX(110%); }
  100% { opacity: 0; -moz-transform: translateX(100%); }
}
@keyframes push-out {
  0% { opacity: 1; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
  60% { opacity: 0; -webkit-transform: translateX(110%); -moz-transform: translateX(110%); -ms-transform: translateX(110%); -o-transform: translateX(110%); transform: translateX(110%); }
  100% { opacity: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
}

/* Stars Banner */
.banner-stars { width: 100%; position: relative; padding: 20% 0 10%; }
.banner-stars .stars-text { margin-top: 33%; color: #ffffff; }
.banner-stars h1, .banner-stars h4 { color: #ffffff; }
#stars { width: 1px; height: 1px; background: transparent; box-shadow: 976px 72px #FFF, 940px 1805px #FFF, 1639px 220px #FFF, 1008px 1725px #FFF, 1319px 567px #FFF, 1084px 876px #FFF, 692px 1873px #FFF, 361px 935px #FFF, 351px 585px #FFF, 1247px 1340px #FFF, 938px 1735px #FFF, 1601px 706px #FFF, 266px 1172px #FFF, 1075px 1853px #FFF, 1060px 365px #FFF, 1269px 266px #FFF, 1107px 291px #FFF, 67px 1790px #FFF, 506px 1130px #FFF, 221px 935px #FFF, 1480px 571px #FFF, 1806px 1566px #FFF, 1187px 229px #FFF, 1637px 1495px #FFF, 80px 685px #FFF, 216px 1667px #FFF, 454px 1998px #FFF, 1011px 1081px #FFF, 246px 838px #FFF, 1007px 1777px #FFF, 1484px 701px #FFF, 1328px 1971px #FFF, 1223px 750px #FFF, 1960px 534px #FFF, 1186px 239px #FFF, 848px 118px #FFF, 1795px 1018px #FFF, 241px 525px #FFF, 706px 1598px #FFF, 427px 1864px #FFF, 396px 511px #FFF, 1256px 428px #FFF, 416px 1266px #FFF, 529px 1611px #FFF, 1223px 899px #FFF, 1266px 712px #FFF, 1917px 224px #FFF, 1673px 1291px #FFF, 1642px 1751px #FFF, 1797px 1089px #FFF, 767px 1338px #FFF, 1811px 997px #FFF, 613px 729px #FFF, 462px 238px #FFF, 1764px 715px #FFF, 1504px 1321px #FFF, 163px 415px #FFF, 1754px 426px #FFF, 54px 1939px #FFF, 357px 553px #FFF, 490px 1144px #FFF, 1147px 1092px #FFF, 1193px 1856px #FFF, 1789px 508px #FFF, 1948px 594px #FFF, 879px 1268px #FFF, 1388px 371px #FFF, 1269px 656px #FFF, 235px 436px #FFF, 1437px 1351px #FFF, 1650px 1547px #FFF, 590px 272px #FFF, 734px 1057px #FFF, 479px 1658px #FFF, 1528px 1400px #FFF, 1294px 1425px #FFF, 1974px 1894px #FFF, 16px 128px #FFF, 1951px 148px #FFF, 1304px 1669px #FFF, 1245px 1204px #FFF, 1247px 1677px #FFF, 1784px 1108px #FFF, 707px 1122px #FFF, 289px 1656px #FFF, 1630px 424px #FFF, 1538px 381px #FFF, 1160px 1384px #FFF, 532px 79px #FFF, 890px 473px #FFF, 893px 1864px #FFF, 1697px 885px #FFF, 1107px 179px #FFF, 1207px 1487px #FFF, 1092px 92px #FFF, 1580px 1381px #FFF, 1594px 604px #FFF, 696px 767px #FFF, 1074px 890px #FFF, 1664px 91px #FFF, 105px 624px #FFF, 1134px 1660px #FFF, 215px 1884px #FFF, 176px 1720px #FFF, 1418px 846px #FFF, 1995px 1729px #FFF, 1965px 1559px #FFF, 1699px 447px #FFF, 1647px 1449px #FFF, 1840px 757px #FFF, 587px 1288px #FFF, 394px 1151px #FFF, 46px 1681px #FFF, 1705px 91px #FFF, 724px 822px #FFF, 346px 1381px #FFF, 133px 22px #FFF, 1805px 236px #FFF, 1126px 1298px #FFF, 1848px 321px #FFF, 694px 1713px #FFF, 1091px 543px #FFF, 247px 956px #FFF, 482px 237px #FFF, 689px 1688px #FFF, 1531px 1654px #FFF, 330px 749px #FFF, 1514px 838px #FFF, 1930px 276px #FFF, 1026px 1738px #FFF, 1554px 669px #FFF, 1544px 1742px #FFF, 362px 1670px #FFF, 1581px 178px #FFF, 1983px 213px #FFF, 897px 551px #FFF, 354px 1193px #FFF, 1512px 1917px #FFF, 907px 1801px #FFF, 1877px 586px #FFF, 891px 1384px #FFF, 1604px 1643px #FFF, 242px 1741px #FFF, 1201px 1113px #FFF, 1297px 821px #FFF, 4px 1206px #FFF, 1383px 481px #FFF, 1145px 1296px #FFF, 311px 1882px #FFF, 668px 1295px #FFF, 562px 744px #FFF, 1237px 229px #FFF, 1672px 403px #FFF, 138px 445px #FFF, 863px 218px #FFF, 547px 901px #FFF, 1445px 1320px #FFF, 646px 1742px #FFF, 1624px 1842px #FFF, 918px 1870px #FFF, 1022px 1029px #FFF, 673px 567px #FFF, 1268px 1450px #FFF, 1437px 1329px #FFF, 328px 564px #FFF, 1245px 901px #FFF, 560px 600px #FFF, 615px 1391px #FFF, 1360px 123px #FFF, 1927px 1339px #FFF, 1902px 1631px #FFF, 1612px 1864px #FFF, 1511px 1484px #FFF, 1073px 600px #FFF, 1725px 1693px #FFF, 116px 1418px #FFF, 1230px 1684px #FFF, 23px 1515px #FFF, 832px 1823px #FFF, 750px 133px #FFF, 451px 189px #FFF, 16px 257px #FFF, 1659px 1437px #FFF, 1456px 1635px #FFF, 595px 1389px #FFF, 673px 916px #FFF, 1294px 124px #FFF, 1935px 499px #FFF, 1665px 1482px #FFF, 1569px 1929px #FFF, 1192px 919px #FFF, 519px 1729px #FFF, 1106px 1912px #FFF, 335px 673px #FFF, 504px 488px #FFF, 188px 1837px #FFF, 925px 1814px #FFF, 1597px 1538px #FFF, 927px 826px #FFF, 1533px 1590px #FFF, 1998px 200px #FFF, 1126px 1764px #FFF, 1004px 1878px #FFF, 1532px 1045px #FFF, 1927px 1203px #FFF, 252px 1462px #FFF, 1756px 1554px #FFF, 622px 514px #FFF, 151px 1179px #FFF, 1674px 670px #FFF, 1864px 1745px #FFF, 1669px 1602px #FFF, 1154px 1666px #FFF, 661px 255px #FFF, 1916px 1861px #FFF, 445px 1871px #FFF, 50px 1147px #FFF, 815px 1272px #FFF, 581px 1183px #FFF, 12px 1876px #FFF, 125px 1262px #FFF, 167px 1148px #FFF, 865px 1511px #FFF, 549px 227px #FFF, 94px 694px #FFF, 19px 96px #FFF, 1428px 763px #FFF, 1078px 1277px #FFF, 888px 1889px #FFF, 912px 1065px #FFF, 1828px 1094px #FFF, 992px 1901px #FFF, 1854px 996px #FFF, 1200px 305px #FFF, 1000px 1515px #FFF, 1529px 454px #FFF, 357px 216px #FFF, 1261px 1361px #FFF, 1056px 420px #FFF, 1204px 1100px #FFF, 1127px 1470px #FFF, 557px 567px #FFF, 1999px 574px #FFF, 1676px 718px #FFF, 1344px 1694px #FFF, 1556px 92px #FFF, 1619px 157px #FFF, 91px 1445px #FFF, 426px 1498px #FFF, 1027px 961px #FFF, 420px 1145px #FFF, 848px 589px #FFF, 510px 1116px #FFF, 561px 743px #FFF, 493px 854px #FFF, 1754px 382px #FFF, 1349px 684px #FFF, 372px 424px #FFF, 821px 1358px #FFF, 1678px 609px #FFF, 481px 970px #FFF, 1391px 423px #FFF, 1528px 560px #FFF, 597px 1449px #FFF, 926px 861px #FFF, 1212px 1276px #FFF, 991px 147px #FFF, 1360px 925px #FFF, 893px 60px #FFF, 1482px 1571px #FFF, 1040px 788px #FFF, 672px 1422px #FFF, 1817px 1533px #FFF, 1790px 1141px #FFF, 1312px 1176px #FFF, 1457px 521px #FFF, 299px 58px #FFF, 848px 57px #FFF, 639px 1174px #FFF, 416px 1887px #FFF, 1542px 964px #FFF, 952px 868px #FFF, 276px 1079px #FFF, 1135px 1198px #FFF, 466px 346px #FFF, 1532px 476px #FFF, 710px 1633px #FFF, 537px 1069px #FFF, 718px 329px #FFF, 33px 1817px #FFF, 345px 1064px #FFF, 1743px 1236px #FFF, 1819px 1604px #FFF, 1419px 1827px #FFF, 1974px 1218px #FFF, 817px 1279px #FFF, 1508px 1104px #FFF, 1384px 1751px #FFF, 1480px 1962px #FFF, 253px 451px #FFF, 1988px 1157px #FFF, 454px 876px #FFF, 966px 1956px #FFF, 1780px 97px #FFF, 1162px 907px #FFF, 1864px 1404px #FFF, 827px 1768px #FFF, 1285px 474px #FFF, 688px 1569px #FFF, 420px 1684px #FFF, 655px 886px #FFF, 1765px 1997px #FFF, 324px 416px #FFF, 1958px 542px #FFF, 1162px 702px #FFF, 409px 176px #FFF, 518px 160px #FFF, 1540px 1368px #FFF, 250px 1882px #FFF, 654px 1784px #FFF, 1990px 1910px #FFF, 1463px 1740px #FFF, 107px 995px #FFF, 1248px 975px #FFF, 1100px 319px #FFF, 1395px 187px #FFF, 681px 1488px #FFF, 1841px 1846px #FFF, 1641px 927px #FFF, 1861px 1303px #FFF, 877px 82px #FFF, 561px 1242px #FFF, 189px 1347px #FFF, 1342px 936px #FFF, 1916px 1833px #FFF, 539px 723px #FFF, 108px 183px #FFF, 1994px 1345px #FFF, 669px 805px #FFF, 1640px 601px #FFF, 1811px 1816px #FFF, 1451px 810px #FFF, 905px 769px #FFF, 87px 756px #FFF, 1645px 822px #FFF, 118px 578px #FFF, 1408px 810px #FFF, 943px 186px #FFF, 215px 1696px #FFF, 131px 1280px #FFF, 411px 1774px #FFF, 662px 1922px #FFF, 159px 1182px #FFF, 303px 1070px #FFF, 1668px 1445px #FFF, 722px 1233px #FFF, 149px 1042px #FFF, 286px 1102px #FFF, 742px 527px #FFF, 893px 600px #FFF, 1277px 202px #FFF, 1063px 297px #FFF, 809px 862px #FFF, 1210px 988px #FFF, 1564px 1310px #FFF, 1075px 53px #FFF, 357px 999px #FFF, 1086px 604px #FFF, 751px 1636px #FFF, 1739px 1182px #FFF, 835px 537px #FFF, 1318px 566px #FFF, 241px 1125px #FFF, 111px 1013px #FFF, 765px 1741px #FFF, 538px 1772px #FFF, 304px 191px #FFF, 678px 872px #FFF, 961px 1527px #FFF, 403px 1718px #FFF, 571px 807px #FFF, 1818px 1153px #FFF, 1931px 614px #FFF, 1365px 431px #FFF, 602px 174px #FFF, 1356px 340px #FFF, 1230px 329px #FFF, 71px 2px #FFF, 843px 1703px #FFF, 611px 370px #FFF, 1993px 604px #FFF, 1730px 875px #FFF, 1938px 421px #FFF, 905px 1808px #FFF, 1944px 352px #FFF, 266px 1718px #FFF, 936px 88px #FFF, 644px 817px #FFF, 1180px 1561px #FFF, 1893px 1548px #FFF, 1097px 82px #FFF, 294px 1714px #FFF, 1805px 583px #FFF, 863px 159px #FFF, 1106px 1851px #FFF, 1090px 1035px #FFF, 1753px 1591px #FFF, 1422px 1670px #FFF, 1100px 1791px #FFF, 1660px 1484px #FFF, 1376px 240px #FFF, 324px 1683px #FFF, 933px 1155px #FFF, 826px 90px #FFF, 431px 177px #FFF, 524px 1271px #FFF, 348px 1889px #FFF, 1460px 1252px #FFF, 586px 1883px #FFF, 751px 234px #FFF, 105px 1642px #FFF, 206px 1224px #FFF, 902px 158px #FFF, 106px 752px #FFF, 1166px 314px #FFF, 1800px 1256px #FFF, 789px 240px #FFF, 1369px 1133px #FFF, 1412px 120px #FFF, 531px 1479px #FFF, 972px 829px #FFF, 87px 534px #FFF, 1929px 664px #FFF, 795px 1001px #FFF, 1541px 1605px #FFF, 1935px 969px #FFF, 762px 904px #FFF, 1448px 844px #FFF, 1292px 1734px #FFF, 1125px 1991px #FFF, 1146px 1208px #FFF, 819px 925px #FFF, 1598px 446px #FFF, 1141px 378px #FFF, 89px 1663px #FFF, 658px 1959px #FFF, 1537px 960px #FFF, 18px 1280px #FFF, 211px 121px #FFF, 1793px 1227px #FFF, 1721px 1842px #FFF, 482px 1699px #FFF, 909px 1813px #FFF, 1196px 239px #FFF, 776px 1224px #FFF, 1852px 1073px #FFF, 266px 1970px #FFF, 1318px 1530px #FFF, 1992px 1941px #FFF, 584px 329px #FFF, 449px 1533px #FFF, 1842px 1976px #FFF, 773px 6px #FFF, 888px 1884px #FFF, 1091px 1816px #FFF, 1903px 1262px #FFF, 795px 255px #FFF, 1040px 414px #FFF, 1486px 1215px #FFF, 788px 1921px #FFF, 1793px 1509px #FFF, 750px 1684px #FFF, 653px 1822px #FFF, 1303px 1508px #FFF, 458px 682px #FFF, 1565px 1208px #FFF, 1250px 1235px #FFF, 1167px 249px #FFF, 335px 597px #FFF, 1033px 1258px #FFF, 1982px 163px #FFF, 27px 84px #FFF, 1911px 1521px #FFF, 80px 73px #FFF, 848px 4px #FFF, 788px 1622px #FFF, 753px 236px #FFF, 1712px 1001px #FFF, 1640px 1384px #FFF, 1921px 653px #FFF, 1793px 1078px #FFF, 945px 821px #FFF, 1202px 710px #FFF, 933px 369px #FFF, 1802px 1778px #FFF, 1291px 1235px #FFF, 1680px 245px #FFF, 193px 1290px #FFF, 734px 1381px #FFF, 1812px 21px #FFF, 561px 1288px #FFF, 1039px 1432px #FFF, 1019px 1975px #FFF, 932px 387px #FFF, 620px 91px #FFF, 99px 1833px #FFF, 1704px 962px #FFF, 706px 1001px #FFF, 964px 889px #FFF, 748px 1896px #FFF, 1824px 261px #FFF, 1520px 1119px #FFF, 1645px 596px #FFF, 271px 827px #FFF, 860px 1599px #FFF, 129px 1616px #FFF, 1870px 508px #FFF, 1384px 161px #FFF, 1676px 952px #FFF, 541px 1802px #FFF, 115px 1490px #FFF, 1166px 60px #FFF, 52px 1497px #FFF, 1411px 643px #FFF, 252px 1803px #FFF, 1669px 918px #FFF, 620px 1009px #FFF, 1305px 346px #FFF, 927px 1111px #FFF, 1668px 892px #FFF, 306px 150px #FFF, 988px 1259px #FFF, 188px 1043px #FFF, 1671px 439px #FFF, 413px 708px #FFF, 1067px 476px #FFF, 1863px 1163px #FFF, 109px 1335px #FFF, 1776px 498px #FFF, 1774px 979px #FFF, 374px 1361px #FFF, 719px 1786px #FFF, 342px 226px #FFF, 1131px 1983px #FFF, 538px 549px #FFF, 228px 1786px #FFF, 730px 467px #FFF, 1769px 1910px #FFF, 654px 916px #FFF, 527px 1983px #FFF, 1063px 1266px #FFF, 902px 1035px #FFF, 1226px 487px #FFF, 1589px 589px #FFF, 696px 1145px #FFF, 72px 1476px #FFF, 842px 420px #FFF, 260px 1988px #FFF, 549px 530px #FFF, 325px 547px #FFF, 671px 642px #FFF, 1957px 454px #FFF, 765px 1290px #FFF, 700px 801px #FFF, 1528px 1541px #FFF, 569px 7px #FFF, 397px 1934px #FFF, 1723px 91px #FFF, 389px 864px #FFF, 45px 1080px #FFF, 1358px 1161px #FFF, 1102px 258px #FFF, 47px 1446px #FFF, 105px 1894px #FFF, 486px 1034px #FFF, 1148px 1841px #FFF, 1228px 1552px #FFF, 866px 1337px #FFF, 871px 457px #FFF, 553px 913px #FFF, 1247px 144px #FFF, 155px 539px #FFF, 1261px 1123px #FFF, 1217px 91px #FFF, 29px 1997px #FFF, 179px 1788px #FFF, 981px 351px #FFF, 1385px 1416px #FFF, 1520px 647px #FFF, 501px 1194px #FFF, 484px 237px #FFF, 511px 1597px #FFF, 1500px 1845px #FFF, 1209px 164px #FFF, 1568px 1014px #FFF, 686px 1004px #FFF, 894px 1543px #FFF, 267px 605px #FFF, 1617px 794px #FFF, 880px 1896px #FFF, 100px 546px #FFF, 1414px 693px #FFF, 1533px 31px #FFF, 897px 1606px #FFF, 317px 1364px #FFF, 1656px 549px #FFF, 931px 866px #FFF, 1405px 489px #FFF, 1099px 1256px #FFF, 740px 532px #FFF, 807px 808px #FFF, 1498px 343px #FFF, 1484px 502px #FFF, 1110px 451px #FFF, 1897px 1995px #FFF, 1062px 983px #FFF, 141px 1853px #FFF, 282px 232px #FFF, 364px 124px #FFF, 517px 980px #FFF, 1px 1345px #FFF, 1724px 957px #FFF, 858px 1979px #FFF, 1131px 328px #FFF, 330px 995px #FFF, 1547px 170px #FFF, 900px 1571px #FFF, 926px 1133px #FFF, 1169px 368px #FFF, 171px 1849px #FFF, 1272px 1108px #FFF, 867px 277px #FFF, 640px 1845px #FFF, 1643px 878px #FFF, 830px 1457px #FFF, 42px 825px #FFF, 1746px 1325px #FFF, 1662px 1280px #FFF, 1868px 1330px #FFF, 425px 1913px #FFF, 445px 418px #FFF, 1470px 1009px #FFF, 1062px 1021px #FFF, 1425px 1584px #FFF, 972px 580px #FFF, 929px 205px #FFF, 918px 539px #FFF, 178px 870px #FFF, 420px 1642px #FFF, 1049px 564px #FFF, 1109px 1280px #FFF, 400px 1776px #FFF, 1836px 46px #FFF, 27px 1107px #FFF, 416px 1859px #FFF, 1094px 1383px #FFF, 373px 1921px #FFF, 49px 1814px #FFF, 978px 1195px #FFF, 361px 1520px #FFF, 955px 267px #FFF, 1961px 904px #FFF, 660px 66px #FFF, 1385px 882px #FFF, 1713px 1389px #FFF, 230px 1862px #FFF, 940px 373px #FFF, 1817px 969px #FFF, 522px 969px #FFF, 1327px 80px #FFF, 1550px 1263px #FFF, 421px 416px #FFF, 716px 144px #FFF, 110px 66px #FFF, 1678px 954px #FFF, 588px 1025px #FFF, 894px 1820px #FFF, 1784px 1527px #FFF, 635px 1297px #FFF, 623px 1167px #FFF, 1667px 1352px #FFF, 1014px 1972px #FFF, 1059px 1746px #FFF, 842px 1122px #FFF, 599px 623px #FFF, 1889px 281px #FFF, 853px 1646px #FFF, 448px 924px #FFF, 905px 970px #FFF, 1300px 1671px #FFF, 1687px 1899px #FFF, 1030px 1842px #FFF, 840px 136px #FFF, 255px 524px #FFF, 476px 479px #FFF, 1345px 1484px #FFF, 1343px 1631px #FFF, 295px 383px #FFF, 345px 1538px #FFF, 1360px 499px #FFF; animation: animStar 50s linear infinite; }
#stars:after { content: " "; position: absolute; top: 2000px; width: 1px; height: 1px; background: transparent; box-shadow: 976px 72px #FFF, 940px 1805px #FFF, 1639px 220px #FFF, 1008px 1725px #FFF, 1319px 567px #FFF, 1084px 876px #FFF, 692px 1873px #FFF, 361px 935px #FFF, 351px 585px #FFF, 1247px 1340px #FFF, 938px 1735px #FFF, 1601px 706px #FFF, 266px 1172px #FFF, 1075px 1853px #FFF, 1060px 365px #FFF, 1269px 266px #FFF, 1107px 291px #FFF, 67px 1790px #FFF, 506px 1130px #FFF, 221px 935px #FFF, 1480px 571px #FFF, 1806px 1566px #FFF, 1187px 229px #FFF, 1637px 1495px #FFF, 80px 685px #FFF, 216px 1667px #FFF, 454px 1998px #FFF, 1011px 1081px #FFF, 246px 838px #FFF, 1007px 1777px #FFF, 1484px 701px #FFF, 1328px 1971px #FFF, 1223px 750px #FFF, 1960px 534px #FFF, 1186px 239px #FFF, 848px 118px #FFF, 1795px 1018px #FFF, 241px 525px #FFF, 706px 1598px #FFF, 427px 1864px #FFF, 396px 511px #FFF, 1256px 428px #FFF, 416px 1266px #FFF, 529px 1611px #FFF, 1223px 899px #FFF, 1266px 712px #FFF, 1917px 224px #FFF, 1673px 1291px #FFF, 1642px 1751px #FFF, 1797px 1089px #FFF, 767px 1338px #FFF, 1811px 997px #FFF, 613px 729px #FFF, 462px 238px #FFF, 1764px 715px #FFF, 1504px 1321px #FFF, 163px 415px #FFF, 1754px 426px #FFF, 54px 1939px #FFF, 357px 553px #FFF, 490px 1144px #FFF, 1147px 1092px #FFF, 1193px 1856px #FFF, 1789px 508px #FFF, 1948px 594px #FFF, 879px 1268px #FFF, 1388px 371px #FFF, 1269px 656px #FFF, 235px 436px #FFF, 1437px 1351px #FFF, 1650px 1547px #FFF, 590px 272px #FFF, 734px 1057px #FFF, 479px 1658px #FFF, 1528px 1400px #FFF, 1294px 1425px #FFF, 1974px 1894px #FFF, 16px 128px #FFF, 1951px 148px #FFF, 1304px 1669px #FFF, 1245px 1204px #FFF, 1247px 1677px #FFF, 1784px 1108px #FFF, 707px 1122px #FFF, 289px 1656px #FFF, 1630px 424px #FFF, 1538px 381px #FFF, 1160px 1384px #FFF, 532px 79px #FFF, 890px 473px #FFF, 893px 1864px #FFF, 1697px 885px #FFF, 1107px 179px #FFF, 1207px 1487px #FFF, 1092px 92px #FFF, 1580px 1381px #FFF, 1594px 604px #FFF, 696px 767px #FFF, 1074px 890px #FFF, 1664px 91px #FFF, 105px 624px #FFF, 1134px 1660px #FFF, 215px 1884px #FFF, 176px 1720px #FFF, 1418px 846px #FFF, 1995px 1729px #FFF, 1965px 1559px #FFF, 1699px 447px #FFF, 1647px 1449px #FFF, 1840px 757px #FFF, 587px 1288px #FFF, 394px 1151px #FFF, 46px 1681px #FFF, 1705px 91px #FFF, 724px 822px #FFF, 346px 1381px #FFF, 133px 22px #FFF, 1805px 236px #FFF, 1126px 1298px #FFF, 1848px 321px #FFF, 694px 1713px #FFF, 1091px 543px #FFF, 247px 956px #FFF, 482px 237px #FFF, 689px 1688px #FFF, 1531px 1654px #FFF, 330px 749px #FFF, 1514px 838px #FFF, 1930px 276px #FFF, 1026px 1738px #FFF, 1554px 669px #FFF, 1544px 1742px #FFF, 362px 1670px #FFF, 1581px 178px #FFF, 1983px 213px #FFF, 897px 551px #FFF, 354px 1193px #FFF, 1512px 1917px #FFF, 907px 1801px #FFF, 1877px 586px #FFF, 891px 1384px #FFF, 1604px 1643px #FFF, 242px 1741px #FFF, 1201px 1113px #FFF, 1297px 821px #FFF, 4px 1206px #FFF, 1383px 481px #FFF, 1145px 1296px #FFF, 311px 1882px #FFF, 668px 1295px #FFF, 562px 744px #FFF, 1237px 229px #FFF, 1672px 403px #FFF, 138px 445px #FFF, 863px 218px #FFF, 547px 901px #FFF, 1445px 1320px #FFF, 646px 1742px #FFF, 1624px 1842px #FFF, 918px 1870px #FFF, 1022px 1029px #FFF, 673px 567px #FFF, 1268px 1450px #FFF, 1437px 1329px #FFF, 328px 564px #FFF, 1245px 901px #FFF, 560px 600px #FFF, 615px 1391px #FFF, 1360px 123px #FFF, 1927px 1339px #FFF, 1902px 1631px #FFF, 1612px 1864px #FFF, 1511px 1484px #FFF, 1073px 600px #FFF, 1725px 1693px #FFF, 116px 1418px #FFF, 1230px 1684px #FFF, 23px 1515px #FFF, 832px 1823px #FFF, 750px 133px #FFF, 451px 189px #FFF, 16px 257px #FFF, 1659px 1437px #FFF, 1456px 1635px #FFF, 595px 1389px #FFF, 673px 916px #FFF, 1294px 124px #FFF, 1935px 499px #FFF, 1665px 1482px #FFF, 1569px 1929px #FFF, 1192px 919px #FFF, 519px 1729px #FFF, 1106px 1912px #FFF, 335px 673px #FFF, 504px 488px #FFF, 188px 1837px #FFF, 925px 1814px #FFF, 1597px 1538px #FFF, 927px 826px #FFF, 1533px 1590px #FFF, 1998px 200px #FFF, 1126px 1764px #FFF, 1004px 1878px #FFF, 1532px 1045px #FFF, 1927px 1203px #FFF, 252px 1462px #FFF, 1756px 1554px #FFF, 622px 514px #FFF, 151px 1179px #FFF, 1674px 670px #FFF, 1864px 1745px #FFF, 1669px 1602px #FFF, 1154px 1666px #FFF, 661px 255px #FFF, 1916px 1861px #FFF, 445px 1871px #FFF, 50px 1147px #FFF, 815px 1272px #FFF, 581px 1183px #FFF, 12px 1876px #FFF, 125px 1262px #FFF, 167px 1148px #FFF, 865px 1511px #FFF, 549px 227px #FFF, 94px 694px #FFF, 19px 96px #FFF, 1428px 763px #FFF, 1078px 1277px #FFF, 888px 1889px #FFF, 912px 1065px #FFF, 1828px 1094px #FFF, 992px 1901px #FFF, 1854px 996px #FFF, 1200px 305px #FFF, 1000px 1515px #FFF, 1529px 454px #FFF, 357px 216px #FFF, 1261px 1361px #FFF, 1056px 420px #FFF, 1204px 1100px #FFF, 1127px 1470px #FFF, 557px 567px #FFF, 1999px 574px #FFF, 1676px 718px #FFF, 1344px 1694px #FFF, 1556px 92px #FFF, 1619px 157px #FFF, 91px 1445px #FFF, 426px 1498px #FFF, 1027px 961px #FFF, 420px 1145px #FFF, 848px 589px #FFF, 510px 1116px #FFF, 561px 743px #FFF, 493px 854px #FFF, 1754px 382px #FFF, 1349px 684px #FFF, 372px 424px #FFF, 821px 1358px #FFF, 1678px 609px #FFF, 481px 970px #FFF, 1391px 423px #FFF, 1528px 560px #FFF, 597px 1449px #FFF, 926px 861px #FFF, 1212px 1276px #FFF, 991px 147px #FFF, 1360px 925px #FFF, 893px 60px #FFF, 1482px 1571px #FFF, 1040px 788px #FFF, 672px 1422px #FFF, 1817px 1533px #FFF, 1790px 1141px #FFF, 1312px 1176px #FFF, 1457px 521px #FFF, 299px 58px #FFF, 848px 57px #FFF, 639px 1174px #FFF, 416px 1887px #FFF, 1542px 964px #FFF, 952px 868px #FFF, 276px 1079px #FFF, 1135px 1198px #FFF, 466px 346px #FFF, 1532px 476px #FFF, 710px 1633px #FFF, 537px 1069px #FFF, 718px 329px #FFF, 33px 1817px #FFF, 345px 1064px #FFF, 1743px 1236px #FFF, 1819px 1604px #FFF, 1419px 1827px #FFF, 1974px 1218px #FFF, 817px 1279px #FFF, 1508px 1104px #FFF, 1384px 1751px #FFF, 1480px 1962px #FFF, 253px 451px #FFF, 1988px 1157px #FFF, 454px 876px #FFF, 966px 1956px #FFF, 1780px 97px #FFF, 1162px 907px #FFF, 1864px 1404px #FFF, 827px 1768px #FFF, 1285px 474px #FFF, 688px 1569px #FFF, 420px 1684px #FFF, 655px 886px #FFF, 1765px 1997px #FFF, 324px 416px #FFF, 1958px 542px #FFF, 1162px 702px #FFF, 409px 176px #FFF, 518px 160px #FFF, 1540px 1368px #FFF, 250px 1882px #FFF, 654px 1784px #FFF, 1990px 1910px #FFF, 1463px 1740px #FFF, 107px 995px #FFF, 1248px 975px #FFF, 1100px 319px #FFF, 1395px 187px #FFF, 681px 1488px #FFF, 1841px 1846px #FFF, 1641px 927px #FFF, 1861px 1303px #FFF, 877px 82px #FFF, 561px 1242px #FFF, 189px 1347px #FFF, 1342px 936px #FFF, 1916px 1833px #FFF, 539px 723px #FFF, 108px 183px #FFF, 1994px 1345px #FFF, 669px 805px #FFF, 1640px 601px #FFF, 1811px 1816px #FFF, 1451px 810px #FFF, 905px 769px #FFF, 87px 756px #FFF, 1645px 822px #FFF, 118px 578px #FFF, 1408px 810px #FFF, 943px 186px #FFF, 215px 1696px #FFF, 131px 1280px #FFF, 411px 1774px #FFF, 662px 1922px #FFF, 159px 1182px #FFF, 303px 1070px #FFF, 1668px 1445px #FFF, 722px 1233px #FFF, 149px 1042px #FFF, 286px 1102px #FFF, 742px 527px #FFF, 893px 600px #FFF, 1277px 202px #FFF, 1063px 297px #FFF, 809px 862px #FFF, 1210px 988px #FFF, 1564px 1310px #FFF, 1075px 53px #FFF, 357px 999px #FFF, 1086px 604px #FFF, 751px 1636px #FFF, 1739px 1182px #FFF, 835px 537px #FFF, 1318px 566px #FFF, 241px 1125px #FFF, 111px 1013px #FFF, 765px 1741px #FFF, 538px 1772px #FFF, 304px 191px #FFF, 678px 872px #FFF, 961px 1527px #FFF, 403px 1718px #FFF, 571px 807px #FFF, 1818px 1153px #FFF, 1931px 614px #FFF, 1365px 431px #FFF, 602px 174px #FFF, 1356px 340px #FFF, 1230px 329px #FFF, 71px 2px #FFF, 843px 1703px #FFF, 611px 370px #FFF, 1993px 604px #FFF, 1730px 875px #FFF, 1938px 421px #FFF, 905px 1808px #FFF, 1944px 352px #FFF, 266px 1718px #FFF, 936px 88px #FFF, 644px 817px #FFF, 1180px 1561px #FFF, 1893px 1548px #FFF, 1097px 82px #FFF, 294px 1714px #FFF, 1805px 583px #FFF, 863px 159px #FFF, 1106px 1851px #FFF, 1090px 1035px #FFF, 1753px 1591px #FFF, 1422px 1670px #FFF, 1100px 1791px #FFF, 1660px 1484px #FFF, 1376px 240px #FFF, 324px 1683px #FFF, 933px 1155px #FFF, 826px 90px #FFF, 431px 177px #FFF, 524px 1271px #FFF, 348px 1889px #FFF, 1460px 1252px #FFF, 586px 1883px #FFF, 751px 234px #FFF, 105px 1642px #FFF, 206px 1224px #FFF, 902px 158px #FFF, 106px 752px #FFF, 1166px 314px #FFF, 1800px 1256px #FFF, 789px 240px #FFF, 1369px 1133px #FFF, 1412px 120px #FFF, 531px 1479px #FFF, 972px 829px #FFF, 87px 534px #FFF, 1929px 664px #FFF, 795px 1001px #FFF, 1541px 1605px #FFF, 1935px 969px #FFF, 762px 904px #FFF, 1448px 844px #FFF, 1292px 1734px #FFF, 1125px 1991px #FFF, 1146px 1208px #FFF, 819px 925px #FFF, 1598px 446px #FFF, 1141px 378px #FFF, 89px 1663px #FFF, 658px 1959px #FFF, 1537px 960px #FFF, 18px 1280px #FFF, 211px 121px #FFF, 1793px 1227px #FFF, 1721px 1842px #FFF, 482px 1699px #FFF, 909px 1813px #FFF, 1196px 239px #FFF, 776px 1224px #FFF, 1852px 1073px #FFF, 266px 1970px #FFF, 1318px 1530px #FFF, 1992px 1941px #FFF, 584px 329px #FFF, 449px 1533px #FFF, 1842px 1976px #FFF, 773px 6px #FFF, 888px 1884px #FFF, 1091px 1816px #FFF, 1903px 1262px #FFF, 795px 255px #FFF, 1040px 414px #FFF, 1486px 1215px #FFF, 788px 1921px #FFF, 1793px 1509px #FFF, 750px 1684px #FFF, 653px 1822px #FFF, 1303px 1508px #FFF, 458px 682px #FFF, 1565px 1208px #FFF, 1250px 1235px #FFF, 1167px 249px #FFF, 335px 597px #FFF, 1033px 1258px #FFF, 1982px 163px #FFF, 27px 84px #FFF, 1911px 1521px #FFF, 80px 73px #FFF, 848px 4px #FFF, 788px 1622px #FFF, 753px 236px #FFF, 1712px 1001px #FFF, 1640px 1384px #FFF, 1921px 653px #FFF, 1793px 1078px #FFF, 945px 821px #FFF, 1202px 710px #FFF, 933px 369px #FFF, 1802px 1778px #FFF, 1291px 1235px #FFF, 1680px 245px #FFF, 193px 1290px #FFF, 734px 1381px #FFF, 1812px 21px #FFF, 561px 1288px #FFF, 1039px 1432px #FFF, 1019px 1975px #FFF, 932px 387px #FFF, 620px 91px #FFF, 99px 1833px #FFF, 1704px 962px #FFF, 706px 1001px #FFF, 964px 889px #FFF, 748px 1896px #FFF, 1824px 261px #FFF, 1520px 1119px #FFF, 1645px 596px #FFF, 271px 827px #FFF, 860px 1599px #FFF, 129px 1616px #FFF, 1870px 508px #FFF, 1384px 161px #FFF, 1676px 952px #FFF, 541px 1802px #FFF, 115px 1490px #FFF, 1166px 60px #FFF, 52px 1497px #FFF, 1411px 643px #FFF, 252px 1803px #FFF, 1669px 918px #FFF, 620px 1009px #FFF, 1305px 346px #FFF, 927px 1111px #FFF, 1668px 892px #FFF, 306px 150px #FFF, 988px 1259px #FFF, 188px 1043px #FFF, 1671px 439px #FFF, 413px 708px #FFF, 1067px 476px #FFF, 1863px 1163px #FFF, 109px 1335px #FFF, 1776px 498px #FFF, 1774px 979px #FFF, 374px 1361px #FFF, 719px 1786px #FFF, 342px 226px #FFF, 1131px 1983px #FFF, 538px 549px #FFF, 228px 1786px #FFF, 730px 467px #FFF, 1769px 1910px #FFF, 654px 916px #FFF, 527px 1983px #FFF, 1063px 1266px #FFF, 902px 1035px #FFF, 1226px 487px #FFF, 1589px 589px #FFF, 696px 1145px #FFF, 72px 1476px #FFF, 842px 420px #FFF, 260px 1988px #FFF, 549px 530px #FFF, 325px 547px #FFF, 671px 642px #FFF, 1957px 454px #FFF, 765px 1290px #FFF, 700px 801px #FFF, 1528px 1541px #FFF, 569px 7px #FFF, 397px 1934px #FFF, 1723px 91px #FFF, 389px 864px #FFF, 45px 1080px #FFF, 1358px 1161px #FFF, 1102px 258px #FFF, 47px 1446px #FFF, 105px 1894px #FFF, 486px 1034px #FFF, 1148px 1841px #FFF, 1228px 1552px #FFF, 866px 1337px #FFF, 871px 457px #FFF, 553px 913px #FFF, 1247px 144px #FFF, 155px 539px #FFF, 1261px 1123px #FFF, 1217px 91px #FFF, 29px 1997px #FFF, 179px 1788px #FFF, 981px 351px #FFF, 1385px 1416px #FFF, 1520px 647px #FFF, 501px 1194px #FFF, 484px 237px #FFF, 511px 1597px #FFF, 1500px 1845px #FFF, 1209px 164px #FFF, 1568px 1014px #FFF, 686px 1004px #FFF, 894px 1543px #FFF, 267px 605px #FFF, 1617px 794px #FFF, 880px 1896px #FFF, 100px 546px #FFF, 1414px 693px #FFF, 1533px 31px #FFF, 897px 1606px #FFF, 317px 1364px #FFF, 1656px 549px #FFF, 931px 866px #FFF, 1405px 489px #FFF, 1099px 1256px #FFF, 740px 532px #FFF, 807px 808px #FFF, 1498px 343px #FFF, 1484px 502px #FFF, 1110px 451px #FFF, 1897px 1995px #FFF, 1062px 983px #FFF, 141px 1853px #FFF, 282px 232px #FFF, 364px 124px #FFF, 517px 980px #FFF, 1px 1345px #FFF, 1724px 957px #FFF, 858px 1979px #FFF, 1131px 328px #FFF, 330px 995px #FFF, 1547px 170px #FFF, 900px 1571px #FFF, 926px 1133px #FFF, 1169px 368px #FFF, 171px 1849px #FFF, 1272px 1108px #FFF, 867px 277px #FFF, 640px 1845px #FFF, 1643px 878px #FFF, 830px 1457px #FFF, 42px 825px #FFF, 1746px 1325px #FFF, 1662px 1280px #FFF, 1868px 1330px #FFF, 425px 1913px #FFF, 445px 418px #FFF, 1470px 1009px #FFF, 1062px 1021px #FFF, 1425px 1584px #FFF, 972px 580px #FFF, 929px 205px #FFF, 918px 539px #FFF, 178px 870px #FFF, 420px 1642px #FFF, 1049px 564px #FFF, 1109px 1280px #FFF, 400px 1776px #FFF, 1836px 46px #FFF, 27px 1107px #FFF, 416px 1859px #FFF, 1094px 1383px #FFF, 373px 1921px #FFF, 49px 1814px #FFF, 978px 1195px #FFF, 361px 1520px #FFF, 955px 267px #FFF, 1961px 904px #FFF, 660px 66px #FFF, 1385px 882px #FFF, 1713px 1389px #FFF, 230px 1862px #FFF, 940px 373px #FFF, 1817px 969px #FFF, 522px 969px #FFF, 1327px 80px #FFF, 1550px 1263px #FFF, 421px 416px #FFF, 716px 144px #FFF, 110px 66px #FFF, 1678px 954px #FFF, 588px 1025px #FFF, 894px 1820px #FFF, 1784px 1527px #FFF, 635px 1297px #FFF, 623px 1167px #FFF, 1667px 1352px #FFF, 1014px 1972px #FFF, 1059px 1746px #FFF, 842px 1122px #FFF, 599px 623px #FFF, 1889px 281px #FFF, 853px 1646px #FFF, 448px 924px #FFF, 905px 970px #FFF, 1300px 1671px #FFF, 1687px 1899px #FFF, 1030px 1842px #FFF, 840px 136px #FFF, 255px 524px #FFF, 476px 479px #FFF, 1345px 1484px #FFF, 1343px 1631px #FFF, 295px 383px #FFF, 345px 1538px #FFF, 1360px 499px #FFF; }
#stars2 { width: 2px; height: 2px; background: transparent; box-shadow: 226px 1303px #FFF, 403px 1679px #FFF, 1872px 1259px #FFF, 1132px 1348px #FFF, 1390px 1695px #FFF, 878px 1824px #FFF, 1599px 1161px #FFF, 597px 139px #FFF, 1369px 1919px #FFF, 1305px 471px #FFF, 611px 1180px #FFF, 873px 1750px #FFF, 721px 850px #FFF, 222px 1238px #FFF, 1633px 917px #FFF, 888px 544px #FFF, 119px 202px #FFF, 67px 1912px #FFF, 1748px 1369px #FFF, 105px 1605px #FFF, 83px 697px #FFF, 595px 1864px #FFF, 1575px 1207px #FFF, 385px 1052px #FFF, 436px 1136px #FFF, 127px 1589px #FFF, 1486px 1553px #FFF, 460px 1205px #FFF, 1106px 196px #FFF, 1915px 1766px #FFF, 735px 580px #FFF, 911px 896px #FFF, 178px 188px #FFF, 514px 1511px #FFF, 1215px 626px #FFF, 521px 1968px #FFF, 914px 1893px #FFF, 1742px 444px #FFF, 1254px 147px #FFF, 1921px 666px #FFF, 970px 160px #FFF, 989px 562px #FFF, 1312px 1888px #FFF, 282px 1976px #FFF, 1926px 1490px #FFF, 481px 1551px #FFF, 291px 718px #FFF, 1869px 810px #FFF, 4px 51px #FFF, 220px 619px #FFF, 1197px 1906px #FFF, 1301px 409px #FFF, 34px 73px #FFF, 1825px 599px #FFF, 898px 1376px #FFF, 1659px 245px #FFF, 1711px 33px #FFF, 346px 48px #FFF, 1772px 1843px #FFF, 911px 793px #FFF, 1618px 1432px #FFF, 604px 341px #FFF, 1015px 1487px #FFF, 917px 606px #FFF, 989px 604px #FFF, 387px 1338px #FFF, 1284px 1379px #FFF, 1894px 742px #FFF, 784px 849px #FFF, 1389px 1392px #FFF, 1674px 406px #FFF, 1645px 1515px #FFF, 1368px 115px #FFF, 634px 1874px #FFF, 804px 1126px #FFF, 1044px 726px #FFF, 1005px 1988px #FFF, 948px 353px #FFF, 1364px 721px #FFF, 1798px 1001px #FFF, 283px 1664px #FFF, 1251px 1973px #FFF, 1675px 1681px #FFF, 1240px 1651px #FFF, 116px 577px #FFF, 1966px 383px #FFF, 1510px 996px #FFF, 1706px 629px #FFF, 776px 1442px #FFF, 937px 1967px #FFF, 1822px 248px #FFF, 1289px 1239px #FFF, 426px 1895px #FFF, 1420px 388px #FFF, 118px 523px #FFF, 958px 1201px #FFF, 335px 1414px #FFF, 1392px 790px #FFF, 1459px 971px #FFF, 1888px 1000px #FFF, 1975px 1231px #FFF, 1991px 1474px #FFF, 988px 1775px #FFF, 1038px 712px #FFF, 686px 1679px #FFF, 1073px 606px #FFF, 1577px 1151px #FFF, 4px 1716px #FFF, 205px 962px #FFF, 969px 1957px #FFF, 195px 1100px #FFF, 1726px 23px #FFF, 1174px 1966px #FFF, 1150px 561px #FFF, 1112px 1204px #FFF, 1425px 1926px #FFF, 691px 1959px #FFF, 57px 243px #FFF, 1624px 1599px #FFF, 389px 928px #FFF, 330px 229px #FFF, 680px 748px #FFF, 721px 1796px #FFF, 242px 1679px #FFF, 588px 618px #FFF, 441px 282px #FFF, 347px 369px #FFF, 1703px 1223px #FFF, 747px 570px #FFF, 1385px 977px #FFF, 427px 729px #FFF, 1156px 257px #FFF, 1662px 321px #FFF, 1313px 306px #FFF, 514px 377px #FFF, 1199px 836px #FFF, 1493px 236px #FFF, 1608px 1654px #FFF, 1620px 306px #FFF, 188px 281px #FFF, 1962px 943px #FFF, 1489px 528px #FFF, 559px 376px #FFF, 1774px 1324px #FFF, 662px 1695px #FFF, 1722px 540px #FFF, 707px 1187px #FFF, 1957px 58px #FFF, 332px 607px #FFF, 738px 713px #FFF, 1431px 940px #FFF, 195px 1560px #FFF, 1034px 1966px #FFF, 185px 1446px #FFF, 1138px 1299px #FFF, 1936px 410px #FFF, 1903px 1005px #FFF, 979px 415px #FFF, 669px 3px #FFF, 1019px 563px #FFF, 1678px 947px #FFF, 873px 1677px #FFF, 1365px 581px #FFF, 1248px 189px #FFF, 871px 1892px #FFF, 1390px 724px #FFF, 1759px 272px #FFF, 550px 1460px #FFF, 504px 1796px #FFF, 938px 300px #FFF, 1731px 1813px #FFF, 613px 997px #FFF, 377px 1399px #FFF, 539px 1580px #FFF, 1087px 1340px #FFF, 1485px 1285px #FFF, 239px 1656px #FFF, 1345px 1907px #FFF, 1925px 754px #FFF, 118px 1195px #FFF, 721px 1416px #FFF, 1400px 158px #FFF, 730px 1245px #FFF, 305px 1398px #FFF, 923px 558px #FFF, 710px 413px #FFF, 1539px 38px #FFF, 542px 317px #FFF, 414px 455px #FFF, 347px 184px #FFF, 1765px 380px #FFF, 1009px 490px #FFF, 900px 1083px #FFF, 1709px 1627px #FFF, 879px 830px #FFF, 32px 1195px #FFF, 1228px 168px #FFF, 616px 1699px #FFF, 623px 1787px #FFF, 1465px 388px #FFF; animation: animStar 100s linear infinite; }
#stars2:after { content: " "; position: absolute; top: 2000px; width: 2px; height: 2px; background: transparent; box-shadow: 226px 1303px #FFF, 403px 1679px #FFF, 1872px 1259px #FFF, 1132px 1348px #FFF, 1390px 1695px #FFF, 878px 1824px #FFF, 1599px 1161px #FFF, 597px 139px #FFF, 1369px 1919px #FFF, 1305px 471px #FFF, 611px 1180px #FFF, 873px 1750px #FFF, 721px 850px #FFF, 222px 1238px #FFF, 1633px 917px #FFF, 888px 544px #FFF, 119px 202px #FFF, 67px 1912px #FFF, 1748px 1369px #FFF, 105px 1605px #FFF, 83px 697px #FFF, 595px 1864px #FFF, 1575px 1207px #FFF, 385px 1052px #FFF, 436px 1136px #FFF, 127px 1589px #FFF, 1486px 1553px #FFF, 460px 1205px #FFF, 1106px 196px #FFF, 1915px 1766px #FFF, 735px 580px #FFF, 911px 896px #FFF, 178px 188px #FFF, 514px 1511px #FFF, 1215px 626px #FFF, 521px 1968px #FFF, 914px 1893px #FFF, 1742px 444px #FFF, 1254px 147px #FFF, 1921px 666px #FFF, 970px 160px #FFF, 989px 562px #FFF, 1312px 1888px #FFF, 282px 1976px #FFF, 1926px 1490px #FFF, 481px 1551px #FFF, 291px 718px #FFF, 1869px 810px #FFF, 4px 51px #FFF, 220px 619px #FFF, 1197px 1906px #FFF, 1301px 409px #FFF, 34px 73px #FFF, 1825px 599px #FFF, 898px 1376px #FFF, 1659px 245px #FFF, 1711px 33px #FFF, 346px 48px #FFF, 1772px 1843px #FFF, 911px 793px #FFF, 1618px 1432px #FFF, 604px 341px #FFF, 1015px 1487px #FFF, 917px 606px #FFF, 989px 604px #FFF, 387px 1338px #FFF, 1284px 1379px #FFF, 1894px 742px #FFF, 784px 849px #FFF, 1389px 1392px #FFF, 1674px 406px #FFF, 1645px 1515px #FFF, 1368px 115px #FFF, 634px 1874px #FFF, 804px 1126px #FFF, 1044px 726px #FFF, 1005px 1988px #FFF, 948px 353px #FFF, 1364px 721px #FFF, 1798px 1001px #FFF, 283px 1664px #FFF, 1251px 1973px #FFF, 1675px 1681px #FFF, 1240px 1651px #FFF, 116px 577px #FFF, 1966px 383px #FFF, 1510px 996px #FFF, 1706px 629px #FFF, 776px 1442px #FFF, 937px 1967px #FFF, 1822px 248px #FFF, 1289px 1239px #FFF, 426px 1895px #FFF, 1420px 388px #FFF, 118px 523px #FFF, 958px 1201px #FFF, 335px 1414px #FFF, 1392px 790px #FFF, 1459px 971px #FFF, 1888px 1000px #FFF, 1975px 1231px #FFF, 1991px 1474px #FFF, 988px 1775px #FFF, 1038px 712px #FFF, 686px 1679px #FFF, 1073px 606px #FFF, 1577px 1151px #FFF, 4px 1716px #FFF, 205px 962px #FFF, 969px 1957px #FFF, 195px 1100px #FFF, 1726px 23px #FFF, 1174px 1966px #FFF, 1150px 561px #FFF, 1112px 1204px #FFF, 1425px 1926px #FFF, 691px 1959px #FFF, 57px 243px #FFF, 1624px 1599px #FFF, 389px 928px #FFF, 330px 229px #FFF, 680px 748px #FFF, 721px 1796px #FFF, 242px 1679px #FFF, 588px 618px #FFF, 441px 282px #FFF, 347px 369px #FFF, 1703px 1223px #FFF, 747px 570px #FFF, 1385px 977px #FFF, 427px 729px #FFF, 1156px 257px #FFF, 1662px 321px #FFF, 1313px 306px #FFF, 514px 377px #FFF, 1199px 836px #FFF, 1493px 236px #FFF, 1608px 1654px #FFF, 1620px 306px #FFF, 188px 281px #FFF, 1962px 943px #FFF, 1489px 528px #FFF, 559px 376px #FFF, 1774px 1324px #FFF, 662px 1695px #FFF, 1722px 540px #FFF, 707px 1187px #FFF, 1957px 58px #FFF, 332px 607px #FFF, 738px 713px #FFF, 1431px 940px #FFF, 195px 1560px #FFF, 1034px 1966px #FFF, 185px 1446px #FFF, 1138px 1299px #FFF, 1936px 410px #FFF, 1903px 1005px #FFF, 979px 415px #FFF, 669px 3px #FFF, 1019px 563px #FFF, 1678px 947px #FFF, 873px 1677px #FFF, 1365px 581px #FFF, 1248px 189px #FFF, 871px 1892px #FFF, 1390px 724px #FFF, 1759px 272px #FFF, 550px 1460px #FFF, 504px 1796px #FFF, 938px 300px #FFF, 1731px 1813px #FFF, 613px 997px #FFF, 377px 1399px #FFF, 539px 1580px #FFF, 1087px 1340px #FFF, 1485px 1285px #FFF, 239px 1656px #FFF, 1345px 1907px #FFF, 1925px 754px #FFF, 118px 1195px #FFF, 721px 1416px #FFF, 1400px 158px #FFF, 730px 1245px #FFF, 305px 1398px #FFF, 923px 558px #FFF, 710px 413px #FFF, 1539px 38px #FFF, 542px 317px #FFF, 414px 455px #FFF, 347px 184px #FFF, 1765px 380px #FFF, 1009px 490px #FFF, 900px 1083px #FFF, 1709px 1627px #FFF, 879px 830px #FFF, 32px 1195px #FFF, 1228px 168px #FFF, 616px 1699px #FFF, 623px 1787px #FFF, 1465px 388px #FFF; }
#stars3 { width: 3px; height: 3px; background: transparent; box-shadow: 1454px 1747px #FFF, 1772px 1262px #FFF, 839px 436px #FFF, 718px 105px #FFF, 671px 1044px #FFF, 1176px 1492px #FFF, 1331px 1736px #FFF, 1640px 780px #FFF, 1567px 1489px #FFF, 96px 759px #FFF, 476px 1134px #FFF, 30px 434px #FFF, 1312px 1596px #FFF, 440px 87px #FFF, 183px 130px #FFF, 191px 1990px #FFF, 503px 1795px #FFF, 565px 1478px #FFF, 181px 62px #FFF, 409px 1940px #FFF, 1596px 158px #FFF, 157px 132px #FFF, 973px 334px #FFF, 1004px 144px #FFF, 35px 1205px #FFF, 1037px 1770px #FFF, 84px 1992px #FFF, 1431px 1470px #FFF, 401px 1973px #FFF, 1238px 1324px #FFF, 887px 641px #FFF, 1349px 910px #FFF, 248px 1242px #FFF, 587px 1748px #FFF, 440px 1598px #FFF, 1862px 1178px #FFF, 1222px 630px #FFF, 1575px 1627px #FFF, 721px 1977px #FFF, 1788px 723px #FFF, 1513px 1025px #FFF, 413px 268px #FFF, 446px 599px #FFF, 41px 627px #FFF, 1723px 694px #FFF, 23px 1040px #FFF, 1889px 240px #FFF, 646px 324px #FFF, 1460px 1174px #FFF, 1363px 423px #FFF, 935px 1651px #FFF, 1321px 1629px #FFF, 1346px 1577px #FFF, 1293px 1613px #FFF, 608px 1980px #FFF, 1260px 200px #FFF, 1998px 1398px #FFF, 597px 54px #FFF, 820px 1534px #FFF, 1447px 1903px #FFF, 103px 303px #FFF, 125px 1472px #FFF, 1796px 792px #FFF, 1409px 330px #FFF, 275px 393px #FFF, 556px 434px #FFF, 1474px 635px #FFF, 220px 1878px #FFF, 1318px 23px #FFF, 186px 860px #FFF, 1906px 1288px #FFF, 1622px 1195px #FFF, 1033px 1751px #FFF, 1564px 1465px #FFF, 1853px 1932px #FFF, 163px 1517px #FFF, 969px 1430px #FFF, 783px 229px #FFF, 902px 600px #FFF, 630px 1715px #FFF, 222px 1440px #FFF, 1526px 457px #FFF, 289px 148px #FFF, 1981px 1854px #FFF, 1956px 1330px #FFF, 1046px 891px #FFF, 536px 1978px #FFF, 1894px 787px #FFF, 1299px 521px #FFF, 1676px 1861px #FFF, 193px 360px #FFF, 332px 284px #FFF, 52px 601px #FFF, 796px 883px #FFF, 813px 1932px #FFF, 1304px 361px #FFF, 261px 871px #FFF, 1845px 92px #FFF, 1539px 647px #FFF, 627px 841px #FFF; animation: animStar 150s linear infinite; }
#stars3:after { content: " "; position: absolute; top: 2000px; width: 3px; height: 3px; background: transparent; box-shadow: 1454px 1747px #FFF, 1772px 1262px #FFF, 839px 436px #FFF, 718px 105px #FFF, 671px 1044px #FFF, 1176px 1492px #FFF, 1331px 1736px #FFF, 1640px 780px #FFF, 1567px 1489px #FFF, 96px 759px #FFF, 476px 1134px #FFF, 30px 434px #FFF, 1312px 1596px #FFF, 440px 87px #FFF, 183px 130px #FFF, 191px 1990px #FFF, 503px 1795px #FFF, 565px 1478px #FFF, 181px 62px #FFF, 409px 1940px #FFF, 1596px 158px #FFF, 157px 132px #FFF, 973px 334px #FFF, 1004px 144px #FFF, 35px 1205px #FFF, 1037px 1770px #FFF, 84px 1992px #FFF, 1431px 1470px #FFF, 401px 1973px #FFF, 1238px 1324px #FFF, 887px 641px #FFF, 1349px 910px #FFF, 248px 1242px #FFF, 587px 1748px #FFF, 440px 1598px #FFF, 1862px 1178px #FFF, 1222px 630px #FFF, 1575px 1627px #FFF, 721px 1977px #FFF, 1788px 723px #FFF, 1513px 1025px #FFF, 413px 268px #FFF, 446px 599px #FFF, 41px 627px #FFF, 1723px 694px #FFF, 23px 1040px #FFF, 1889px 240px #FFF, 646px 324px #FFF, 1460px 1174px #FFF, 1363px 423px #FFF, 935px 1651px #FFF, 1321px 1629px #FFF, 1346px 1577px #FFF, 1293px 1613px #FFF, 608px 1980px #FFF, 1260px 200px #FFF, 1998px 1398px #FFF, 597px 54px #FFF, 820px 1534px #FFF, 1447px 1903px #FFF, 103px 303px #FFF, 125px 1472px #FFF, 1796px 792px #FFF, 1409px 330px #FFF, 275px 393px #FFF, 556px 434px #FFF, 1474px 635px #FFF, 220px 1878px #FFF, 1318px 23px #FFF, 186px 860px #FFF, 1906px 1288px #FFF, 1622px 1195px #FFF, 1033px 1751px #FFF, 1564px 1465px #FFF, 1853px 1932px #FFF, 163px 1517px #FFF, 969px 1430px #FFF, 783px 229px #FFF, 902px 600px #FFF, 630px 1715px #FFF, 222px 1440px #FFF, 1526px 457px #FFF, 289px 148px #FFF, 1981px 1854px #FFF, 1956px 1330px #FFF, 1046px 891px #FFF, 536px 1978px #FFF, 1894px 787px #FFF, 1299px 521px #FFF, 1676px 1861px #FFF, 193px 360px #FFF, 332px 284px #FFF, 52px 601px #FFF, 796px 883px #FFF, 813px 1932px #FFF, 1304px 361px #FFF, 261px 871px #FFF, 1845px 92px #FFF, 1539px 647px #FFF, 627px 841px #FFF; }
#title { position: absolute; top: 50%; left: 0; right: 0; color: #FFF; text-align: center; font-family: "lato", sans-serif; font-weight: 300; font-size: 50px; letter-spacing: 10px; margin-top: -60px; padding-left: 10px; }
#title span { background: -webkit-linear-gradient(white, #38495a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
@keyframes animStar {
  from { transform: translateY(0px); }
  to { transform: translateY(-2000px); }
}