@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Poppins:400,600,600i,700&display=swap");
/*
Template Name: Webino - Webinar Landing Page HTML Template
Template URI: http: //idealbrothers.thesoftking.com/webino/
Author: idealbrothers
Author URI: https: //themeforest.net/user/idealbrothers
Version: 1.0.0
Text Domain: 
*/
/*
///// CSS Index \\
01. Reset CSS Start
---------------------------
02. General CSS
---------------------------
03. Feature-Slide-Section CSS
----------------------------
*/
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

html *::first-letter {
    text-transform: uppercase;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
}

pre {
    white-space: pre-wrap !important;
}

pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
thead {
    display: table-header-group;
}

tr,
  img {
    page-break-inside: avoid;
}

p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
}

h2,
  h3 {
    page-break-after: avoid;
} }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
  /* 1 */
    -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
  /* 1 */
    height: 0;
  /* 1 */
    overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
  /* 1 */
    text-decoration: underline;
  /* 2 */
    text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
  /* 1 */
    font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
  /* 1 */
    font-size: 100%;
  /* 1 */
    line-height: 1.15;
  /* 1 */
    margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
  /* 1 */
    color: inherit;
  /* 2 */
    display: table;
  /* 1 */
    max-width: 100%;
  /* 1 */
    padding: 0;
  /* 3 */
    white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
  /* 1 */
    padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
  /* 1 */
    outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
  /* 1 */
    font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: #232323;
    font-family: "Poppins", sans-serif;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #232323;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    color: #0fbcf9;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 30px;
    margin-top: -10px;
}

h3 {
    font-size: 28px;
    margin-top: -9px;
}

h4 {
    font-size: 22px;
    margin-top: -6px;
}

h5 {
    font-size: 20px;
    margin-top: -7px;
}

h6 {
    font-size: 18px;
    margin-top: -6px;
}

p {
    margin-top: -11px;
}

p:last-child {
    margin-bottom: -7px !important;
}

@media (min-width: 576px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 36px;
        margin-top: -12px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    h2 {
        font-size: 60px;
        margin-top: -24px;
        line-height: 90px;
    }
}

@media (min-width: 576px) {
    h3 {
        font-size: 30px;
        margin-top: -10px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    h3 {
        font-size: 36px;
        margin-top: -12px;
    }
}

@media (min-width: 576px) {
    h4 {
        font-size: 24px;
        margin-top: -8px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    h4 {
        font-size: 30px;
        margin-top: -10px;
    }
}

@media (min-width: 576px) {
    h5 {
        font-size: 24px;
        margin-top: -8px;
    }

    h6 {
        font-size: 22px;
        margin-top: -6px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 5px 0;
}

select,
input,
textarea,
button {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    outline: none;
}

textarea {
    height: 200px;
    resize: none;
    padding: 10px;
}

input,
button,
select {
    height: 50px;
    color: #555555;
}

label,
button,
select {
    cursor: pointer;
}

input {
    background: #f4f4f4;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 10px;
}

input:focus {
    border: 1px solid #ff3a46;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #214ce2;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.widget .widget-title {
    position: relative;
}

.widget .widget-title::after, .how-to-item::before, .know--thumb img, .shape-3, .ticket--item .ticket-header::after, .ticket--item .ticket-header::before, .seminer--thumb::after, .seminer--thumb::before, .post-item .post-date::after, .post-item .post-date::before {
    position: absolute;
    content: '';
}

.custom-pagination, .social-icons, .footer-one .footer-top .footer-menu, .footer-two .footer-top .footer-menu, .map-footer-section .footer-widget.footer-widget-about ul.social-icons, .header-3 .header-area, .header-3 .header-area .menu, .header-3 .header-area .purchase-area, .banner-area, .banner-area .banner-content .button-group, .countdown-3 .syotimer__body,
.countdown-1 .syotimer__body, .countdown-2 .syotimer__body, .countdown-area, .widget.widget-post ul .widget-post-item, .widget.widget-tags ul, .schedule-area ul.tab-menu, .schedule-area ul.tab-menu li, .schedule-item, .speaker--item .speaker-thumb .social, .how-to-wrapper, .feature-item, .feature-area, .know-item, .client-nav, .client--item, .seminer-item, .seminer--thumb .plus-40, .about-wrapper, .left-section .thumb-area .plus-85, .speakers-item .speaker-inners .speaker--content, .seminer-tab, .seminer-area-2, .seminer-item-2, .overview-item, .post-item .post-content .meta-post, .post-item .post-date, .post--item .post-content .meta-post .meta-content, .post--item.post-single .post-single-bottom-area .tags-area, .post--item.post-single .post-single-bottom-area .tags-area .tags,
.post--item.post-single .post-single-bottom-area .tags-area .social, .post--item.post-single .post-single-bottom-area .tags-area .tags ul, .post--item.post-single .post-single-bottom-area .tags-area .social ul, .blog-grid, .comments-section .previous-comment ul li .reply-item, .comments-section .leave-a-comment .blog-comment-form {
    display: flex;
    flex-wrap: wrap;
}

.footer-two::before, .overlay-bg::before, .overlay-bg-2::before, .swiper-slide-active .pagination-thumb::after, .banner-right::before, .video-overlay::before, .call-in::before, .seminer--thumb .thumb::after, .left-section .thumb-area .thumb::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.padding-top {
    padding-top: 90px;
}

.padding-bottom {
    padding-bottom: 90px;
}

.padding-top-2 {
    padding-top: 45px;
}

.padding-bottom-2 {
    padding-bottom: 45px;
}

@media (min-width: 768px) {
    .padding-top {
        padding-top: 100px;
    }

    .padding-bottom {
        padding-bottom: 100px;
    }

    .padding-top-2 {
        padding-top: 50px;
    }

    .padding-bottom-2 {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .padding-top {
        padding-top: 150px;
    }

    .padding-bottom {
        padding-bottom: 150px;
    }

    .padding-top-2 {
        padding-top: 75px;
    }

    .padding-bottom-2 {
        padding-bottom: 75px;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #081636;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 72px;
    height: 72px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background: #ff3a46;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.tab-item {
    display: none;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.tab-item.active {
    display: block;
}

.tab-menu li {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1799px) {
    .pb--1799--0 {
        padding-bottom: 0;
    }
}

.c-thumb {
    overflow: hidden;
}

.c-thumb a {
    display: block;
}

.c-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.light-color * {
    color: #ffffff;
}

@media (min-width: 992px) {
    .mw-lg-100 {
        min-width: 100%;
    }
}

@media (min-width: 1200px) {
    .mw-xl-100 {
        min-width: 100%;
    }
}

.bg-ash {
    background-color: #f0f6fd;
}

.bg-1 {
    background: #ff3a46;
}

.bg-1 * {
    color: #ffffff;
}

.bg-2 {
    background: #0fbcf9;
}

.bg-2 * {
    color: #ffffff;
}

.bg-3 {
    background: #9556f6;
}

.bg-3 * {
    color: #ffffff;
}

.bg-4 {
    background: #06d09a;
}

.bg-4 * {
    color: #ffffff;
}

.bg-title {
    background: #232323;
}

.bg-title * {
    color: #ffffff;
}

/*Section-Header Starts Here*/
.section-header-2,
.section-header-1 {
    text-align: center;
    margin: 0 auto 40px;
}

@media (min-width: 576px) {
    .section-header-2,
    .section-header-1 {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .section-header-2,
    .section-header-1 {
        margin-bottom: 86px;
    }

    .section-header-2 .title span,
      .section-header-1 .title span {
        line-height: 90px;
    }
}

.section-header-2 .title,
  .section-header-1 .title {
    text-transform: capitalize;
}

.section-header-2 .title span,
    .section-header-1 .title span {
    border-bottom: 4px solid #232323;
}

.section-header-2 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section-header-2 .title {
        line-height: 72px;
        margin-top: -15px;
    }
}

@media (min-width: 576px) {
    .section-header-2 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .section-header-2 {
        margin-bottom: 55px;
    }
}

.section-header-3 {
    max-width: 720px;
    text-align: center;
    margin: 0 auto 40px;
}

.section-header-3 .title {
    text-transform: capitalize;
}

.section-header-3 .header-shape {
    display: block;
    height: 1px;
    width: 125px;
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 60%);
    margin: 15px auto 27px;
}

.section-header-3 .header-shape.two {
    background: #ff3a46;
}

@media (min-width: 576px) {
    .section-header-3 .header-shape {
        margin: 22px auto 35px;
    }
}

@media (min-width: 768px) {
    .section-header-3 .header-shape {
        margin: 22px auto 38px;
    }
}

@media (min-width: 992px) {
    .section-header-3 .header-shape {
        margin: 25px auto 44px;
    }
}

.section-header-3 p {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .section-header-3 {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .section-header-3 .title {
        line-height: 72px;
        margin-top: -15px;
    }
}

@media (min-width: 992px) {
    .section-header-3 {
        margin-bottom: 70px;
    }
}

.custom-pagination {
    margin: -8px;
    margin-top: 32px;
    justify-content: center;
}

@media (min-width: 576px) {
    .custom-pagination {
        margin-top: 62px;
    }
}

.custom-pagination li {
    padding: 8px;
}

.custom-pagination li a {
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    color: #232323;
}

.custom-pagination li a:hover {
    color: #214ce2;
    border-color: #214ce2;
}

.custom-pagination li a.active {
    color: #ffffff;
    border-color: #214ce2;
    background: #214ce2;
}

@media (max-width: 575px) {
    .custom-pagination li a {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.dark-theme {
    background: #000036;
    color: #97afd5;
}

.dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 {
    color: #ffffff;
}

.dark-theme h1 a, .dark-theme h2 a, .dark-theme h3 a, .dark-theme h4 a, .dark-theme h5 a, .dark-theme h6 a {
    color: #ffffff;
}

.dark-theme .section-header-1 .title span {
    border-color: #ffffff;
}

@media (max-width: 767px) {
    .pt--md-0 {
        padding-top: 0 !important;
    }

    .pb--md-0 {
        padding-bottom: 0 !important;
    }

    .shape-1,
  .shape-2,
  .shape-3 {
        display: none;
    }
}

.section-bg {
    background: #141442;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}

.overlay.active {
    display: block;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .3s;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
}

.section-bg-two {
    background: #f0f6fd;
}

.social-icons {
    margin: -10px;
    margin-bottom: 20px;
    justify-content: center;
}

.social-icons li {
    padding: 10px;
}

.social-icons li a {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #ffffff;
    background: #12cbc4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.social-icons li a.facebook {
    background: #3b5998;
}

.social-icons li a.linkedin {
    background: #007bb5;
}

.social-icons li a.instagram {
    background: #e4405f;
}

.social-icons li a.twitter {
    background: #55acee;
}

.social-icons li a.google {
    background: #dd4b39;
}

.social-icons li a.pinterest {
    background: #007bb5;
}

.social-icons li a.vimeo {
    background: #1ab7ea;
}

.social-icons li a.skype {
    background: #2fb7df;
}

.social-icons li a.youtube {
    background: #cd201f;
}

.social-icons li a.camera {
    background: #e4405f;
}

.social-icons li a.tumblr {
    background: #34465d;
}

.social-icons li a.behance {
    background: #1769ff;
}

.footer-one .footer-top .footer-logo, .footer-two .footer-top .footer-logo {
    margin-bottom: 40px;
}

.footer-one .footer-top .social-icons, .footer-two .footer-top .social-icons {
    margin-bottom: 24px;
}

.footer-one .footer-top .footer-menu, .footer-two .footer-top .footer-menu {
    justify-content: center;
    margin: -5px -15px;
}

.footer-one .footer-top .footer-menu li, .footer-two .footer-top .footer-menu li {
    padding: 0 10px;
}

.footer-one .footer-top .footer-menu li a, .footer-two .footer-top .footer-menu li a {
    padding: 5px;
    color: white;
    font-weight: 500;
    line-height: 1.75;
}

.footer-one .footer-top .footer-menu li a:hover, .footer-two .footer-top .footer-menu li a:hover {
    color: #12cbc4;
}

@media (max-width: 575px) {
    .footer-one .footer-top .footer-logo, .footer-two .footer-top .footer-logo {
        margin-bottom: 30px;
    }

    .footer-one .footer-top .social-icons, .footer-two .footer-top .social-icons {
        margin-bottom: 14px;
    }
}

.footer-one .copyright, .footer-two .copyright {
    text-align: center;
    color: #ffffff;
    padding-top: 40px;
}

@media (min-width: 992px) {
    .footer-one .copyright, .footer-two .copyright {
        padding-top: 60px;
    }
}

.footer-one .footer-top, .footer-two .footer-top {
    padding: 80px 0 60px;
}

@media (max-width: 575px) {
    .footer-one .footer-top, .footer-two .footer-top {
        padding: 70px 0 50px;
    }
}

footer {
    position: relative;
    overflow: hidden;
}

.footer-right-shape {
    position: absolute;
    top: 10px;
    right: 10px;
    animation: intro-reverse 30s linear infinite;
    -webkit-animation: intro-reverse 30s linear infinite;
    -moz-animation: intro-reverse 30s linear infinite;
    opacity: .4;
}

.footer-right-shape img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .footer-right-shape {
        width: 50px;
    }

    .footer-left-shape {
        width: 50px;
    }
}

.footer-left-shape {
    position: absolute;
    bottom: 10px;
    left: 10px;
    animation: intro 30s linear infinite;
    -webkit-animation: intro 30s linear infinite;
    -moz-animation: intro 30s linear infinite;
    opacity: .4;
}

.footer-left-shape img {
    max-width: 100%;
}

@keyframes intro-reverse {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    5% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-moz-keyframes intro-reverse {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    5% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes intro-reverse {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    5% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes intro {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    5% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-moz-keyframes intro {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    5% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes intro {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    5% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.footer-two::before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
}

.footer-two .container {
    position: relative;
}

.footer-two * {
    z-index: 1;
}

/*footer-top start*/
.mb-50-none {
    margin-bottom: -50px;
}

.map-footer-section {
  /*footer-bottom start*/
}

.map-footer-section .footer-top {
    background: #eef0f7;
    padding: 50px 0;
}

.map-footer-section .footer-widget {
    margin-bottom: 50px;
}

.map-footer-section .footer-widget ul li,
    .map-footer-section .footer-widget span,
    .map-footer-section .footer-widget p,
    .map-footer-section .footer-widget a {
    color: #555555;
    opacity: .9;
    padding: 0;
}

.map-footer-section .footer-widget .title {
    font-size: 22px;
    margin-top: -10px;
    margin-bottom: 32px;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .map-footer-section .footer-widget .title {
        margin-bottom: 22px;
    }
}

.map-footer-section .footer-widget .title a {
    opacity: 1;
}

.map-footer-section .footer-widget .footer-logo {
    max-width: 250px;
    margin-top: 0;
}

.map-footer-section .footer-widget .footer-logo a {
    display: block;
}

.map-footer-section .footer-widget .footer-logo a img {
    max-width: 100%;
}

.map-footer-section .footer-widget.footer-widget-about p {
    margin-top: -11px;
    margin-bottom: 15px;
}

.map-footer-section .footer-widget.footer-widget-about ul li {
    opacity: 1;
    padding: 5px 0;
}

.map-footer-section .footer-widget.footer-widget-about ul li a {
    opacity: 1;
}

.map-footer-section .footer-widget.footer-widget-about ul li i {
    margin-right: 5px;
    color: #ff3a46;
}

.map-footer-section .footer-widget.footer-widget-about ul.social-icons {
    margin: -5px;
    margin-top: 18px;
    justify-content: flex-start;
}

.map-footer-section .footer-widget.footer-widget-about ul.social-icons li {
    padding: 5px;
}

.map-footer-section .footer-widget.footer-widget-about ul.social-icons li a {
    border: 1px solid #9556f6;
    width: 40px;
    height: 40px;
    text-align: center;
    opacity: 1;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}

.map-footer-section .footer-widget.footer-widget-about ul.social-icons li a i {
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 60%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    margin: 0;
}

.map-footer-section .footer-widget.footer-widget-about ul.social-icons li a:hover {
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 60%);
    border-color: #9556f6;
}

.map-footer-section .footer-widget.footer-widget-about ul.social-icons li a:hover i {
    background: #ffffff;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.map-footer-section .footer-widget.footer-widget-about ul.footer-addr li:last-child {
    margin-bottom: -11px;
}

.map-footer-section .footer-widget.footer-widget-link ul {
    margin: -12px 0;
}

.map-footer-section .footer-widget.footer-widget-link ul li a {
    padding: 4px 0;
    line-height: 25px;
    text-transform: capitalize;
}

.map-footer-section .footer-widget.footer-widget-link ul li a::before {
    opacity: 1;
    color: #ff3a46;
    font-size: 12px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
}

.map-footer-section .footer-widget.footer-widget-link ul li a:hover {
    padding-left: 2px;
    opacity: 1;
    color: #ff3a46;
}

.map-footer-section .footer-bottom {
    background-image: -ms-linear-gradient(0deg, #ea117f 0%, #44167e 100%);
    background-image: -moz-linear-gradient(0deg, #ea117f 0%, #44167e 100%);
    background-image: -webkit-linear-gradient(0deg, #ea117f 0%, #44167e 100%);
    padding: 20px 0;
    text-align: center;
}

.map-footer-section .footer-bottom * {
    color: #ffffff;
}

.map-footer-section .footer-terms li {
    padding: 5px 10px;
    position: relative;
}

.map-footer-section .footer-terms li a {
    padding: 5px;
}

.map-footer-section .footer-terms li::after {
    content: "";
    height: 14px;
    width: 1px;
    background: #fff;
    opacity: .9;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.map-footer-section .footer-terms li:first-child {
    padding-left: 0;
}

.map-footer-section .footer-terms li:first-child a {
    padding-left: 0;
}

.map-footer-section .footer-terms li:last-child {
    padding-right: 0;
}

.map-footer-section .footer-terms li:last-child a {
    padding-right: 0;
}

.map-footer-section .footer-terms li:last-child::after {
    display: none;
}

.map-footer-section.style-two .footer-top {
    background: #0e2c40;
}

.map-footer-section.style-two .footer-top * {
    color: #ffffff;
}

.map-footer-section.style-two .footer-top .social-icons li a {
    background: transparent !important;
    border-color: #ffffff !important;
}

.map-footer-section.style-two .footer-top .social-icons li a i {
    -webkit-text-fill-color: #ffffff !important;
}

.map-footer-section.style-two .footer-top .social-icons li a.active, .map-footer-section.style-two .footer-top .social-icons li a:hover {
    background: #ffffff !important;
}

.map-footer-section.style-two .footer-top .social-icons li a.active i, .map-footer-section.style-two .footer-top .social-icons li a:hover i {
    -webkit-text-fill-color: #ff3a46 !important;
}

.map-footer-section.style-two .footer-bottom {
    background: #0c2738;
}

#vmap {
    height: 180px;
    padding: 25px 0;
    position: relative;
}

#vmap .name {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

#vmap .area {
    font-size: 14px;
    margin: 0;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    display: none;
}

div[class*="position"] {
    position: absolute;
}

div[class*="position"] .dot {
    position: relative;
    z-index: 1;
    width: 11px;
    height: 11px;
    border: 2px solid #ff3a46;
    box-shadow: 0 0 5px 3px rgba(255, 58, 70, 0.2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    cursor: pointer;
}

div[class*="position"] .details {
    position: relative;
    z-index: 9;
    padding: 5px 10px;
    background-color: #363636;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

div[class*="position"] .dot:hover ~ .details {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

div[class*="position"] .details .name {
    color: #ffffff;
    margin: 0;
}

div[class*="position"] .details .area {
    color: #f1f2f4;
    margin: 0 !important;
}

.active-item .amount {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 52px;
    color: var(--main-color);
}

.position-1 {
    top: 20%;
    left: 31%;
}

.position-2 {
    top: 35%;
    left: 30%;
}

.position-3 {
    top: 28%;
    left: 37%;
}

.position-4 {
    top: 63%;
    left: 39%;
}

.position-5 {
    top: 16%;
    left: 68%;
}

.position-6 {
    top: 22%;
    left: 62%;
}

.position-7 {
    top: 27%;
    left: 55%;
}

.position-8 {
    top: 39%;
    left: 64%;
}

.active-user-section .cmn-btn {
    margin-top: 45px;
    padding: 18px 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.header-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media (max-width: 575px) {
    .header-3 .container {
        padding: 0;
    }
}

.header-3 .header-area {
    padding: 22px 30px;
    align-items: center;
    justify-content: space-between;
    background: #ff3a46;
    position: relative;
}

@media (max-width: 575px) {
    .header-3 .header-area {
        padding: 15px 10px;
    }
}

.header-3 .header-area .logo a img {
    max-height: 70px;
}

@media (max-width: 991px) {
    .header-3 .header-area .logo a img {
        max-height: 50px;
        max-width: 140px;
    }
}

.header-3 .header-area .menu li {
    position: relative;
    padding: 5px 10px;
}

.header-3 .header-area .menu li a {
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
    text-transform: capitalize;
    color: #ffffff;
}

@media (min-width: 992px) {
    .header-3 .header-area .menu .submenu {
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        width: 220px;
        background: #ffffff;
        padding: 15px 0;
        -webkit-border-radius: 10px 0 10px 0;
        -moz-border-radius: 10px 0 10px 0;
        border-radius: 10px 0 10px 0;
        visibility: hidden;
        opacity: 0;
        border: 1px solid #e5e5e5;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .header-3 .header-area .menu .submenu::after {
        width: 15px;
        height: 15px;
        background-color: #ffffff;
        position: absolute;
        content: "";
        bottom: 100%;
        left: 0;
        -webkit-transform: rotate(45deg) translateY(-2px) translateX(13px);
        -ms-transform: rotate(45deg) translateY(-2px) translateX(13px);
        transform: rotate(45deg) translateY(-2px) translateX(13px);
    }

    .header-3 .header-area .menu .submenu li {
        padding: 0;
    }

    .header-3 .header-area .menu .submenu li a {
        padding: 3px 20px;
        color: #232323;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
    }

    .header-3 .header-area .menu .submenu li a:hover {
        padding-left: 25px;
        color: #ff3a46;
    }

    .header-3 .header-area .menu .submenu li:hover .submenu {
        top: 0;
    }

    .header-3 .header-area .menu .submenu .submenu {
        left: 100%;
    }

    .header-3 .header-area .menu li:hover > .submenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-3 .header-area .menu li a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .header-3 .header-area .menu {
        position: absolute;
        top: 100%;
        left: -140%;
        width: 100%;
        background: #ffffff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .header-3 .header-area .menu li {
        width: 100%;
        padding: 0;
    }

    .header-3 .header-area .menu li a {
        color: #232323;
        border-bottom: 1px solid #e5e5e5;
        display: block;
        padding: 7px 15px;
    }

    .header-3 .header-area .menu li .submenu {
        display: none;
        padding-left: 20px;
    }

    .header-3 .header-area .menu li .submenu li a {
        font-size: 16px;
    }

    .header-3 .header-area .menu.active {
        left: 0;
    }
}

.header-3 .header-area .purchase-area {
    align-items: center;
}

.header-3 .header-area .purchase-area .select-bar {
    background: transparent;
    color: #ffffff;
    border: none;
    text-decoration: underline;
}

.header-3 .header-area .purchase-area .select-bar::after {
    display: none;
}

.header-3 .header-area .purchase-area .select-bar .current {
    font-size: 16px;
    text-transform: uppercase;
}

.header-3 .header-area .purchase-area .select-bar .list {
    color: #232323;
}

.header-3 .header-area .purchase-area .purchase-button {
    border-radius: 10px;
    color: #ff3a46;
    background: #ffffff;
    padding: 10px 32px;
    font-weight: 600;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .header-3 .header-area .purchase-area .purchase-button {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .header-3 .header-area .purchase-area .purchase-button {
        padding: 7px 20px;
        font-size: 14px;
    }
}

.header-3.header-4 .header-area {
    background: transparent;
    padding: 0;
}

.header-3.header-4 .header-area .purchase-button {
    color: #ffffff;
    background-image: -moz-linear-gradient(18deg, #ea117f 0%, #44167e 100%);
    background-image: -webkit-linear-gradient(18deg, #ea117f 0%, #44167e 100%);
}

.header-3.header-4 .header-area .logo a {
    display: block;
    background-color: rgba(255, 255, 255, 0.161);
    padding: 22px 30px;
}

@media (max-width: 575px) {
    .header-3.header-4 .header-area .logo a {
        padding: 15px 10px;
    }
}

.header-3.header-4.active {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.header-3.header-4.active .header-area {
    background: #44167e;
    padding-right: 30px;
}

@media (max-width: 575px) {
    .header-3.header-4.active .header-area {
        padding-right: 10px;
    }
}

.header-3.header-4.active .purchase-button {
    color: #44167e;
    background: #ffffff;
}

.header-3.header-1 .header-area {
    background: transparent;
    padding: 0;
    padding-right: 60px;
}

@media (max-width: 1399px) {
    .header-3.header-1 .header-area {
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .header-3.header-1 .header-area {
        padding-right: 10px;
    }
}

.header-3.header-1 .header-area .purchase-button {
    color: #ffffff;
    background: #ff930e;
}
/*logochange*/
.header-3.header-1 .header-area .logo a {
    display: block;
    background-color: rgba(255, 255, 255, 0);
    padding: 22px 30px;
}

@media (max-width: 575px) {
    .header-3.header-1 .header-area .logo a {
        padding: 15px 10px;
    }
}

.header-3.header-1.active {
    border-bottom: 1px solid rgba(229, 229, 229, 0.2);
}
/*headerchange*/
.header-3.header-1.active .header-area {
    background-image: -ms-linear-gradient(0deg, #44167e 0%, #ea117f 100%);
    background-image: -moz-linear-gradient(0deg, #44167e 0%, #ea117f 100%);
    background-image: -webkit-linear-gradient(0deg, #44167e 0%, #ea117f 100%);
}

.header-3.header-1.active .purchase-button {
    color: #ff3a46;
    background: #ffffff;
}

header.active {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.menu-item-has-children > a {
    position: relative;
}

.menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
}

.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
    margin-left: 30px;
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #ffffff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

@media (max-width: 575px) {
    .header-bar {
        margin-right: 15px;
        width: 15px;
        height: 16px;
    }

    .header-bar span {
        height: 2px;
        width: 20px;
    }

    .header-bar.active span:first-child {
        -webkit-transform: rotate(45deg) translate(4px, 6px);
        -ms-transform: rotate(45deg) translate(4px, 6px);
        transform: rotate(45deg) translate(4px, 6px);
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }

    .header-bar.active span:last-child {
        -webkit-transform: rotate(-45deg) translate(4px, -6px);
        -ms-transform: rotate(-45deg) translate(4px, -6px);
        transform: rotate(-45deg) translate(4px, -6px);
    }
}

.banner-section {
    position: relative;
    overflow: hidden;
    padding: 340px 0 170px;
}

@media (max-width: 1199px) {
    .banner-section {
        padding: 300px 0 150px;
    }
}

@media (max-width: 767px) {
    .banner-section {
        background: #12123d;
        padding: 245px 0 150px;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding: 200px 0 150px;
    }
}

.banner-section.video-overlay {
    padding: 287px 0 170px;
}

@media (max-width: 1199px) {
    .banner-section.video-overlay {
        padding: 267px 0 150px;
    }
}

@media (max-width: 575px) {
    .banner-section.video-overlay {
        padding: 247px 0 130px;
    }
}

.banner-area {
    position: relative;
    z-index: 1;
}

.banner-area .banner-content {
    width: 510px;
}

.banner-area .banner-content .title {
    font-weight: 600;
    margin-bottom: 29px;
}

@media (min-width: 576px) {
    .banner-area .banner-content .title {
        margin-bottom: 38px;
    }
}

@media (min-width: 768px) {
    .banner-area .banner-content .title {
        margin-bottom: 57px;
    }
}

.banner-area .banner-content .button-group {
    align-items: center;
}

.banner-area .banner-content .button-group .custom-button {
    background: #ff930e;
    padding: 8px 35px;
    margin-right: 15px;
}

.banner-area .banner-content .button-group .popup {
    color: #ff930e;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #404068;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
}

@media (max-width: 991px) {
    .banner-area .banner-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .banner-area .banner-content {
        text-align: center;
    }

    .banner-area .banner-content .button-group {
        justify-content: center;
    }
}

.banner-area .banner-thumb {
    width: 100%;
    width: calc(100% - 510px);
    position: relative;
    padding-left: 30px;
}

.banner-area .banner-thumb .jump-image {
    position: absolute;
    top: -70px;
    left: 380px;
    animation: jump1 4s alternate infinite;
}

@media screen and (min-width: 1650px) {
    .banner-area .banner-thumb {
        padding-left: 200px;
    }

    .banner-area .banner-thumb .jump-image {
        top: -70px;
        left: 510px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-area .banner-thumb .jump-image {
        top: -70px;
        left: 330px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-area .banner-thumb img {
        width: 100%;
    }

    .banner-area .banner-thumb .jump-image {
        width: 250px;
        left: 270px;
        top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .banner-area .banner-thumb {
        display: none;
    }

    .banner-area .banner-thumb img {
        width: 100%;
    }

    .banner-area .banner-thumb .jump-image {
        width: 250px;
        left: 270px;
        top: 0px;
    }
}

.countdown-3,
.countdown-1 {
    margin-bottom: 40px;
}

.countdown-3 .syotimer__body,
  .countdown-1 .syotimer__body {
    justify-content: space-between;
}

@media (max-width: 575px) {
    .countdown-3 .syotimer__body,
      .countdown-1 .syotimer__body {
        margin: -15px;
        justify-content: center;
    }

    .countdown-3 .syotimer__body > *,
        .countdown-1 .syotimer__body > * {
        margin: 15px;
    }
}

.countdown-3 .syotimer__body .syotimer-cell,
    .countdown-1 .syotimer__body .syotimer-cell {
    width: 105px;
    padding: 20px 0 15px;
    text-align: center;
    color: #ffffff;
    background: #ff3a46;
    -webkit-border-radius: 30px 0 30px 30px;
    -moz-border-radius: 30px 0 30px 30px;
    border-radius: 30px 0 30px 30px;
}

.countdown-3 .syotimer__body .syotimer-cell .syotimer-cell__value,
      .countdown-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 36px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
}

.countdown-3 .syotimer__body .syotimer-cell .syotimer-cell__unit,
      .countdown-1 .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 24px;
    font-weight: 400;
}

.countdown-3 .syotimer__body .syotimer-cell.syotimer-cell_type_hour,
      .countdown-1 .syotimer__body .syotimer-cell.syotimer-cell_type_hour {
    background: #0fbcf9;
}

.countdown-3 .syotimer__body .syotimer-cell.syotimer-cell_type_minute,
      .countdown-1 .syotimer__body .syotimer-cell.syotimer-cell_type_minute {
    background: #9556f6;
}

.countdown-3 .syotimer__body .syotimer-cell.syotimer-cell_type_second,
      .countdown-1 .syotimer__body .syotimer-cell.syotimer-cell_type_second {
    background: #06d09a;
}

@media (min-width: 576px) {
    .countdown-3,
    .countdown-1 {
        margin-bottom: 50px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .countdown-3,
    .countdown-1 {
        margin-bottom: 80px;
    }
}

.syotimer__body {
    display: none !important;
}

.syotimer__body:nth-child(2) {
    display: flex !important;
}

.countdown-3 {
    margin: 0;
}

.countdown-3 .syotimer__body {
    justify-content: center;
    margin: -15px;
}

.countdown-3 .syotimer__body .syotimer-cell {
    margin: 15px;
}

/*Banner Three Starts Here*/
.overlay-bg {
    position: relative;
    overflow: hidden;
}

.overlay-bg .container, .overlay-bg .container-fluid {
    position: relative;
    z-index: 1;
}

.overlay-bg::before {
    background: rgba(0, 0, 0, 0.51);
    width: 101%;
    height: 101%;
}

.overlay-bg-2 {
    overflow: hidden;
    position: relative;
}

.overlay-bg-2::before {
    width: 101%;
    height: 101%;
    background: rgba(0, 0, 0, 0.6);
}

.overlay-bg-2 .container,
  .overlay-bg-2 .container-fluid {
    position: relative;
    z-index: 1;
}

.banner-3 {
    padding: 350px 0 278px;
}

@media (max-width: 991px) {
    .banner-3 {
        padding: 300px 0 278px;
    }
}

@media (max-width: 767px) {
    .banner-3 {
        padding: 260px 0 250px;
    }
}

@media (max-width: 575px) {
    .banner-3 {
        padding: 250px 0 240px;
    }
}

.banner-content-3 {
    position: relative;
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
}

.banner-content-3 .video-button {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100px;
    height: 100px;
    left: unset;
    top: unset;
    margin-bottom: 40px;
}

.banner-content-3 .video-button i {
    line-height: 100px;
}

.banner-content-3 .title {
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    color: #ffffff;
}

@media (min-width: 768px) {
    .banner-content-3 .title {
        line-height: 85px;
    }
}

.countdown-2 {
    background: #ffffff;
    box-shadow: 0px 0px 15.93px 11.07px rgba(89, 92, 98, 0.05);
    padding: 70px;
    margin-top: -140px;
    position: relative;
    z-index: 1;
}

.countdown-2 .syotimer__body {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 740px;
}

.countdown-2 .syotimer__body .syotimer-cell {
    text-align: center;
}

.countdown-2 .syotimer__body .syotimer-cell .syotimer-cell__value {
    color: #ff3a46;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 48px;
    width: 110px;
    line-height: 110px;
    height: 110px;
    text-align: center;
    border: 3px dashed rgba(255, 58, 70, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 13px;
}

.countdown-2 .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-weight: 700;
    color: #232323;
    font-family: "Poppins", sans-serif;
    margin-bottom: -9px;
}

@media (max-width: 767px) {
    .countdown-2 {
        padding: 40px 30px;
        margin-top: -100px;
    }

    .countdown-2 .syotimer__body .syotimer-cell .syotimer-cell__value {
        font-size: 30px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

@media (max-width: 575px) {
    .countdown-2 {
        padding: 40px 30px;
        margin-top: -150px;
    }

    .countdown-2 .syotimer__body {
        margin-bottom: -30px;
        justify-content: center;
    }

    .countdown-2 .syotimer__body .syotimer-cell {
        width: 50%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .countdown-2 .syotimer__body .syotimer-cell .syotimer-cell__value {
        margin-left: auto;
        margin-right: auto;
    }
}

/*Banner Two Starts Here*/
.banner-2 {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.banner-2 * {
    color: #ffffff;
}

.swiper-slide-active .pagination-thumb {
    position: relative;
}

.swiper-slide-active .pagination-thumb::after {
    width: 101%;
    height: 101%;
    background: rgba(255, 58, 70, 0.5);
}

.banner-content-2 {
    max-width: 790px;
    padding: 283px 0 180px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .banner-content-2 {
        padding: 263px 0 180px;
    }
}

@media (max-width: 767px) {
    .banner-content-2 {
        padding: 233px 0 160px;
    }
}

.banner-content-2 .cate {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

@media (min-width: 576px) {
    .banner-content-2 .cate {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .banner-content-2 .cate {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

.banner-content-2 .title {
    text-transform: capitalize;
    font-size: 36px;
}

@media (min-width: 576px) {
    .banner-content-2 .title {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .banner-content-2 .title {
        font-weight: 600;
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 56px;
    }
}

@media (max-width: 767px) {
    .banner-content-2 .title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .banner-content-2 {
        padding: 333px 0 230px;
    }
}

.banner-pagination {
    position: absolute;
    overflow: hidden;
    width: 82px;
    top: 50%;
    right: 80px;
    height: 100%;
    max-height: 270px;
    margin-top: -135px;
}

@media (max-width: 1199px) {
    .banner-pagination {
        display: none;
    }
}

.banner-pagination .pagination-thumb {
    height: 82px;
    height: 82px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.banner-pagination .pagination-thumb img {
    max-height: 100%;
}

/*Banner Four Starts Here*/
.countdown-area {
    align-items: center;
    justify-content: space-between;
}

.countdown-area .bal-countdown {
    max-width: 510px;
    margin: 0;
    margin-bottom: 30px;
}

.countdown-area .bal-countdown .syotimer__body {
    margin: -15px;
}

.countdown-area .bal-countdown .syotimer__body .syotimer-cell {
    margin: 15px;
}

.countdown-area .video-button {
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin: 0 auto 30px;
    background: #ffffff;
}

@media (min-width: 992px) {
    .countdown-area .video-button {
        margin: 0;
        margin-bottom: 30px;
    }
}

.countdown-area .video-button i {
    color: #ff3a46;
}

.countdown-area .video-button::after, .countdown-area .video-button::before {
    background: #ffffff;
}

.banner-4 {
    position: relative;
    overflow: hidden;
    padding: 400px 0 130px;
    background-image: -ms-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
    background-image: -moz-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
    background-image: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
}

@media (max-width: 1199px) {
    .banner-4 {
        padding: 300px 0 120px;
    }
}

@media (max-width: 767px) {
    .banner-4 {
        padding: 280px 0 120px;
    }
}

@media (max-width: 575px) {
    .banner-4 {
        padding: 250px 0 100px;
    }
}

.banner-4.video-overlay {
    padding: 287px 0 200px;
}

@media (max-width: 1199px) {
    .banner-4.video-overlay {
        padding: 267px 0 120px;
    }
}

@media (max-width: 575px) {
    .banner-4.video-overlay {
        padding: 247px 0 100px;
    }
}

.banner-content-4 {
    max-width: 780px;
    position: relative;
    z-index: 1;
}

.banner-content-4 * {
    color: #ffffff;
}

.banner-content-4 .title {
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .banner-content-4 .title {
        font-size: 60px;
        line-height: 85px;
        margin-bottom: 28px;
    }
}

.banner-content-4 p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 530px;
    margin-bottom: 67px;
}

@media (max-width: 767px) {
    .banner-content-4 {
        text-align: center;
    }

    .banner-content-4 .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }

    .banner-content-4 p {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .banner-content-4 .title {
        font-size: 40px;
        line-height: 48px;
    }
}

.banner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(41%);
    overflow: hidden;
}

.banner-right::before {
    width: 101%;
    height: 101%;
    background: rgba(0, 0, 0, 0.51);
}

@media (max-width: 991px) {
    .banner-right::before {
        opacity: .8;
        background-image: -ms-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
        background-image: -moz-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
        background-image: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
    }
}

@media (max-width: 991px) {
    .banner-right {
        width: 100%;
    }
}

/*Banner Video Starts Here*/
.video-overlay {
    position: relative;
    overflow: hidden;
}

.video-overlay::before {
    width: 101%;
    height: 101%;
    background: rgba(0, 0, 54, 0.7);
    z-index: 1;
}

.video-overlay .container, .video-overlay .container-fluid {
    position: relative;
    z-index: 1;
}

video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
}

.sidebar {
    padding: 20px;
    position: sticky;
    top: 100px;
    margin-top: 40px;
}

@media screen and (min-width: 400px) {
    .sidebar {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
        padding: 20px;
    }
}

@media (min-width: 576px) {
    .sidebar {
        margin-top: 60px;
    }
}

@media (min-width: 576px) and (min-width: 992px) {
    .sidebar {
        margin-top: 0;
    }
}

.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget.widget-form {
    text-align: center;
    background: #232323;
    padding: 35px 20px;
}

@media screen and (min-width: 400px) and (max-width: 991px) {
    .widget.widget-form {
        padding: 35px 40px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .widget.widget-form {
        padding: 35px 20px;
    }
}

@media screen and (min-width: 1200px) {
    .widget.widget-form {
        padding: 35px 40px;
    }
}

.widget.widget-form .title {
    font-size: 22px;
    color: #ffffff;
    margin-top: -10px;
}

@media (min-width: 576px) {
    .widget.widget-form .title {
        font-size: 24px;
        margin-top: -12px;
    }
}

.widget.widget-form span {
    color: #ffffff;
    opacity: .9;
    display: block;
    margin-bottom: 5px;
}

.widget .widget-title {
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: -11px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.widget .widget-title::after {
    left: 0;
    top: 100%;
    background: #12cbc4;
    height: 1px;
    width: 70px;
}

.widget.widget-post ul .widget-post-item {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.widget.widget-post ul .widget-post-item .widget-post-thumb {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 65px;
    height: 65px;
}

.widget.widget-post ul .widget-post-item .widget-post-thumb a {
    display: block;
}

.widget.widget-post ul .widget-post-item .widget-post-thumb a img {
    width: 100%;
}

.widget.widget-post ul .widget-post-item .widget-post-content {
    padding-left: 20px;
    width: calc(100% - 65px);
}

.widget.widget-post ul .widget-post-item .widget-post-content .sub-title {
    color: #232323;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.widget.widget-post ul .widget-post-item .widget-post-content span {
    font-size: 14px;
    display: block;
    margin-bottom: -7px;
}

.widget.widget-post ul .widget-post-item:hover .widget-post-content .sub-title {
    color: #12cbc4;
}

.widget.widget-tags ul {
    margin-top: 17.5px;
}

.widget.widget-tags ul li {
    padding: 2.5px;
}

.widget.widget-tags ul li a {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    line-height: 35px;
    padding: 0 10px;
    color: #555555;
}

.widget.widget-tags ul li a:hover {
    color: #ffffff;
    background: #12cbc4;
}

.widget.widget-newslater {
    background: #000036;
    padding: 60px 30px;
    text-align: center;
    position: relative;
}

.widget.widget-newslater .title {
    text-transform: capitalize;
    color: #ffffff;
    margin-top: -12px;
}

.widget.widget-newslater span {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    opacity: .5;
    font-style: italic;
}

.widget.widget-newslater .newslater-form {
    position: relative;
}

.widget.widget-newslater .newslater-form input {
    background: transparent;
    color: #ffffff;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 0;
}

.widget.widget-newslater .newslater-form input::placeholder {
    color: #ffffff;
}

.widget.widget-newslater .newslater-form button {
    color: #12cbc4;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    text-align: center;
    width: 40px;
    background: transparent;
    border: none;
    font-size: 20px;
}

.widget.widget-newslater * {
    position: relative;
    z-index: 1;
}

.widget.widget-newslater::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 120px;
    bottom: 0;
    right: 10%;
    background: url(./img/newslater-before.png) no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}

.widget.widget-category ul {
    margin-top: 14px;
    margin-bottom: -23px;
}

.widget.widget-category ul li {
    padding: 0;
}

.widget.widget-category ul li a {
    text-transform: capitalize;
    color: #555555;
    line-height: 36px;
    display: inline-flex;
}

.widget.widget-category ul li a::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #12cbc4;
    font-size: 8px;
    margin-right: 5px;
}

/*Speaker-Section Starts Here*/
.schedule-area ul.tab-menu {
    justify-content: center;
    margin-bottom: 30px;
}

.schedule-area ul.tab-menu li {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 16px 5px;
    justify-content: center;
    text-transform: capitalize;
    cursor: pointer;
    background: #f0f0f2;
    line-height: 28px;
    font-size: 14px;
}

.schedule-area ul.tab-menu li.active,
    .schedule-area ul.tab-menu li.active span {
    color: #ffffff;
    background: #141442;
}

.schedule-area ul.tab-menu li span {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #232323;
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .schedule-area ul.tab-menu li {
        font-size: 16px;
    }

    .schedule-area ul.tab-menu li span {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .schedule-area ul.tab-menu li {
        width: 50%;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .schedule-area ul.tab-menu li {
        width: 33.33%;
    }
}

.dark-theme .schedule-area ul.tab-menu li {
    background: #1e1e4e;
    color: #ffffff;
}

.dark-theme .schedule-area ul.tab-menu li span {
    color: #ffffff;
}

.dark-theme .schedule-area ul.tab-menu li.active, .dark-theme .schedule-area ul.tab-menu li.active span {
    color: #ffffff;
    background: #141442;
}

.dark-theme .schedule-item {
    border: 1px solid #1e1e4e;
    background: #141442;
}

.dark-theme .shape-2,
.dark-theme .shape-1 {
    opacity: 1;
}

.schedule-item {
    margin-bottom: 30px;
    padding: 40px 20px;
    background: #f0f6fd;
}

.schedule-item .schedule-thumb {
    width: 102px;
    height: 102px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.schedule-item .schedule-thumb img {
    width: 100%;
}

.schedule-item .schedule-content .title {
    text-transform: capitalize;
    margin-top: -6px;
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 20px;
}

.schedule-item .schedule-content p {
    margin-bottom: 12px;
    margin-top: 0;
}

.schedule-item .schedule-content p a {
    color: #12cbc4;
    text-transform: capitalize;
    margin-right: 10px;
}

.schedule-item .schedule-content p.para {
    margin-bottom: -8px;
}

@media (max-width: 575px) {
    .schedule-item .schedule-content p {
        margin-bottom: 12px;
    }
}

@media (min-width: 576px) {
    .schedule-item p a {
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .schedule-item .schedule-thumb {
        margin-bottom: 0;
    }

    .schedule-item .schedule-content {
        width: calc(100% - 102px);
        padding-left: 30px;
    }

    .schedule-item .schedule-content .title {
        margin-bottom: 3px;
        font-size: 24px;
    }
}

.schedule-item.style-two {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.schedule-item.style-two:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.schedule-item.style-two .schedule-time {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.schedule-item.style-two .schedule-time p {
    width: 100%;
    margin: -7px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .schedule-item.style-two .schedule-time p {
        color: #12cbc4;
    }
}

.schedule-item.style-two .schedule-content {
    padding: 30px 20px;
    text-align: center;
}

.schedule-item.style-two .schedule-content p {
    margin: 0;
}

@media (min-width: 768px) {
    .schedule-item.style-two {
        padding: 0;
    }

    .schedule-item.style-two .schedule-time {
        width: 200px;
        display: flex;
        align-items: center;
        border-right: 1px solid #e5e5e5;
        justify-content: center;
        border-bottom: none;
    }

    .schedule-item.style-two .schedule-content {
        width: calc(100% - 200px);
        padding: 40px 30px;
        text-align: left;
    }

    .schedule-item.style-two .schedule-content .title {
        margin-bottom: 7px;
    }

    .schedule-item.style-two .schedule-content p {
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .schedule-item.style-two .schedule-time {
        width: 295px;
    }

    .schedule-item.style-two .schedule-content {
        width: calc(100% - 295px);
        padding: 40px;
    }
}

.schedule-item.style-two:nth-child(even) {
    background-color: #fff;
}

@media (max-width: 575px) {
    .schedule-item {
        text-align: center;
    }

    .schedule-item .schedule-thumb {
        margin-left: auto;
        margin-right: auto;
    }
}

/*Speaker-Section Starts Here*/
.speaker-section {
    position: relative;
    overflow: hidden;
}

.speaker-section .container {
    position: relative;
    z-index: 1;
}

.speaker-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.speaker-item .speaker-thumb a {
    display: block;
}

.speaker-item .speaker-thumb img {
    width: 100%;
}

.speaker-item .speaker-content {
    text-align: center;
    padding: 40px 0 32px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #ff3a46;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.speaker-item .speaker-content .title {
    font-weight: 600;
}

.speaker-item .speaker-content .title a {
    color: #ffffff;
}

.speaker-item .speaker-content span {
    color: #ffffff;
}

@media (min-width: 576px) and (max-width: 767px) {
    .speaker-item .speaker-content {
        padding: 20px 0 12px;
    }

    .speaker-item .speaker-content .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 375px) {
    .speaker-item .speaker-content {
        padding: 20px 0 12px;
    }
}

.speaker-item.theme-two .speaker-content {
    background: #0fbcf9;
}

.speaker-item.theme-three .speaker-content {
    background: #9556f6;
}

.speaker-item.theme-four .speaker-content {
    background: #06d09a;
}

.speaker-item:hover .speaker-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.shape-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 150px);
    text-align: right !important;
    opacity: .1;
}

.shape-1 img {
    max-width: 100%;
    max-height: 100%;
}

.speaker--item {
    margin-bottom: 50px;
}

.speaker--item .speaker-thumb {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.speaker--item .speaker-thumb a {
    display: block;
}

.speaker--item .speaker-thumb a img {
    width: 100%;
}

.speaker--item .speaker-thumb .social {
    position: absolute;
    text-align: right;
    padding: 30px 50px;
    width: 100%;
    height: 100%;
    background: #ff930e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.speaker--item .speaker-thumb .social li {
    padding: 0;
    width: 100%;
}

.speaker--item .speaker-thumb .social a {
    color: #ffffff;
}

.speaker--item .speaker-thumb:hover .social {
    -webkit-transform: translateX(calc(-100% + 112px));
    -ms-transform: translateX(calc(-100% + 112px));
    transform: translateX(calc(-100% + 112px));
}

.speaker--item .speaker-content {
    max-width: 272px;
    margin: 30px auto 0;
    background: #f0f6fd;
    padding: 10px 15px;
}

.speaker--item .speaker-content * {
    margin: 0;
    text-transform: capitalize;
}

@media (min-width: 576px) {
    .speaker--item .speaker-content {
        margin-top: 40px;
    }
}

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

/*How-To-Section Starts Here*/
.how-to-item {
    text-align: center;
    border-radius: 10px;
    padding: 60px 15px;
    background: #ff3a46;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.how-to-item .how-to-thumb {
    margin-bottom: 37px;
}

.how-to-item .how-to-thumb i {
    line-height: 1;
    font-size: 66px;
    display: block;
    color: #ffffff;
}

.how-to-item::before {
    width: 90%;
    height: 90%;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .1;
    animation: zigZag-1 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    -webkit-animation: zigZag-1 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    -moz-animation: zigZag-1 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.how-to-item * {
    position: relative;
    z-index: 1;
}

.how-to-item .title {
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
}

.how-to-item.theme-two {
    background: #0fbcf9;
}

.how-to-item.theme-three {
    background: #9556f6;
}

.how-to-item.theme-four {
    background: #06d09a;
}

.style-two .how-to-item {
    background: #ffffff;
    padding: 0;
    overflow: visible;
    margin-bottom: 50px;
}

.style-two .how-to-item::before {
    display: none;
}

.style-two .how-to-item .title {
    color: #232323;
    margin-bottom: 20px;
}

.style-two .how-to-item .how-to-thumb i {
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 60%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

@media (max-width: 991px) {
    .style-two .how-to-item .how-to-thumb {
        margin-bottom: 25px;
    }
}

.style-three .how-to-item {
    background: #ffffff;
    box-shadow: 0px 0px 12.74px 0.26px rgba(89, 92, 98, 0.17);
}

.style-three .how-to-item::before {
    display: none;
}

.style-three .how-to-item .title {
    color: #232323;
}

.style-three .how-to-item .how-to-thumb i {
    color: #ff3a46;
}

/*Feature-Section Starts Here*/
.feature-wrapper {
    margin-bottom: -40px;
}

.feature-wrapper .feature-item {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .feature-wrapper {
        margin-bottom: -80px;
    }

    .feature-wrapper .feature-item {
        margin-bottom: 80px;
    }
}

.feature-item {
    max-width: 625px;
}

.feature-item .feature-thumb {
    width: 90px;
    color: #ff3a46;
}

.feature-item .feature-thumb i {
    font-size: 88px;
    line-height: 1;
}

.feature-item .feature-content {
    width: calc(100% - 90px);
    padding-left: 40px;
}

.feature-item .feature-content .title {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.feature-item.theme-two .feature-thumb {
    color: #0fbcf9;
}

.feature-item.theme-three .feature-thumb {
    color: #9556f6;
}

@media (max-width: 575px) {
    .feature-item {
        text-align: center;
    }

    .feature-item .feature-thumb {
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-item .feature-thumb i {
        font-size: 50px;
    }

    .feature-item .feature-content {
        width: 100%;
        padding-left: 0;
    }
}

.feature-section {
    position: relative;
    overflow: hidden;
}

.feature-section .container {
    position: relative;
    z-index: 1;
}

.shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .1;
}

.shape-2 img {
    height: 100%;
}

@media (min-width: 1200px) {
    .feature--thumb {
        margin-left: -20px;
    }
}

.feature--thumb img {
    animation: jump1 2s alternate infinite;
}

.feature--thumb.left-style {
    margin-left: -350px;
}

@media (max-width: 1199px) {
    .feature--thumb.left-style {
        margin-left: -150px;
    }

    .feature--thumb.left-style img {
        width: 100%;
    }
}

.feature-area .feature-thumb {
    width: 390px;
}

.feature-area .feature-thumb img {
    width: 100%;
}

@media (max-width: 991px) {
    .feature-area .feature-thumb {
        margin: 0 auto 50px;
    }
}

@media (max-width: 575px) {
    .feature-area .feature-thumb {
        margin: 0 auto 40px;
    }
}

.feature-area .seminer-area {
    width: 100%;
    margin-bottom: -34px;
}

.feature-area .seminer-area .seminer-item {
    max-width: 640px;
    margin-bottom: 34px;
}

.feature-area .seminer-area .seminer-item .seminer-thumb {
    background: #ff3a46;
}

.feature-area .seminer-area .seminer-item .seminer-content .title {
    margin-bottom: 23px;
}

@media (min-width: 576px) {
    .feature-area .seminer-area .seminer-item .seminer-content p {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .feature-area .seminer-area {
        margin-bottom: -54px;
    }

    .feature-area .seminer-area .seminer-item {
        margin-bottom: 54px;
    }
}

@media (min-width: 992px) {
    .feature-area .seminer-area {
        padding-left: 50px;
        width: calc(100% - 390px);
    }
}

/*Know-Section Starts Here*/
.know-section {
    overflow: hidden;
}

.know-wrapper {
    margin-bottom: -40px;
}

.know-wrapper .know-item {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .know-wrapper {
        margin-bottom: -80px;
    }

    .know-wrapper .know-item {
        margin-bottom: 80px;
    }
}

.know-item {
    max-width: 630px;
}

.know-item .know-thumb {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    background: #ff3a46;
    line-height: 90px;
    text-align: center;
}

.know-item .know-content {
    width: calc(100% - 90px);
    padding-left: 40px;
}

.know-item .know-content .title {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.know-item.theme-three .know-thumb {
    background: #9556f6;
}

.know-item.theme-four .know-thumb {
    background: #06d09a;
}

@media (max-width: 575px) {
    .know-item {
        text-align: center;
    }

    .know-item .know-thumb {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        margin: 0 auto 20px;
    }

    .know-item .know-content {
        width: 100%;
        padding: 0;
    }
}

.know-section {
    position: relative;
}

.know--thumb {
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(50% - 200px);
    height: calc(100% - 300px);
}

@media (max-width: 1199px) {
    .know--thumb {
        width: calc(50% - 130px);
    }
}

@media (max-width: 991px) {
    .know--thumb {
        display: none;
    }
}

.know--thumb img {
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.know--thumb .dark {
    display: none;
}

.know-wrapper.style-two .know-item .know-thumb {
    background: #ffffff;
    box-shadow: 0px 0px 12.74px 0.26px rgba(89, 92, 98, 0.17);
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.mw-auto {
    max-width: 100%;
}

/*Ticket-Section Starts Here*/
.shape-3 {
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    text-align: right;
}

.shape-3 img {
    height: 100%;
}

.ticket-section {
    overflow: hidden;
    position: relative;
}

.ticket-section .container {
    position: relative;
    z-index: 1;
}

.girls {
    position: absolute;
    top: 150px;
    right: 0;
    max-height: calc(100% - 150px);
}

.girls img {
    max-height: 100%;
}

.ticket-item {
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    background: #12123d;
}

.ticket-item .title {
    margin-top: -11px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-bottom: 28px;
    font-weight: 600;
}

.ticket-item .ticket-thumb {
    max-width: 193px;
    margin: 0 auto 32px;
}

.ticket-item .ticket-thumb img {
    width: 100%;
}

.ticket-item .ticket-content p {
    margin-bottom: 25px;
    margin-top: 0;
}

.ticket-item .ticket-content .sub-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 600;
}

.ticket-item .ticket-content .custom-button {
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 18px;
    border: 1px solid #2f2f55;
    background: transparent;
    padding: 0px 30px;
}

.ticket-item .ticket-content .custom-button.active {
    border-color: #ff930e;
    background-color: #ff930e;
}

@media (max-width: 575px) {
    .ticket-item {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
    }

    .ticket-item .title {
        font-size: 24px;
        margin-top: -7px;
        margin-bottom: 22px;
    }

    .ticket-item .ticket-thumb {
        margin-bottom: 20px;
    }

    .ticket-item .ticket-content p {
        margin-bottom: 9px;
    }

    .ticket-item .ticket-content .sub-title {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 450px) {
    .ticket-item {
        padding: 50px;
    }
}

.ticket-item:hover .ticket-content .custom-button {
    border-color: #ff930e;
    background-color: #ff930e;
}

.ticket-item.type-2 {
    background: #ff3a46;
}

.ticket-item.type-2 * {
    color: #ffffff;
}

.ticket-item.type-2 .custom-button {
    border-color: #ffffff !important;
}

.ticket-item.type-2 .custom-button.active {
    background: #ffffff !important;
    color: #9556f6;
}

.ticket-item.type-2.two {
    background: #9556f6;
}

.ticket-item.type-2.three {
    background: #06d09a;
}

.ticket-item.type-2:hover .ticket-content .custom-button {
    background: #ffffff !important;
    color: #ff3a46;
}

.ticket-item.type-2.two:hover .ticket-content .custom-button {
    color: #9556f6;
}

.ticket-item.type-2.three:hover .ticket-content .custom-button {
    color: #06d09a;
}

/*Ticket Section Two Starts Here*/
.ticket--item {
    background: #f0f6fd;
    margin-bottom: 30px;
}

.ticket--item .ticket-header {
    font-size: 40px;
    text-align: center;
    padding: 30px 15px 18px;
    border-bottom: 2px dashed #e5e5e5;
    position: relative;
}

.ticket--item .ticket-header .title {
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.ticket--item .ticket-header .titler {
    background: -webkit-linear-gradient(140deg, #44167e 0%, #ea117f 100%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.ticket--item .ticket-header .titlef {
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #ea117f 100%);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.ticket--item .ticket-header::after, .ticket--item .ticket-header::before {
    width: 20px;
    height: 20px;
    background: #ffffff;
}

.ticket--item .ticket-header::after {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg) translate(0px, 15px);
    -ms-transform: rotate(45deg) translate(0px, 15px);
    transform: rotate(45deg) translate(0px, 15px);
}

.ticket--item .ticket-header::before {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg) translate(15px, 0px);
    -ms-transform: rotate(45deg) translate(15px, 0px);
    transform: rotate(45deg) translate(15px, 0px);
}

.ticket--item .ticket-body {
    padding: 40px 15px;
    text-align: center;
}

.ticket--item .ticket-body .subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 70px;
}

@media screen and (max-width: 375px) {
    .ticket--item .ticket-body .subtitle {
        font-size: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .ticket--item .ticket-body .subtitle {
        font-size: 60px;
    }
}

.ticket--item .ticket-body p {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.ticket--item .ticket-body .custom-button {
    line-height: 50px;
    padding: 0 30px;
    text-transform: capitalize;
}

@media screen and (min-width: 376px) {
    .ticket--item .ticket-body .custom-button {
        font-size: 18px;
    }
}

/*Ticket Section Three Starts Here*/
.ticket-item-3 {
    text-align: center;
    margin-bottom: 30px;
}

.ticket-item-3 .ticket-header {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #ff3a46;
    text-transform: capitalize;
    padding: 45px 0 32px;
}

.ticket-item-3 .ticket-header * {
    color: #ffffff;
    margin: 0;
}

.ticket-item-3 .ticket-header .subtitle {
    margin-bottom: 10px;
    font-size: 40px;
}

@media (max-width: 575px) {
    .ticket-item-3 .ticket-header .subtitle {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 375px) {
    .ticket-item-3 .ticket-header .subtitle {
        font-size: 30px;
    }
}

.ticket-item-3 .ticket-header .title {
    font-size: 70px;
    font-weight: 400;
}

@media screen and (max-width: 375px) {
    .ticket-item-3 .ticket-header .title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .ticket-item-3 .ticket-header {
        padding: 30px 0 22px;
    }
}

.ticket-item-3 .ticket-body {
    padding: 60px 15px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.ticket-item-3 .ticket-body p {
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
}

@media (max-width: 575px) {
    .ticket-item-3 .ticket-body {
        padding: 40px 0;
    }
}

.ticket-item-3 .ticket-footer {
    border: 1px solid #e5e5e5;
    padding: 35px 0;
}

@media (max-width: 575px) {
    .ticket-item-3 .ticket-footer {
        padding: 25px 0;
    }
}

/*Partner-Slider Starts Here*/
.partner-slider {
    overflow: hidden;
    max-width: 985px;
    margin: 0 auto;
}

.partner-slider .partner-item {
    border-radius: 30px;
    overflow: hidden;
}

.partner-slider .partner-item img {
    width: 100%;
}

@media screen and (max-width: 450px) {
    .partner-slider .partner-item {
        max-width: 300px;
        margin: 0 auto;
    }
}

/*Client-Section Starts Here*/
.client-section {
    position: relative;
    overflow: hidden;
}

.client-section.style-two .qotation {
    background-image: -moz-linear-gradient(0deg, #ea117f 0%, #44167e 100%) !important;
    background-image: -webkit-linear-gradient(0deg, #ea117f 0%, #44167e 100%) !important;
}

.client-slider {
    overflow: hidden;
}

.client-item .client-thumb {
    width: 135px;
    height: 135px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 42px;
}

.client-item .client-thumb img {
    width: 100%;
}

.client-item .client-content p {
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 66px;
}

@media (max-width: 575px) {
    .client-item .client-content p {
        font-size: 18px;
        line-height: 28px;
    }
}

.client-item .client-content .subtitle {
    margin-bottom: 10px;
}

.client-item .client-content span {
    display: block;
    font-size: 18px;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .client-item .client-content p {
        margin-bottom: 40px;
    }

    .client-item .client-content span {
        margin-bottom: 35px;
    }
}

.client-nav {
    justify-content: flex-end;
    margin: -5px;
}

.client-nav li {
    outline: none;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 5px;
}

.client-nav li.active, .client-nav li:hover {
    color: #ff930e;
}

.client-nav li.client-prev {
    color: #ff930e;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .client-nav {
        margin-top: -30px;
        margin-bottom: 40px;
        justify-content: flex-start;
    }
}

.client-nav.style-two li.client-prev {
    color: #9556f6;
}

.client-nav.style-two .client-prev:hover,
  .client-nav.style-two .client-next:hover {
    color: #9556f6;
}

/*Client-Slider Two Starts Here*/
.client--item {
    align-items: flex-start;
}

.client--item .client-thumb {
    width: 419px;
    padding-bottom: 54px;
    padding-right: 49px;
    position: relative;
}

.client--item .client-thumb img {
    width: 100%;
}

.client--item .client-thumb .qotation {
    width: 172px;
    height: 165px;
    line-height: 165px;
    font-weight: 700;
    font-size: 100px;
    color: #ffffff;
    text-align: center;
    background: #ff930e;
    position: absolute;
    right: 0;
    bottom: 0;
}

.client--item .client-content {
    width: calc(100% - 419px);
    padding-left: 30px;
}

.client--item .client-content p {
    font-size: 24px;
    line-height: 40px;
    font-style: italic;
    margin: 0;
    margin-bottom: 80px;
}

.client--item .client-content img {
    margin-bottom: 30px;
}

.client--item .client-content .subtitle {
    margin-bottom: 10px;
}

.client--item .client-content span {
    display: block;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .client--item .client-content p {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: 36px;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .client--item .client-content p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 1199px) {
    .client--item .client-content .subtitle {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .client--item .client-thumb {
        width: 300px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .client--item .client-thumb .qotation {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 50px;
    }

    .client--item .client-content {
        width: calc(100% - 300px);
    }

    .client--item .client-content p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .client--item .client-content img {
        max-height: 60px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .client--item .client-thumb {
        width: 100%;
    }

    .client--item .client-thumb .qotation {
        bottom: 30px;
    }

    .client--item .client-content {
        width: 100%;
        padding: 0;
    }
}

/*Client-Slider Three Starts Here*/
.client-item-3 .client-thumb a {
    display: block;
}

.client-item-3 .client-thumb img {
    width: 100%;
}

.client-item-3 .client-content {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 43px 29px;
}

.client-item-3 .client-content .title {
    text-transform: capitalize;
}

.client-item-3 .client-content .info {
    display: block;
    margin-bottom: 30px;
}

.client-item-3 .client-content p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px;
    font-style: italic;
}

.client-item-3 .client-content .ratings {
    font-size: 20px;
}

.client-item-3 .client-content .ratings span i {
    color: #f2b208;
}

@media (max-width: 991px) {
    .client-item-3 .client-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .client-item-3 .client-content p {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .client-item-3 .client-content .title {
        font-size: 24px;
    }

    .client-item-3 .client-content .info {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 375px) {
    .client-item-3 .client-content {
        padding: 30px 20px;
    }

    .client-item-3 .client-content p {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .client-item-3 .client-content .info {
        margin-bottom: 15px;
    }
}

.client-slider-3 {
    overflow: hidden;
}

/*Call-In Sarts Here*/
.call-in {
    position: relative;
}

.call-in .container {
    position: relative;
    z-index: 1;
}

.call-in::before {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.call-in .title {
    color: #ffffff;
}

.call-in.style-two::before {
    background-color: rgba(0, 0, 0, 0.471);
}

/*About Seminer Starts Here*/
.seminer-item {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .seminer-item {
        margin-bottom: 60px;
    }
}

.seminer-item .seminer-thumb {
    width: 92px;
    height: 92px;
    text-align: center;
    line-height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
    color: #ffffff;
    font-size: 40px;
}

.seminer-item .seminer-content {
    width: calc(100% - 92px);
    padding-left: 35px;
}

.seminer-item .seminer-content .title {
    margin-top: 0;
    margin-bottom: 28px;
    text-transform: capitalize;
    font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .seminer-item .seminer-thumb {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
    }

    .seminer-item .seminer-content {
        width: calc(100% - 70px);
        padding-left: 20px;
    }

    .seminer-item .seminer-content .title {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .seminer-item .seminer-thumb {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 30px;
        margin: 0 auto 20px;
    }

    .seminer-item .seminer-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .seminer-item .seminer-content .title {
        margin-bottom: 20px;
    }
}

.seminer-area {
    margin-bottom: -40px;
}

@media (min-width: 768px) {
    .seminer-area {
        margin-bottom: -60px;
    }
}

.seminer--thumb {
    position: relative;
    padding-top: 127px;
}

.seminer--thumb::after {
    top: 0;
    left: 65px;
    width: 502px;
    height: 542px;
    background: -webkit-linear-gradient(62deg, #ea117f 0%, #44167e 100%);
}

.seminer--thumb::before {
    top: 15px;
    left: 80px;
    width: 472px;
    height: 512px;
    background: #ffffff;
    z-index: 1;
}

.seminer--thumb .thumb {
    position: relative;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 536px;
    height: 536px;
}

.seminer--thumb .thumb img {
    width: 100%;
}

.seminer--thumb .thumb::after {
    width: 100%;
    height: 100%;
    opacity: .62;
    background: -webkit-linear-gradient(62deg, #ea117f 0%, #44167e 100%);
}

.seminer--thumb .plus-40 {
    position: absolute;
    left: 285px;
    top: 73px;
    width: 220px;
    height: 220px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    background: -webkit-linear-gradient(62deg, #ea117f 0%, #44167e 100%);
    text-align: center;
    z-index: 9;
}

.seminer--thumb .plus-40 .title, .seminer--thumb .plus-40 .subtitle {
    color: #ffffff;
}

.seminer--thumb .plus-40 .title {
    margin: 0;
}

@media (max-width: 991px) {
    .seminer--thumb {
        margin: 0 auto 40px;
        width: 567px;
    }
}

@media (max-width: 767px) {
    .seminer--thumb {
        width: 510px;
    }

    .seminer--thumb::after {
        width: 445px;
    }

    .seminer--thumb::before {
        width: 415px;
    }

    .seminer--thumb .thumb {
        width: 440px;
        height: 440px;
    }

    .seminer--thumb .plus-40 {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 540px) {
    .seminer--thumb {
        width: 290px;
        padding-top: 50px;
    }

    .seminer--thumb .thumb {
        width: 280px;
        height: 280px;
    }

    .seminer--thumb::after {
        left: 5px;
        width: 280px;
        height: 100%;
    }

    .seminer--thumb::before {
        width: 250px;
        height: calc(100% - 30px);
        left: 20px;
    }

    .seminer--thumb .plus-40 {
        width: 100px;
        height: 100px;
        left: 160px;
        top: 20px;
    }

    .seminer--thumb .plus-40 .subtitle {
        font-weight: 400;
        font-size: 16px;
    }
}

.about-seminer {
    overflow: hidden;
}

/*About-Section Strarts Here*/
.about-wrapper {
    align-items: center;
}

.about-wrapper .left-section {
    width: 39%;
}

.about-wrapper .right-section {
    width: 61%;
}

@media (max-width: 991px) {
    .about-wrapper .right-section {
        width: 100%;
    }
}

.left-section {
    padding-right: 100px;
}

.left-section .thumb-area {
    position: relative;
    height: 660px;
}

.left-section .thumb-area .thumb {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 660px;
    overflow: hidden;
    height: 660px;
}

.left-section .thumb-area .thumb::before {
    width: 100%;
    height: 100%;
    opacity: .62;
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
}

.left-section .thumb-area .thumb img {
    width: 100%;
}

.left-section .thumb-area .plus-85 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    height: 220px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    flex-direction: column;
    background: -webkit-linear-gradient(62deg, #44167e 0%, #ea117f 100%);
    text-align: center;
    z-index: 9;
}

.left-section .thumb-area .plus-85 .title,
      .left-section .thumb-area .plus-85 .subtitle {
    color: #ffffff;
}

.left-section .thumb-area .plus-85 .subtitle {
    font-weight: 600;
}

.left-section .thumb-area .plus-85 .title {
    margin: 0;
}

@media (max-width: 1399px) {
    .left-section {
        padding-right: 50px;
    }

    .left-section .thumb-area {
        height: 520px;
    }

    .left-section .thumb-area .thumb {
        width: 520px;
        height: 520px;
    }
}

@media (max-width: 991px) {
    .left-section {
        display: none;
    }
}

/*Speaker-Section-3 Starts Here*/
.speaker-item-3 {
    margin-bottom: 30px;
}

.speaker-item-3 .speaker-thumb {
    overflow: hidden;
}

.speaker-item-3 .speaker-thumb a {
    display: block;
}

.speaker-item-3 .speaker-thumb img {
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.speaker-item-3 .speaker-content {
    background: #f0f6fd;
    text-align: center;
    padding: 33px 15px 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.speaker-item-3 .speaker-content .title {
    text-transform: capitalize;
}

.speaker-item-3.active .speaker-thumb img, .speaker-item-3:hover .speaker-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.speaker-item-3.active .speaker-content, .speaker-item-3:hover .speaker-content {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    background-image: -moz-linear-gradient(0deg, #ea117f 0%, #44167e 100%);
    background-image: -webkit-linear-gradient(0deg, #ea117f 0%, #44167e 100%);
}

.speaker-item-3.active .speaker-content *, .speaker-item-3:hover .speaker-content * {
    color: #ffffff;
}

/*Speaker-Section-4 Starts Here*/
.speakers-item {
    width: 100%;
}

.speakers-item .speaker-inners {
    position: relative;
    overflow: hidden;
}

.speakers-item .speaker-inners .speaker--thumb img {
    width: 100%;
}

.speakers-item .speaker-inners .speaker--content {
    background: #ff3a46;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.speakers-item .speaker-inners .speaker--content .title,
      .speakers-item .speaker-inners .speaker--content .title a,
      .speakers-item .speaker-inners .speaker--content span {
    color: #ffffff;
    width: 100%;
}

.speakers-item .speaker-inners .speaker--content .title {
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

@media (min-width: 576px) {
    .speakers-item .speaker-inners .speaker--content span {
        font-size: 18px;
    }
}

.speakers-item .speaker-inners:hover .speaker--content {
    top: 0;
}

@media (min-width: 576px) {
    .speakers-item {
        width: 50%;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .speakers-item {
        width: 33.33%;
    }
}

@media (min-width: 576px) and (min-width: 768px) and (min-width: 1200px) {
    .speakers-item {
        width: 25%;
    }
}

/*Seminer-Tab Starts Here*/
.seminer-tab {
    justify-content: space-between;
    align-items: flex-start;
}

.seminer-tab .tab-menu {
    width: 270px;
}

.seminer-tab .tab-menu li {
    padding: 16px 10px;
    margin-bottom: 7px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #f0f6fd;
    color: #232323;
    text-align: center;
}

.seminer-tab .tab-menu li:last-child {
    margin-bottom: 0;
}

.seminer-tab .tab-menu li.active, .seminer-tab .tab-menu li:hover {
    background: #ff3a46;
    color: #ffffff;
}

@media (max-width: 767px) {
    .seminer-tab .tab-menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: -2.5px;
        margin-bottom: 20px;
    }

    .seminer-tab .tab-menu li {
        margin: 2.5px;
        padding: 10px 15px;
        justify-content: center;
    }
}

.seminer-tab .tab-area {
    width: calc(100% - 295px);
    padding: 60px;
    border: 1px solid #e5e5e5;
}

@media (min-width: 768px) and (max-width: 991px) {
    .seminer-tab .tab-area {
        padding: 40px 15px;
    }
}

@media (max-width: 767px) {
    .seminer-tab .tab-area {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .seminer-tab .tab-area {
        padding: 40px 20px;
    }
}

.seminer-area-2 {
    margin: 0 -15px -60px;
}

@media (max-width: 1199px) {
    .seminer-area-2 {
        margin-bottom: -40px;
    }
}

.seminer-item-2 {
    width: 50%;
    align-items: center;
    margin-bottom: 60px;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .seminer-item-2 {
        margin-bottom: 40px;
    }
}

.seminer-item-2 .seminer-thumb {
    width: 168px;
    height: 168px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.seminer-item-2 .seminer-thumb a {
    display: block;
}

.seminer-item-2 .seminer-thumb img {
    width: 100%;
}

.seminer-item-2 .seminer-content {
    padding-left: 20px;
    width: calc(100% - 168px);
}

.seminer-item-2 .seminer-content .title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.seminer-item-2 .seminer-content .title a:hover {
    color: #ff3a46;
}

.seminer-item-2 .seminer-content span {
    display: block;
    text-transform: capitalize;
}

.seminer-item-2 .seminer-content span i {
    color: #ff3a46;
    margin-right: 5px;
}

.seminer-item-2 .seminer-content .info {
    margin-bottom: 11px;
}

.seminer-item-2 .seminer-content .time,
    .seminer-item-2 .seminer-content .details {
    line-height: 1.5;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .seminer-item-2 .seminer-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .seminer-item-2 .seminer-thumb {
        margin: 0 auto 15px;
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .seminer-item-2 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .seminer-item-2 {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .seminer-item-2 .seminer-thumb {
        width: 100px;
        height: 100px;
    }

    .seminer-item-2 .seminer-content {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 425px) {
    .seminer-item-2 .seminer-thumb {
        margin: 0 auto 15px;
    }

    .seminer-item-2 .seminer-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}

/*Overview-Section Section Starts Here*/
.overview--content {
    padding-left: 75px;
    padding-right: 15px;
}

.overview--content .title {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .overview--content .title {
        line-height: 72px;
        margin-bottom: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .overview--content {
        padding-left: 40px;
    }

    .overview--content .title {
        font-size: 50px;
        line-height: 60px;
        margin-top: -12px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .overview--content .title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .overview--content {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .overview--content {
        padding: 0 15px;
    }

    .overview--content .title {
        text-align: center;
    }
}

.overview-item {
    max-width: 540px;
    margin-bottom: 50px;
}

.overview-item .overview-thumb {
    width: 75px;
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
    color: #ff3a46;
    font-family: "Poppins", sans-serif;
}

.overview-item .overview-content {
    width: calc(100% - 75px);
}

.overview-item .overview-content .subtitle {
    margin: 0;
    font-weight: 600;
    margin-bottom: 18px;
}

@media screen and (max-width: 399px) {
    .overview-item .overview-thumb {
        font-size: 40px;
        width: 40px;
    }

    .overview-item .overview-content {
        width: calc(100% - 40px);
    }
}

.overview-area {
    margin-bottom: -50px;
}

@media (max-width: 575px) {
    .overview-area {
        margin-bottom: -30px;
    }

    .overview-area .overview-item {
        margin-bottom: 30px;
    }
}

/*Hero Area Starts Here*/
.hero-area {
    padding: 200px 0 120px;
    text-align: center;
}

@media (min-width: 576px) {
    .hero-area {
        padding: 190px 0 100px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .hero-area {
        padding: 264px 0 158px;
    }
}

.hero-area * {
    position: relative;
    z-index: 1;
}

.hero-area .hero-title {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
    line-height: 46px;
}

@media (min-width: 576px) {
    .hero-area .hero-title {
        font-size: 42px;
        line-height: 55px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .hero-area .hero-title {
        font-size: 60px;
        line-height: 80px;
    }
}

.hero-area .breadcrumb {
    background: transparent;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.hero-area .breadcrumb li,
    .hero-area .breadcrumb li a {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.hero-area .breadcrumb li {
    padding: 5px;
    text-transform: capitalize;
}

.hero-area .breadcrumb li a::after {
    padding-left: 10px;
    content: ">";
    color: #ffffff;
}

.hero-area .breadcrumb li a:hover {
    color: #12cbc4;
}

@-webkit-keyframes round-4 {
    0% {
        -webkit-transform: translateX(-10px) scale(0.9);
        transform: translateX(-10px) scale(0.9);
    }

    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px);
    }
}

@keyframes round-4 {
    0% {
        -webkit-transform: translateX(-10px) scale(0.9);
        transform: translateX(-10px) scale(0.9);
    }

    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px);
    }
}

@-webkit-keyframes round-1 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes round-1 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes round-2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@keyframes round-2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
}

@-webkit-keyframes round-3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes round-3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes zigZag-1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes zigZag-1 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*Parallax Animation Starts Here*/
#stars {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 1182px 820px #FFF, 1912px 1035px #FFF, 266px 426px #FFF, 1810px 247px #FFF, 1999px 1176px #FFF, 1350px 120px #FFF, 414px 975px #FFF, 1318px 293px #FFF, 79px 989px #FFF, 357px 834px #FFF, 1px 1120px #FFF, 1436px 236px #FFF, 1357px 472px #FFF, 1405px 1149px #FFF, 998px 1037px #FFF, 985px 676px #FFF, 1222px 257px #FFF, 1033px 37px #FFF, 1157px 333px #FFF, 447px 1719px #FFF, 180px 249px #FFF, 674px 1030px #FFF, 1678px 1692px #FFF, 1990px 710px #FFF, 549px 1248px #FFF, 1632px 1875px #FFF, 561px 241px #FFF, 346px 785px #FFF, 1430px 1424px #FFF, 543px 1742px #FFF, 509px 1319px #FFF, 933px 1772px #FFF, 999px 836px #FFF, 1029px 823px #FFF, 94px 882px #FFF, 1502px 681px #FFF, 669px 1459px #FFF, 696px 577px #FFF, 1982px 1976px #FFF, 1790px 1203px #FFF, 740px 1381px #FFF, 264px 1513px #FFF, 1583px 515px #FFF, 1308px 811px #FFF, 222px 1913px #FFF, 1881px 467px #FFF, 1450px 86px #FFF, 216px 201px #FFF, 1698px 137px #FFF, 1431px 649px #FFF, 523px 1223px #FFF, 96px 1426px #FFF, 1214px 503px #FFF, 433px 879px #FFF, 1676px 978px #FFF, 717px 888px #FFF, 1628px 707px #FFF, 1586px 17px #FFF, 1273px 527px #FFF, 1104px 1892px #FFF, 1749px 1841px #FFF, 1246px 1184px #FFF, 1368px 478px #FFF, 1626px 1352px #FFF, 1186px 810px #FFF, 1446px 1250px #FFF, 1770px 1615px #FFF, 1314px 631px #FFF, 1786px 1354px #FFF, 1478px 1360px #FFF, 1982px 601px #FFF, 1729px 1481px #FFF, 1352px 1116px #FFF, 946px 1212px #FFF, 193px 1885px #FFF, 1122px 389px #FFF, 1645px 1916px #FFF, 1975px 16px #FFF, 866px 1322px #FFF, 606px 1535px #FFF, 839px 635px #FFF, 1499px 1540px #FFF, 261px 502px #FFF, 1900px 1802px #FFF, 596px 306px #FFF, 285px 1700px #FFF, 1760px 1153px #FFF, 1598px 729px #FFF, 1430px 477px #FFF, 1558px 323px #FFF, 39px 970px #FFF, 1725px 180px #FFF, 877px 723px #FFF, 440px 811px #FFF, 48px 476px #FFF, 1021px 1423px #FFF, 1447px 1685px #FFF, 691px 658px #FFF, 1458px 1656px #FFF, 769px 960px #FFF, 586px 352px #FFF, 200px 200px #FFF, 775px 1292px #FFF, 1274px 354px #FFF, 1795px 1977px #FFF, 1808px 234px #FFF, 1017px 1779px #FFF, 1627px 742px #FFF, 1503px 839px #FFF, 1723px 1187px #FFF, 1280px 1705px #FFF, 1902px 1452px #FFF, 1929px 607px #FFF, 704px 1408px #FFF, 776px 1860px #FFF, 1785px 970px #FFF, 1908px 1107px #FFF, 700px 473px #FFF, 146px 661px #FFF, 256px 1902px #FFF, 1177px 551px #FFF, 1009px 1304px #FFF, 69px 377px #FFF, 1727px 406px #FFF, 570px 1208px #FFF, 1249px 602px #FFF, 1702px 297px #FFF, 1068px 239px #FFF, 224px 1428px #FFF, 1533px 1206px #FFF, 563px 1510px #FFF, 1770px 437px #FFF, 1968px 1537px #FFF, 1523px 1981px #FFF, 877px 940px #FFF, 1872px 744px #FFF, 584px 62px #FFF, 1128px 1274px #FFF, 642px 477px #FFF, 1273px 191px #FFF, 1894px 1177px #FFF, 1568px 1849px #FFF, 1516px 599px #FFF, 134px 917px #FFF, 565px 1849px #FFF, 1418px 17px #FFF, 1563px 1071px #FFF, 1454px 1728px #FFF, 1722px 230px #FFF, 762px 1499px #FFF, 1901px 1908px #FFF, 1090px 1554px #FFF, 1085px 1814px #FFF, 469px 958px #FFF, 1672px 1112px #FFF, 821px 1873px #FFF, 156px 1315px #FFF, 1505px 1910px #FFF, 1535px 1414px #FFF, 1891px 1867px #FFF, 1306px 240px #FFF, 876px 471px #FFF, 1855px 1905px #FFF, 553px 996px #FFF, 831px 18px #FFF, 667px 1198px #FFF, 1399px 694px #FFF, 1230px 355px #FFF, 725px 1293px #FFF, 576px 966px #FFF, 453px 530px #FFF, 457px 611px #FFF, 358px 1170px #FFF, 1686px 1783px #FFF, 327px 232px #FFF, 1724px 77px #FFF, 999px 1933px #FFF, 1799px 1171px #FFF, 821px 514px #FFF, 72px 348px #FFF, 506px 1730px #FFF, 1399px 1048px #FFF, 1545px 766px #FFF, 1101px 269px #FFF, 182px 411px #FFF, 167px 394px #FFF, 243px 872px #FFF, 1198px 1590px #FFF, 374px 697px #FFF, 1242px 1154px #FFF, 1274px 1944px #FFF, 53px 1500px #FFF, 1317px 72px #FFF, 1587px 642px #FFF, 998px 1845px #FFF, 1334px 1552px #FFF, 1149px 1728px #FFF, 1819px 390px #FFF, 1485px 1832px #FFF, 237px 1280px #FFF, 1596px 1846px #FFF, 1461px 136px #FFF, 1457px 1922px #FFF, 1213px 556px #FFF, 570px 1634px #FFF, 373px 1172px #FFF, 440px 1218px #FFF, 51px 1692px #FFF, 1261px 1219px #FFF, 959px 849px #FFF, 8px 1150px #FFF, 1414px 1502px #FFF, 1968px 1859px #FFF, 1152px 305px #FFF, 1180px 1480px #FFF, 1574px 338px #FFF, 363px 1808px #FFF, 692px 671px #FFF, 322px 609px #FFF, 1968px 51px #FFF, 1584px 1979px #FFF, 1226px 755px #FFF, 1148px 750px #FFF, 944px 813px #FFF, 1862px 402px #FFF, 1379px 1918px #FFF, 1937px 619px #FFF, 1329px 905px #FFF, 1301px 1770px #FFF, 1085px 1714px #FFF, 1589px 817px #FFF, 456px 983px #FFF, 1436px 56px #FFF, 1908px 1536px #FFF, 363px 1932px #FFF, 182px 949px #FFF, 600px 324px #FFF, 1485px 1444px #FFF, 1583px 28px #FFF, 1258px 32px #FFF, 1786px 342px #FFF, 1765px 359px #FFF, 689px 262px #FFF, 840px 614px #FFF, 88px 1133px #FFF, 60px 1319px #FFF, 1129px 1099px #FFF, 406px 667px #FFF, 1604px 1818px #FFF, 999px 1545px #FFF, 1564px 1891px #FFF, 1941px 294px #FFF, 1801px 1585px #FFF, 1341px 105px #FFF, 1690px 490px #FFF, 1000px 822px #FFF, 1453px 999px #FFF, 1286px 1645px #FFF, 744px 1833px #FFF, 625px 1752px #FFF, 52px 542px #FFF, 1049px 709px #FFF, 1504px 46px #FFF, 388px 651px #FFF, 1958px 1444px #FFF, 1315px 1606px #FFF, 579px 1223px #FFF, 1820px 1376px #FFF, 241px 23px #FFF, 343px 1985px #FFF, 1261px 1080px #FFF, 1496px 546px #FFF, 1188px 730px #FFF, 1546px 1865px #FFF, 1481px 548px #FFF, 1274px 1196px #FFF, 799px 131px #FFF, 1516px 1242px #FFF, 978px 1533px #FFF, 1954px 1553px #FFF, 263px 589px #FFF, 921px 1471px #FFF, 1698px 1228px #FFF, 1733px 1869px #FFF, 1398px 1382px #FFF, 1719px 471px #FFF, 1933px 124px #FFF, 156px 1310px #FFF, 31px 1665px #FFF, 1017px 1400px #FFF, 1359px 627px #FFF, 1788px 728px #FFF, 160px 826px #FFF, 1037px 440px #FFF, 1225px 492px #FFF, 1187px 431px #FFF, 1400px 397px #FFF, 882px 1961px #FFF, 1311px 1166px #FFF, 215px 1563px #FFF, 631px 1506px #FFF, 1583px 1376px #FFF, 1899px 1547px #FFF, 1721px 596px #FFF, 1907px 1350px #FFF, 31px 1660px #FFF, 1420px 579px #FFF, 70px 1847px #FFF, 633px 280px #FFF, 1624px 1143px #FFF, 1322px 401px #FFF, 1882px 1319px #FFF, 1198px 1090px #FFF, 1205px 347px #FFF, 1789px 968px #FFF, 198px 526px #FFF, 1443px 81px #FFF, 1429px 732px #FFF, 854px 1644px #FFF, 693px 616px #FFF, 1959px 239px #FFF, 928px 640px #FFF, 541px 1838px #FFF, 799px 848px #FFF, 1056px 660px #FFF, 1693px 1942px #FFF, 894px 1399px #FFF, 1654px 1316px #FFF, 1435px 112px #FFF, 392px 441px #FFF, 433px 243px #FFF, 1622px 617px #FFF, 622px 1500px #FFF, 1959px 842px #FFF, 1708px 1094px #FFF, 1819px 1031px #FFF, 408px 1392px #FFF, 1052px 1320px #FFF, 822px 1509px #FFF, 891px 1646px #FFF, 1957px 591px #FFF, 770px 1038px #FFF, 631px 355px #FFF, 1540px 1268px #FFF, 117px 780px #FFF, 1629px 895px #FFF, 221px 1846px #FFF, 298px 1431px #FFF, 544px 1620px #FFF, 391px 1244px #FFF, 317px 138px #FFF, 175px 1663px #FFF, 1283px 846px #FFF, 242px 1084px #FFF, 1719px 1009px #FFF, 605px 1805px #FFF, 1695px 1373px #FFF, 466px 939px #FFF, 716px 1172px #FFF, 846px 954px #FFF, 360px 1228px #FFF, 969px 1571px #FFF, 1530px 999px #FFF, 1501px 835px #FFF, 376px 1885px #FFF, 1430px 856px #FFF, 1511px 1421px #FFF, 447px 462px #FFF, 991px 686px #FFF, 251px 227px #FFF, 712px 1653px #FFF, 1723px 918px #FFF, 1991px 1697px #FFF, 589px 227px #FFF, 1107px 1436px #FFF, 198px 1574px #FFF, 1159px 1993px #FFF, 1156px 782px #FFF, 895px 1525px #FFF, 4px 1578px #FFF, 1242px 1165px #FFF, 996px 145px #FFF, 913px 477px #FFF, 376px 1121px #FFF, 969px 360px #FFF, 983px 939px #FFF, 1302px 679px #FFF, 850px 385px #FFF, 877px 1821px #FFF, 1068px 30px #FFF, 492px 349px #FFF, 216px 1396px #FFF, 854px 1929px #FFF, 1820px 1755px #FFF, 614px 40px #FFF, 1029px 1524px #FFF, 38px 1184px #FFF, 1645px 968px #FFF, 432px 987px #FFF, 1824px 195px #FFF, 1835px 503px #FFF, 1142px 380px #FFF, 183px 1174px #FFF, 20px 455px #FFF, 642px 977px #FFF, 408px 1066px #FFF, 1159px 1869px #FFF, 1422px 713px #FFF, 872px 879px #FFF, 650px 1769px #FFF, 946px 19px #FFF, 910px 1961px #FFF, 1036px 1034px #FFF, 42px 271px #FFF, 1891px 1584px #FFF, 7px 1864px #FFF, 31px 652px #FFF, 51px 183px #FFF, 1934px 1131px #FFF, 133px 1275px #FFF, 1681px 1996px #FFF, 1176px 277px #FFF, 730px 1327px #FFF, 941px 1014px #FFF, 1223px 898px #FFF, 372px 1071px #FFF, 538px 1421px #FFF, 273px 984px #FFF, 1957px 134px #FFF, 1647px 606px #FFF, 170px 1165px #FFF, 1920px 577px #FFF, 135px 1883px #FFF, 1966px 1513px #FFF, 80px 1389px #FFF, 178px 1975px #FFF, 1039px 1556px #FFF, 342px 326px #FFF, 1149px 759px #FFF, 1072px 902px #FFF, 945px 136px #FFF, 1219px 1142px #FFF, 733px 422px #FFF, 459px 289px #FFF, 190px 1220px #FFF, 182px 1743px #FFF, 65px 772px #FFF, 886px 535px #FFF, 1805px 1685px #FFF, 6px 586px #FFF, 491px 1545px #FFF, 450px 934px #FFF, 583px 1916px #FFF, 1535px 1487px #FFF, 913px 757px #FFF, 1665px 1429px #FFF, 1919px 1543px #FFF, 204px 1235px #FFF, 303px 1202px #FFF, 1922px 531px #FFF, 1607px 819px #FFF, 1872px 1827px #FFF, 1627px 21px #FFF, 1882px 705px #FFF, 789px 491px #FFF, 850px 650px #FFF, 404px 1388px #FFF, 801px 1136px #FFF, 1186px 222px #FFF, 92px 1124px #FFF, 1526px 1447px #FFF, 1708px 1621px #FFF, 292px 744px #FFF, 1441px 1511px #FFF, 80px 1139px #FFF, 1082px 107px #FFF, 781px 1358px #FFF, 121px 155px #FFF, 251px 1079px #FFF, 309px 1155px #FFF, 1781px 1151px #FFF, 1614px 1693px #FFF, 223px 1588px #FFF, 11px 1475px #FFF, 1831px 1048px #FFF, 1857px 1916px #FFF, 1591px 1619px #FFF, 1752px 1506px #FFF, 1026px 1030px #FFF, 1835px 1508px #FFF, 555px 390px #FFF, 21px 607px #FFF, 1420px 185px #FFF, 497px 1868px #FFF, 620px 1048px #FFF, 1916px 36px #FFF, 710px 61px #FFF, 730px 1285px #FFF, 1881px 1732px #FFF, 764px 138px #FFF, 1823px 1169px #FFF, 1501px 732px #FFF, 1282px 1025px #FFF, 1780px 1945px #FFF, 1332px 1030px #FFF, 290px 1705px #FFF, 342px 488px #FFF, 314px 1093px #FFF, 1803px 1497px #FFF, 302px 1223px #FFF, 1811px 82px #FFF, 359px 702px #FFF, 276px 338px #FFF, 1430px 1735px #FFF, 861px 1245px #FFF, 69px 1074px #FFF, 1051px 1558px #FFF, 260px 1755px #FFF, 1217px 188px #FFF, 1677px 1351px #FFF, 596px 909px #FFF, 357px 953px #FFF, 939px 1768px #FFF, 587px 642px #FFF, 529px 344px #FFF, 1544px 1359px #FFF, 1880px 645px #FFF, 558px 1981px #FFF, 1849px 1033px #FFF, 55px 595px #FFF, 1484px 1086px #FFF, 1650px 344px #FFF, 817px 1319px #FFF, 792px 1747px #FFF, 1412px 1108px #FFF, 1794px 1485px #FFF, 1673px 1620px #FFF, 111px 1034px #FFF, 24px 1364px #FFF, 1271px 1326px #FFF, 79px 671px #FFF, 1473px 1936px #FFF, 1311px 396px #FFF, 1944px 46px #FFF, 290px 1585px #FFF, 1098px 959px #FFF, 689px 723px #FFF, 1812px 276px #FFF, 858px 457px #FFF, 1153px 908px #FFF, 1469px 1492px #FFF, 1991px 1600px #FFF, 1149px 1515px #FFF, 1881px 1675px #FFF, 551px 1104px #FFF, 1206px 69px #FFF, 926px 1052px #FFF, 1620px 449px #FFF, 573px 1113px #FFF, 2px 357px #FFF, 595px 1908px #FFF, 1736px 461px #FFF, 972px 640px #FFF, 1698px 1471px #FFF, 1288px 160px #FFF, 637px 1545px #FFF, 882px 878px #FFF, 1655px 408px #FFF, 1403px 735px #FFF, 743px 1551px #FFF, 1553px 455px #FFF, 550px 229px #FFF, 1520px 1926px #FFF, 569px 1570px #FFF, 1123px 1851px #FFF, 986px 249px #FFF, 1462px 818px #FFF, 582px 1753px #FFF, 155px 1445px #FFF, 1396px 1887px #FFF, 1994px 1016px #FFF, 32px 1333px #FFF, 1038px 1237px #FFF, 1169px 1209px #FFF, 1830px 96px #FFF, 651px 1925px #FFF, 590px 783px #FFF, 63px 1535px #FFF, 246px 1897px #FFF, 678px 1001px #FFF, 1334px 1910px #FFF, 1492px 1477px #FFF, 1286px 156px #FFF, 1123px 1333px #FFF, 871px 572px #FFF, 586px 1419px #FFF, 1219px 906px #FFF, 708px 1903px #FFF, 679px 890px #FFF, 27px 422px #FFF, 1551px 1px #FFF, 1385px 449px #FFF, 820px 1984px #FFF, 1322px 983px #FFF, 1219px 537px #FFF, 1611px 678px #FFF, 364px 59px #FFF, 1349px 1438px #FFF, 830px 1876px #FFF, 1035px 148px #FFF, 710px 596px #FFF, 59px 1009px #FFF, 275px 199px #FFF, 354px 530px #FFF, 759px 1487px #FFF, 1296px 696px #FFF, 18px 1673px #FFF, 889px 621px #FFF, 35px 1785px #FFF, 1369px 1638px #FFF, 355px 1816px #FFF, 1808px 1393px #FFF, 259px 571px #FFF, 863px 1655px #FFF, 1611px 354px #FFF, 1103px 949px #FFF, 1784px 566px #FFF, 352px 476px #FFF, 655px 520px #FFF, 347px 1167px #FFF, 1159px 499px #FFF, 102px 827px #FFF, 432px 155px #FFF, 232px 829px #FFF, 833px 1899px #FFF, 1578px 1877px #FFF, 124px 1715px #FFF, 1143px 999px #FFF, 398px 258px #FFF, 1323px 844px #FFF, 1795px 661px #FFF, 86px 1658px #FFF, 823px 407px #FFF, 846px 131px #FFF, 1109px 1149px #FFF, 1006px 1326px #FFF, 1385px 1730px #FFF, 258px 84px #FFF, 1026px 1000px #FFF, 1895px 1472px #FFF, 1568px 1895px #FFF, 514px 1790px #FFF, 996px 1748px #FFF, 1517px 853px #FFF, 1825px 604px #FFF, 731px 527px #FFF, 488px 1808px #FFF, 956px 202px #FFF, 935px 1319px #FFF, 480px 431px #FFF, 1702px 483px #FFF, 910px 196px #FFF, 443px 1386px #FFF, 1547px 1465px #FFF, 416px 13px #FFF, 665px 1792px #FFF, 721px 1523px #FFF, 510px 44px #FFF, 1832px 1836px #FFF, 1513px 1813px #FFF, 1999px 1446px #FFF, 1285px 841px #FFF, 1118px 555px #FFF, 1190px 941px #FFF, 1925px 223px #FFF, 720px 214px #FFF, 1127px 798px #FFF, 1522px 1642px #FFF, 239px 406px #FFF, 960px 807px #FFF, 316px 855px #FFF, 422px 105px #FFF, 1893px 581px #FFF, 290px 141px #FFF, 543px 329px #FFF, 1573px 281px #FFF, 1160px 1799px #FFF, 245px 1265px #FFF, 1407px 125px #FFF, 1967px 1468px #FFF, 1064px 366px #FFF, 1091px 1042px #FFF, 1871px 397px #FFF, 1755px 1155px #FFF, 1708px 1415px #FFF, 631px 23px #FFF, 69px 1809px #FFF, 1177px 1196px #FFF, 217px 437px #FFF, 1225px 1667px #FFF;
    animation: animStar 50s linear infinite;
}

#stars:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 1182px 820px #FFF, 1912px 1035px #FFF, 266px 426px #FFF, 1810px 247px #FFF, 1999px 1176px #FFF, 1350px 120px #FFF, 414px 975px #FFF, 1318px 293px #FFF, 79px 989px #FFF, 357px 834px #FFF, 1px 1120px #FFF, 1436px 236px #FFF, 1357px 472px #FFF, 1405px 1149px #FFF, 998px 1037px #FFF, 985px 676px #FFF, 1222px 257px #FFF, 1033px 37px #FFF, 1157px 333px #FFF, 447px 1719px #FFF, 180px 249px #FFF, 674px 1030px #FFF, 1678px 1692px #FFF, 1990px 710px #FFF, 549px 1248px #FFF, 1632px 1875px #FFF, 561px 241px #FFF, 346px 785px #FFF, 1430px 1424px #FFF, 543px 1742px #FFF, 509px 1319px #FFF, 933px 1772px #FFF, 999px 836px #FFF, 1029px 823px #FFF, 94px 882px #FFF, 1502px 681px #FFF, 669px 1459px #FFF, 696px 577px #FFF, 1982px 1976px #FFF, 1790px 1203px #FFF, 740px 1381px #FFF, 264px 1513px #FFF, 1583px 515px #FFF, 1308px 811px #FFF, 222px 1913px #FFF, 1881px 467px #FFF, 1450px 86px #FFF, 216px 201px #FFF, 1698px 137px #FFF, 1431px 649px #FFF, 523px 1223px #FFF, 96px 1426px #FFF, 1214px 503px #FFF, 433px 879px #FFF, 1676px 978px #FFF, 717px 888px #FFF, 1628px 707px #FFF, 1586px 17px #FFF, 1273px 527px #FFF, 1104px 1892px #FFF, 1749px 1841px #FFF, 1246px 1184px #FFF, 1368px 478px #FFF, 1626px 1352px #FFF, 1186px 810px #FFF, 1446px 1250px #FFF, 1770px 1615px #FFF, 1314px 631px #FFF, 1786px 1354px #FFF, 1478px 1360px #FFF, 1982px 601px #FFF, 1729px 1481px #FFF, 1352px 1116px #FFF, 946px 1212px #FFF, 193px 1885px #FFF, 1122px 389px #FFF, 1645px 1916px #FFF, 1975px 16px #FFF, 866px 1322px #FFF, 606px 1535px #FFF, 839px 635px #FFF, 1499px 1540px #FFF, 261px 502px #FFF, 1900px 1802px #FFF, 596px 306px #FFF, 285px 1700px #FFF, 1760px 1153px #FFF, 1598px 729px #FFF, 1430px 477px #FFF, 1558px 323px #FFF, 39px 970px #FFF, 1725px 180px #FFF, 877px 723px #FFF, 440px 811px #FFF, 48px 476px #FFF, 1021px 1423px #FFF, 1447px 1685px #FFF, 691px 658px #FFF, 1458px 1656px #FFF, 769px 960px #FFF, 586px 352px #FFF, 200px 200px #FFF, 775px 1292px #FFF, 1274px 354px #FFF, 1795px 1977px #FFF, 1808px 234px #FFF, 1017px 1779px #FFF, 1627px 742px #FFF, 1503px 839px #FFF, 1723px 1187px #FFF, 1280px 1705px #FFF, 1902px 1452px #FFF, 1929px 607px #FFF, 704px 1408px #FFF, 776px 1860px #FFF, 1785px 970px #FFF, 1908px 1107px #FFF, 700px 473px #FFF, 146px 661px #FFF, 256px 1902px #FFF, 1177px 551px #FFF, 1009px 1304px #FFF, 69px 377px #FFF, 1727px 406px #FFF, 570px 1208px #FFF, 1249px 602px #FFF, 1702px 297px #FFF, 1068px 239px #FFF, 224px 1428px #FFF, 1533px 1206px #FFF, 563px 1510px #FFF, 1770px 437px #FFF, 1968px 1537px #FFF, 1523px 1981px #FFF, 877px 940px #FFF, 1872px 744px #FFF, 584px 62px #FFF, 1128px 1274px #FFF, 642px 477px #FFF, 1273px 191px #FFF, 1894px 1177px #FFF, 1568px 1849px #FFF, 1516px 599px #FFF, 134px 917px #FFF, 565px 1849px #FFF, 1418px 17px #FFF, 1563px 1071px #FFF, 1454px 1728px #FFF, 1722px 230px #FFF, 762px 1499px #FFF, 1901px 1908px #FFF, 1090px 1554px #FFF, 1085px 1814px #FFF, 469px 958px #FFF, 1672px 1112px #FFF, 821px 1873px #FFF, 156px 1315px #FFF, 1505px 1910px #FFF, 1535px 1414px #FFF, 1891px 1867px #FFF, 1306px 240px #FFF, 876px 471px #FFF, 1855px 1905px #FFF, 553px 996px #FFF, 831px 18px #FFF, 667px 1198px #FFF, 1399px 694px #FFF, 1230px 355px #FFF, 725px 1293px #FFF, 576px 966px #FFF, 453px 530px #FFF, 457px 611px #FFF, 358px 1170px #FFF, 1686px 1783px #FFF, 327px 232px #FFF, 1724px 77px #FFF, 999px 1933px #FFF, 1799px 1171px #FFF, 821px 514px #FFF, 72px 348px #FFF, 506px 1730px #FFF, 1399px 1048px #FFF, 1545px 766px #FFF, 1101px 269px #FFF, 182px 411px #FFF, 167px 394px #FFF, 243px 872px #FFF, 1198px 1590px #FFF, 374px 697px #FFF, 1242px 1154px #FFF, 1274px 1944px #FFF, 53px 1500px #FFF, 1317px 72px #FFF, 1587px 642px #FFF, 998px 1845px #FFF, 1334px 1552px #FFF, 1149px 1728px #FFF, 1819px 390px #FFF, 1485px 1832px #FFF, 237px 1280px #FFF, 1596px 1846px #FFF, 1461px 136px #FFF, 1457px 1922px #FFF, 1213px 556px #FFF, 570px 1634px #FFF, 373px 1172px #FFF, 440px 1218px #FFF, 51px 1692px #FFF, 1261px 1219px #FFF, 959px 849px #FFF, 8px 1150px #FFF, 1414px 1502px #FFF, 1968px 1859px #FFF, 1152px 305px #FFF, 1180px 1480px #FFF, 1574px 338px #FFF, 363px 1808px #FFF, 692px 671px #FFF, 322px 609px #FFF, 1968px 51px #FFF, 1584px 1979px #FFF, 1226px 755px #FFF, 1148px 750px #FFF, 944px 813px #FFF, 1862px 402px #FFF, 1379px 1918px #FFF, 1937px 619px #FFF, 1329px 905px #FFF, 1301px 1770px #FFF, 1085px 1714px #FFF, 1589px 817px #FFF, 456px 983px #FFF, 1436px 56px #FFF, 1908px 1536px #FFF, 363px 1932px #FFF, 182px 949px #FFF, 600px 324px #FFF, 1485px 1444px #FFF, 1583px 28px #FFF, 1258px 32px #FFF, 1786px 342px #FFF, 1765px 359px #FFF, 689px 262px #FFF, 840px 614px #FFF, 88px 1133px #FFF, 60px 1319px #FFF, 1129px 1099px #FFF, 406px 667px #FFF, 1604px 1818px #FFF, 999px 1545px #FFF, 1564px 1891px #FFF, 1941px 294px #FFF, 1801px 1585px #FFF, 1341px 105px #FFF, 1690px 490px #FFF, 1000px 822px #FFF, 1453px 999px #FFF, 1286px 1645px #FFF, 744px 1833px #FFF, 625px 1752px #FFF, 52px 542px #FFF, 1049px 709px #FFF, 1504px 46px #FFF, 388px 651px #FFF, 1958px 1444px #FFF, 1315px 1606px #FFF, 579px 1223px #FFF, 1820px 1376px #FFF, 241px 23px #FFF, 343px 1985px #FFF, 1261px 1080px #FFF, 1496px 546px #FFF, 1188px 730px #FFF, 1546px 1865px #FFF, 1481px 548px #FFF, 1274px 1196px #FFF, 799px 131px #FFF, 1516px 1242px #FFF, 978px 1533px #FFF, 1954px 1553px #FFF, 263px 589px #FFF, 921px 1471px #FFF, 1698px 1228px #FFF, 1733px 1869px #FFF, 1398px 1382px #FFF, 1719px 471px #FFF, 1933px 124px #FFF, 156px 1310px #FFF, 31px 1665px #FFF, 1017px 1400px #FFF, 1359px 627px #FFF, 1788px 728px #FFF, 160px 826px #FFF, 1037px 440px #FFF, 1225px 492px #FFF, 1187px 431px #FFF, 1400px 397px #FFF, 882px 1961px #FFF, 1311px 1166px #FFF, 215px 1563px #FFF, 631px 1506px #FFF, 1583px 1376px #FFF, 1899px 1547px #FFF, 1721px 596px #FFF, 1907px 1350px #FFF, 31px 1660px #FFF, 1420px 579px #FFF, 70px 1847px #FFF, 633px 280px #FFF, 1624px 1143px #FFF, 1322px 401px #FFF, 1882px 1319px #FFF, 1198px 1090px #FFF, 1205px 347px #FFF, 1789px 968px #FFF, 198px 526px #FFF, 1443px 81px #FFF, 1429px 732px #FFF, 854px 1644px #FFF, 693px 616px #FFF, 1959px 239px #FFF, 928px 640px #FFF, 541px 1838px #FFF, 799px 848px #FFF, 1056px 660px #FFF, 1693px 1942px #FFF, 894px 1399px #FFF, 1654px 1316px #FFF, 1435px 112px #FFF, 392px 441px #FFF, 433px 243px #FFF, 1622px 617px #FFF, 622px 1500px #FFF, 1959px 842px #FFF, 1708px 1094px #FFF, 1819px 1031px #FFF, 408px 1392px #FFF, 1052px 1320px #FFF, 822px 1509px #FFF, 891px 1646px #FFF, 1957px 591px #FFF, 770px 1038px #FFF, 631px 355px #FFF, 1540px 1268px #FFF, 117px 780px #FFF, 1629px 895px #FFF, 221px 1846px #FFF, 298px 1431px #FFF, 544px 1620px #FFF, 391px 1244px #FFF, 317px 138px #FFF, 175px 1663px #FFF, 1283px 846px #FFF, 242px 1084px #FFF, 1719px 1009px #FFF, 605px 1805px #FFF, 1695px 1373px #FFF, 466px 939px #FFF, 716px 1172px #FFF, 846px 954px #FFF, 360px 1228px #FFF, 969px 1571px #FFF, 1530px 999px #FFF, 1501px 835px #FFF, 376px 1885px #FFF, 1430px 856px #FFF, 1511px 1421px #FFF, 447px 462px #FFF, 991px 686px #FFF, 251px 227px #FFF, 712px 1653px #FFF, 1723px 918px #FFF, 1991px 1697px #FFF, 589px 227px #FFF, 1107px 1436px #FFF, 198px 1574px #FFF, 1159px 1993px #FFF, 1156px 782px #FFF, 895px 1525px #FFF, 4px 1578px #FFF, 1242px 1165px #FFF, 996px 145px #FFF, 913px 477px #FFF, 376px 1121px #FFF, 969px 360px #FFF, 983px 939px #FFF, 1302px 679px #FFF, 850px 385px #FFF, 877px 1821px #FFF, 1068px 30px #FFF, 492px 349px #FFF, 216px 1396px #FFF, 854px 1929px #FFF, 1820px 1755px #FFF, 614px 40px #FFF, 1029px 1524px #FFF, 38px 1184px #FFF, 1645px 968px #FFF, 432px 987px #FFF, 1824px 195px #FFF, 1835px 503px #FFF, 1142px 380px #FFF, 183px 1174px #FFF, 20px 455px #FFF, 642px 977px #FFF, 408px 1066px #FFF, 1159px 1869px #FFF, 1422px 713px #FFF, 872px 879px #FFF, 650px 1769px #FFF, 946px 19px #FFF, 910px 1961px #FFF, 1036px 1034px #FFF, 42px 271px #FFF, 1891px 1584px #FFF, 7px 1864px #FFF, 31px 652px #FFF, 51px 183px #FFF, 1934px 1131px #FFF, 133px 1275px #FFF, 1681px 1996px #FFF, 1176px 277px #FFF, 730px 1327px #FFF, 941px 1014px #FFF, 1223px 898px #FFF, 372px 1071px #FFF, 538px 1421px #FFF, 273px 984px #FFF, 1957px 134px #FFF, 1647px 606px #FFF, 170px 1165px #FFF, 1920px 577px #FFF, 135px 1883px #FFF, 1966px 1513px #FFF, 80px 1389px #FFF, 178px 1975px #FFF, 1039px 1556px #FFF, 342px 326px #FFF, 1149px 759px #FFF, 1072px 902px #FFF, 945px 136px #FFF, 1219px 1142px #FFF, 733px 422px #FFF, 459px 289px #FFF, 190px 1220px #FFF, 182px 1743px #FFF, 65px 772px #FFF, 886px 535px #FFF, 1805px 1685px #FFF, 6px 586px #FFF, 491px 1545px #FFF, 450px 934px #FFF, 583px 1916px #FFF, 1535px 1487px #FFF, 913px 757px #FFF, 1665px 1429px #FFF, 1919px 1543px #FFF, 204px 1235px #FFF, 303px 1202px #FFF, 1922px 531px #FFF, 1607px 819px #FFF, 1872px 1827px #FFF, 1627px 21px #FFF, 1882px 705px #FFF, 789px 491px #FFF, 850px 650px #FFF, 404px 1388px #FFF, 801px 1136px #FFF, 1186px 222px #FFF, 92px 1124px #FFF, 1526px 1447px #FFF, 1708px 1621px #FFF, 292px 744px #FFF, 1441px 1511px #FFF, 80px 1139px #FFF, 1082px 107px #FFF, 781px 1358px #FFF, 121px 155px #FFF, 251px 1079px #FFF, 309px 1155px #FFF, 1781px 1151px #FFF, 1614px 1693px #FFF, 223px 1588px #FFF, 11px 1475px #FFF, 1831px 1048px #FFF, 1857px 1916px #FFF, 1591px 1619px #FFF, 1752px 1506px #FFF, 1026px 1030px #FFF, 1835px 1508px #FFF, 555px 390px #FFF, 21px 607px #FFF, 1420px 185px #FFF, 497px 1868px #FFF, 620px 1048px #FFF, 1916px 36px #FFF, 710px 61px #FFF, 730px 1285px #FFF, 1881px 1732px #FFF, 764px 138px #FFF, 1823px 1169px #FFF, 1501px 732px #FFF, 1282px 1025px #FFF, 1780px 1945px #FFF, 1332px 1030px #FFF, 290px 1705px #FFF, 342px 488px #FFF, 314px 1093px #FFF, 1803px 1497px #FFF, 302px 1223px #FFF, 1811px 82px #FFF, 359px 702px #FFF, 276px 338px #FFF, 1430px 1735px #FFF, 861px 1245px #FFF, 69px 1074px #FFF, 1051px 1558px #FFF, 260px 1755px #FFF, 1217px 188px #FFF, 1677px 1351px #FFF, 596px 909px #FFF, 357px 953px #FFF, 939px 1768px #FFF, 587px 642px #FFF, 529px 344px #FFF, 1544px 1359px #FFF, 1880px 645px #FFF, 558px 1981px #FFF, 1849px 1033px #FFF, 55px 595px #FFF, 1484px 1086px #FFF, 1650px 344px #FFF, 817px 1319px #FFF, 792px 1747px #FFF, 1412px 1108px #FFF, 1794px 1485px #FFF, 1673px 1620px #FFF, 111px 1034px #FFF, 24px 1364px #FFF, 1271px 1326px #FFF, 79px 671px #FFF, 1473px 1936px #FFF, 1311px 396px #FFF, 1944px 46px #FFF, 290px 1585px #FFF, 1098px 959px #FFF, 689px 723px #FFF, 1812px 276px #FFF, 858px 457px #FFF, 1153px 908px #FFF, 1469px 1492px #FFF, 1991px 1600px #FFF, 1149px 1515px #FFF, 1881px 1675px #FFF, 551px 1104px #FFF, 1206px 69px #FFF, 926px 1052px #FFF, 1620px 449px #FFF, 573px 1113px #FFF, 2px 357px #FFF, 595px 1908px #FFF, 1736px 461px #FFF, 972px 640px #FFF, 1698px 1471px #FFF, 1288px 160px #FFF, 637px 1545px #FFF, 882px 878px #FFF, 1655px 408px #FFF, 1403px 735px #FFF, 743px 1551px #FFF, 1553px 455px #FFF, 550px 229px #FFF, 1520px 1926px #FFF, 569px 1570px #FFF, 1123px 1851px #FFF, 986px 249px #FFF, 1462px 818px #FFF, 582px 1753px #FFF, 155px 1445px #FFF, 1396px 1887px #FFF, 1994px 1016px #FFF, 32px 1333px #FFF, 1038px 1237px #FFF, 1169px 1209px #FFF, 1830px 96px #FFF, 651px 1925px #FFF, 590px 783px #FFF, 63px 1535px #FFF, 246px 1897px #FFF, 678px 1001px #FFF, 1334px 1910px #FFF, 1492px 1477px #FFF, 1286px 156px #FFF, 1123px 1333px #FFF, 871px 572px #FFF, 586px 1419px #FFF, 1219px 906px #FFF, 708px 1903px #FFF, 679px 890px #FFF, 27px 422px #FFF, 1551px 1px #FFF, 1385px 449px #FFF, 820px 1984px #FFF, 1322px 983px #FFF, 1219px 537px #FFF, 1611px 678px #FFF, 364px 59px #FFF, 1349px 1438px #FFF, 830px 1876px #FFF, 1035px 148px #FFF, 710px 596px #FFF, 59px 1009px #FFF, 275px 199px #FFF, 354px 530px #FFF, 759px 1487px #FFF, 1296px 696px #FFF, 18px 1673px #FFF, 889px 621px #FFF, 35px 1785px #FFF, 1369px 1638px #FFF, 355px 1816px #FFF, 1808px 1393px #FFF, 259px 571px #FFF, 863px 1655px #FFF, 1611px 354px #FFF, 1103px 949px #FFF, 1784px 566px #FFF, 352px 476px #FFF, 655px 520px #FFF, 347px 1167px #FFF, 1159px 499px #FFF, 102px 827px #FFF, 432px 155px #FFF, 232px 829px #FFF, 833px 1899px #FFF, 1578px 1877px #FFF, 124px 1715px #FFF, 1143px 999px #FFF, 398px 258px #FFF, 1323px 844px #FFF, 1795px 661px #FFF, 86px 1658px #FFF, 823px 407px #FFF, 846px 131px #FFF, 1109px 1149px #FFF, 1006px 1326px #FFF, 1385px 1730px #FFF, 258px 84px #FFF, 1026px 1000px #FFF, 1895px 1472px #FFF, 1568px 1895px #FFF, 514px 1790px #FFF, 996px 1748px #FFF, 1517px 853px #FFF, 1825px 604px #FFF, 731px 527px #FFF, 488px 1808px #FFF, 956px 202px #FFF, 935px 1319px #FFF, 480px 431px #FFF, 1702px 483px #FFF, 910px 196px #FFF, 443px 1386px #FFF, 1547px 1465px #FFF, 416px 13px #FFF, 665px 1792px #FFF, 721px 1523px #FFF, 510px 44px #FFF, 1832px 1836px #FFF, 1513px 1813px #FFF, 1999px 1446px #FFF, 1285px 841px #FFF, 1118px 555px #FFF, 1190px 941px #FFF, 1925px 223px #FFF, 720px 214px #FFF, 1127px 798px #FFF, 1522px 1642px #FFF, 239px 406px #FFF, 960px 807px #FFF, 316px 855px #FFF, 422px 105px #FFF, 1893px 581px #FFF, 290px 141px #FFF, 543px 329px #FFF, 1573px 281px #FFF, 1160px 1799px #FFF, 245px 1265px #FFF, 1407px 125px #FFF, 1967px 1468px #FFF, 1064px 366px #FFF, 1091px 1042px #FFF, 1871px 397px #FFF, 1755px 1155px #FFF, 1708px 1415px #FFF, 631px 23px #FFF, 69px 1809px #FFF, 1177px 1196px #FFF, 217px 437px #FFF, 1225px 1667px #FFF;
}

#stars2 {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1500px 35px #FFF, 1171px 896px #FFF, 230px 898px #FFF, 331px 121px #FFF, 1021px 1165px #FFF, 1322px 1466px #FFF, 399px 519px #FFF, 859px 1806px #FFF, 1591px 558px #FFF, 228px 1842px #FFF, 218px 1347px #FFF, 1679px 1635px #FFF, 605px 264px #FFF, 458px 1249px #FFF, 1117px 1343px #FFF, 236px 973px #FFF, 457px 742px #FFF, 1314px 1682px #FFF, 1046px 459px #FFF, 1592px 1211px #FFF, 299px 1492px #FFF, 819px 1435px #FFF, 793px 1574px #FFF, 628px 758px #FFF, 1468px 252px #FFF, 14px 249px #FFF, 1728px 1837px #FFF, 967px 1012px #FFF, 1368px 195px #FFF, 953px 1582px #FFF, 1859px 555px #FFF, 1717px 1858px #FFF, 1017px 612px #FFF, 1928px 386px #FFF, 671px 1770px #FFF, 1129px 347px #FFF, 300px 86px #FFF, 1854px 600px #FFF, 221px 1214px #FFF, 204px 1180px #FFF, 1509px 1612px #FFF, 1522px 74px #FFF, 1507px 424px #FFF, 362px 1474px #FFF, 524px 774px #FFF, 537px 1532px #FFF, 1999px 273px #FFF, 1949px 891px #FFF, 23px 1134px #FFF, 1727px 345px #FFF, 1275px 402px #FFF, 701px 1850px #FFF, 1282px 1885px #FFF, 1423px 1933px #FFF, 829px 10px #FFF, 1374px 1032px #FFF, 1771px 1987px #FFF, 225px 311px #FFF, 1295px 785px #FFF, 1568px 1908px #FFF, 1839px 146px #FFF, 1489px 1027px #FFF, 1494px 1926px #FFF, 748px 723px #FFF, 206px 852px #FFF, 87px 1238px #FFF, 1010px 1664px #FFF, 273px 82px #FFF, 204px 1091px #FFF, 391px 58px #FFF, 1639px 755px #FFF, 765px 1981px #FFF, 1612px 892px #FFF, 1928px 312px #FFF, 809px 342px #FFF, 1099px 1957px #FFF, 138px 911px #FFF, 191px 909px #FFF, 1922px 731px #FFF, 1586px 293px #FFF, 1877px 1662px #FFF, 1752px 1504px #FFF, 1118px 207px #FFF, 638px 1806px #FFF, 1902px 1699px #FFF, 26px 1741px #FFF, 190px 1382px #FFF, 607px 1224px #FFF, 357px 432px #FFF, 1384px 1644px #FFF, 593px 492px #FFF, 802px 93px #FFF, 1206px 719px #FFF, 1674px 154px #FFF, 1390px 1269px #FFF, 309px 28px #FFF, 1729px 1849px #FFF, 738px 1227px #FFF, 1739px 1463px #FFF, 947px 401px #FFF, 1974px 1318px #FFF, 1363px 1944px #FFF, 1108px 1486px #FFF, 403px 93px #FFF, 1335px 1301px #FFF, 1396px 1781px #FFF, 811px 1068px #FFF, 216px 631px #FFF, 1207px 103px #FFF, 1527px 880px #FFF, 441px 909px #FFF, 290px 1909px #FFF, 1347px 669px #FFF, 1245px 41px #FFF, 729px 821px #FFF, 819px 988px #FFF, 302px 872px #FFF, 1156px 1340px #FFF, 1546px 834px #FFF, 808px 79px #FFF, 656px 228px #FFF, 1530px 100px #FFF, 55px 851px #FFF, 1143px 39px #FFF, 449px 290px #FFF, 1991px 220px #FFF, 891px 300px #FFF, 256px 893px #FFF, 1718px 1049px #FFF, 186px 548px #FFF, 784px 809px #FFF, 205px 1664px #FFF, 1280px 336px #FFF, 1172px 360px #FFF, 1336px 1575px #FFF, 1465px 65px #FFF, 743px 1411px #FFF, 416px 1114px #FFF, 1581px 1383px #FFF, 366px 555px #FFF, 1947px 168px #FFF, 99px 650px #FFF, 191px 149px #FFF, 533px 1827px #FFF, 306px 1805px #FFF, 697px 843px #FFF, 220px 549px #FFF, 1668px 566px #FFF, 1004px 1439px #FFF, 1402px 88px #FFF, 1066px 1255px #FFF, 1259px 634px #FFF, 872px 351px #FFF, 624px 1679px #FFF, 1413px 642px #FFF, 744px 1147px #FFF, 1192px 100px #FFF, 1083px 290px #FFF, 221px 470px #FFF, 1370px 696px #FFF, 1321px 1130px #FFF, 1598px 1047px #FFF, 1265px 1977px #FFF, 99px 1189px #FFF, 972px 451px #FFF, 526px 1537px #FFF, 1076px 1145px #FFF, 1115px 655px #FFF, 594px 1176px #FFF, 1370px 919px #FFF, 1113px 420px #FFF, 439px 808px #FFF, 1296px 686px #FFF, 1925px 1054px #FFF, 621px 506px #FFF, 855px 780px #FFF, 1072px 1892px #FFF, 1115px 795px #FFF, 1946px 1086px #FFF, 451px 1443px #FFF, 903px 1576px #FFF, 150px 441px #FFF, 623px 178px #FFF, 1410px 378px #FFF, 1664px 1174px #FFF, 1923px 242px #FFF, 1498px 1254px #FFF, 305px 690px #FFF, 86px 994px #FFF, 1658px 1258px #FFF, 515px 347px #FFF, 122px 1765px #FFF, 1558px 296px #FFF, 689px 4px #FFF, 928px 805px #FFF, 1654px 1567px #FFF, 802px 413px #FFF, 1078px 709px #FFF, 1824px 997px #FFF, 584px 1350px #FFF;
    animation: animStar 100s linear infinite;
}

#stars2:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1500px 35px #FFF, 1171px 896px #FFF, 230px 898px #FFF, 331px 121px #FFF, 1021px 1165px #FFF, 1322px 1466px #FFF, 399px 519px #FFF, 859px 1806px #FFF, 1591px 558px #FFF, 228px 1842px #FFF, 218px 1347px #FFF, 1679px 1635px #FFF, 605px 264px #FFF, 458px 1249px #FFF, 1117px 1343px #FFF, 236px 973px #FFF, 457px 742px #FFF, 1314px 1682px #FFF, 1046px 459px #FFF, 1592px 1211px #FFF, 299px 1492px #FFF, 819px 1435px #FFF, 793px 1574px #FFF, 628px 758px #FFF, 1468px 252px #FFF, 14px 249px #FFF, 1728px 1837px #FFF, 967px 1012px #FFF, 1368px 195px #FFF, 953px 1582px #FFF, 1859px 555px #FFF, 1717px 1858px #FFF, 1017px 612px #FFF, 1928px 386px #FFF, 671px 1770px #FFF, 1129px 347px #FFF, 300px 86px #FFF, 1854px 600px #FFF, 221px 1214px #FFF, 204px 1180px #FFF, 1509px 1612px #FFF, 1522px 74px #FFF, 1507px 424px #FFF, 362px 1474px #FFF, 524px 774px #FFF, 537px 1532px #FFF, 1999px 273px #FFF, 1949px 891px #FFF, 23px 1134px #FFF, 1727px 345px #FFF, 1275px 402px #FFF, 701px 1850px #FFF, 1282px 1885px #FFF, 1423px 1933px #FFF, 829px 10px #FFF, 1374px 1032px #FFF, 1771px 1987px #FFF, 225px 311px #FFF, 1295px 785px #FFF, 1568px 1908px #FFF, 1839px 146px #FFF, 1489px 1027px #FFF, 1494px 1926px #FFF, 748px 723px #FFF, 206px 852px #FFF, 87px 1238px #FFF, 1010px 1664px #FFF, 273px 82px #FFF, 204px 1091px #FFF, 391px 58px #FFF, 1639px 755px #FFF, 765px 1981px #FFF, 1612px 892px #FFF, 1928px 312px #FFF, 809px 342px #FFF, 1099px 1957px #FFF, 138px 911px #FFF, 191px 909px #FFF, 1922px 731px #FFF, 1586px 293px #FFF, 1877px 1662px #FFF, 1752px 1504px #FFF, 1118px 207px #FFF, 638px 1806px #FFF, 1902px 1699px #FFF, 26px 1741px #FFF, 190px 1382px #FFF, 607px 1224px #FFF, 357px 432px #FFF, 1384px 1644px #FFF, 593px 492px #FFF, 802px 93px #FFF, 1206px 719px #FFF, 1674px 154px #FFF, 1390px 1269px #FFF, 309px 28px #FFF, 1729px 1849px #FFF, 738px 1227px #FFF, 1739px 1463px #FFF, 947px 401px #FFF, 1974px 1318px #FFF, 1363px 1944px #FFF, 1108px 1486px #FFF, 403px 93px #FFF, 1335px 1301px #FFF, 1396px 1781px #FFF, 811px 1068px #FFF, 216px 631px #FFF, 1207px 103px #FFF, 1527px 880px #FFF, 441px 909px #FFF, 290px 1909px #FFF, 1347px 669px #FFF, 1245px 41px #FFF, 729px 821px #FFF, 819px 988px #FFF, 302px 872px #FFF, 1156px 1340px #FFF, 1546px 834px #FFF, 808px 79px #FFF, 656px 228px #FFF, 1530px 100px #FFF, 55px 851px #FFF, 1143px 39px #FFF, 449px 290px #FFF, 1991px 220px #FFF, 891px 300px #FFF, 256px 893px #FFF, 1718px 1049px #FFF, 186px 548px #FFF, 784px 809px #FFF, 205px 1664px #FFF, 1280px 336px #FFF, 1172px 360px #FFF, 1336px 1575px #FFF, 1465px 65px #FFF, 743px 1411px #FFF, 416px 1114px #FFF, 1581px 1383px #FFF, 366px 555px #FFF, 1947px 168px #FFF, 99px 650px #FFF, 191px 149px #FFF, 533px 1827px #FFF, 306px 1805px #FFF, 697px 843px #FFF, 220px 549px #FFF, 1668px 566px #FFF, 1004px 1439px #FFF, 1402px 88px #FFF, 1066px 1255px #FFF, 1259px 634px #FFF, 872px 351px #FFF, 624px 1679px #FFF, 1413px 642px #FFF, 744px 1147px #FFF, 1192px 100px #FFF, 1083px 290px #FFF, 221px 470px #FFF, 1370px 696px #FFF, 1321px 1130px #FFF, 1598px 1047px #FFF, 1265px 1977px #FFF, 99px 1189px #FFF, 972px 451px #FFF, 526px 1537px #FFF, 1076px 1145px #FFF, 1115px 655px #FFF, 594px 1176px #FFF, 1370px 919px #FFF, 1113px 420px #FFF, 439px 808px #FFF, 1296px 686px #FFF, 1925px 1054px #FFF, 621px 506px #FFF, 855px 780px #FFF, 1072px 1892px #FFF, 1115px 795px #FFF, 1946px 1086px #FFF, 451px 1443px #FFF, 903px 1576px #FFF, 150px 441px #FFF, 623px 178px #FFF, 1410px 378px #FFF, 1664px 1174px #FFF, 1923px 242px #FFF, 1498px 1254px #FFF, 305px 690px #FFF, 86px 994px #FFF, 1658px 1258px #FFF, 515px 347px #FFF, 122px 1765px #FFF, 1558px 296px #FFF, 689px 4px #FFF, 928px 805px #FFF, 1654px 1567px #FFF, 802px 413px #FFF, 1078px 709px #FFF, 1824px 997px #FFF, 584px 1350px #FFF;
}

#stars3 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 88px 93px #FFF, 1734px 1378px #FFF, 1122px 629px #FFF, 304px 849px #FFF, 1785px 1870px #FFF, 1807px 830px #FFF, 1448px 386px #FFF, 818px 1681px #FFF, 1591px 1524px #FFF, 629px 961px #FFF, 1986px 1663px #FFF, 1718px 1718px #FFF, 1587px 678px #FFF, 1285px 664px #FFF, 1896px 1589px #FFF, 1425px 1599px #FFF, 434px 57px #FFF, 114px 713px #FFF, 1939px 584px #FFF, 727px 1754px #FFF, 580px 1684px #FFF, 1251px 1829px #FFF, 536px 1022px #FFF, 740px 301px #FFF, 1049px 84px #FFF, 1270px 1523px #FFF, 940px 457px #FFF, 53px 141px #FFF, 971px 36px #FFF, 815px 1142px #FFF, 70px 1410px #FFF, 1678px 866px #FFF, 151px 915px #FFF, 1419px 1411px #FFF, 1px 1067px #FFF, 1370px 987px #FFF, 1929px 943px #FFF, 264px 1016px #FFF, 440px 1231px #FFF, 251px 1713px #FFF, 722px 838px #FFF, 1183px 144px #FFF, 1357px 1775px #FFF, 1109px 1647px #FFF, 403px 57px #FFF, 967px 487px #FFF, 1771px 1081px #FFF, 1967px 643px #FFF, 123px 1478px #FFF, 764px 1181px #FFF, 1165px 396px #FFF, 1174px 1586px #FFF, 1024px 1612px #FFF, 240px 997px #FFF, 13px 446px #FFF, 1161px 1879px #FFF, 517px 945px #FFF, 1231px 1844px #FFF, 617px 759px #FFF, 1446px 878px #FFF, 1863px 1481px #FFF, 1276px 366px #FFF, 775px 1635px #FFF, 1733px 1920px #FFF, 459px 889px #FFF, 857px 950px #FFF, 395px 1701px #FFF, 1266px 1298px #FFF, 1520px 135px #FFF, 461px 1441px #FFF, 374px 12px #FFF, 1101px 549px #FFF, 202px 1382px #FFF, 825px 659px #FFF, 1821px 1894px #FFF, 818px 294px #FFF, 588px 613px #FFF, 773px 873px #FFF, 1838px 1477px #FFF, 1032px 1733px #FFF, 263px 1399px #FFF, 1167px 1982px #FFF, 685px 958px #FFF, 1717px 1276px #FFF, 1267px 1102px #FFF, 1374px 121px #FFF, 775px 381px #FFF, 1317px 411px #FFF, 1154px 1536px #FFF, 1458px 390px #FFF, 1444px 454px #FFF, 252px 1761px #FFF, 1123px 1671px #FFF, 142px 652px #FFF, 99px 338px #FFF, 1357px 397px #FFF, 162px 1758px #FFF, 1799px 1472px #FFF, 1430px 503px #FFF, 658px 780px #FFF;
    animation: animStar 150s linear infinite;
}

#stars3:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 88px 93px #FFF, 1734px 1378px #FFF, 1122px 629px #FFF, 304px 849px #FFF, 1785px 1870px #FFF, 1807px 830px #FFF, 1448px 386px #FFF, 818px 1681px #FFF, 1591px 1524px #FFF, 629px 961px #FFF, 1986px 1663px #FFF, 1718px 1718px #FFF, 1587px 678px #FFF, 1285px 664px #FFF, 1896px 1589px #FFF, 1425px 1599px #FFF, 434px 57px #FFF, 114px 713px #FFF, 1939px 584px #FFF, 727px 1754px #FFF, 580px 1684px #FFF, 1251px 1829px #FFF, 536px 1022px #FFF, 740px 301px #FFF, 1049px 84px #FFF, 1270px 1523px #FFF, 940px 457px #FFF, 53px 141px #FFF, 971px 36px #FFF, 815px 1142px #FFF, 70px 1410px #FFF, 1678px 866px #FFF, 151px 915px #FFF, 1419px 1411px #FFF, 1px 1067px #FFF, 1370px 987px #FFF, 1929px 943px #FFF, 264px 1016px #FFF, 440px 1231px #FFF, 251px 1713px #FFF, 722px 838px #FFF, 1183px 144px #FFF, 1357px 1775px #FFF, 1109px 1647px #FFF, 403px 57px #FFF, 967px 487px #FFF, 1771px 1081px #FFF, 1967px 643px #FFF, 123px 1478px #FFF, 764px 1181px #FFF, 1165px 396px #FFF, 1174px 1586px #FFF, 1024px 1612px #FFF, 240px 997px #FFF, 13px 446px #FFF, 1161px 1879px #FFF, 517px 945px #FFF, 1231px 1844px #FFF, 617px 759px #FFF, 1446px 878px #FFF, 1863px 1481px #FFF, 1276px 366px #FFF, 775px 1635px #FFF, 1733px 1920px #FFF, 459px 889px #FFF, 857px 950px #FFF, 395px 1701px #FFF, 1266px 1298px #FFF, 1520px 135px #FFF, 461px 1441px #FFF, 374px 12px #FFF, 1101px 549px #FFF, 202px 1382px #FFF, 825px 659px #FFF, 1821px 1894px #FFF, 818px 294px #FFF, 588px 613px #FFF, 773px 873px #FFF, 1838px 1477px #FFF, 1032px 1733px #FFF, 263px 1399px #FFF, 1167px 1982px #FFF, 685px 958px #FFF, 1717px 1276px #FFF, 1267px 1102px #FFF, 1374px 121px #FFF, 775px 381px #FFF, 1317px 411px #FFF, 1154px 1536px #FFF, 1458px 390px #FFF, 1444px 454px #FFF, 252px 1761px #FFF, 1123px 1671px #FFF, 142px 652px #FFF, 99px 338px #FFF, 1357px 397px #FFF, 162px 1758px #FFF, 1799px 1472px #FFF, 1430px 503px #FFF, 658px 780px #FFF;
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}

#star6 {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 162px 1603px #FFF, 1759px 1843px #000, 1387px 1216px #000, 1623px 1525px #000, 753px 221px #000, 1028px 733px #000, 1132px 1288px #000, 521px 1327px #000, 1528px 802px #000, 10px 264px #000, 1550px 701px #000, 680px 1000px #000, 628px 1114px #000, 275px 260px #000, 1443px 1733px #000, 343px 176px #000, 1597px 400px #000, 873px 1964px #000, 1074px 346px #000, 482px 1270px #000, 1364px 1837px #000, 915px 117px #000, 144px 1545px #000, 436px 666px #000, 707px 1050px #000, 1920px 1913px #000, 1063px 1972px #000, 1604px 1185px #000, 993px 740px #000, 669px 493px #000, 1483px 791px #000, 1961px 1965px #000, 498px 1913px #000, 1410px 1171px #000, 1629px 1853px #000, 504px 1647px #000, 735px 1531px #000, 1956px 1523px #000, 1741px 219px #000, 399px 1561px #000, 1294px 298px #000, 95px 1198px #000, 1077px 977px #000, 1966px 1821px #000, 34px 1534px #000, 39px 1014px #000, 529px 1535px #000, 1161px 438px #000, 1376px 626px #000, 1651px 1131px #000, 1725px 229px #000, 673px 1920px #000, 338px 587px #000, 1218px 981px #000, 148px 1756px #000, 1329px 207px #000, 351px 314px #000, 1358px 138px #000, 24px 1043px #000, 1365px 1178px #000, 1250px 1847px #000, 1398px 817px #000, 1978px 933px #000, 630px 30px #000, 184px 1971px #000, 1579px 1181px #000, 1565px 1304px #000, 554px 870px #000, 700px 571px #000, 1890px 1330px #000, 773px 198px #000, 1808px 545px #000, 1730px 470px #000, 1341px 792px #000, 260px 1540px #000, 1366px 991px #000, 492px 1820px #000, 1419px 1040px #000, 646px 30px #000, 1685px 106px #000, 1522px 1313px #000, 253px 345px #000, 30px 1956px #000, 1358px 1136px #000, 152px 428px #000, 974px 1086px #000, 479px 635px #000, 1732px 788px #000, 190px 1381px #000, 768px 498px #000, 1111px 1672px #000, 1554px 1951px #000, 825px 915px #000, 1438px 798px #000, 22px 1236px #000, 658px 1193px #000, 1384px 222px #000, 217px 1871px #000, 77px 1105px #000, 247px 1631px #000, 1084px 521px #000, 1371px 593px #000, 14px 358px #000, 1820px 1141px #000, 700px 659px #000, 881px 1003px #000, 412px 110px #000, 655px 1033px #000, 1079px 598px #000, 291px 386px #000, 51px 1107px #000, 1867px 827px #000, 1088px 1179px #000, 1192px 723px #000, 1142px 1300px #000, 1631px 1308px #000, 626px 1515px #000, 403px 1864px #000, 1658px 830px #000, 1468px 1501px #000, 372px 449px #000, 187px 1888px #000, 1811px 1905px #000, 401px 1063px #000, 962px 523px #000, 1064px 330px #000, 1200px 1128px #000, 1511px 1601px #000, 1052px 572px #000, 1076px 1772px #000, 1507px 357px #000, 165px 191px #000, 1968px 1229px #000, 606px 640px #000, 1510px 1110px #000, 997px 1444px #000, 1716px 987px #000, 1024px 718px #000, 1494px 380px #000, 1006px 1037px #000, 808px 977px #000, 875px 1930px #000, 872px 1183px #000, 334px 1619px #000, 283px 1212px #000, 1644px 627px #000, 781px 1558px #000, 782px 299px #000, 858px 1563px #000, 990px 1649px #000, 1391px 1960px #000, 1540px 1367px #000, 174px 1712px #000, 1189px 1258px #000, 1823px 1872px #000, 659px 1435px #000, 1313px 1647px #000, 1522px 1714px #000, 1561px 1230px #000, 605px 1276px #000, 1314px 614px #000, 1226px 693px #000, 181px 973px #000, 1565px 226px #000, 524px 394px #000, 99px 170px #000, 1956px 1700px #000, 369px 1858px #000, 1684px 678px #000, 872px 382px #000, 924px 925px #000, 647px 325px #000, 442px 1116px #000, 1625px 607px #000, 1037px 535px #000, 1464px 16px #000, 432px 1057px #000, 722px 1639px #000, 1888px 1507px #000, 548px 1481px #000, 705px 1211px #000, 1533px 946px #000, 1256px 817px #000, 1690px 1642px #000, 665px 278px #000, 1378px 544px #000, 17px 1855px #000, 1677px 105px #000, 1558px 995px #000, 4px 969px #000, 1075px 361px #000, 845px 1351px #000, 417px 206px #000, 1895px 427px #000, 46px 414px #000, 1981px 959px #000, 166px 1714px #000, 606px 1002px #000, 1803px 373px #000, 444px 467px #000, 316px 755px #000, 1912px 1650px #000, 1093px 384px #000, 1615px 17px #000, 942px 1693px #000, 345px 1231px #000, 55px 156px #000, 1755px 158px #000, 932px 1309px #000, 709px 1254px #000, 1880px 1238px #000, 397px 1194px #000, 1227px 1386px #000, 1336px 1077px #000, 1677px 1508px #000, 356px 1473px #000, 1200px 990px #000, 1389px 1588px #000, 1569px 34px #000, 31px 1580px #000, 1815px 68px #000, 935px 1026px #000, 1496px 1294px #000, 1773px 1808px #000, 712px 1324px #000, 1986px 340px #000, 1846px 97px #000, 1125px 1833px #000, 291px 1642px #000, 1428px 1482px #000, 1483px 1956px #000, 919px 1589px #000, 501px 1140px #000, 1917px 756px #000, 1300px 1621px #000, 1974px 1397px #000, 1836px 1312px #000, 1415px 401px #000, 1418px 1423px #000, 709px 628px #000, 154px 1674px #000, 1253px 699px #000, 202px 915px #000, 1384px 621px #000, 8px 1325px #000, 1985px 341px #000, 1239px 1545px #000, 624px 531px #000, 1086px 1927px #000, 1733px 1471px #000, 1576px 1775px #000, 1106px 1762px #000, 1153px 1436px #000, 1755px 1295px #000, 1764px 1618px #000, 1436px 717px #000, 735px 228px #000, 510px 1610px #000, 1167px 1905px #000, 381px 137px #000, 1099px 1293px #000, 1369px 821px #000, 68px 967px #000, 1864px 1811px #000, 118px 1958px #000, 709px 183px #000, 637px 484px #000, 1635px 867px #000, 1614px 1278px #000, 1912px 844px #000, 973px 929px #000, 606px 1186px #000, 387px 229px #000, 312px 1027px #000, 1433px 440px #000, 981px 579px #000, 1397px 1059px #000, 1790px 356px #000, 848px 517px #000, 379px 253px #000, 744px 309px #000, 1385px 108px #000, 580px 502px #000, 1812px 666px #000, 1948px 1639px #000, 1178px 597px #000, 706px 1851px #000, 657px 1476px #000, 675px 423px #000, 1226px 701px #000, 931px 1039px #000, 448px 108px #000, 551px 1621px #000, 1148px 999px #000, 511px 1366px #000, 1093px 902px #000, 224px 1816px #000, 178px 28px #000, 1713px 1523px #000, 519px 1225px #000, 1537px 957px #000, 1677px 590px #000, 651px 432px #000, 181px 1038px #000, 747px 1826px #000, 924px 1084px #000, 1750px 1129px #000, 733px 548px #000, 877px 204px #000, 622px 1435px #000, 219px 1668px #000, 1998px 586px #000, 1138px 1876px #000, 1019px 427px #000, 262px 1329px #000, 1159px 1116px #000, 1643px 1748px #000, 463px 131px #000, 515px 1228px #000, 1346px 1318px #000, 1561px 1557px #000, 454px 1378px #000, 763px 1573px #000, 369px 738px #000, 868px 301px #000, 1166px 1485px #000, 412px 1063px #000, 1283px 935px #000, 1221px 161px #000, 1451px 313px #000, 1140px 201px #000, 1235px 924px #000, 521px 1871px #000, 1153px 1380px #000, 33px 630px #000, 922px 533px #000, 1136px 872px #000, 1455px 288px #000, 513px 349px #000, 854px 671px #000, 766px 1131px #000, 202px 344px #000, 631px 1205px #000, 451px 765px #000, 444px 1684px #000, 747px 932px #000, 590px 1694px #000, 89px 382px #000, 335px 1363px #000, 487px 344px #000, 14px 979px #000, 639px 1546px #000, 427px 1581px #000, 246px 1017px #000, 1303px 463px #000, 136px 79px #000, 1063px 992px #000, 12px 196px #000, 622px 1707px #000, 1696px 1003px #000, 1286px 994px #000, 827px 342px #000, 1217px 211px #000, 779px 559px #000, 1894px 257px #000, 1087px 1979px #000, 816px 1875px #000, 1264px 796px #000, 178px 433px #000, 940px 956px #000, 1202px 1192px #000, 160px 1004px #000, 1501px 896px #000, 1656px 1200px #000, 1137px 1030px #000, 775px 907px #000, 1747px 1388px #000, 1404px 4px #000, 712px 880px #000, 1902px 1490px #000, 787px 1870px #000, 1735px 1011px #000, 1264px 1349px #000, 1056px 599px #000, 201px 1234px #000, 72px 1989px #000, 1130px 1022px #000, 1638px 1941px #000, 1202px 1992px #000, 360px 1974px #000, 828px 1848px #000, 1716px 428px #000, 1204px 1066px #000, 683px 1801px #000, 1815px 700px #000, 1232px 782px #000, 1094px 1523px #000, 767px 879px #000, 1238px 138px #000, 761px 1053px #000, 122px 743px #000, 1857px 462px #000, 1305px 953px #000, 737px 1089px #000, 738px 336px #000, 704px 1103px #000, 575px 433px #000, 1373px 1701px #000, 1615px 503px #000, 283px 1033px #000, 471px 1294px #000, 1706px 478px #000, 1958px 1757px #000, 38px 1006px #000, 1989px 1938px #000, 657px 1069px #000, 227px 1029px #000, 739px 1273px #000, 1588px 1813px #000, 892px 142px #000, 1900px 91px #000, 1405px 1913px #000, 1718px 1749px #000, 402px 512px #000, 813px 718px #000, 388px 156px #000, 1238px 1941px #000, 573px 631px #000, 498px 1636px #000, 1221px 1043px #000, 1937px 1467px #000, 1048px 1702px #000, 1524px 1675px #000, 537px 421px #000, 1461px 710px #000, 811px 1148px #000, 176px 1301px #000, 582px 1268px #000, 110px 255px #000, 1244px 971px #000, 1721px 953px #000, 1681px 500px #000, 1933px 426px #000, 1806px 996px #000, 1093px 1438px #000, 868px 68px #000, 1937px 979px #000, 392px 188px #000, 486px 330px #000, 1898px 1354px #000, 184px 588px #000, 1595px 936px #000, 67px 1989px #000, 545px 425px #000, 1271px 635px #000, 604px 613px #000, 293px 468px #000, 1723px 1462px #000, 62px 1169px #000, 767px 1899px #000, 954px 1170px #000, 1222px 1601px #000, 815px 1041px #000, 1453px 884px #000, 389px 1799px #000, 556px 1881px #000, 131px 243px #000, 1956px 52px #000, 1925px 603px #000, 240px 1912px #000, 1211px 1199px #000, 425px 1411px #000, 672px 902px #000, 752px 1131px #000, 1013px 793px #000, 441px 1449px #000, 1968px 131px #000, 1901px 1960px #000, 605px 890px #000, 522px 368px #000, 1996px 1095px #000, 291px 906px #000, 1625px 940px #000, 896px 187px #000, 1374px 622px #000, 1729px 1003px #000, 697px 883px #000, 1029px 1355px #000, 1653px 845px #000, 1943px 636px #000, 432px 1920px #000, 178px 629px #000, 502px 497px #000, 1047px 1261px #000, 989px 1224px #000, 1163px 609px #000, 1784px 499px #000, 1896px 1138px #000, 675px 460px #000, 1337px 1578px #000, 1702px 1080px #000, 1223px 1117px #000, 275px 1455px #000, 355px 1554px #000, 919px 1240px #000, 581px 1745px #000, 1347px 1446px #000, 1607px 552px #000, 716px 657px #000, 452px 494px #000, 1616px 1854px #000, 1119px 1021px #000, 59px 299px #000, 1501px 28px #000, 715px 767px #000, 166px 203px #000, 203px 899px #000, 1866px 250px #000, 963px 1228px #000, 1625px 1151px #000, 852px 1520px #000, 511px 1292px #000, 1052px 218px #000, 1681px 568px #000, 209px 1349px #000, 1947px 786px #000, 473px 3px #000, 1255px 1607px #000, 1943px 1811px #000, 1275px 901px #000, 1619px 1513px #000, 1061px 1622px #000, 377px 286px #000, 481px 142px #000, 752px 87px #000, 1639px 1630px #000, 722px 614px #000, 379px 1406px #000, 1379px 1636px #000, 692px 626px #000, 1858px 1646px #000, 1389px 1153px #000, 1836px 1031px #000, 1560px 1688px #000, 1662px 1176px #000, 1933px 934px #000, 458px 1166px #000, 1562px 595px #000, 1168px 1218px #000, 626px 1549px #000, 525px 1583px #000, 891px 212px #000, 963px 1735px #000, 1775px 1021px #000, 163px 1207px #000, 563px 910px #000, 24px 66px #000, 1571px 1647px #000, 78px 1376px #000, 39px 1806px #000, 392px 47px #000, 1093px 1549px #000, 327px 950px #000, 1620px 316px #000, 1260px 75px #000, 377px 1391px #000, 1563px 1331px #000, 1601px 149px #000, 1764px 1333px #000, 1314px 1026px #000, 765px 186px #000, 9px 1216px #000, 60px 1300px #000, 769px 1312px #000, 1397px 712px #000, 1585px 1604px #000, 1998px 573px #000, 391px 992px #000, 365px 483px #000, 1199px 277px #000, 1347px 844px #000, 1815px 333px #000, 1029px 1610px #000, 1808px 574px #000, 348px 1033px #000, 238px 668px #000, 674px 760px #000, 1818px 235px #000, 526px 1579px #000, 241px 829px #000, 1019px 606px #000, 531px 749px #000, 1290px 1818px #000, 1085px 1342px #000, 963px 963px #000, 436px 474px #000, 1545px 1714px #000, 161px 1654px #000, 866px 1941px #000, 1651px 1264px #000, 463px 1676px #000, 1677px 604px #000, 1392px 1980px #000, 949px 1097px #000, 845px 1539px #000, 1137px 357px #000, 817px 1093px #000, 1401px 246px #000, 973px 1602px #000, 258px 1620px #000, 1646px 821px #000, 332px 1391px #000, 1841px 7px #000, 1417px 144px #000, 1932px 76px #000, 236px 213px #000, 1749px 986px #000, 158px 469px #000, 958px 262px #000, 1815px 1459px #000, 1480px 1362px #000, 867px 1165px #000, 1257px 878px #000, 230px 1644px #000, 1946px 1146px #000, 1594px 1676px #000, 857px 1249px #000, 321px 1342px #000, 464px 1492px #000, 510px 1209px #000, 1526px 922px #000, 1261px 1956px #000, 1000px 1066px #000, 912px 1585px #000, 1215px 1695px #000, 1762px 1195px #000, 1194px 567px #000, 1226px 1804px #000, 333px 418px #000, 456px 123px #000, 44px 719px #000, 1331px 863px #000, 316px 1683px #000, 1849px 934px #000, 12px 354px #000, 67px 1938px #000, 789px 202px #000, 516px 644px #000, 169px 61px #000, 1450px 577px #000, 1507px 1937px #000, 1692px 1181px #000, 641px 636px #000, 1742px 495px #000, 566px 240px #000, 228px 1095px #000, 583px 329px #000, 159px 1334px #000, 1237px 1228px #000, 1289px 345px #000, 1495px 1366px #000, 1338px 1649px #000, 994px 1767px #000, 136px 1572px #000, 402px 1588px #000, 32px 156px #000, 1816px 264px #000, 985px 1254px #000, 1513px 1725px #000, 1433px 865px #000, 190px 149px #000, 913px 886px #000, 1482px 460px #000, 184px 1003px #000, 1625px 625px #000, 49px 1348px #000, 1960px 1964px #000, 1330px 655px #000, 912px 565px #000, 1035px 1963px #000, 555px 1116px #000, 1768px 913px #000, 1094px 1480px #000, 798px 1969px #000, 1560px 1982px #000, 1406px 1536px #000, 1497px 1012px #000, 1571px 1259px #000, 115px 1182px #000, 1934px 1390px #000, 105px 1907px #000, 104px 1461px #000, 196px 149px #000, 1021px 861px #000, 1036px 531px #000, 841px 989px #000, 865px 576px #000, 328px 1781px #000, 429px 1701px #000, 1634px 553px #000;
    animation: animStar 50s linear infinite;
}

#star6:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 162px 1603px #FFF, 1759px 1843px #000, 1387px 1216px #000, 1623px 1525px #000, 753px 221px #000, 1028px 733px #000, 1132px 1288px #000, 521px 1327px #000, 1528px 802px #000, 10px 264px #000, 1550px 701px #000, 680px 1000px #000, 628px 1114px #000, 275px 260px #000, 1443px 1733px #000, 343px 176px #000, 1597px 400px #000, 873px 1964px #000, 1074px 346px #000, 482px 1270px #000, 1364px 1837px #000, 915px 117px #000, 144px 1545px #000, 436px 666px #000, 707px 1050px #000, 1920px 1913px #000, 1063px 1972px #000, 1604px 1185px #000, 993px 740px #000, 669px 493px #000, 1483px 791px #000, 1961px 1965px #000, 498px 1913px #000, 1410px 1171px #000, 1629px 1853px #000, 504px 1647px #000, 735px 1531px #000, 1956px 1523px #000, 1741px 219px #000, 399px 1561px #000, 1294px 298px #000, 95px 1198px #000, 1077px 977px #000, 1966px 1821px #000, 34px 1534px #000, 39px 1014px #000, 529px 1535px #000, 1161px 438px #000, 1376px 626px #000, 1651px 1131px #000, 1725px 229px #000, 673px 1920px #000, 338px 587px #000, 1218px 981px #000, 148px 1756px #000, 1329px 207px #000, 351px 314px #000, 1358px 138px #000, 24px 1043px #000, 1365px 1178px #000, 1250px 1847px #000, 1398px 817px #000, 1978px 933px #000, 630px 30px #000, 184px 1971px #000, 1579px 1181px #000, 1565px 1304px #000, 554px 870px #000, 700px 571px #000, 1890px 1330px #000, 773px 198px #000, 1808px 545px #000, 1730px 470px #000, 1341px 792px #000, 260px 1540px #000, 1366px 991px #000, 492px 1820px #000, 1419px 1040px #000, 646px 30px #000, 1685px 106px #000, 1522px 1313px #000, 253px 345px #000, 30px 1956px #000, 1358px 1136px #000, 152px 428px #000, 974px 1086px #000, 479px 635px #000, 1732px 788px #000, 190px 1381px #000, 768px 498px #000, 1111px 1672px #000, 1554px 1951px #000, 825px 915px #000, 1438px 798px #000, 22px 1236px #000, 658px 1193px #000, 1384px 222px #000, 217px 1871px #000, 77px 1105px #000, 247px 1631px #000, 1084px 521px #000, 1371px 593px #000, 14px 358px #000, 1820px 1141px #000, 700px 659px #000, 881px 1003px #000, 412px 110px #000, 655px 1033px #000, 1079px 598px #000, 291px 386px #000, 51px 1107px #000, 1867px 827px #000, 1088px 1179px #000, 1192px 723px #000, 1142px 1300px #000, 1631px 1308px #000, 626px 1515px #000, 403px 1864px #000, 1658px 830px #000, 1468px 1501px #000, 372px 449px #000, 187px 1888px #000, 1811px 1905px #000, 401px 1063px #000, 962px 523px #000, 1064px 330px #000, 1200px 1128px #000, 1511px 1601px #000, 1052px 572px #000, 1076px 1772px #000, 1507px 357px #000, 165px 191px #000, 1968px 1229px #000, 606px 640px #000, 1510px 1110px #000, 997px 1444px #000, 1716px 987px #000, 1024px 718px #000, 1494px 380px #000, 1006px 1037px #000, 808px 977px #000, 875px 1930px #000, 872px 1183px #000, 334px 1619px #000, 283px 1212px #000, 1644px 627px #000, 781px 1558px #000, 782px 299px #000, 858px 1563px #000, 990px 1649px #000, 1391px 1960px #000, 1540px 1367px #000, 174px 1712px #000, 1189px 1258px #000, 1823px 1872px #000, 659px 1435px #000, 1313px 1647px #000, 1522px 1714px #000, 1561px 1230px #000, 605px 1276px #000, 1314px 614px #000, 1226px 693px #000, 181px 973px #000, 1565px 226px #000, 524px 394px #000, 99px 170px #000, 1956px 1700px #000, 369px 1858px #000, 1684px 678px #000, 872px 382px #000, 924px 925px #000, 647px 325px #000, 442px 1116px #000, 1625px 607px #000, 1037px 535px #000, 1464px 16px #000, 432px 1057px #000, 722px 1639px #000, 1888px 1507px #000, 548px 1481px #000, 705px 1211px #000, 1533px 946px #000, 1256px 817px #000, 1690px 1642px #000, 665px 278px #000, 1378px 544px #000, 17px 1855px #000, 1677px 105px #000, 1558px 995px #000, 4px 969px #000, 1075px 361px #000, 845px 1351px #000, 417px 206px #000, 1895px 427px #000, 46px 414px #000, 1981px 959px #000, 166px 1714px #000, 606px 1002px #000, 1803px 373px #000, 444px 467px #000, 316px 755px #000, 1912px 1650px #000, 1093px 384px #000, 1615px 17px #000, 942px 1693px #000, 345px 1231px #000, 55px 156px #000, 1755px 158px #000, 932px 1309px #000, 709px 1254px #000, 1880px 1238px #000, 397px 1194px #000, 1227px 1386px #000, 1336px 1077px #000, 1677px 1508px #000, 356px 1473px #000, 1200px 990px #000, 1389px 1588px #000, 1569px 34px #000, 31px 1580px #000, 1815px 68px #000, 935px 1026px #000, 1496px 1294px #000, 1773px 1808px #000, 712px 1324px #000, 1986px 340px #000, 1846px 97px #000, 1125px 1833px #000, 291px 1642px #000, 1428px 1482px #000, 1483px 1956px #000, 919px 1589px #000, 501px 1140px #000, 1917px 756px #000, 1300px 1621px #000, 1974px 1397px #000, 1836px 1312px #000, 1415px 401px #000, 1418px 1423px #000, 709px 628px #000, 154px 1674px #000, 1253px 699px #000, 202px 915px #000, 1384px 621px #000, 8px 1325px #000, 1985px 341px #000, 1239px 1545px #000, 624px 531px #000, 1086px 1927px #000, 1733px 1471px #000, 1576px 1775px #000, 1106px 1762px #000, 1153px 1436px #000, 1755px 1295px #000, 1764px 1618px #000, 1436px 717px #000, 735px 228px #000, 510px 1610px #000, 1167px 1905px #000, 381px 137px #000, 1099px 1293px #000, 1369px 821px #000, 68px 967px #000, 1864px 1811px #000, 118px 1958px #000, 709px 183px #000, 637px 484px #000, 1635px 867px #000, 1614px 1278px #000, 1912px 844px #000, 973px 929px #000, 606px 1186px #000, 387px 229px #000, 312px 1027px #000, 1433px 440px #000, 981px 579px #000, 1397px 1059px #000, 1790px 356px #000, 848px 517px #000, 379px 253px #000, 744px 309px #000, 1385px 108px #000, 580px 502px #000, 1812px 666px #000, 1948px 1639px #000, 1178px 597px #000, 706px 1851px #000, 657px 1476px #000, 675px 423px #000, 1226px 701px #000, 931px 1039px #000, 448px 108px #000, 551px 1621px #000, 1148px 999px #000, 511px 1366px #000, 1093px 902px #000, 224px 1816px #000, 178px 28px #000, 1713px 1523px #000, 519px 1225px #000, 1537px 957px #000, 1677px 590px #000, 651px 432px #000, 181px 1038px #000, 747px 1826px #000, 924px 1084px #000, 1750px 1129px #000, 733px 548px #000, 877px 204px #000, 622px 1435px #000, 219px 1668px #000, 1998px 586px #000, 1138px 1876px #000, 1019px 427px #000, 262px 1329px #000, 1159px 1116px #000, 1643px 1748px #000, 463px 131px #000, 515px 1228px #000, 1346px 1318px #000, 1561px 1557px #000, 454px 1378px #000, 763px 1573px #000, 369px 738px #000, 868px 301px #000, 1166px 1485px #000, 412px 1063px #000, 1283px 935px #000, 1221px 161px #000, 1451px 313px #000, 1140px 201px #000, 1235px 924px #000, 521px 1871px #000, 1153px 1380px #000, 33px 630px #000, 922px 533px #000, 1136px 872px #000, 1455px 288px #000, 513px 349px #000, 854px 671px #000, 766px 1131px #000, 202px 344px #000, 631px 1205px #000, 451px 765px #000, 444px 1684px #000, 747px 932px #000, 590px 1694px #000, 89px 382px #000, 335px 1363px #000, 487px 344px #000, 14px 979px #000, 639px 1546px #000, 427px 1581px #000, 246px 1017px #000, 1303px 463px #000, 136px 79px #000, 1063px 992px #000, 12px 196px #000, 622px 1707px #000, 1696px 1003px #000, 1286px 994px #000, 827px 342px #000, 1217px 211px #000, 779px 559px #000, 1894px 257px #000, 1087px 1979px #000, 816px 1875px #000, 1264px 796px #000, 178px 433px #000, 940px 956px #000, 1202px 1192px #000, 160px 1004px #000, 1501px 896px #000, 1656px 1200px #000, 1137px 1030px #000, 775px 907px #000, 1747px 1388px #000, 1404px 4px #000, 712px 880px #000, 1902px 1490px #000, 787px 1870px #000, 1735px 1011px #000, 1264px 1349px #000, 1056px 599px #000, 201px 1234px #000, 72px 1989px #000, 1130px 1022px #000, 1638px 1941px #000, 1202px 1992px #000, 360px 1974px #000, 828px 1848px #000, 1716px 428px #000, 1204px 1066px #000, 683px 1801px #000, 1815px 700px #000, 1232px 782px #000, 1094px 1523px #000, 767px 879px #000, 1238px 138px #000, 761px 1053px #000, 122px 743px #000, 1857px 462px #000, 1305px 953px #000, 737px 1089px #000, 738px 336px #000, 704px 1103px #000, 575px 433px #000, 1373px 1701px #000, 1615px 503px #000, 283px 1033px #000, 471px 1294px #000, 1706px 478px #000, 1958px 1757px #000, 38px 1006px #000, 1989px 1938px #000, 657px 1069px #000, 227px 1029px #000, 739px 1273px #000, 1588px 1813px #000, 892px 142px #000, 1900px 91px #000, 1405px 1913px #000, 1718px 1749px #000, 402px 512px #000, 813px 718px #000, 388px 156px #000, 1238px 1941px #000, 573px 631px #000, 498px 1636px #000, 1221px 1043px #000, 1937px 1467px #000, 1048px 1702px #000, 1524px 1675px #000, 537px 421px #000, 1461px 710px #000, 811px 1148px #000, 176px 1301px #000, 582px 1268px #000, 110px 255px #000, 1244px 971px #000, 1721px 953px #000, 1681px 500px #000, 1933px 426px #000, 1806px 996px #000, 1093px 1438px #000, 868px 68px #000, 1937px 979px #000, 392px 188px #000, 486px 330px #000, 1898px 1354px #000, 184px 588px #000, 1595px 936px #000, 67px 1989px #000, 545px 425px #000, 1271px 635px #000, 604px 613px #000, 293px 468px #000, 1723px 1462px #000, 62px 1169px #000, 767px 1899px #000, 954px 1170px #000, 1222px 1601px #000, 815px 1041px #000, 1453px 884px #000, 389px 1799px #000, 556px 1881px #000, 131px 243px #000, 1956px 52px #000, 1925px 603px #000, 240px 1912px #000, 1211px 1199px #000, 425px 1411px #000, 672px 902px #000, 752px 1131px #000, 1013px 793px #000, 441px 1449px #000, 1968px 131px #000, 1901px 1960px #000, 605px 890px #000, 522px 368px #000, 1996px 1095px #000, 291px 906px #000, 1625px 940px #000, 896px 187px #000, 1374px 622px #000, 1729px 1003px #000, 697px 883px #000, 1029px 1355px #000, 1653px 845px #000, 1943px 636px #000, 432px 1920px #000, 178px 629px #000, 502px 497px #000, 1047px 1261px #000, 989px 1224px #000, 1163px 609px #000, 1784px 499px #000, 1896px 1138px #000, 675px 460px #000, 1337px 1578px #000, 1702px 1080px #000, 1223px 1117px #000, 275px 1455px #000, 355px 1554px #000, 919px 1240px #000, 581px 1745px #000, 1347px 1446px #000, 1607px 552px #000, 716px 657px #000, 452px 494px #000, 1616px 1854px #000, 1119px 1021px #000, 59px 299px #000, 1501px 28px #000, 715px 767px #000, 166px 203px #000, 203px 899px #000, 1866px 250px #000, 963px 1228px #000, 1625px 1151px #000, 852px 1520px #000, 511px 1292px #000, 1052px 218px #000, 1681px 568px #000, 209px 1349px #000, 1947px 786px #000, 473px 3px #000, 1255px 1607px #000, 1943px 1811px #000, 1275px 901px #000, 1619px 1513px #000, 1061px 1622px #000, 377px 286px #000, 481px 142px #000, 752px 87px #000, 1639px 1630px #000, 722px 614px #000, 379px 1406px #000, 1379px 1636px #000, 692px 626px #000, 1858px 1646px #000, 1389px 1153px #000, 1836px 1031px #000, 1560px 1688px #000, 1662px 1176px #000, 1933px 934px #000, 458px 1166px #000, 1562px 595px #000, 1168px 1218px #000, 626px 1549px #000, 525px 1583px #000, 891px 212px #000, 963px 1735px #000, 1775px 1021px #000, 163px 1207px #000, 563px 910px #000, 24px 66px #000, 1571px 1647px #000, 78px 1376px #000, 39px 1806px #000, 392px 47px #000, 1093px 1549px #000, 327px 950px #000, 1620px 316px #000, 1260px 75px #000, 377px 1391px #000, 1563px 1331px #000, 1601px 149px #000, 1764px 1333px #000, 1314px 1026px #000, 765px 186px #000, 9px 1216px #000, 60px 1300px #000, 769px 1312px #000, 1397px 712px #000, 1585px 1604px #000, 1998px 573px #000, 391px 992px #000, 365px 483px #000, 1199px 277px #000, 1347px 844px #000, 1815px 333px #000, 1029px 1610px #000, 1808px 574px #000, 348px 1033px #000, 238px 668px #000, 674px 760px #000, 1818px 235px #000, 526px 1579px #000, 241px 829px #000, 1019px 606px #000, 531px 749px #000, 1290px 1818px #000, 1085px 1342px #000, 963px 963px #000, 436px 474px #000, 1545px 1714px #000, 161px 1654px #000, 866px 1941px #000, 1651px 1264px #000, 463px 1676px #000, 1677px 604px #000, 1392px 1980px #000, 949px 1097px #000, 845px 1539px #000, 1137px 357px #000, 817px 1093px #000, 1401px 246px #000, 973px 1602px #000, 258px 1620px #000, 1646px 821px #000, 332px 1391px #000, 1841px 7px #000, 1417px 144px #000, 1932px 76px #000, 236px 213px #000, 1749px 986px #000, 158px 469px #000, 958px 262px #000, 1815px 1459px #000, 1480px 1362px #000, 867px 1165px #000, 1257px 878px #000, 230px 1644px #000, 1946px 1146px #000, 1594px 1676px #000, 857px 1249px #000, 321px 1342px #000, 464px 1492px #000, 510px 1209px #000, 1526px 922px #000, 1261px 1956px #000, 1000px 1066px #000, 912px 1585px #000, 1215px 1695px #000, 1762px 1195px #000, 1194px 567px #000, 1226px 1804px #000, 333px 418px #000, 456px 123px #000, 44px 719px #000, 1331px 863px #000, 316px 1683px #000, 1849px 934px #000, 12px 354px #000, 67px 1938px #000, 789px 202px #000, 516px 644px #000, 169px 61px #000, 1450px 577px #000, 1507px 1937px #000, 1692px 1181px #000, 641px 636px #000, 1742px 495px #000, 566px 240px #000, 228px 1095px #000, 583px 329px #000, 159px 1334px #000, 1237px 1228px #000, 1289px 345px #000, 1495px 1366px #000, 1338px 1649px #000, 994px 1767px #000, 136px 1572px #000, 402px 1588px #000, 32px 156px #000, 1816px 264px #000, 985px 1254px #000, 1513px 1725px #000, 1433px 865px #000, 190px 149px #000, 913px 886px #000, 1482px 460px #000, 184px 1003px #000, 1625px 625px #000, 49px 1348px #000, 1960px 1964px #000, 1330px 655px #000, 912px 565px #000, 1035px 1963px #000, 555px 1116px #000, 1768px 913px #000, 1094px 1480px #000, 798px 1969px #000, 1560px 1982px #000, 1406px 1536px #000, 1497px 1012px #000, 1571px 1259px #000, 115px 1182px #000, 1934px 1390px #000, 105px 1907px #000, 104px 1461px #000, 196px 149px #000, 1021px 861px #000, 1036px 531px #000, 841px 989px #000, 865px 576px #000, 328px 1781px #000, 429px 1701px #000, 1634px 553px #000;
}

#star4 {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1849px 1661px #FFF, 1000px 248px #000, 1073px 434px #000, 1016px 677px #000, 1031px 18px #000, 1620px 1976px #000, 437px 1924px #000, 1298px 1687px #000, 1317px 1981px #000, 1106px 1640px #000, 1035px 633px #000, 1536px 1189px #000, 941px 1472px #000, 724px 1147px #000, 919px 759px #000, 1179px 746px #000, 419px 1141px #000, 1587px 129px #000, 1466px 520px #000, 1159px 1738px #000, 938px 714px #000, 329px 1132px #000, 1499px 351px #000, 372px 841px #000, 331px 1815px #000, 758px 43px #000, 1161px 925px #000, 894px 1237px #000, 346px 1624px #000, 1033px 1161px #000, 1496px 1815px #000, 157px 1322px #000, 1779px 942px #000, 1427px 595px #000, 437px 1571px #000, 1672px 1616px #000, 1575px 1542px #000, 601px 536px #000, 158px 14px #000, 506px 321px #000, 1274px 522px #000, 18px 1705px #000, 1661px 1396px #000, 715px 875px #000, 755px 599px #000, 962px 1843px #000, 1770px 1846px #000, 1296px 1611px #000, 1457px 1527px #000, 618px 1693px #000, 809px 1057px #000, 1586px 772px #000, 30px 1285px #000, 27px 501px #000, 1130px 373px #000, 1740px 649px #000, 513px 762px #000, 1577px 1000px #000, 1959px 756px #000, 1848px 339px #000, 1162px 1108px #000, 383px 194px #000, 1113px 281px #000, 1613px 1105px #000, 1061px 600px #000, 675px 1976px #000, 1746px 701px #000, 851px 1683px #000, 1514px 1313px #000, 503px 814px #000, 1450px 1928px #000, 745px 345px #000, 230px 1376px #000, 1436px 903px #000, 408px 332px #000, 1032px 1075px #000, 690px 474px #000, 897px 121px #000, 1495px 1937px #000, 646px 364px #000, 1925px 952px #000, 1197px 1267px #000, 874px 834px #000, 936px 960px #000, 270px 1799px #000, 893px 1877px #000, 800px 1652px #000, 473px 186px #000, 364px 1247px #000, 825px 1969px #000, 223px 1660px #000, 693px 1128px #000, 1645px 1812px #000, 351px 600px #000, 1342px 935px #000, 1377px 398px #000, 428px 1023px #000, 742px 1524px #000, 686px 172px #000, 1792px 1125px #000, 952px 1945px #000, 1642px 1643px #000, 650px 1852px #000, 830px 1258px #000, 590px 340px #000, 151px 1975px #000, 298px 802px #000, 1378px 498px #000, 990px 1240px #000, 120px 736px #000, 45px 1693px #000, 59px 963px #000, 733px 35px #000, 705px 85px #000, 242px 998px #000, 562px 477px #000, 1633px 1112px #000, 570px 186px #000, 407px 1964px #000, 864px 1655px #000, 1467px 1177px #000, 1213px 587px #000, 1237px 1853px #000, 1442px 341px #000, 1299px 261px #000, 844px 1303px #000, 1577px 466px #000, 1108px 1248px #000, 1808px 706px #000, 969px 714px #000, 633px 1360px #000, 652px 1147px #000, 1875px 1015px #000, 1499px 1373px #000, 1004px 149px #000, 1365px 943px #000, 681px 936px #000, 1173px 178px #000, 1601px 1343px #000, 1428px 200px #000, 362px 1792px #000, 1329px 651px #000, 809px 477px #000, 265px 1616px #000, 1017px 125px #000, 240px 72px #000, 1934px 1371px #000, 327px 1528px #000, 1620px 1043px #000, 1459px 1336px #000, 1931px 261px #000, 592px 1963px #000, 1707px 334px #000, 104px 385px #000, 1px 1558px #000, 1896px 816px #000, 746px 1215px #000, 628px 269px #000, 304px 154px #000, 729px 95px #000, 743px 1247px #000, 1909px 92px #000, 271px 1167px #000, 1648px 490px #000, 703px 412px #000, 944px 451px #000, 259px 1312px #000, 1139px 1756px #000, 1354px 1800px #000, 1222px 721px #000, 994px 271px #000, 343px 824px #000, 1012px 203px #000, 1111px 1976px #000, 313px 1186px #000, 940px 132px #000, 232px 1948px #000, 1370px 405px #000, 1477px 767px #000, 1554px 90px #000, 521px 1439px #000, 664px 808px #000, 1678px 1078px #000, 525px 232px #000, 1234px 1684px #000, 18px 1413px #000, 1831px 387px #000, 1725px 401px #000, 1075px 1774px #000, 1923px 647px #000, 1819px 1339px #000, 400px 737px #000, 1040px 536px #000, 1632px 1163px #000, 1323px 1584px #000, 644px 1597px #000, 558px 204px #000, 908px 169px #000, 1215px 1600px #000, 139px 1302px #000;
    animation: animStar 100s linear infinite;
}

#star4:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1849px 1661px #FFF, 1000px 248px #000, 1073px 434px #000, 1016px 677px #000, 1031px 18px #000, 1620px 1976px #000, 437px 1924px #000, 1298px 1687px #000, 1317px 1981px #000, 1106px 1640px #000, 1035px 633px #000, 1536px 1189px #000, 941px 1472px #000, 724px 1147px #000, 919px 759px #000, 1179px 746px #000, 419px 1141px #000, 1587px 129px #000, 1466px 520px #000, 1159px 1738px #000, 938px 714px #000, 329px 1132px #000, 1499px 351px #000, 372px 841px #000, 331px 1815px #000, 758px 43px #000, 1161px 925px #000, 894px 1237px #000, 346px 1624px #000, 1033px 1161px #000, 1496px 1815px #000, 157px 1322px #000, 1779px 942px #000, 1427px 595px #000, 437px 1571px #000, 1672px 1616px #000, 1575px 1542px #000, 601px 536px #000, 158px 14px #000, 506px 321px #000, 1274px 522px #000, 18px 1705px #000, 1661px 1396px #000, 715px 875px #000, 755px 599px #000, 962px 1843px #000, 1770px 1846px #000, 1296px 1611px #000, 1457px 1527px #000, 618px 1693px #000, 809px 1057px #000, 1586px 772px #000, 30px 1285px #000, 27px 501px #000, 1130px 373px #000, 1740px 649px #000, 513px 762px #000, 1577px 1000px #000, 1959px 756px #000, 1848px 339px #000, 1162px 1108px #000, 383px 194px #000, 1113px 281px #000, 1613px 1105px #000, 1061px 600px #000, 675px 1976px #000, 1746px 701px #000, 851px 1683px #000, 1514px 1313px #000, 503px 814px #000, 1450px 1928px #000, 745px 345px #000, 230px 1376px #000, 1436px 903px #000, 408px 332px #000, 1032px 1075px #000, 690px 474px #000, 897px 121px #000, 1495px 1937px #000, 646px 364px #000, 1925px 952px #000, 1197px 1267px #000, 874px 834px #000, 936px 960px #000, 270px 1799px #000, 893px 1877px #000, 800px 1652px #000, 473px 186px #000, 364px 1247px #000, 825px 1969px #000, 223px 1660px #000, 693px 1128px #000, 1645px 1812px #000, 351px 600px #000, 1342px 935px #000, 1377px 398px #000, 428px 1023px #000, 742px 1524px #000, 686px 172px #000, 1792px 1125px #000, 952px 1945px #000, 1642px 1643px #000, 650px 1852px #000, 830px 1258px #000, 590px 340px #000, 151px 1975px #000, 298px 802px #000, 1378px 498px #000, 990px 1240px #000, 120px 736px #000, 45px 1693px #000, 59px 963px #000, 733px 35px #000, 705px 85px #000, 242px 998px #000, 562px 477px #000, 1633px 1112px #000, 570px 186px #000, 407px 1964px #000, 864px 1655px #000, 1467px 1177px #000, 1213px 587px #000, 1237px 1853px #000, 1442px 341px #000, 1299px 261px #000, 844px 1303px #000, 1577px 466px #000, 1108px 1248px #000, 1808px 706px #000, 969px 714px #000, 633px 1360px #000, 652px 1147px #000, 1875px 1015px #000, 1499px 1373px #000, 1004px 149px #000, 1365px 943px #000, 681px 936px #000, 1173px 178px #000, 1601px 1343px #000, 1428px 200px #000, 362px 1792px #000, 1329px 651px #000, 809px 477px #000, 265px 1616px #000, 1017px 125px #000, 240px 72px #000, 1934px 1371px #000, 327px 1528px #000, 1620px 1043px #000, 1459px 1336px #000, 1931px 261px #000, 592px 1963px #000, 1707px 334px #000, 104px 385px #000, 1px 1558px #000, 1896px 816px #000, 746px 1215px #000, 628px 269px #000, 304px 154px #000, 729px 95px #000, 743px 1247px #000, 1909px 92px #000, 271px 1167px #000, 1648px 490px #000, 703px 412px #000, 944px 451px #000, 259px 1312px #000, 1139px 1756px #000, 1354px 1800px #000, 1222px 721px #000, 994px 271px #000, 343px 824px #000, 1012px 203px #000, 1111px 1976px #000, 313px 1186px #000, 940px 132px #000, 232px 1948px #000, 1370px 405px #000, 1477px 767px #000, 1554px 90px #000, 521px 1439px #000, 664px 808px #000, 1678px 1078px #000, 525px 232px #000, 1234px 1684px #000, 18px 1413px #000, 1831px 387px #000, 1725px 401px #000, 1075px 1774px #000, 1923px 647px #000, 1819px 1339px #000, 400px 737px #000, 1040px 536px #000, 1632px 1163px #000, 1323px 1584px #000, 644px 1597px #000, 558px 204px #000, 908px 169px #000, 1215px 1600px #000, 139px 1302px #000;
}

#star5 {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1379px 1377px #FFF, 1787px 1639px #000, 1780px 1808px #000, 419px 676px #000, 855px 210px #000, 42px 1049px #000, 1493px 1724px #000, 992px 349px #000, 998px 1012px #000, 1453px 1637px #000, 1290px 714px #000, 239px 1181px #000, 300px 1181px #000, 702px 727px #000, 1857px 497px #000, 787px 1672px #000, 1015px 1311px #000, 1354px 1979px #000, 38px 1258px #000, 811px 1805px #000, 1553px 1529px #000, 1755px 1743px #000, 1777px 1962px #000, 985px 299px #000, 1059px 856px #000, 217px 709px #000, 509px 271px #000, 250px 1739px #000, 939px 1398px #000, 1559px 1391px #000, 1722px 1900px #000, 1155px 1771px #000, 1349px 1783px #000, 1723px 256px #000, 101px 1256px #000, 1515px 1238px #000, 1716px 1761px #000, 1057px 1689px #000, 350px 413px #000, 1220px 902px #000, 437px 711px #000, 557px 1340px #000, 1495px 1786px #000, 862px 1247px #000, 1353px 738px #000, 1675px 1452px #000, 620px 744px #000, 1945px 651px #000, 318px 1978px #000, 49px 1451px #000, 253px 1272px #000, 1983px 1116px #000, 447px 628px #000, 1842px 435px #000, 742px 919px #000, 1369px 530px #000, 815px 1728px #000, 1335px 1522px #000, 747px 658px #000, 1290px 926px #000, 885px 1118px #000, 585px 1291px #000, 800px 678px #000, 1289px 556px #000, 1063px 869px #000, 1376px 471px #000, 1331px 1917px #000, 1280px 929px #000, 867px 264px #000, 1566px 1711px #000, 1333px 185px #000, 1320px 1651px #000, 965px 159px #000, 962px 1116px #000, 367px 1397px #000, 290px 783px #000, 1022px 1736px #000, 54px 343px #000, 327px 79px #000, 1411px 274px #000, 924px 672px #000, 770px 1976px #000, 1838px 1842px #000, 454px 524px #000, 1988px 1360px #000, 775px 1756px #000, 71px 1840px #000, 1704px 1368px #000, 853px 699px #000, 239px 970px #000, 1519px 687px #000, 648px 64px #000, 1988px 155px #000, 106px 502px #000, 407px 786px #000, 784px 574px #000, 1412px 1839px #000, 149px 27px #000, 1633px 1962px #000, 1676px 1411px #000;
    animation: animStar 150s linear infinite;
}

#star5:after {
    content: " ";
    position: absolute;
    top: 2000px;
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1379px 1377px #FFF, 1787px 1639px #000, 1780px 1808px #000, 419px 676px #000, 855px 210px #000, 42px 1049px #000, 1493px 1724px #000, 992px 349px #000, 998px 1012px #000, 1453px 1637px #000, 1290px 714px #000, 239px 1181px #000, 300px 1181px #000, 702px 727px #000, 1857px 497px #000, 787px 1672px #000, 1015px 1311px #000, 1354px 1979px #000, 38px 1258px #000, 811px 1805px #000, 1553px 1529px #000, 1755px 1743px #000, 1777px 1962px #000, 985px 299px #000, 1059px 856px #000, 217px 709px #000, 509px 271px #000, 250px 1739px #000, 939px 1398px #000, 1559px 1391px #000, 1722px 1900px #000, 1155px 1771px #000, 1349px 1783px #000, 1723px 256px #000, 101px 1256px #000, 1515px 1238px #000, 1716px 1761px #000, 1057px 1689px #000, 350px 413px #000, 1220px 902px #000, 437px 711px #000, 557px 1340px #000, 1495px 1786px #000, 862px 1247px #000, 1353px 738px #000, 1675px 1452px #000, 620px 744px #000, 1945px 651px #000, 318px 1978px #000, 49px 1451px #000, 253px 1272px #000, 1983px 1116px #000, 447px 628px #000, 1842px 435px #000, 742px 919px #000, 1369px 530px #000, 815px 1728px #000, 1335px 1522px #000, 747px 658px #000, 1290px 926px #000, 885px 1118px #000, 585px 1291px #000, 800px 678px #000, 1289px 556px #000, 1063px 869px #000, 1376px 471px #000, 1331px 1917px #000, 1280px 929px #000, 867px 264px #000, 1566px 1711px #000, 1333px 185px #000, 1320px 1651px #000, 965px 159px #000, 962px 1116px #000, 367px 1397px #000, 290px 783px #000, 1022px 1736px #000, 54px 343px #000, 327px 79px #000, 1411px 274px #000, 924px 672px #000, 770px 1976px #000, 1838px 1842px #000, 454px 524px #000, 1988px 1360px #000, 775px 1756px #000, 71px 1840px #000, 1704px 1368px #000, 853px 699px #000, 239px 970px #000, 1519px 687px #000, 648px 64px #000, 1988px 155px #000, 106px 502px #000, 407px 786px #000, 784px 574px #000, 1412px 1839px #000, 149px 27px #000, 1633px 1962px #000, 1676px 1411px #000;
}

.blog-section {
    position: relative;
    overflow: hidden;
}

/*Blog-Grid*/
.post-item {
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ff3a46;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    position: relative;
}

.post-item .post-content .meta-post {
    justify-content: space-between;
    margin-bottom: 18px;
}

.post-item .post-content .meta-post a {
    color: #ffffff;
}

.post-item .post-content .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
}

.post-item .post-content .title a {
    color: #ffffff;
    font-weight: 700;
}

.post-item .post-thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.post-item .post-date {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    height: 94px;
    width: 85px;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
}

.post-item .post-date * {
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.post-item .post-date .date {
    font-weight: 400;
    font-size: 40px;
    margin-top: 0;
    color: #ff3a46;
}

.post-item .post-date .month {
    font-weight: 600;
    color: #ff3a46;
}

@media (max-width: 575px) {
    .post-item .post-date {
        width: 70px;
        height: 80px;
    }

    .post-item .post-date .date {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

.post-item .post-date * {
    position: relative;
    z-index: 1;
}

.post-item .post-date::after, .post-item .post-date::before {
    width: 35px;
    height: 35px;
    top: -15px;
    left: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #9556f6;
    z-index: 0;
    opacity: 0;
    animation: scaleIn2 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    -webkit-animation: scaleIn2 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    -moz-animation: scaleIn2 2s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.post-item .post-date::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.post-item.bg-2 {
    background: #06d09a;
}

.post-item.bg-2 .post-date * {
    color: #06d09a;
}

.post-item.bg-2 .post-date::after, .post-item.bg-2 .post-date::before {
    background: #ff3a46;
}

.post-item.bg-3 {
    background: #9556f6;
}

.post-item.bg-3 .post-date * {
    color: #9556f6;
}

.post-item.bg-3 .post-date::after, .post-item.bg-3 .post-date::before {
    background: #ff3a46;
}

.post-item.style-two {
    background: #f0f6fd;
    box-shadow: none;
    margin-bottom: 35px;
}

.post-item.style-two .post-content .meta-post a {
    color: #555555;
}

.post-item.style-two .post-content .title a {
    color: #232323;
}

.post-item.style-two p {
    margin-top: 24px;
}

.post-item.style-two:hover .post-content .title a {
    color: #0fbcf9;
}

/*Blog Two*/
.post--item {
    margin-bottom: 30px;
}

.post--item p,
  .post--item h1,
  .post--item h2,
  .post--item h3 h4,
  .post--item h5,
  .post--item h6,
  .post--item span {
    font-family: "Open Sans", sans-serif;
}

.post--item .post-thumb {
    overflow: hidden;
}

.post--item .post-thumb a {
    display: block;
}

.post--item .post-thumb img {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
}

.post--item .post-content {
    box-shadow: 0px 0px 14.28px 6.72px rgba(164, 164, 164, 0.06);
    border: 1px solid #f5f5f5;
    border-top: none;
    padding: 30px 20px;
    text-align: center;
}

.post--item .post-content .title {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin-top: -8px;
    margin-bottom: 21px;
}

.post--item .post-content p {
    margin-top: -11px;
    margin-bottom: 21px;
    line-height: 30px;
}

.post--item .post-content .meta-post {
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
}

.post--item .post-content .meta-post p {
    margin: 0;
    line-height: 22px;
}

.post--item .post-content .meta-post .meta-thumb {
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.post--item .post-content .meta-post .meta-thumb a {
    display: block;
}

.post--item .post-content .meta-post .meta-thumb a img {
    width: 100%;
}

.post--item .post-content .meta-post .meta-content {
    width: calc(100% - 37px);
}

.post--item .post-content .meta-post .meta-content p {
    padding: 0 15px;
    border-left: 1px solid #555555;
}

.post--item .post-content .meta-post .meta-content p:first-child {
    border: none;
}

.post--item .post-content .meta-post .meta-content p:last-child {
    padding-right: 0;
}

.post--item .post-content .meta-post .meta-content p a {
    color: #555555;
}

.post--item .post-content .meta-post .meta-content p a:hover {
    color: #9556f6;
}

.post--item:hover .post-thumb a img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

.post--item:hover .post-content .title a {
    color: #9556f6;
}

@media (max-width: 767px) {
    .post--item {
        margin: 0 auto 30px;
        max-width: 380px;
    }
}

.post--item.post-single {
    padding: 30px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .post--item.post-single {
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .post--item.post-single {
        padding: 0;
        box-shadow: none;
        border: none;
    }
}

.post--item.post-single .post-thumb {
    margin-bottom: 30px;
}

.post--item.post-single .post-content {
    box-shadow: none;
    padding: 0;
    border: none;
}

.post--item.post-single .post-content .title {
    margin-bottom: 22px;
}

.post--item.post-single .post-content p {
    margin-bottom: 19px;
}

.post--item.post-single .post-content blockquote {
    padding: 60px;
    background: #e7eaec;
    font-size: 20px;
    line-height: 2;
    font-style: italic;
    margin-top: 21px;
    margin-bottom: 28px;
}

.post--item.post-single .post-content blockquote span {
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .post--item.post-single .post-content blockquote {
        padding: 30px;
    }
}

.post--item.post-single .post-content .meta-post {
    align-items: center;
}

.post--item.post-single .post-content .meta-post p {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 449px) {
    .post--item.post-single .post-content .meta-post p {
        border: none;
    }
}

@media (min-width: 576px) {
    .post--item.post-single .post-thumb {
        margin-bottom: 35px;
    }

    .post--item.post-single .post-content .title {
        font-size: 30px;
        margin-bottom: 27px;
    }

    .post--item.post-single .post-content p {
        margin-bottom: 29px;
    }

    .post--item.post-single .post-content blockquote {
        margin-top: 31px;
        margin-bottom: 38px;
    }
}

.post--item.post-single .post-single-bottom-area {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0 0;
    margin-top: 21px;
}

@media (min-width: 576px) {
    .post--item.post-single .post-single-bottom-area {
        margin-top: 31px;
    }
}

.post--item.post-single .post-single-bottom-area .tags-area {
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -10px;
}

.post--item.post-single .post-single-bottom-area .tags-area .tags,
        .post--item.post-single .post-single-bottom-area .tags-area .social {
    margin-bottom: 10px;
    align-items: center;
}

.post--item.post-single .post-single-bottom-area .tags-area .tags .sub-title,
          .post--item.post-single .post-single-bottom-area .tags-area .social .sub-title {
    margin: 0;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .post--item.post-single .post-single-bottom-area .tags-area .tags,
            .post--item.post-single .post-single-bottom-area .tags-area .social {
        width: 100%;
    }

    .post--item.post-single .post-single-bottom-area .tags-area .tags .sub-title,
              .post--item.post-single .post-single-bottom-area .tags-area .social .sub-title {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .post--item.post-single .post-single-bottom-area .tags-area .social {
        justify-content: flex-end;
    }
}

.post--item.post-single .post-single-bottom-area .tags-area .social ul {
    margin: -5px;
}

.post--item.post-single .post-single-bottom-area .tags-area .social ul li {
    padding: 5px;
}

.post--item.post-single .post-single-bottom-area .tags-area .social ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #12cbc4;
    color: #ffffff;
    font-size: 14px;
}

.post--item.post-single .post-single-bottom-area .tags-area .social ul li a:hover {
    background: #12cbc4;
}

.post--item.post-single .post-single-bottom-area .tags-area .tags ul li {
    padding: 2.5px;
}

.post--item.post-single .post-single-bottom-area .tags-area .tags ul li a {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    line-height: 35px;
    padding: 0 10px;
    color: #777777;
}

.post--item.post-single .post-single-bottom-area .tags-area .tags ul li a:hover {
    color: #ffffff;
    background: #12cbc4;
    border-color: #12cbc4;
}

.post--item blockquote {
    position: relative;
}

.post--item blockquote::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 70%;
    top: 50%;
    left: 50%;
    background: url(../../assets/images/blog/blockquote-before.png) no-repeat center center;
    background-size: contain;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-slider {
    overflow: hidden;
}

.blog-grid {
    margin: 0 -15px;
    justify-content: center;
}

.blog-grid .post--item {
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 576px) {
    .blog-grid .post--item {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .blog-grid .post--item {
        width: 50%;
    }
}

.comments-section {
    padding: 30px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.06);
}

.comments-section p, .comments-section h1, .comments-section h2, .comments-section h3 h4, .comments-section h5, .comments-section h6, .comments-section span {
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 575px) {
    .comments-section {
        padding: 0;
        box-shadow: none;
        border: none;
    }
}

.comments-section p {
    margin-top: 0;
}

.comments-section .title {
    font-size: 24px;
    margin-bottom: -18px;
    line-height: 1.4;
}

.comments-section .comments-title {
    margin-top: -5px;
    text-transform: capitalize;
}

.comments-section .previous-comment {
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .comments-section .previous-comment {
        margin-bottom: 60px;
    }
}

.comments-section .previous-comment ul li {
    padding: 0;
}

.comments-section .previous-comment ul li .reply-item {
    padding: 30px 0 24px;
    border-bottom: 1px solid #e5e5e5;
}

.comments-section .previous-comment ul li .reply-item .reply-thumb {
    width: 78px;
    margin-bottom: 22px;
}

.comments-section .previous-comment ul li .reply-item .reply-thumb a {
    display: block;
}

.comments-section .previous-comment ul li .reply-item .reply-thumb a img {
    width: 100%;
}

.comments-section .previous-comment ul li .reply-item .reply-content {
    width: 100%;
}

@media (min-width: 576px) {
    .comments-section .previous-comment ul li .reply-item .reply-content {
        width: calc(100% - 78px);
        padding-left: 15px;
    }
}

.comments-section .previous-comment ul li .reply-item .reply-content .title {
    font-size: 22px;
    margin-top: -4px;
    margin-bottom: 4px;
}

@media (max-width: 575px) {
    .comments-section .previous-comment ul li .reply-item .reply-content .title {
        font-size: 20px;
    }
}

.comments-section .previous-comment ul li .reply-item .reply-content p {
    margin-bottom: 10px;
}

.comments-section .previous-comment ul li .reply-item .reply-content .reply {
    color: #ff3a46;
}

.comments-section .previous-comment ul li .reply-item .reply-content .reply:hover {
    color: #ff3a46;
}

.comments-section .previous-comment ul li ul {
    padding-left: 20px;
}

@media (min-width: 576px) {
    .comments-section .previous-comment ul li ul {
        padding-left: 40px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .comments-section .previous-comment ul li ul {
        padding-left: 50px;
    }
}

.comments-section .leave-a-comment .blog-comment-form {
    margin-top: 30px;
    justify-content: space-between;
}

.comments-section .leave-a-comment .blog-comment-form .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.comments-section .leave-a-comment .blog-comment-form .form-group:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .comments-section .leave-a-comment .blog-comment-form .form-group {
        width: calc(50% - 15px);
    }
}

.comments-section .leave-a-comment .blog-comment-form .form-group input {
    background: transparent;
    height: 40px;
    border: 1px solid #e5e5e5;
}

.comments-section .leave-a-comment .blog-comment-form .form-group input:focus {
    border-color: inherit;
}

.comments-section .leave-a-comment .blog-comment-form .form-group input[type="submit"] {
    width: auto;
    padding: 0 40px;
    background: #232323;
    color: #ffffff;
    height: 50px;
}

.comments-section .leave-a-comment .blog-comment-form .form-group textarea {
    height: 150px;
    display: flex;
}

.scrollToTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #ea117f;
    text-align: center;
    font-size: 16px;
}

.scrollToTop:hover {
    color: #ffffff;
    background: #ff3a46;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.video-button {
    color: #ffffff;
    border: none;
    text-align: center;
}

.video-button:hover {
    color: #ffffff;
}

.video-button i {
    line-height: 70px;
    font-size: 36px;
    margin-left: 8px;
    color: #ffffff;
}

.video-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ff3a46;
}

.video-button a {
    display: block;
    position: relative;
    z-index: 1;
}

.video-button a img {
    width: 100%;
}

.video-button a i {
    line-height: 75px;
    font-size: 36px;
    margin-left: 8px;
}

.video-button::before, .video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #ff3a46;
    opacity: 0.15;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    -moz-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    -moz-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

.custom-button {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 2.8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff3a46;
    padding: 3px 35px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}

.custom-button.no-radius {
    font-size: 18px;
    padding: 16px 25px;
    line-height: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.custom-button:hover {
    color: #ffffff;
}

.custom-button.white {
    background: #ffffff;
    color: #214ce2;
}

.custom-button.yellow {
    padding: 8px 32px;
    background: #ff930e;
}

.custom-button.gradient {
    padding: 8px 32px;
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #44167e 100%);
}

.custom-button.gradientr {
    padding: 8px 32px;
    background: -webkit-linear-gradient(140deg, #44167e 0%, #ea117f 100%);
}

.custom-button.gradientf {
    padding: 8px 32px;
    background: -webkit-linear-gradient(140deg, #ea117f 0%, #ea117f 100%);
}

.custom-button.theme {
    line-height: 54px;
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

/* inner ripple */
@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@keyframes jump1 {
    0%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes jump1 {
    0%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-moz-keyframes jump1 {
    0%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes jump2 {
    0%,
  100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes jump2 {
    0%,
  100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes jump2 {
    0%,
  100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

.ds {
    user-select: none; /* supported by Chrome and Opera */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
}