@import url("https://fonts.googleapis.com/css?family=Exo:300,400,600,700|Open+Sans:400,400i,600,600i&display=swap");
/*
Template Name: Hyippo - Isometric HYIP Investment Business HTML Template
Template URI: http: //brotherslab.thesoftking.com/html/hyippo/
Author: brotherslab
Author URI: https: //themeforest.net/user/brotherslab
Description: Hyippo - Isometric HYIP Investment Business HTML Template. Hyippo is a Pixel-Perfect Powerful,
Mordern Isometric HYIP Investment Business HTML Template for all types of HYIP Business.
Version: 1.0.0
Text Domain: 
*/
/*
///// CSS Index \\
01. Reset CSS Start
---------------------------
02. General CSS
---------------------------
03. Feature-Slide-Section CSS
---------------------------
04. Ticket-Slide-Section CSS
---------------------------
05. Investor-Section CSS
----Investor-Section-Two CSS
---------------------------
06. Comission-Section CSS
---------------------------
07. Partner-Section CSS
---------------------------
08. About-Us-Section CSS
---------------------------
09. Flow-Section CSS
---------------------------
10. Blog-Section CSS
----Blog-Grid CSS
----Blog-Classic CSS
----Blog-Details CSS
---------------------------
10. Deposite-Section CSS
---------------------------
11. App-Section CSS
---------------------------
12. Profit-Section CSS
---------------------------
13. Client-Section CSS
-----Client-Section-Two CSS
---------------------------
14. Counter-Section CSS
---------------------------
15. Chairman-Section CSS
---------------------------
16. Hero-Area CSS
---------------------------
17. Privacy-Section CSS
---------------------------
18. Sidebar CSS
---------------------------
19. Terms-Condition-Section CSS
---------------------------
20. Faq-Section CSS
----Faq-Style-Two-Section CSS
----Faq-Style-Three-Section CSS
----Ask-Faq-Section CSS
--------------------------- 
21. Support-Section CSS 
---------------------------
22. Section-404 CSS 
---------------------------
23. Contact-Section CSS 
---------------------------
24. Contact-Information CSS
---------------------------
25. Account-Section CSS
---------------------------
26. Dashboard 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: "Exo", 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: #12cbc4;
}

h1 {
    font-size: 48px;
}

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

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

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

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

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

p {
    margin-top: -11px;
}

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

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

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

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

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

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

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

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

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

    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 #f74a05;
}

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;
}

footer .top-shape-two::before, footer .top-shape-one::before, .footer-area .footer-widget .title::after, .category-list .category-item ul li a::after, .ticket-three-item .plus-button::after, .ticket-three-item .plus-button::before, .investor--item .investor-content .content::before, .comission-content .content ul li::before, .partner-content ul li::before, .flow-item .flow-thumb .thumb::after, .flow-item .flow-thumb .thumb::before, .flow-item::after, .deposit-area li .content .date::before,
.deposit-area li .content .amount::before, .client-wrapper .client-slider::before, .client-wrapper .client-slider::after, .hero-area::after, .hero-area::before, .privacy-content .item .bullet-list li::before, .terms-condition .item .bullet-list li::before, .faq-style-four .faq-item .faq-number .thumb::after, .faq-style-four .faq-item .faq-number .thumb::before, .contact-section .trigon-4, .trigon-5, .post-item .post-date::after, .post-item .post-date::before, .post-details.post-item .post-content .bullet-list li::before {
    position: absolute;
    content: '';
}

.custom-pagination, .footer-area, .footer-area .footer-widget.widget-about .about-info li, .footer-area .footer-widget.widget-about .social, .footer-area .footer-widget.widget-information ul, .header-area, .category-list .category-item > a, .widget.widget-tags ul, .feature-item .feature-thumb, .ticket-item .ticket-thumb .thumb, .ticket-three-item .ticket--thumb, .investor-item .investor-content .social, .investor-item .investor-content, .investor--item .investor-content, .investor--item .investor-content .social, .comission-wrapper, .partner-wrapper, .partner-wrapper .partner-line .partner-item, .about-wrapper, .about--item, .about--item .about--thumb, .flow-wrapper, .flow-item .flow-thumb, .deposite-content .tab-menu, .deposit-area li .thumb, .deposit-area li, .deposit-area li .content, .app-button, .client-wrapper, .client-navigation, .client-item .client-content .ratings, .counter-wrapper, .counter-item .counter-thumb .thumb, .terms-condition .item .bullet-list, .faq-style-one, .faq-style-one .faq-item, .faq-style-one .faq-item .faq-number .thumb, .faq--wrapper, .faq-wrapper .faq-item .faq-title, .faq-wrapper .faq-item .faq-title .title, .faq-style-four .faq-item .faq-number .thumb, .faq-style-four .faq-item, .section-404, .contact-info-item .contact-info-thumb .thumb, .account-tab .tab-menu, .account-tab .tab-menu li, .account-form .form-group, .social-sign-in, .dashboard-header, .dashboard-header .right-side, .dashboard-header .right-side ul, .dashboard-body, .dashboard-author, .dashboard-author .social, .dashboard-author .dashboard-content .dash-author-items, .balance-item, .balance-item .balance-thumb, .post-item .post-content .meta-post, .post-item .post-date, .post-details.post-item .post-content .bullet-list, .post-details.post-item .tags-area, .comment-area .comment-item, .comment-form {
    display: flex;
    flex-wrap: wrap;
}

.banner-section::before, .widget.widget-banner::before, .ticket-item .ticket-thumb::before, .flow-item .flow-thumb::before, .deposite-content .tab-menu li::after, .deposite-content .tab-menu li::before, .client-item .client-content p::before, .counter-item .counter-thumb .thumb::before, .faq-style-one .faq-item .faq-number .thumb::before, .faq-style-four .faq-item .faq-number::before, .contact-info-item .contact-info-thumb .thumb::before, .account-tab .tab-menu::before, .dashboard-header .right-side ul.buttons li a::after, .dashboard-header .right-side ul.buttons li a::before, .post-details.post-item .post-content blockquote::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.bg-g-1, .footer-area .footer-widget .title::after, .comission-content .content ul li::before, .privacy-content .item .bullet-list li::before, .terms-condition .item .bullet-list li::before, .post-details.post-item .post-content .bullet-list li::before {
    background-image: -moz-linear-gradient(-30deg, #f74a05 24%, #f8780f 56%, #f8a519 100%);
    background-image: -webkit-linear-gradient(-30deg, #f74a05 24%, #f8780f 56%, #f8a519 100%);
    background-repeat: no-repeat;
}

.comission-content .content ul li:nth-of-type(3n + 2)::before, .privacy-content .item .bullet-list li:nth-of-type(3n + 2)::before, .terms-condition .item .bullet-list li:nth-of-type(3n + 2)::before, .post-details.post-item .post-content .bullet-list li:nth-of-type(4n + 2)::before {
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(138deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
    background-image: -webkit-linear-gradient(138deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
}

.comission-content .content ul li:nth-of-type(3n + 3)::before, .privacy-content .item .bullet-list li:nth-of-type(3n + 3)::before, .terms-condition .item .bullet-list li:nth-of-type(3n + 3)::before, .post-details.post-item .post-content .bullet-list li:nth-of-type(4n + 3)::before {
    background-repeat: no-repeat;
    background-image: -moz-linear-gradient(4deg, #3ed03a 24%, #7be379 56%, #b8f5b7 100%);
    background-image: -webkit-linear-gradient(4deg, #3ed03a 24%, #7be379 56%, #b8f5b7 100%);
}

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

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

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

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

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

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

.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: #f74a05;
    -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;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #000;
}

*::-webkit-scrollbar-button {
    background-color: #000;
}

*::-webkit-scrollbar-thumb {
    background-color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    background: #f74a05;
}

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

.bg-2 {
    background: #12cbc4;
}

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

.bg-3 {
    background: #665bfc;
}

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

.bg-4 {
    background: #3ed03a;
}

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

.bg-title {
    background: #232323;
}

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

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

.section-header .cate {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    margin-top: -8px;
    margin-bottom: 15px;
}

.section-header .title {
    margin-bottom: 16px;
    text-transform: capitalize;
}

.section-header p {
    max-width: 520px;
    margin: 0 auto;
}

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

    .section-header .cate {
        margin-bottom: 25px;
    }

    .section-header .title {
        margin-bottom: 20px;
    }
}

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

.section-header.left-style {
    text-align: left;
}

.section-header.left-style p {
    margin-left: 0;
}

.section-header.mb-olpo {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .section-header.mb-olpo {
        margin-bottom: 19px;
    }
}

@media (min-width: 992px) {
    .section-header.mb-olpo {
        margin-bottom: 29px;
    }
}

.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;
    }
}

footer {
    overflow: hidden;
    margin-top: -14px;
    position: relative;
    background: url(/img/footer-shape.png) no-repeat;
    background-position: 0px 400px;
    background-color: #f2f9fe;
}

footer .top-shape-two {
    background: #ffffff;
    width: 100%;
    height: 332px;
    position: relative;
    overflow: hidden;
}

footer .top-shape-two::before {
    background: url(/img/footer-shape01.png) no-repeat left top;
    background-size: cover;
    left: 0;
    top: 0;
}

footer .top-shape-two::before {
    top: 0;
    width: 105%;
    height: calc(100%);
}

footer .top-shape-one {
    position: absolute;
    width: 100%;
    height: 332px;
    top: 0;
    left: 0;
    filter: drop-shadow(0 -10px 2px rgba(0, 0, 0, 0.02));
    -webkit-filter: drop-shadow(0 -10px 2px rgba(0, 0, 0, 0.02));
    z-index: 9;
}

footer .top-shape-one::before {
    background: url(./img/footer-shape02.png) no-repeat left top;
    background-size: cover;
    top: 20px;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
}

@media (max-width: 575px) {
    footer {
        background-size: cover;
    }
}

.footer-top {
    padding: 105px 0;
    
}

@media screen and (min-width: 992px) and (max-width: 1030px) {
    .footer-top {
        padding-top: 0px;
    }
}

@media (max-width: 991px) {
    .footer-top {
        padding-top: 0;
        margin-top: -80px;
        position: relative;
        z-index: 99;
        padding-bottom: 80px;
    }
}

.footer-area {
    justify-content: space-between;
    margin-bottom: -50px;
}

.footer-area .footer-widget {
    width: 100%;
    margin-bottom: 50px;
}

.footer-area .footer-widget .title {
    text-transform: capitalize;
    margin-bottom: 42px;
    position: relative;
}

.footer-area .footer-widget .title::after {
    width: 30px;
    height: 4px;
    left: 0px;
    bottom: -16px;
}

.footer-area .footer-widget.widget-about {
    max-width: 400px;
    margin-bottom: 44px;
}

.footer-area .footer-widget.widget-about .logo {
    width: 160px;
    margin-bottom: 20px;
}

.footer-area .footer-widget.widget-about .logo a {
    display: block;
}

.footer-area .footer-widget.widget-about .logo img {
    width: 100%;
}

.footer-area .footer-widget.widget-about .about-info li {
    padding: 0;
    align-items: center;
    margin-bottom: 30px;
}

.footer-area .footer-widget.widget-about .about-info li .thumb {
    color: #12cbc4;
}

.footer-area .footer-widget.widget-about .about-info li .thumb i {
    font-size: 40px;
    width: 40px;
}

.footer-area .footer-widget.widget-about .about-info li .content {
    width: calc(100% - 40px);
    padding-left: 20px;
}

.footer-area .footer-widget.widget-about .about-info li .content span, .footer-area .footer-widget.widget-about .about-info li .content a {
    display: block;
}

.footer-area .footer-widget.widget-about .about-info li .content span {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-area .footer-widget.widget-about .about-info li .content a {
    font-size: 22px;
    font-weight: 600;
    color: #232323;
}

.footer-area .footer-widget.widget-about .about-info li .content a:hover {
    color: #12cbc4;
}

.footer-area .footer-widget.widget-about .social {
    margin: -8px;
}

.footer-area .footer-widget.widget-about .social li {
    padding: 3px;
}

.footer-area .footer-widget.widget-about .social li a {
    padding: 5px;
    color: #12cbc4;
}

.footer-area .footer-widget.widget-about .social li a.facebook {
    color: #3b5998;
}

.footer-area .footer-widget.widget-about .social li a.twitter {
    color: #55acee;
}

.footer-area .footer-widget.widget-about .social li a.pinterest {
    color: #007bb5;
}

.footer-area .footer-widget.widget-about .social li a.instagram {
    color: #e4405f;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-widget.widget-about {
        max-width: 250px;
    }

    .footer-area .footer-widget.widget-about .about-info li {
        margin-bottom: 15px;
    }

    .footer-area .footer-widget.widget-about .about-info li .thumb {
        width: 30px;
    }

    .footer-area .footer-widget.widget-about .about-info li .thumb i {
        font-size: 30px;
    }

    .footer-area .footer-widget.widget-about .about-info li .content span {
        font-size: 12px;
        margin-bottom: -5px;
    }

    .footer-area .footer-widget.widget-about .about-info li .content a {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .footer-area .footer-widget.widget-about .about-info li {
        margin-bottom: 15px;
    }

    .footer-area .footer-widget.widget-about .about-info li .thumb {
        width: 30px;
    }

    .footer-area .footer-widget.widget-about .about-info li .thumb i {
        font-size: 30px;
    }

    .footer-area .footer-widget.widget-about .about-info li .content span {
        font-size: 12px;
        margin-bottom: -5px;
    }

    .footer-area .footer-widget.widget-about .about-info li .content a {
        font-size: 16px;
    }
}

.footer-area .footer-widget.widget-links {
    max-width: 210px;
    margin-bottom: 36px;
}

.footer-area .footer-widget.widget-links ul li {
    padding: 0;
    margin-bottom: 6px;
}

.footer-area .footer-widget.widget-links ul li a {
    color: #555555;
}

.footer-area .footer-widget.widget-links ul li a:hover {
    color: #12cbc4;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-area .footer-widget.widget-links {
        max-width: 180px;
    }
}

.footer-area .footer-widget.widget-information {
    margin-bottom: 47px;
    max-width: 255px;
}

.footer-area .footer-widget.widget-information p {
    margin-bottom: 35px;
}

.footer-area .footer-widget.widget-information ul li {
    padding: 3px;
    width: 100%;
    max-width: 55px;
}

.footer-area .footer-widget.widget-information ul li img {
    width: 100%;
}

.footer-bottom {
    padding: 137px 0 50px;
    background: url(./img/footer-bg-shape.png) no-repeat top center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
}

.footer-dots span {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: -moz-linear-gradient(138deg, #f84a05 28%, #f8770f 58%, #f8a419 100%);
    background-image: -webkit-linear-gradient(138deg, #f84a05 28%, #f8770f 58%, #f8a419 100%);
    position: absolute;
    top: 16px;
    left: 5px;
    animation: pulseTwo 5s linear infinite;
    z-index: 9;
}

.footer-dots span:nth-child(2) {
    top: 170px;
    left: 250px;
    animation: pulseOne 5s linear infinite 2.5s forwards;
    background: #214ce2;
}

.footer-dots span:nth-child(3) {
    top: 100px;
    left: 650px;
    animation: pulseThree 5s linear infinite;
    background-image: -moz-linear-gradient(138deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
    background-image: -webkit-linear-gradient(138deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
}

.footer-dots span:nth-child(4) {
    top: 320px;
    left: 1050px;
    animation: pulseFour 5s linear infinite 2.5s forwards;
    background-image: -moz-linear-gradient(4deg, #3ed03a 24%, #7be379 56%, #b8f5b7 100%);
    background-image: -webkit-linear-gradient(4deg, #3ed03a 24%, #7be379 56%, #b8f5b7 100%);
}

.footer-dots span:nth-child(5) {
    top: 100px;
    left: 1770px;
    animation: pulseThree 5s linear infinite;
    background-image: -moz-linear-gradient(138deg, #12cbc4 28%, #3c93e0 58%, #665bfc 100%);
    background-image: -webkit-linear-gradient(138deg, #12cbc4 28%, #3c93e0 58%, #665bfc 100%);
}

.z-999 {
    z-index: 999;
}

.header-section {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99;
    top: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (min-width: 992px) {
    .header-section {
        top: 58px;
    }
}

.header-section.active {
    background: #214ce2;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    animation-duration: .5s;
    -moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    top: 0;
}

.header-section.active .header-button {
    background: #ffffff;
    color: #214ce2;
}

.header-area {
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
}

.header-area .logo {
    width: 220px;
}

@media (max-width: 991px) {
    .header-area .logo {
        width: 180px;
    }

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

    .header-area .logo a img {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .header-area .logo {
        width: 150px;
    }
}

.menu li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
    .menu {
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        z-index: 99;
        width: 100%;
        max-height: calc(100vh - 100px);
        overflow-y: scroll;
        background: #ffffff;
    }

    .menu::-webkit-scrollbar {
        display: none;
    }

    .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .menu li {
        border-bottom: 1px solid #214ce2;
        padding: 0;
    }

    .menu li a {
        padding: 10px 15px;
        color: #232323;
        display: block;
        display: flex;
        justify-content: space-between;
    }

    .menu li a::after {
        color: #232323;
    }

    .menu li a.header-button {
        text-align: center;
        background: #214ce2 !important;
        color: #ffffff !important;
    }

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

    .menu li .submenu li:last-child {
        border: none;
    }

    .menu li .submenu li a {
        text-transform: capitalize;
        padding: 8px 15px;
    }

    .menu li:hover {
        border-color: #214ce2;
    }

    .menu li:hover > a {
        background: #214ce2;
        color: #ffffff;
    }

    .menu li:hover > a::after {
        color: #ffffff;
    }
}

@media (min-width: 992px) {
    .menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .menu li {
        padding: 5px;
        position: relative;
    }

    .menu li a {
        padding: 10px 5px;
        font-weight: 400;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .menu li a {
        padding: 10px;
        font-size: 20px;
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .menu li a {
        padding: 10px 15px;
    }
}

@media (min-width: 992px) {
    .menu li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
    }

    .menu li .submenu li {
        width: 100%;
        border-bottom: 1px solid #214ce2;
        background: #ffffff;
        padding: 0;
    }

    .menu li .submenu li a {
        padding: 5px 10px 5px 15px;
        color: #232323;
        text-transform: capitalize;
        display: flex;
        justify-content: space-between;
    }

    .menu li .submenu li a.active {
        padding-left: 20px;
        background: #214ce2;
        color: #ffffff;
    }

    .menu li .submenu li a.active::after {
        color: #ffffff;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .menu li .submenu li a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .menu li .submenu li:hover > a {
        padding-left: 20px;
        background: #214ce2;
        color: #ffffff;
    }

    .menu li .submenu li:hover > a::after {
        color: #ffffff;
    }

    .menu li .submenu li:first-child {
        border-top: 1px solid #214ce2;
    }

    .menu li .submenu li .submenu {
        top: -1px;
        left: 100%;
    }

    .menu li:hover > .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.menu-item-has-children > a {
    align-items: center;
}

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

@media (min-width: 992px) {
    .menu-item-has-children.open .submenu {
        display: block !important;
    }

    .menu-item-has-children .submenu {
        display: block !important;
    }
}

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

.header-bar span {
    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;
    position: absolute;
    left: 0;
}

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

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

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

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

.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);
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/*Banner-Section Starts Here*/
.banner-section {
    padding: 330px 0 280px;
    background-image: -moz-linear-gradient(-25deg, #2051e9 28%, #2e9cf0 58%, #3be7f7 100%);
    background-image: -webkit-linear-gradient(-25deg, #2051e9 28%, #2e9cf0 58%, #3be7f7 100%);
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .banner-section {
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-section {
        padding: 243px 0 213px;
    }
}

.banner-section::before {
    width: 100%;
    height: 100%;
    background: url(./img/banner-shape.png) no-repeat top center;
    background-size: contain;
}

@media (max-width: 991px) {
    .banner-section {
        padding: 219px 0 170px;
    }

    .banner-section::before {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding: 219px 0 160px;
    }
}

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

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

.banner-content .title {
    font-size: 60px;
    line-height: 92px;
    color: #ffffff;
    margin-bottom: 37px;
}

.banner-content p {
    color: #ffffff;
    margin-bottom: 55px;
}

.banner-content .custom-button {
    padding: 0 30px;
    background: transparent;
    font-family: "Open Sans", sans-serif;
    border: 3px solid #ffffff;
    font-size: 20px;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .banner-content .title {
        font-size: 48px;
        line-height: 60px;
    }

    .banner-content p {
        max-width: 480px;
        margin-bottom: 43px;
    }
}

@media (min-width: 992px) {
    .banner-content p {
        max-width: 575px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .banner-content .title {
        font-size: 48px;
        line-height: 60px;
    }

    .banner-content p {
        max-width: 480px;
        margin-bottom: 43px;
    }
}

@media (max-width: 575px) {
    .banner-content .title {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 28px;
    }

    .banner-content p {
        margin-bottom: 31px;
    }
}

.banner-thumb {
    margin-left: 40px;
    margin-right: -300px;
    position: relative;
    height: 400px;
}

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

.banner-thumb .thumb-1,
  .banner-thumb .thumb-2,
  .banner-thumb .thumb-3,
  .banner-thumb .thumb-4,
  .banner-thumb .coin {
    position: absolute;
    display: none;
}

.banner-thumb .thumb-1 {
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
}

.banner-thumb .thumb-2 {
    display: block;
    left: 0;
    bottom: 40px;
    width: 203px;
}

.banner-thumb .thumb-3 {
    display: block;
    right: 0;
    bottom: 40px;
}

.banner-thumb .thumb-4 {
    display: block;
    left: 180px;
    width: 267px;
    bottom: 40px;
    animation: round-3 3s alternate infinite;
    -webkit-animation: round-3 3s alternate infinite;
    -moz-animation: round-3 3s alternate infinite;
}

.banner-thumb .coin {
    display: block;
    width: 77px;
    height: 77px;
    right: 31px;
    bottom: 118px;
}

.banner-thumb .coin img {
    position: absolute;
    animation: bela3 20s linear infinite;
    -webkit-animation: bela3 20s linear infinite;
    -moz-animation: bela3 20s linear infinite;
}

.banner-thumb .coin img:nth-child(2) {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
}

.banner-thumb .coin img:nth-child(3) {
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
}

.banner-thumb .coin img:nth-child(4) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
}

.banner-thumb .coin img:nth-child(5) {
    animation-delay: 16s;
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
}

@media screen and (max-width: 1649px) {
    .banner-thumb {
        margin-left: 20px;
        margin-right: -200px;
    }

    .banner-thumb .thumb-4 {
        width: 200px;
        left: 150px;
    }

    .banner-thumb .thumb-2 {
        width: 150px;
    }
}

@media screen and (max-width: 1440px) {
    .banner-thumb {
        margin-right: -150px;
    }
}

@media screen and (max-width: 1365px) {
    .banner-thumb {
        margin-right: -100px;
    }

    .banner-thumb .thumb-4 {
        width: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-thumb {
        margin-right: -50px;
    }

    .banner-thumb .thumb-4 {
        width: 150px;
        left: 0;
    }

    .banner-thumb .thumb-2 {
        display: none;
    }

    .banner-thumb .thumb-3 {
        width: 230px;
    }
}

@media screen and (max-width: 1130px) {
    .banner-thumb {
        margin-right: 0;
    }
}

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

/*Sidebar CSS Starts Here*/
.category-list .category-item {
    padding: 0;
    background: #f5f6fe;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.category-list .category-item:last-child {
    margin-bottom: 0;
}

.category-list .category-item > a {
    justify-content: space-between;
    padding: 15px 20px;
    color: #232323;
}

.category-list .category-item > a .amount::before {
    content: "(";
}

.category-list .category-item > a .amount::after {
    content: ")";
}

.category-list .category-item ul {
    padding: 10px 20px;
    display: none;
}

.category-list .category-item ul li a {
    position: relative;
    padding-left: 15px;
    color: #555555;
}

.category-list .category-item ul li a::after {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(33, 76, 226, 0.5);
    top: 12px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 0;
}

.category-list .category-item ul li a:hover {
    color: #214ce2;
}

.category-list .category-item ul li a:hover::after {
    background: #214ce2;
}

.category-list .category-item.active ul {
    display: block;
}

.category-list .category-item.open .category-title {
    color: #ffffff;
    background: #214ce2;
}

aside {
    position: sticky;
    top: 130px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
    padding: 40px 30px;
    margin-top: 70px;
}

@media screen and (max-width: 379px) {
    aside {
        padding: 40px 20px;
    }
}

@media (min-width: 992px) {
    aside {
        margin-top: 0;
    }
}

.widget {
    margin-bottom: 30px;
}

.widget .widget-title {
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}

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

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

.widget.widget-post ul li {
    padding: 0;
    margin-bottom: 10px;
}

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

.widget.widget-post ul li a {
    display: block;
    padding: 15px 20px;
    background: #f0fcf4;
}

.widget.widget-post ul li a .title {
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}

.widget.widget-post ul li a span {
    font-style: italic;
    color: #555555;
    font-size: 14px;
}

.widget.widget-post ul li:nth-of-type(3n + 2) a {
    background: #fff6f6;
}

.widget.widget-post ul li:nth-of-type(3n + 3) a {
    background: #f5f6fe;
}

.widget.widget-download ul li {
    padding: 0;
    margin-bottom: 10px;
}

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

.widget.widget-download ul li a {
    padding: 15px 20px;
    color: #232323;
    background: #f5f6fe;
    display: block;
}

.widget.widget-download ul li a.active {
    background: #214ce2;
    color: #ffffff;
}

.widget.widget-download ul li a i {
    margin-right: 5px;
}

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

.widget.widget-tags ul li a {
    padding: 10px 20px;
    color: #232323;
    background: #f5f6fe;
    border: 1px solid #e5e5e5;
}

.widget.widget-banner {
    text-align: center;
    padding: 35px 10px;
    background: #214ce2;
    position: relative;
}

.widget.widget-banner * {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.widget.widget-banner::before {
    width: 80%;
    height: 80%;
    background: url(./img/question.png) no-repeat center center;
    background-size: contain;
    opacity: .08;
}

.widget.widget-banner .title {
    margin-bottom: 20px;
}

.widget.widget-banner p {
    margin-bottom: 20px;
}

.widget.widget-banner a {
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 575px) {
    .widget.widget-banner a {
        font-size: 20px;
    }
}

/*Feature-Slide-Section Starts Here*/
.feature-slide-section {
    position: relative;
}

.feature-item {
    text-align: center;
    padding: 50px 50px 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(164, 164, 164, 0.17);
    margin: 15px;
}

.feature-item .feature-thumb {
    width: 136px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
}

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

.feature-item .feature-content .title {
    margin-bottom: 23px;
    text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .feature-item {
        padding: 50px 20px;
    }
}

@media screen and (max-width: 380px) {
    .feature-item {
        padding: 50px 20px;
    }
}

.feature-slider {
    margin: -15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

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

/*Ticket-Slide-Section Starts Here*/
.ticket-item {
    background-color: #ffffff;
    padding: 60px 15px;
    text-align: center;
}

.ticket-item .ticket-thumb {
    width: 128px;
    height: 128px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.09);
    margin: 0 auto 30px;
    position: relative;
    background-color: #ffffff;
    z-index: 1;
}

.ticket-item .ticket-thumb .thumb {
    position: relative;
    z-index: 1;
    width: 128px;
    height: 128px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f3f4fc;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.ticket-item .ticket-thumb::before {
    width: calc(100%  + 16px);
    height: calc(100%  + 16px);
    background: url(./img/ticket-shape.png) no-repeat center center;
    background-size: cover;
    z-index: 0;
    animation: rev-rotate 15s linear infinite;
    -webkit-animation: rev-rotate 15s linear infinite;
    -moz-animation: rev-rotate 15s linear infinite;
}

.ticket-item .ticket-content span {
    display: block;
}

.ticket-item .ticket-content .name, .ticket-item .ticket-content .duration {
    font-size: 20px;
    color: #232323;
}

@media (min-width: 576px) {
    .ticket-item .ticket-content .name, .ticket-item .ticket-content .duration {
        font-size: 24px;
    }
}

.ticket-item .ticket-content .name {
    margin-bottom: 26px;
}

.ticket-item .ticket-content .title {
    margin-bottom: 15px;
    color: #f74a05;
}

.ticket-item .ticket-content .duration {
    margin-bottom: 30px;
}

.ticket-item .ticket-content .info {
    font-size: 18px;
    color: #232323;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .ticket-item .ticket-content .duration {
        margin-bottom: 18px;
    }

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

.ticket-item.bg-2 .ticket-thumb::before {
    background: url(./img/ticket-shape2.png) no-repeat center center;
    background-size: cover;
}

.ticket-item.bg-2 .ticket-content .title {
    color: #12cbc4;
}

.ticket-item.bg-2 .ticket-content .custom-button {
    background: #12cbc4;
}

.ticket-item.bg-3 .ticket-thumb::before {
    background: url(./img/ticket-shape3.png) no-repeat center center;
    background-size: cover;
    animation: rotate 15s linear infinite;
    -webkit-animation: rotate 15s linear infinite;
    -moz-animation: rotate 15s linear infinite;
}

.ticket-item.bg-3 .ticket-content .title {
    color: #665bfc;
}

.ticket-item.bg-3 .ticket-content .custom-button {
    background: #665bfc;
}

.ticket-item:hover .ticket-thumb::before {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.ticket-slider {
    overflow: hidden;
}

/*Investment-Plan Starts Here*/
.investment-plan .ticket-item {
    box-shadow: 0px 0px 7px 0px rgba(164, 164, 164, 0.24);
    margin-bottom: 30px;
}

.ticket--item {
    background-color: #ffffff;
    padding: 60px 15px;
    text-align: center;
    box-shadow: 0px 0px 7px 0px rgba(164, 164, 164, 0.24);
    margin-bottom: 30px;
}

.ticket--item .flow-item {
    width: 100%;
}

.ticket--item .flow-item::after {
    display: none;
}

.ticket--item .flow-item .flow-thumb .thumb {
    font-size: 30px;
}

.ticket--item .ticket-content ul {
    margin-bottom: 52px;
}

.ticket--item .ticket-content ul li {
    padding: 0;
    font-weight: 600;
    color: #555555;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .ticket--item .ticket-content ul {
        margin-bottom: 35px;
    }
}

.ticket--item.bg-2 .ticket-content .custom-button {
    background: #12cbc4;
}

.ticket--item.bg-3 .ticket-content .custom-button {
    background: #665bfc;
}

.ticket--item:hover .flow-thumb::before, .ticket--item:hover .flow-thumb::after, .ticket--item:hover .flow-thumb .thumb::before, .ticket--item:hover .flow-thumb .thumb::after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.ticket-three-item {
    background-color: #ffffff;
    padding: 60px 15px;
    text-align: center;
    box-shadow: 0px 0px 7px 0px rgba(164, 164, 164, 0.24);
    margin-bottom: 30px;
}

.ticket-three-item .ticket-content ul {
    margin-bottom: 32px;
}

.ticket-three-item .ticket-content ul li {
    padding: 0;
    font-weight: 600;
    color: #555555;
    margin-bottom: 10px;
}

.ticket-three-item .ticket--thumb {
    width: 127px;
    height: 102px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 35px;
}

.ticket-three-item .ticket--thumb img {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.ticket-three-item .plus-button {
    width: 72px;
    height: 72px;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    line-height: 72px;
    background: #b2bef6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.ticket-three-item .plus-button::after, .ticket-three-item .plus-button::before {
    background: #b2bef6;
    height: 2px;
    width: 60px;
    top: 50%;
    margin-top: -1px;
}

.ticket-three-item .plus-button::after {
    left: calc(100% + 20px);
}

.ticket-three-item .plus-button::before {
    right: calc(100% + 20px);
}

.ticket-three-item.bg-1 .ticket--thumb::before {
    background-color: #ffbfa1;
}

.ticket-three-item.bg-1 .plus-button, .ticket-three-item.bg-1 .plus-button::after, .ticket-three-item.bg-1 .plus-button::before {
    background-color: #ffbfa1;
}

.ticket-three-item.bg-2 .ticket--thumb::before {
    background-color: #9ee2cd;
}

.ticket-three-item.bg-2 .plus-button, .ticket-three-item.bg-2 .plus-button::after, .ticket-three-item.bg-2 .plus-button::before {
    background-color: #9ee2cd;
}

.ticket-three-item.bg-3 .ticket--thumb::before {
    background-color: #b2bef6;
}

.ticket-three-item.bg-3 .plus-button,
  .ticket-three-item.bg-3 .plus-button::after,
  .ticket-three-item.bg-3 .plus-button::before {
    background-color: #b2bef6;
}

/*Investor-Section Starts Here*/
.investor-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.investor-item .investor-content {
    background: #ffffff;
    max-height: 100%;
    overflow-y: scroll;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    -webkit-transform: translateY(calc(100% + 30px));
    -ms-transform: translateY(calc(100% + 30px));
    transform: translateY(calc(100% + 30px));
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.investor-item .investor-content::-webkit-scrollbar {
    display: none;
}

.investor-item .investor-content .social {
    background: #eaeff3;
    width: 63px;
    height: 100%;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}

.investor-item .investor-content .social li {
    padding: 0;
    width: 100%;
}

.investor-item .investor-content .social li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
}

.investor-item .investor-content .social li a.facebook {
    color: #3b5998;
}

.investor-item .investor-content .social li a.twitter {
    color: #55acee;
}

.investor-item .investor-content .social li a.linkedin {
    color: #007bb5;
}

.investor-item .investor-content .social li a.instagram {
    color: #e4405f;
}

.investor-item .investor-content .social li a.google {
    color: #dd4b39;
}

.investor-item .investor-content .social li a.youtube {
    color: #cd201f;
}

.investor-item .investor-content .social li a.camera {
    color: #e4405f;
}

.investor-item .investor-content .social li a.pinterest {
    color: #007bb5;
}

.investor-item .investor-content .social li a.tumblr {
    color: #34465d;
}

.investor-item .investor-content .social li a.behance {
    color: #1769ff;
}

.investor-item .investor-content .social li a.skype {
    color: #2fb7df;
}

.investor-item .investor-content .social li a.demo {
    display: none;
}

.investor-item .investor-content .social li a:hover {
    color: #ffffff;
}

.investor-item .investor-content .social li a:hover.facebook {
    background: #3b5998;
}

.investor-item .investor-content .social li a:hover.twitter {
    background: #55acee;
}

.investor-item .investor-content .social li a:hover.linkedin {
    background: #007bb5;
}

.investor-item .investor-content .social li a:hover.instagram {
    background: #e4405f;
}

.investor-item .investor-content .social li a:hover.google {
    background: #dd4b39;
}

.investor-item .investor-content .social li a:hover.youtube {
    background: #cd201f;
}

.investor-item .investor-content .social li a:hover.camera {
    background: #e4405f;
}

.investor-item .investor-content .social li a:hover.pinterest {
    background: #007bb5;
}

.investor-item .investor-content .social li a:hover.tumblr {
    background: #34465d;
}

.investor-item .investor-content .social li a:hover.behance {
    background: #1769ff;
}

.investor-item .investor-content .social li a:hover.skype {
    background: #2fb7df;
}

.investor-item .investor-content .content {
    width: calc(100% - 63px);
    padding: 30px;
}

.investor-item .investor-content .content p {
    margin-bottom: 30px;
}

.investor-item .investor-content .content .author span {
    display: block;
    font-size: 18px;
    margin-bottom: -6px;
}

@media screen and (max-width: 500px) {
    .investor-item .investor-content {
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .investor-item .investor-content p {
        font-size: 14px;
        margin-top: -6px;
        line-height: 1.4;
    }

    .investor-item .investor-content .content {
        padding: 20px;
    }

    .investor-item .investor-content .content .author span {
        font-size: 14px;
    }
}

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

.investor-item .h-title, .investor-item .h-subtitle {
    text-align: center;
    margin: 0;
}

@media (max-width: 991px) {
    .investor-item .h-title, .investor-item .h-subtitle {
        color: #ffffff;
    }
}

.investor-item .h-title {
    font-size: 80px;
    line-height: 1;
    margin-top: -7px;
}

.investor-item .h-title span {
    font-size: 60px;
}

@media (min-width: 576px) {
    .investor-item .h-title {
        font-size: 120px;
        margin-top: -10px;
    }
}

.investor-item .h-subtitle {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: -10px;
}

@media (min-width: 992px) {
    .investor-item .h-subtitle {
        color: #555555;
    }
}

@media (min-width: 576px) {
    .investor-item .h-subtitle {
        margin-bottom: -12px;
    }
}

.top-investor-section {
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .top-investor-section {
        background-size: 100% calc(100% - 300px);
    }
}

.futa {
    position: absolute;
    width: 50%;
    max-width: 600px;
    right: -200px;
    top: 0;
    animation: rotate2 150s linear infinite;
    -webkit-animation: rotate2 150s linear infinite;
    -moz-animation: rotate2 150s linear infinite;
}

.futa img {
    width: 100%;
}

.circle-effect .circle {
    border-radius: 50%;
    background-color: #12cbc4;
    width: 220px;
    height: 220px;
    position: absolute;
    opacity: 0;
    -webkit-animation: scaleIn 8s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    animation: scaleIn 8s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
    top: 0;
    left: -110px;
}

.circle-effect .circle:nth-of-type(3n + 2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.circle-effect .circle:nth-of-type(3n + 3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

/*Investor-Section-Two Starts Here*/
.investor--item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.investor--item .investor-content {
    background: #ffffff;
    flex-direction: column-reverse;
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    max-height: 100%;
    overflow-y: scroll;
    -webkit-transform: translateY(calc(100% + 30px));
    -ms-transform: translateY(calc(100% + 30px));
    transform: translateY(calc(100% + 30px));
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.investor--item .investor-content::-webkit-scrollbar {
    display: none;
}

.investor--item .investor-content .social {
    width: 100%;
    background: #eaeff3;
    padding: 10px;
}

.investor--item .investor-content .social li {
    padding: 5px;
}

.investor--item .investor-content .social li a {
    color: #555555;
    padding: 5px;
}

.investor--item .investor-content .social li a.demo {
    text-decoration: underline;
}

.investor--item .investor-content .social li a.facebook {
    color: #3b5998;
}

.investor--item .investor-content .social li a.twitter {
    color: #55acee;
}

.investor--item .investor-content .social li a.linkedin {
    color: #007bb5;
}

.investor--item .investor-content .social li a.instagram {
    color: #e4405f;
}

.investor--item .investor-content .social li a.google {
    color: #dd4b39;
}

.investor--item .investor-content .social li a.youtube {
    color: #cd201f;
}

.investor--item .investor-content .social li a.camera {
    color: #e4405f;
}

.investor--item .investor-content .social li a.pinterest {
    color: #007bb5;
}

.investor--item .investor-content .social li a.tumblr {
    color: #34465d;
}

.investor--item .investor-content .social li a.behance {
    color: #1769ff;
}

.investor--item .investor-content .social li a.skype {
    color: #2fb7df;
}

.investor--item .investor-content .content {
    width: 100%;
    padding: 44px 30px 34px;
    position: relative;
    overflow: hidden;
}

.investor--item .investor-content .content::before {
    width: 130px;
    height: 130px;
    bottom: -40px;
    left: -40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f74a05;
    z-index: 0;
    opacity: .1;
}

.investor--item .investor-content .content * {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 399px) {
    .investor--item .investor-content {
        width: calc(100% - 10px);
        left: 5px;
        bottom: 5px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .investor--item .investor-content {
        width: calc(100% - 20px);
        left: 10px;
        bottom: 10px;
    }
}

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

/*Comission-Section Starts Here*/
.comission-wrapper .comission-thumb {
    width: 40%;
    position: relative;
    max-height: 730px;
}

@media (max-width: 1199px) {
    .comission-wrapper .comission-thumb {
        display: none;
    }
}

.comission-wrapper .comission-thumb img {
    width: 100%;
}

.comission-wrapper .comission-thumb .com-bg {
    position: absolute;
    left: -170px;
    right: 40px;
}

.comission-wrapper .comission-thumb .com-plat {
    position: absolute;
    top: 150px;
    left: -40px;
    width: 650px;
}

.comission-wrapper .comission-thumb .man {
    position: absolute;
    top: 210px;
    left: -20px;
    width: 136px;
}

.comission-wrapper .comission-thumb .man img {
    animation: jump1 5s linear infinite;
}

.comission-wrapper .comission-thumb .woman {
    position: absolute;
    top: 385px;
    left: 210px;
    width: 180px;
}

.comission-wrapper .comission-thumb .woman img {
    animation: helan 5s linear infinite;
}

.comission-wrapper .comission-thumb .coin-1, .comission-wrapper .comission-thumb .coin-2 {
    position: absolute;
    width: 92px;
    bottom: 20px;
    right: 330px;
}

.comission-wrapper .comission-thumb .coin-2 {
    bottom: 40px;
    right: 310px;
}

.comission-wrapper .comission-thumb .coin-shad {
    position: absolute;
    width: 105px;
    bottom: 0px;
    right: 300px;
}

.comission-wrapper .comission-thumb .coin-3 {
    position: absolute;
    top: 350px;
    left: -30px;
}

.comission-wrapper .comission-thumb .coin-3 img {
    animation: rotate 5s linear infinite;
}

.comission-wrapper .comission-thumb .coin-4 {
    position: absolute;
    bottom: 0;
    left: 30%;
}

@media screen and (min-width: 1200px) and (max-width: 1250px) {
    .comission-wrapper .comission-thumb {
        width: 450px;
        margin-left: auto;
    }
}

@media screen and (max-width: 1799px) {
    .comission-wrapper .comission-thumb {
        height: 730px;
    }

    .comission-wrapper .comission-thumb .com-plat {
        width: 500px;
    }

    .comission-wrapper .comission-thumb .man {
        width: 100px;
    }

    .comission-wrapper .comission-thumb .woman {
        width: 130px;
        top: 350px;
        left: 150px;
    }

    .comission-wrapper .comission-thumb .coin-shad {
        width: 60px;
        bottom: 120px;
        right: 250px;
    }

    .comission-wrapper .comission-thumb .coin-1, .comission-wrapper .comission-thumb .coin-2 {
        width: 50px;
    }

    .comission-wrapper .comission-thumb .coin-1 {
        bottom: 135px;
        right: 270px;
    }

    .comission-wrapper .comission-thumb .coin-2 {
        bottom: 150px;
        right: 250px;
    }
}

.comission-wrapper .comission-content {
    width: 60%;
    max-width: 743px;
}

@media (max-width: 1199px) {
    .comission-wrapper .comission-content {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

.comission-content {
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.comission-content .section-header {
    margin-bottom: 35px;
}

.comission-content .content {
    max-width: 535px;
}

.comission-content .content .content-content {
    margin-bottom: 44px;
}

.comission-content .content .content-content p {
    margin-bottom: 27px;
}

.comission-content .content ul {
    margin-bottom: 80px;
}

.comission-content .content ul li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 24px;
}

.comission-content .content ul li:last-child {
    margin-bottom: -8px;
}

.comission-content .content ul li::before {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.comission-content .content .custom-button {
    background: #665bfc;
}

@media (max-width: 1199px) {
    .comission-content .content .content-content {
        margin-bottom: 34px;
    }

    .comission-content .content ul {
        margin-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    .comission-content * {
        max-width: 100% !important;
    }
}

/*Partner-Section Starts Here*/
.partner-content .section-header {
    margin-bottom: 34px;
}

@media (min-width: 576px) {
    .partner-content .section-header {
        margin-bottom: 44px;
    }
}

.partner-content ul {
    margin-bottom: 80px;
    max-width: 320px;
}

@media (max-width: 1199px) {
    .partner-content ul {
        margin-bottom: 50px;
    }
}

.partner-content ul li {
    padding: 0;
    padding-left: 20px;
    position: relative;
    margin-bottom: 14px;
}

.partner-content ul li::before {
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #232323;
}

.partner-content ul li:last-child {
    margin-bottom: -8px;
}

.partner-content .custom-button {
    background: #ffffff;
    color: #232323;
}

.partner-content .custom-button:hover {
    color: #232323;
}

.light-color .bullet-list-2 li::before {
    background: #ffffff;
}

.partner-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-left: -200px;
    margin-bottom: -30px;
}

.partner-wrapper .partner-line {
    width: calc(33.33% - 20px);
}

.partner-wrapper .partner-line .partner-item {
    background: #ffffff;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    min-height: 200px;
}

@media (min-width: 1200px) {
    .partner-wrapper .partner-line.one {
        -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px);
    }

    .partner-wrapper .partner-line.two {
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
    }
}

@media (max-width: 1199px) {
    .partner-wrapper {
        margin-left: 0;
    }

    .partner-wrapper .partner-line {
        width: calc(50% - 15px);
    }

    .partner-wrapper .partner-line.one {
        order: 1;
    }
}

@media (max-width: 1199px) and (max-width: 991px) {
    .partner-wrapper {
        margin-top: 60px;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .partner-wrapper .partner-line {
        width: 100%;
        max-width: 280px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*Mission-Section Starts Here*/
.mission-section .comission-wrapper .comission-thumb {
    height: auto;
}

.mission-section .comission-wrapper .comission-thumb .coin-shad {
    bottom: -130px;
}

@media screen and (max-width: 1799px) {
    .mission-section .comission-wrapper .comission-thumb .coin-shad {
        bottom: 0;
        right: 350px;
        width: 100px;
    }
}

@media screen and (max-width: 1499px) {
    .mission-section .comission-wrapper .comission-thumb .coin-shad {
        bottom: 0;
        right: 190px;
    }
}

/*About-Us-Section Starts Here*/
.about-wrapper {
    align-items: center;
    position: relative;
    z-index: 1;
}

.about-wrapper .about-thumb {
    width: 40%;
}

.about-wrapper .about-thumb img {
    max-width: 100%;
    margin-right: 40px;
}

.about-wrapper .about-thumb.about-thumb-about {
    width: 45%;
    padding-right: 40px;
}

@media screen and (min-width: 1750px) {
    .about-wrapper .about-thumb.about-thumb-about {
        padding-left: 90px;
    }
}

.about-wrapper .about-thumb.about-thumb-about img {
    width: 100%;
}

.about-wrapper .about-content {
    width: 60%;
    max-width: 720px;
}

.about-wrapper .about-content p {
    max-width: 100%;
}

@media (max-width: 1199px) {
    .about-wrapper .about-thumb {
        display: none;
    }

    .about-wrapper .about-content {
        width: 100%;
        max-width: 100%;
    }
}

.about-wrapper .comission-content {
    margin-right: auto;
    padding-left: 110px;
    width: 55%;
}

@media (max-width: 1399px) {
    .about-wrapper .comission-content {
        padding-left: 50px;
    }
}

@media (max-width: 1199px) {
    .about-wrapper .comission-content {
        padding-left: 0px;
        width: 100%;
    }
}

.about--item {
    margin-bottom: 40px;
}

.about--item .about--thumb {
    width: 127px;
    height: 102px;
    justify-content: center;
    align-items: center;
}

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

.about--item .about--content {
    width: 100%;
}

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

@media (min-width: 576px) {
    .about--item .about--content {
        width: calc(100% - 127px);
        padding-left: 38px;
    }

    .about--item .about--content .title {
        margin-bottom: 25px;
    }
}

.about--item.two .about--thumb:before {
    background: #12cbc4;
}

.about--item.three .about--thumb:before {
    background: #ffbfa1;
}

.about--item.three .about--thumb img {
    margin-left: 12px;
}

.about--item.one .about--thumb img {
    margin-left: 12px;
}

@media (min-width: 576px) {
    .about--item {
        margin-bottom: 55px;
    }
}

@media (max-width: 575px) {
    .about--item .about--thumb {
        margin-bottom: 30px;
    }
}

.about--item:last-child {
    margin-bottom: 0;
}

.about-section {
    position: relative;
}

/*Flow-Section Starts Here*/
.mb-40-none {
    margin-bottom: -40px;
}

.flow-wrapper {
    justify-content: space-between;
}

.flow-item {
    text-align: center;
    margin-bottom: 40px;
    width: calc(25% - 15px);
    position: relative;
}

@media (max-width: 991px) {
    .flow-item {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 424px) {
    .flow-item {
        width: calc(100%);
    }
}

.flow-item .flow-thumb {
    width: 116px;
    height: 116px;
    margin: 0 auto 30px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.flow-item .flow-thumb::before {
    width: 100%;
    height: 100%;
    background: url(./img/flow-shape4.png) no-repeat center center;
    animation: rev-rotate 20s linear infinite;
    -webkit-animation: rev-rotate 20s linear infinite;
    -moz-animation: rev-rotate 20s linear infinite;
}

.flow-item .flow-thumb .thumb {
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    background-color: #3ed03a;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.flow-item .flow-thumb .thumb::after, .flow-item .flow-thumb .thumb::before {
    width: 100%;
    height: 100%;
    top: -40px;
    left: -40px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
    animation: scaleIn3 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.flow-item .flow-thumb .thumb::after {
    animation-delay: 2s;
}

.flow-item.one .flow-thumb::before {
    background: url(./img/flow-shape.png) no-repeat center center;
}

.flow-item.one .flow-thumb .thumb {
    background: #12cbc4;
}

.flow-item.two .flow-thumb::before {
    background: url(./img/flow-shape2.png) no-repeat center center;
}

.flow-item.two .flow-thumb .thumb {
    background: #f74a05;
}

.flow-item.two .flow-thumb::before {
    animation-delay: 2.5s;
}

.flow-item.three .flow-thumb::before {
    background: url(./img/flow-shape3.png) no-repeat center center;
}

.flow-item.three .flow-thumb .thumb {
    background: #665bfc;
}

.flow-item.four .flow-thumb::before {
    animation-delay: 2.5s;
}

.flow-item .title {
    text-transform: capitalize;
    margin-bottom: -9px;
}

@media (max-width: 575px) {
    .flow-item .title {
        margin-bottom: -8px;
    }
}

.flow-item::after {
    width: 107px;
    height: 55px;
    background: url(./img/arrow-1.png) no-repeat center center;
    background-size: contain;
    top: 50px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1199px) {
    .flow-item::after {
        height: 45px;
        left: calc(100% + 10px);
    }
}

@media (max-width: 575px) {
    .flow-item::after {
        display: none;
    }
}

.flow-item:nth-of-type(4n + 4)::after {
    display: none;
}

.flow-item:nth-of-type(4n + 2)::after {
    background: url(./img/arrow-2.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 991px) {
    .flow-item:nth-of-type(4n + 2)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .flow-item:nth-of-type(4n + 3)::after {
        background: url(./img/arrow-2.png) no-repeat center center;
        background-size: contain;
    }
}

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

.deposite-section .trigon-1 {
    max-width: 855px;
    width: 70%;
}

.deposite-section .trigon-1 img {
    width: 100%;
}

.deposite-section .trigon-3 {
    top: auto;
    bottom: 0;
    max-width: 800px;
}

@media (max-width: 991px) {
    .deposite-section .trigon-3 {
        display: none;
    }
}

.deposite-content .section-header p {
    max-width: 700px;
}

.deposite-content .tab-menu {
    margin: -10px;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .deposite-content .tab-menu {
        margin-bottom: 45px;
    }
}

.deposite-content .tab-menu li {
    font-weight: 600;
    font-family: "Exo", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    background: #665bfc;
    color: #ffffff;
    margin: 10px;
    padding: 15px 43px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
}

.deposite-content .tab-menu li.active {
    background: #12cbc4;
}

.deposite-content .tab-menu li::after, .deposite-content .tab-menu li::before {
    width: 100%;
    height: 400px;
    left: 100%;
    top: 0;
    background: #ffffff;
    z-index: 0;
    opacity: 0;
}

.deposite-content .tab-menu li:hover::after, .deposite-content .tab-menu li:hover::before {
    animation: scaleIn3 1s;
    -webkit-animation: scaleIn3 1s;
    -moz-animation: scaleIn3 1s;
}

@media (max-width: 575px) {
    .deposite-content .tab-menu li {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.deposit-area li {
    justify-content: space-between;
    max-width: 710px;
    align-items: center;
}

.deposit-area li .thumb {
    width: 88px;
    height: 79px;
    align-items: flex-end;
    position: relative;
}

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

.deposit-area li .content {
    width: calc(100% - 100px);
    justify-content: space-between;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.04);
    font-size: 20px;
    color: #232323;
}

.deposit-area li .content a {
    color: #232323;
}

.deposit-area li .content a:hover {
    color: #665bfc;
}

.deposit-area li .content .date,
    .deposit-area li .content .amount {
    position: relative;
    padding-left: 28px;
}

.deposit-area li .content .date::before,
      .deposit-area li .content .amount::before {
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url(./img/coin.png) no-repeat center center;
    background-size: contain;
}

.deposit-area li .content .date {
    padding-left: 30px;
}

.deposit-area li .content .date::before {
    width: 20px;
    background: url(./img/calendar.png) no-repeat center center;
    background-size: contain;
}

@media (max-width: 767px) and (min-width: 576px) {
    .deposit-area li .thumb {
        margin: 0 auto 10px;
    }

    .deposit-area li .content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .deposit-area {
        width: 550px;
    }
}

@media (max-width: 575px) {
    .deposite--area {
        width: 100%;
        overflow-x: scroll;
    }
}

.with-anime {
    margin-right: -400px;
    margin-left: -140px;
    background: url(./img/trigon03.png) no-repeat top left;
    background-size: cover;
    height: 700px;
    position: relative;
}

.with-anime .thumb-1 {
    position: absolute;
    right: 90px;
    bottom: 140px;
}

.with-anime .thumb-1 img {
    max-width: 100%;
    animation: fly 5s infinite alternate;
    -webkit-animation: fly 5s infinite alternate;
    -moz-animation: fly 5s infinite alternate;
}

@media screen and (max-width: 1649px) {
    .with-anime {
        margin-right: -280px;
    }

    .with-anime .thumb-1 {
        width: 230px;
        bottom: 240px;
        right: 120px;
    }
}

@media screen and (max-width: 1399px) {
    .with-anime {
        margin-right: -150px;
    }

    .with-anime .thumb-1 {
        width: 180px;
        bottom: 320px;
        right: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .with-anime {
        display: none;
    }
}

/*App-Section Starts Here*/
.app-section {
    background: #393edf;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .app-section {
        -webkit-border-radius: 0 0 275px 0;
        -moz-border-radius: 0 0 275px 0;
        border-radius: 0 0 275px 0;
    }
}

.app-section .animation-circle-inverse {
    position: absolute;
}

.app-section .animation-circle-inverse i {
    background: #0081ff;
    width: 120px;
    height: 120px;
}

@media (max-width: 991px) {
    .app-section .animation-circle-inverse i {
        width: 50px;
        height: 50px;
    }
}

.app-section .animation-circle-inverse.two {
    left: auto;
    top: auto;
    bottom: 100px;
    right: 100px;
}

@media (min-width: 992px) {
    .app-section.style-two {
        -webkit-border-radius: 0 0 0 275px;
        -moz-border-radius: 0 0 0 275px;
        border-radius: 0 0 0 275px;
    }
}

.app-button {
    margin: -5px;
}

.app-button li {
    padding: 15px;
    max-width: 50%;
}

.app-button li a img {
    max-width: 100%;
}

@media (max-width: 575px) {
    .app-button li {
        padding: 5px;
    }
}

@media (min-width: 576px) {
    .app-button {
        margin: -15px;
    }
}

.mobile-paroller {
    margin-left: -400px;
    position: relative;
}

.mobile-paroller img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 1600px) {
    .mobile-paroller {
        margin-left: -200px;
    }
}

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

/*Profit-Section Starts Here*/
.profit-form {
    margin-bottom: -34px;
}

.profit-form .form-group {
    margin-bottom: 34px;
}

.profit-form .form-group .select-bar {
    width: 100%;
    height: 60px;
    padding-left: 20px;
}

.profit-form .form-group .select-bar .current {
    line-height: 60px;
}

.profit-form .form-group .select-bar .list {
    width: 100%;
    height: 170px;
    overflow-y: scroll;
}

.profit-form .form-group .select-bar * {
    color: #555555;
}

.profit-form .form-group input {
    color: #555555;
    border: 1px solid #ffffff;
    padding-left: 20px;
    height: 60px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
}

@media (max-width: 575px) {
    .profit-form {
        margin-bottom: -30px;
    }

    .profit-form .form-group {
        margin-bottom: 30px;
    }
}

.profit-form .nice-select {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
}

.profil-title {
    margin-top: -7px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    margin-bottom: 14px;
    color: #232323;
    font-weight: 600;
}

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

.profit-thumb {
    background-position: top right;
    background-size: cover;
    margin-left: -400px;
    padding-bottom: 150px;
    margin-bottom: -150px;
}

@media screen and (max-width: 1600px) {
    .profit-thumb {
        margin-left: -250px;
    }
}

@media screen and (max-width: 1450px) {
    .profit-thumb {
        margin-left: -200px;
    }
}

@media screen and (max-width: 1400px) {
    .profit-thumb {
        margin-left: -100px;
    }
}

@media screen and (max-width: 1199px) {
    .profit-thumb {
        display: none;
    }
}

.profit-thumb .thumb-1 img {
    width: 100%;
}

.trigon-3 {
    width: 50%;
    max-width: 575px;
    position: absolute;
    top: 80px;
    right: 0;
}

.trigon-3 img {
    width: 100%;
}

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

.client-section .section-header p {
    max-width: 715px;
}

.client-wrapper {
    margin-left: -20px;
    justify-content: space-between;
    width: calc(100% + 20px);
    overflow: hidden;
}

.client-wrapper .client-map {
    width: calc(100% - 510px);
}

.client-wrapper .client-map .map img {
    width: 100%;
}

.client-wrapper .client-slider {
    width: 445px;
    position: relative;
}

@media (min-width: 576px) {
    .client-wrapper .client-slider {
        margin-bottom: 30px;
        margin-right: 15px;
        margin-top: 15px;
    }
}

.client-wrapper .client-slider::before, .client-wrapper .client-slider::after {
    background-color: #214ce3;
    opacity: 0.302;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
    width: 100%;
    height: 100%;
    top: 15px;
    left: -30px;
    z-index: -1;
}

.client-wrapper .client-slider::after {
    left: -15px;
    top: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .client-wrapper {
        margin: 0;
        align-items: center;
    }

    .client-wrapper .client-slider {
        width: 350px;
    }

    .client-wrapper .client-map {
        width: calc(100% - 380px);
    }
}

@media (max-width: 991px) {
    .client-wrapper {
        justify-content: center;
        margin: 0;
        width: 100%;
    }

    .client-wrapper .client-map {
        display: none;
    }

    .client-wrapper .client-slider {
        width: 100%;
        max-width: 445px;
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    .client-wrapper .client-slider {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        overflow: hidden;
    }

    .client-wrapper .client-slider::after, .client-wrapper .client-slider::before {
        display: none;
    }
}

.client-map {
    position: relative;
}

.client-map .thumb-1, .client-map .thumb-2, .client-map .thumb-3, .client-map .thumb-4, .client-map .thumb-5, .client-map .thumb-6 {
    position: absolute;
    width: 46px;
    height: 46px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.client-map .thumb-1 img, .client-map .thumb-2 img, .client-map .thumb-3 img, .client-map .thumb-4 img, .client-map .thumb-5 img, .client-map .thumb-6 img {
    width: 100%;
}

.client-map .thumb-1 {
    top: 28px;
    left: 190px;
}

.client-map .thumb-2 {
    top: 118px;
    left: 64px;
}

.client-map .thumb-3 {
    top: 286px;
    left: 163px;
}

.client-map .thumb-4 {
    top: 170px;
    left: 282px;
}

.client-map .thumb-5 {
    top: 130px;
    left: 430px;
}

.client-map .thumb-6 {
    top: 290px;
    left: 480px;
}

.client-navigation {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .client-navigation {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .client-navigation {
        margin-top: 60px;
    }
}

.client-navigation .client-next,
  .client-navigation .client-prev {
    font-size: 36px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
}

.client-navigation .client-next:hover, .client-navigation .client-next.active,
    .client-navigation .client-prev:hover,
    .client-navigation .client-prev.active {
    color: #214ce2;
}

.client-navigation .client-prev {
    margin-right: 20px;
}

.client-item {
    text-align: center;
    background: #ffffff;
    position: relative;
    margin-left: auto;
    padding: 60px 50px 55px;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
}

.client-item .client-thumb {
    width: 130px;
    height: 131px;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    background: #214ce2;
    margin: 0 auto 30px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

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

.client-item .client-thumb img {
    width: 100%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.client-item .client-content {
    color: #555555;
}

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

.client-item .client-content p {
    margin-bottom: 16px;
    font-style: italic;
    font-size: 20px;
    line-height: 35px;
    position: relative;
}

.client-item .client-content p span {
    z-index: 1;
    position: relative;
}

.client-item .client-content p::before {
    font-family: "Flaticon";
    font-weight: 500;
    content: "\f101";
    font-size: 60px;
    font-style: normal;
    color: #dae1fa;
    z-index: 0;
}

.client-item .client-content .ratings {
    justify-content: center;
}

.client-item .client-content .ratings span {
    color: #214ce2;
    margin: 0 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .client-item {
        padding: 40px 15px;
    }
}

@media (max-width: 575px) {
    .client-item {
        border: 1px solid #e5e5e5;
    }
}

@media screen and (max-width: 575px) and (max-width: 399px) {
    .client-item {
        padding: 40px 15px;
    }

    .client-item .client-content p {
        font-size: 16px;
        line-height: 28px;
    }

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

/*Client-Section-Two Starts Here*/
@media (max-width: 991px) {
    .pb--lg--0 {
        padding-bottom: 0;
    }
}

.client--wrapper {
    position: relative;
    min-height: 545px;
    z-index: 9;
}

@media (max-width: 767px) {
    .client--wrapper {
        min-height: auto;
    }

    .client--wrapper .client-map {
        display: none;
    }
}

.client--wrapper .client-map {
    position: absolute;
    width: 100%;
    height: 100%;
}

.client--wrapper .client-map img {
    width: 100%;
}

.client--wrapper .client-map .thumb-1 {
    top: auto;
    bottom: 100px;
    left: 74%;
}

.client--wrapper .client-map .thumb-2 {
    top: 170px;
    left: 155px;
}

.client--wrapper .client-map .thumb-3 {
    top: 250px;
    left: 70%;
}

.client--wrapper .client-map .thumb-4 {
    top: 260px;
    left: 275px;
}

.client--wrapper .client-map .thumb-5 {
    top: 350px;
    left: 50%;
}

.client--wrapper .client-map .thumb-6 {
    top: auto;
    left: 32%;
    bottom: 0;
}

@media (max-width: 991px) {
    .client--wrapper .client-map .thumb-1 {
        left: 81%;
    }

    .client--wrapper .client-map .thumb-2 {
        top: 185px;
        left: 16px;
    }

    .client--wrapper .client-map .thumb-4 {
        left: 115px;
    }
}

.client--wrapper .client--slider {
    overflow: hidden;
    margin-bottom: -32px;
}

.client--wrapper .client--slider .client-item {
    background: transparent;
    box-shadow: none;
    border: none;
    max-width: 360px;
    padding: 0;
    margin: 0 auto;
}

.client--wrapper .client--slider .client-item .client-thumb {
    width: 83px;
    height: 83px;
}

.client--wrapper .client--slider .client-item .client-content p {
    color: #555555;
}

.client--wrapper .client--slider .client-item .client-content p::before {
    display: none;
}

.bg-contain {
    background-size: contain;
}

/*Counter-Section Starts Here*/
.counter-wrapper {
    margin-bottom: -49px;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .counter-wrapper {
        margin-bottom: -48px;
    }
}

.counter-item {
    margin-bottom: 40px;
    width: 100%;
}

.counter-item .counter-thumb {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

.counter-item .counter-thumb .thumb {
    width: 168px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    height: 175px;
    background: #ffffff;
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    color: #12cbc4;
    font-weight: 300;
    font-family: "Exo", sans-serif;
    position: relative;
}

.counter-item .counter-thumb .thumb::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #12cbc4;
    opacity: 0.031;
    width: 110px;
    height: 110px;
}

@media (max-width: 767px) {
    .counter-item .counter-thumb .thumb {
        font-size: 48px;
    }
}

.counter-item .title {
    text-transform: capitalize;
    text-align: center;
}

@media (min-width: 576px) {
    .counter-item {
        width: calc(50% - 15px);
    }
}

@media (min-width: 992px) {
    .counter-item {
        width: calc(25% - 15px);
    }
}

.counter-item.two .counter-thumb .thumb {
    color: #f74a05;
}

.counter-item.two .counter-thumb .thumb::before {
    background-color: #f74a05;
}

.counter-item.three .counter-thumb .thumb {
    color: #665bfc;
}

.counter-item.three .counter-thumb .thumb::before {
    background: #665bfc;
}

.counter-item.four .counter-thumb .thumb {
    color: #3ed03a;
}

.counter-item.four .counter-thumb .thumb::before {
    background-color: #3ed03a;
}

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

.call-section .section-header p {
    max-width: 720px;
}

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

.chairman-quote {
    font-style: italic;
    margin-bottom: 70px;
}

.chairman-thumb img {
    width: 100%;
}

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

.signeture {
    width: 161px;
    margin-bottom: 22px;
}

.signeture img {
    max-width: 100%;
}

.chairman-author .title {
    margin-bottom: 8px;
    color: #555555;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .chairman-content .section-header {
        margin-bottom: 0;
    }

    .chairman-content .section-header .title {
        font-size: 40px;
        line-height: 55px;
        margin-top: -11px;
    }

    .chairman-content .chairman-quote {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .chairman-content .chairman-quote {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .chairman-content .section-header {
        margin-bottom: 0;
    }

    .chairman-content .section-header .title {
        margin-bottom: 10px;
    }

    .chairman-content .chairman-quote {
        margin-bottom: 30px;
    }
}

/*Hero-Area Starts Here*/
.hero-area {
    padding: 312px 0 144px;
    background-color: #393edf;
    position: relative;
}

@media (min-width: 992px) {
    .hero-area {
        -webkit-border-radius: 0 0 375px 0;
        -moz-border-radius: 0 0 375px 0;
        border-radius: 0 0 375px 0;
    }
}

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

.hero-area::after, .hero-area::before {
    top: 0;
    height: 100%;
}

.hero-area::before {
    background: url(./img/hero-shape02.png) no-repeat top left;
    background-size: contain;
    width: 100%;
    left: 0;
}

.hero-area::after {
    background: url(./img/hero-shape01.png) no-repeat top right;
    background-size: cover;
    width: 35%;
    right: 0;
}

@media (max-width: 1199px) {
    .hero-area::after {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .hero-area::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero-area {
        padding: 226px 0 129px;
    }
}

@media (max-width: 575px) {
    .hero-area {
        padding: 210px 0 131px;
    }
}

.hero-content {
    text-align: center;
}

.hero-content .title {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

@media (min-width: 576px) {
    .hero-content .title {
        font-size: 48px;
        line-height: 55px;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .hero-content .title {
        font-size: 60px;
        line-height: 70px;
        margin-bottom: 23px;
    }
}

.hero-content .breadcrumb {
    background: transparent;
    justify-content: center;
    padding: 0;
}

.hero-content .breadcrumb li, .hero-content .breadcrumb li a {
    color: #ffffff;
    font-size: 18px;
}

@media (min-width: 576px) {
    .hero-content .breadcrumb li, .hero-content .breadcrumb li a {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .hero-content .breadcrumb li, .hero-content .breadcrumb li a {
        font-size: 24px;
    }
}

.hero-content .breadcrumb li {
    text-transform: capitalize;
    padding: 0 5px;
}

.hero-content .breadcrumb li a::after {
    content: "/";
    margin-left: 10px;
}

/*Privacy-Section Starts Here*/
.privacy-content img {
    width: 100%;
}

.privacy-content .main-item {
    margin-bottom: 50px;
}

.privacy-content .main-item .privacy-thumb {
    margin-bottom: 39px;
}

.privacy-content .main-item .title {
    margin-bottom: 34px;
}

.privacy-content .main-item p {
    margin-bottom: 35px;
}

.privacy-content .main-item:last-child {
    margin-bottom: 0 !important;
}

.privacy-content .item {
    margin-bottom: 50px;
}

.privacy-content .item:last-child {
    margin-bottom: 0 !important;
}

.privacy-content .item .subtitle {
    margin-bottom: 16px;
}

.privacy-content .item p {
    margin-bottom: 27px;
}

.privacy-content .item .bullet-list {
    margin-bottom: 40px;
    max-width: 545px;
}

.privacy-content .item .bullet-list li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 18px;
}

.privacy-content .item .bullet-list li:last-child {
    margin-bottom: -8px;
}

.privacy-content .item .bullet-list li::before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 8px;
}

.privacy-content .item img {
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .privacy-content .main-item {
        margin-bottom: 42px;
    }

    .privacy-content .main-item .privacy-thumb {
        margin-bottom: 40px;
    }

    .privacy-content .main-item .title {
        margin-bottom: 32px;
    }

    .privacy-content .main-item p {
        margin-bottom: 32px;
    }

    .privacy-content .item {
        margin-bottom: 42px;
    }

    .privacy-content .item .bullet-list {
        margin-bottom: 35px;
        margin-top: -8px;
    }

    .privacy-content .item img {
        margin-bottom: 35px;
    }
}

/*Terms-Condition-Section Starts Here*/
.terms-condition img {
    width: 100%;
}

.terms-condition .main-item {
    margin-bottom: 50px;
}

.terms-condition .main-item .privacy-thumb {
    margin-bottom: 39px;
}

.terms-condition .main-item .title {
    margin-bottom: 34px;
    max-width: 850px;
}

.terms-condition .main-item p {
    margin-bottom: 35px;
}

.terms-condition .main-item:last-child {
    margin-bottom: 0 !important;
}

.terms-condition .item {
    margin-bottom: 50px;
}

.terms-condition .item:last-child {
    margin-bottom: 0 !important;
}

.terms-condition .item .subtitle {
    margin-bottom: 16px;
}

.terms-condition .item p {
    margin-bottom: 27px;
}

.terms-condition .item .bullet-list {
    margin-bottom: 17px;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .terms-condition .item .bullet-list {
        margin-bottom: 40px;
    }
}

.terms-condition .item .bullet-list li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 18px;
    width: 100%;
}

@media (min-width: 768px) {
    .terms-condition .item .bullet-list li {
        width: calc(50% - 15px);
    }
}

.terms-condition .item .bullet-list li:last-child {
    margin-bottom: -8px;
}

.terms-condition .item .bullet-list li::before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 8px;
}

.terms-condition .item img {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .terms-condition .item img {
        max-width: 350px;
    }
}

@media (max-width: 575px) {
    .terms-condition .main-item {
        margin-bottom: 42px;
    }

    .terms-condition .main-item .privacy-thumb {
        margin-bottom: 40px;
    }

    .terms-condition .main-item .title {
        margin-bottom: 32px;
    }

    .terms-condition .main-item p {
        margin-bottom: 32px;
    }

    .terms-condition .item {
        margin-bottom: 42px;
    }

    .terms-condition .item .bullet-list {
        margin-bottom: 35px;
        margin-top: -8px;
    }
}

.mb-20-none {
    margin-bottom: -20px;
}

/*Faq-Section CSS Starts Here*/
.faq-header {
    text-align: center;
    margin-bottom: 30px;
}

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

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

@media (min-width: 576px) {
    .faq-header .title {
        font-size: 40px;
    }
}

.faq-style-one {
    justify-content: space-between;
    margin-bottom: -59px;
    counter-reset: faq-counter;
  /*Faq-Style-Two-Section Starts Here*/
}

.faq-style-one .faq-item {
    width: 100%;
    margin-bottom: 59px;
}

.faq-style-one .faq-item .faq-title {
    margin-bottom: 25px;
    margin-top: 0;
}

@media (min-width: 992px) {
    .faq-style-one .faq-item {
        width: calc(50% - 15px);
    }
}

.faq-style-one .faq-item .faq-number {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.1));
}

.faq-style-one .faq-item .faq-number .thumb {
    width: 65px;
    height: 67px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    color: #12cbc4;
    font-weight: 300;
    font-family: "Exo", sans-serif;
    position: relative;
}

.faq-style-one .faq-item .faq-number .thumb::before {
    counter-increment: faq-counter;
    content: "0" counter(faq-counter);
}

.faq-style-one .faq-item .faq-content {
    width: calc(100% - 65px);
    padding-left: 30px;
}

.faq-style-one .faq-item:nth-of-type(n + 10) .faq-number .thumb::before {
    content: counter(faq-counter);
}

.faq-style-one .faq-item:nth-of-type(4n + 2) .faq-number .thumb {
    color: #f74a05;
}

.faq-style-one .faq-item:nth-of-type(4n + 3) .faq-number .thumb {
    color: #665bfc;
}

.faq-style-one .faq-item:nth-of-type(4n + 4) .faq-number .thumb {
    color: #3ed03a;
}

@media (max-width: 991px) {
    .faq-style-one {
        margin-bottom: -45px;
    }

    .faq-style-one .faq-item {
        margin-bottom: 44px;
    }
}

@media (max-width: 575px) {
    .faq-style-one {
        margin-bottom: -40px;
    }

    .faq-style-one .faq-item {
        margin-bottom: 40px;
    }

    .faq-style-one .faq-item .faq-title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 474px) {
    .faq-style-one .faq-item .faq-content {
        width: calc(100% - 50px);
        padding-left: 15px;
    }

    .faq-style-one .faq-item .faq-content .faq-title {
        font-size: 18px;
    }

    .faq-style-one .faq-item .faq-number .thumb {
        width: 50px;
        height: 51px;
        font-size: 20px;
    }
}

.faq-style-one.faq-style-two .faq-item .faq-number {
    filter: drop-shadow(0 0 0 0 rgba(0, 0, 0, 0));
    -webkit-filter: drop-shadow(0 0 0 0 rgba(0, 0, 0, 0));
}

.faq-style-one.faq-style-two .faq-item .faq-number .thumb {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 7px;
    background-image: -moz-linear-gradient(138deg, #f84a05 28%, #f8770f 58%, #f8a419 100%);
    background-image: -webkit-linear-gradient(138deg, #f84a05 28%, #f8770f 58%, #f8a419 100%);
}

.faq-style-one.faq-style-two .faq-item .faq-number .thumb::before {
    display: none;
}

.faq-style-one.faq-style-two .faq-item .faq-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}

.faq-style-one.faq-style-two .faq-item:nth-of-type(6n + 2) .faq-number .thumb {
    background-image: -moz-linear-gradient(4deg, #3ed03a 24%, #7be379 56%, #b8f5b7 100%);
    background-image: -webkit-linear-gradient(4deg, #3ed03a 24%, #7be379 56%, #b8f5b7 100%);
}

.faq-style-one.faq-style-two .faq-item:nth-of-type(6n + 3) .faq-number .thumb {
    background-image: -moz-linear-gradient(138deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
    background-image: -webkit-linear-gradient(138deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
}

.faq-style-one.faq-style-two .faq-item:nth-of-type(6n + 4) .faq-number .thumb {
    background-image: -moz-linear-gradient(138deg, #665bfc 28%, #b3adfe 58%, white 100%);
    background-image: -webkit-linear-gradient(138deg, #665bfc 28%, #b3adfe 58%, white 100%);
}

.faq-style-one.faq-style-two .faq-item:nth-of-type(6n + 5) .faq-number .thumb {
    background-image: -moz-linear-gradient(138deg, #ffd271 28%, #ffe9b8 58%, white 100%);
    background-image: -webkit-linear-gradient(138deg, #ffd271 28%, #ffe9b8 58%, white 100%);
}

.faq-style-one.faq-style-two .faq-item:nth-of-type(6n + 6) .faq-number .thumb {
    background-image: -moz-linear-gradient(34deg, #c53de8 28%, #e29ef4 58%, white 100%);
    background-image: -webkit-linear-gradient(34deg, #c53de8 28%, #e29ef4 58%, white 100%);
}

/*Faq-Style-Three-Section Starts Here*/
.faq--wrapper {
    margin-bottom: -10px;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-wrapper {
    width: 100%;
}

@media (min-width: 992px) {
    .faq-wrapper {
        width: calc(50% - 15px);
    }
}

.faq-wrapper .faq-item {
    margin-bottom: 10px;
}

.faq-wrapper .faq-item .faq-title {
    background-color: #214ce2;
    align-items: center;
    cursor: pointer;
}

.faq-wrapper .faq-item .faq-title .serial {
    font-size: 40px;
    text-align: center;
    display: block;
    width: 60px;
    font-weight: 600;
    font-family: "Exo", sans-serif;
    color: #ffffff;
    padding: 10px 0;
}

@media (max-width: 575px) {
    .faq-wrapper .faq-item .faq-title .serial {
        font-size: 20px;
        width: 40px;
    }
}

.faq-wrapper .faq-item .faq-title .title {
    width: calc(100%  - 60px);
    background: #f4f4ff;
    margin: 0;
    padding: 8px;
    min-height: 60px;
    padding-left: 15px;
    align-items: center;
    font-size: 20px;
}

@media (max-width: 575px) {
    .faq-wrapper .faq-item .faq-title .title {
        font-size: 16px;
        width: calc(100% - 40px);
    }
}

.faq-wrapper .faq-item .faq-content {
    padding: 33px 0 29px;
    display: none;
}

.faq-wrapper .faq-item.active .faq-content {
    display: block;
}

/*Ask-Faq-Section Starts Here*/
.ask-faq-section {
    overflow: hidden;
}

.ask-content .section-header p {
    max-width: 100%;
}

.ask-form .form-group {
    margin-bottom: 30px;
}

.ask-form .form-group input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    height: 60px;
    padding-left: 20px;
    border: 1px solid transparent;
}

.ask-form .form-group input[type="submit"] {
    background: #f74a05;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Exo", sans-serif;
    padding: 0 50px;
    width: auto;
}

.ask-form .form-group textarea {
    padding: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 215px;
    background: #ffffff;
}

@media (min-width: 1400px) {
    .faq-thumb {
        margin-left: 50px;
    }
}

.faq-thumb img {
    animation: round-2 2s alternate infinite;
    -webkit-animation: round-2 2s alternate infinite;
    -moz-animation: round-2 2s alternate infinite;
}

@media (max-width: 1399px) {
    .faq-thumb img {
        max-width: 120%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .faq-thumb img {
        max-width: 150%;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1650px) {
    .faq-thumb img {
        max-width: 160%;
    }
}

.faq-style-four {
    counter-reset: faq-counter-four;
    margin-bottom: -60px;
}

.faq-style-four .faq-item .faq-number {
    position: relative;
    width: 84px;
    height: 94px;
}

.faq-style-four .faq-item .faq-number::before {
    counter-increment: faq-counter-four;
    content: "0" counter(faq-counter-four);
    width: 100%;
    height: 100%;
    font-size: 50px;
    line-height: 94px;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    font-family: "Exo", sans-serif;
}

.faq-style-four .faq-item .faq-number .thumb {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    background-color: #f74a05;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.faq-style-four .faq-item .faq-number .thumb * {
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.faq-style-four .faq-item .faq-number .thumb::after, .faq-style-four .faq-item .faq-number .thumb::before {
    width: 35px;
    height: 35px;
    top: -15px;
    left: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #665bfc;
    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);
}

.faq-style-four .faq-item .faq-number .thumb::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

@media screen and (max-width: 499px) {
    .faq-style-four .faq-item .faq-number {
        width: 40px;
        height: 40px;
    }

    .faq-style-four .faq-item .faq-number::before {
        line-height: 40px;
        font-size: 24px;
    }
}

.faq-style-four .faq-item:nth-of-type(n + 10) .faq-number::before {
    content: counter(faq-counter-four);
}

.faq-style-four .faq-item .faq-content {
    width: calc(100% - 84px);
    padding-left: 30px;
    margin-bottom: 60px;
}

.faq-style-four .faq-item .faq-content .faq-title {
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .faq-style-four .faq-item .faq-content .faq-title {
        margin-top: 0;
    }
}

@media screen and (max-width: 499px) {
    .faq-style-four .faq-item .faq-content {
        width: calc(100% - 40px);
        padding-left: 20px;
    }
}

.faq-style-four .faq-item:nth-of-type(3n + 2) .faq-number .thumb {
    background: #12cbc4;
}

.faq-style-four .faq-item:nth-of-type(3n + 3) .faq-number .thumb {
    background: #665bfc;
}

.faq-style-four .faq-item:nth-of-type(3n + 3) .faq-number .thumb::after, .faq-style-four .faq-item:nth-of-type(3n + 3) .faq-number .thumb::before {
    background: #ffffff;
}

/*Section-404 Starts Here*/
.section-404 {
    padding: 202px 0 201px;
    overflow: hidden;
    text-align: center;
    align-items: center;
    min-height: 100vh;
}

@media (max-width: 1399px) {
    .section-404 {
        padding: 100px 0;
    }
}

.section-404 .thumb {
    margin: 0 auto 110px;
    max-width: 490px;
}

@media (max-width: 1199px) {
    .section-404 .thumb {
        max-width: 400px;
        margin-bottom: 70px;
    }
}

.section-404 .thumb img {
    width: 100%;
}

.section-404 .custom-button {
    background: #ffffff;
    color: #214ce2;
    padding: 15px 50px !important;
}

.section-404 .custom-button:hover {
    color: #214ce2;
}

/*Support-Section Starts Here*/
.support-section {
    position: relative;
}

.support-section .about-thumb-two.about-thumb {
    width: 45%;
}

@media screen and (min-width: 1400px) {
    .support-section .about-thumb-two.about-thumb {
        padding-right: 100px;
    }
}

@media screen and (min-width: 1500px) {
    .support-section .about-thumb-two.about-thumb {
        padding-right: 200px;
        padding-left: 40px;
    }
}

@media screen and (min-width: 1750px) {
    .support-section .about-thumb-two.about-thumb {
        padding-left: 50px;
    }
}

@media screen and (min-width: 1920px) {
    .support-section .about-thumb-two.about-thumb {
        padding-right: 250px;
    }
}

.support-section .about-thumb-two.about-thumb img {
    animation: round-2 2s alternate infinite;
    -webkit-animation: round-2 2s alternate infinite;
    -moz-animation: round-2 2s alternate infinite;
}

.support-section .trigon-1 {
    z-index: 9;
    top: 120px;
    width: 45%;
    max-width: 850px;
}

/*Contact-Section Starts Here*/
.contact-form {
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
}

.contact-form .form-group {
    min-height: 70px;
    margin-bottom: 20px;
}

.contact-form .form-group input {
    background: #ffffff;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
    border: none;
    height: 70px;
    padding-left: 20px;
    color: #232323;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.contact-form .form-group input::placeholder {
    color: #232323;
}

.contact-form .form-group input[type="submit"] {
    color: #ffffff;
    background: #214ce2;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    width: auto;
    height: 50px;
    padding: 0 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-form .form-group select {
    height: 70px;
}

.contact-form .form-group .select-bar {
    width: 100%;
    background: #ffffff;
    border: none;
    height: 70px;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
}

.contact-form .form-group .select-bar .current {
    line-height: 70px;
}

.contact-form .form-group .list {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    border: none;
}

.contact-form .form-group textarea {
    background: #ffffff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
    padding: 20px;
    height: 190px;
}

.h-auto {
    min-height: 0 !important;
    height: auto !important;
}

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

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

.contact-section .section-header .title {
    margin-bottom: 0;
}

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

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

@media (min-width: 1200px) {
    .contact-section .section-header {
        margin-bottom: 60px;
    }
}

.contact-section .trigon-4 {
    width: 45%;
    max-width: 820px;
    right: 0;
    bottom: 150px;
}

.contact-section .trigon-4 img {
    max-width: 100%;
}

.contact-section .contact--thumb {
    -webkit-transform: translateY(-180px) translateX(20px);
    -ms-transform: translateY(-180px) translateX(20px);
    transform: translateY(-180px) translateX(20px);
}

.contact-section .contact--thumb img {
    animation: round-3 4s alternate infinite;
    -webkit-animation: round-3 4s alternate infinite;
    -moz-animation: round-3 4s alternate infinite;
}

/*Contact-Information Starts Here*/
.contact-info-item {
    text-align: center;
    margin-bottom: 30px;
}

.contact-info-item .contact-info-thumb {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.contact-info-item .contact-info-thumb .thumb {
    justify-content: center;
    align-items: center;
    background: #ffffff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 125px;
    height: 130px;
    position: relative;
    margin: 0 auto 30px;
}

.contact-info-item .contact-info-thumb .thumb img {
    max-width: 100%;
}

.contact-info-item .contact-info-thumb .thumb::before {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #12cbc4;
    opacity: .05;
}

.contact-info-item .contact-info-content .title {
    text-transform: capitalize;
    margin-bottom: 13px;
}

.contact-info-item .contact-info-content span, .contact-info-item .contact-info-content a {
    display: block;
    color: #555555;
}

.contact-info-item .contact-info-content a:hover {
    color: #12cbc4;
}

.contact-info-item.two .contact-info-thumb .thumb::before {
    background: #f74a05;
}

.contact-info-item.three .contact-info-thumb .thumb::before {
    background: #665bfc;
}

.contact-info-item.four .contact-info-thumb .thumb::before {
    background: #3ed03a;
}

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

/*Account-Section Starts Here*/
.account-tab .tab-menu {
    justify-content: space-between;
    width: 100%;
    max-width: 380px;
    margin: 0 auto 40px;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.12));
    position: relative;
}

.account-tab .tab-menu::before {
    width: calc(100% - 50px);
    border: 2px dashed #e5e5e5;
}

.account-tab .tab-menu li {
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Exo", sans-serif;
    width: 125px;
    background: #ffffff;
    height: 130px;
    font-weight: 700;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.account-tab .tab-menu li.active {
    background: #214ce2;
    color: #ffffff;
}

@media (max-width: 575px) {
    .account-tab .tab-menu li {
        width: 87.5px;
        height: 91px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .account-tab .tab-menu {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .account-tab .tab-menu {
        margin-bottom: 80px;
    }
}

.account-form {
    align-items: center;
}

.account-form .form-group {
    margin-bottom: 30px;
    justify-content: center;
}

@media (min-width: 992px) {
    .account-form .form-group {
        justify-content: flex-start;
    }
}

.account-form .form-group input {
    height: 48px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    padding-left: 20px;
    box-shadow: 0px 0px 30.1px 12.9px rgba(164, 164, 164, 0.11);
}

.account-form .form-group input[type="checkbox"] {
    width: 15px;
    height: 15px;
    align-self: center;
}

.account-form .form-group input[type="submit"] {
    background: #f74a05;
    color: #ffffff;
    text-transform: uppercase;
    width: auto;
    padding: 0 30px;
    font-family: "Exo", sans-serif;
    margin: 0 auto;
    height: 56px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

@media (max-width: 991px) {
    .account-form .form-group input[type="submit"] {
        margin-top: -10px;
    }
}

.account-form .form-group label {
    margin: 0;
    margin-left: 10px;
    width: auto;
    max-width: calc(100% - 25px);
    font-size: 14px;
}

@media screen and (max-width: 379px) {
    .account-form .form-group label {
        font-size: 13px;
    }
}

.account-form .form-group p {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .account-form .form-group p {
        text-align: right;
    }
}

.account-form.sign-in-form .form-group {
    justify-content: flex-start;
}

@media (max-width: 575px) {
    .account-form.sign-in-form .form-group {
        justify-content: center;
    }
}

.account-form.sign-in-form .form-group input[type="submit"] {
    margin: 0;
}

@media (max-width: 575px) {
    .account-form.sign-in-form .form-group input[type="submit"] {
        margin-bottom: -9px;
    }
}

@media (max-width: 575px) {
    .account-form.sign-in-form .form-group p {
        margin-top: -20px;
    }
}

.social-sign-in {
    justify-content: center;
    margin: -5px;
}

.social-sign-in li {
    padding: 5px;
}

.social-sign-in li a {
    width: 42px;
    height: 42px;
    color: #555555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 42px;
    border: 1px solid #e5e5e5;
    text-align: center;
    background: #ffffff;
}

.social-sign-in li a.active, .social-sign-in li a:hover {
    color: #ffffff;
}

.social-sign-in li a.active.facebook, .social-sign-in li a:hover.facebook {
    background: #3b5998;
    border-color: #3b5998;
}

.social-sign-in li a.active.twitter, .social-sign-in li a:hover.twitter {
    background: #55acee;
    border-color: #55acee;
}

.social-sign-in li a.active.linkedin, .social-sign-in li a:hover.linkedin {
    background: #007bb5;
    border-color: #007bb5;
}

.social-sign-in li a.active.google, .social-sign-in li a:hover.google {
    background: #dd4b39;
    border-color: #dd4b39;
}

.social-sign-in li a.active.youtube, .social-sign-in li a:hover.youtube {
    background: #cd201f;
    border-color: #cd201f;
}

.social-sign-in li a.active.camera, .social-sign-in li a:hover.camera {
    background: #e4405f;
    border-color: #e4405f;
}

.social-sign-in li a.active.behance, .social-sign-in li a:hover.behance {
    background: #1769ff;
    border-color: #1769ff;
}

.social-sign-in li a.active.tumblr, .social-sign-in li a:hover.tumblr {
    background: #34465d;
    border-color: #34465d;
}

.social-sign-in li a.active.pinterest, .social-sign-in li a:hover.pinterest {
    background: #007bb5;
    border-color: #007bb5;
}

.sign-in-option {
    margin-bottom: 30px;
    margin-top: 5px;
    overflow: hidden;
}

.account-section {
    position: relative;
}

.tab-thumb {
    position: relative;
}

.tab-thumb img {
    max-width: 100%;
}

.trigon-5 {
    width: 45%;
    max-width: 820px;
    left: 0;
    top: 400px;
    z-index: 9;
    display: none;
}

.trigon-5 img {
    max-width: 100%;
}

.trigon-5.active {
    display: block;
    animation: slideInUp;
    -webkit-animation: slideInUp;
    -moz-animation: slideInUp;
    animation-duration: .4s;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
}

@media (max-width: 991px) {
    .trigon-5.active {
        display: none;
    }
}

/*Dashboard Starts Here*/
.dashboard-header {
    margin-bottom: 30px;
    padding: 30px;
    background: #f1f1fe;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .dashboard-header {
        justify-content: center;
    }
}

.dashboard-header .title {
    text-transform: capitalize;
    margin: 0;
}

@media (max-width: 991px) {
    .dashboard-header .title {
        display: none;
    }
}

.dashboard-header .right-side {
    align-items: center;
}

.dashboard-header .right-side .custom-button {
    background: #665bfc;
}

.dashboard-header .right-side .custom-button.active {
    background: #12cbc4;
}

.dashboard-header .right-side ul.buttons {
    margin: -5px 0;
}

.dashboard-header .right-side ul.buttons li {
    padding: 5px 10px;
}

.dashboard-header .right-side ul.buttons li a {
    overflow: hidden;
    position: relative;
    display: inline-flex;
}

.dashboard-header .right-side ul.buttons li a::after, .dashboard-header .right-side ul.buttons li a::before {
    width: 100%;
    height: 400px;
    left: 100%;
    top: 0;
    background: #ffffff;
    z-index: 0;
    opacity: 0;
}

.dashboard-header .right-side ul.buttons li a:hover::after, .dashboard-header .right-side ul.buttons li a:hover::before {
    animation: scaleIn3 1s;
    -webkit-animation: scaleIn3 1s;
    -moz-animation: scaleIn3 1s;
}

@media (max-width: 1199px) {
    .dashboard-header .right-side ul.buttons li a {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.dashboard-header .right {
    align-items: center;
    margin: -5px 0;
}

@media (max-width: 575px) {
    .dashboard-header .right {
        width: 100%;
        justify-content: space-between;
    }
}

.dashboard-header .right li {
    position: relative;
    padding: 5px 12px;
}

.dashboard-header .right li a {
    font-size: 20px;
    font-weight: 500;
    padding: 5px;
    color: #555555;
}

.dashboard-header .right li a .flaticon-communications-1 {
    font-size: 28px;
}

.dashboard-header .right li .log-out {
    width: 43px;
    height: 43px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    overflow: hidden;
    display: block;
    padding: 0;
}

.dashboard-header .right li .log-out img {
    width: 100%;
}

.dashboard-header .right li .search-icon a {
    font-size: 24px;
    font-weight: 500;
}

.dashboard-header .right li.bell a {
    font-size: 24px;
    position: relative;
}

.dashboard-header .right li.bell a .notify {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #665bfc;
    color: #ffffff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    right: -2px;
    top: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.dashboard-header .log-out-option {
    position: absolute;
    min-width: 100px;
    background: #ffffff;
    top: 100%;
    right: 0;
    padding: 10px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    box-shadow: 0 0 20px rgba(46, 25, 204, 0.2);
}

.dashboard-header .log-out-option li {
    padding: 0 10px;
    line-height: 28px;
    text-transform: capitalize;
}

.dashboard-header .log-out-option li a {
    font-size: 16px;
    color: #555555;
    padding: 0;
}

.dashboard-header .log-out-option.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 767px) {
    .dashboard-header {
        padding: 30px 20px;
    }

    .dashboard-header .right-side {
        justify-content: center;
        margin-bottom: -32px;
    }

    .dashboard-header .right-side > ul {
        margin-bottom: 20px !important;
        justify-content: space-evenly !important;
        width: 100%;
    }
}

#myScreen {
    overflow-x: hidden;
    overflow-y: scroll;
    background: #ffffff;
}

#myScreen::-webkit-scrollbar {
    display: none;
}

#myScreen #exitScreen {
    display: none;
}

#myScreen:fullscreen {
    padding: 0;
    padding-bottom: 80px;
}

#myScreen:fullscreen #exitScreen {
    display: inline-block;
}

#myScreen:fullscreen #fullScreen {
    display: none;
}

#myScreen:fullscreen .dashboard-body {
    padding: 0 15px;
}

.dashboard-body .tab-menu {
    width: 210px;
    font-size: 18px;
}

.dashboard-body .tab-menu li {
    text-align: center;
    padding: 25px 10px 25px;
    border: 1px solid #e5e5e5;
    border-bottom-color: transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.dashboard-body .tab-menu li:last-child {
    border-bottom-color: #e5e5e5;
}

.dashboard-body .tab-menu li i {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
    display: block;
}

.dashboard-body .tab-menu li p {
    font-size: 18px;
    text-transform: capitalize;
}

.dashboard-body .tab-menu li.active {
    color: #ffffff;
    border-color: #214ce2;
    background: #214ce2;
}

.dashboard-body .tab-area {
    width: calc(100% - 210px);
    padding-left: 30px;
}

@media (max-width: 767px) {
    .dashboard-body .tab-menu {
        width: 150px;
    }

    .dashboard-body .tab-menu li i {
        margin-bottom: 10px;
        font-size: 40px;
    }

    .dashboard-body .tab-menu li p {
        font-size: 14px;
    }

    .dashboard-body .tab-area {
        width: calc(100% - 150px);
    }
}

@media (max-width: 575px) {
    .dashboard-body .tab-menu {
        width: 100%;
        margin-bottom: 50px;
    }

    .dashboard-body .tab-area {
        width: 100%;
        padding-left: 0;
    }
}

.dashboard-author {
    margin-bottom: 40px;
}

.dashboard-author .social {
    width: 100%;
}

.dashboard-author .social li {
    padding: 5px;
}

.dashboard-author .social li a {
    color: #555555;
    padding: 5px;
}

.dashboard-author .social li a.demo {
    text-decoration: underline;
}

.dashboard-author .social li a.facebook {
    color: #3b5998;
}

.dashboard-author .social li a.twitter {
    color: #55acee;
}

.dashboard-author .social li a.linkedin {
    color: #007bb5;
}

.dashboard-author .social li a.instagram {
    color: #e4405f;
}

.dashboard-author .social li a.google {
    color: #dd4b39;
}

.dashboard-author .social li a.youtube {
    color: #cd201f;
}

.dashboard-author .social li a.camera {
    color: #e4405f;
}

.dashboard-author .social li a.pinterest {
    color: #007bb5;
}

.dashboard-author .social li a.tumblr {
    color: #34465d;
}

.dashboard-author .social li a.behance {
    color: #1769ff;
}

.dashboard-author .social li a.skype {
    color: #2fb7df;
}

.dashboard-author .dashboard-thumb {
    width: 31%;
}

.dashboard-author .dashboard-thumb img {
    width: 100%;
}

.dashboard-author .dashboard-content {
    width: calc(100% - 31%);
    padding-left: 30px;
}

.dashboard-author .dashboard-content .dash-author-items {
    justify-content: space-between;
    margin-bottom: 16px;
}

.dashboard-author .dashboard-content .dash-author-items .dash-author-item {
    max-width: 33.33%;
    margin-bottom: 16px;
}

.dashboard-author .dashboard-content .dash-author-items .dash-author-item span {
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    margin-bottom: 4px;
    margin-top: -6px;
}

.dashboard-author .dashboard-content .dash-author-items .dash-author-item .title {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .dashboard-author .dashboard-content .dash-author-items .dash-author-item {
        margin-bottom: 10px;
    }

    .dashboard-author .dashboard-content .dash-author-items .dash-author-item span {
        font-size: 14px;
        margin-bottom: 0;
    }

    .dashboard-author .dashboard-content .dash-author-items .dash-author-item .title {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .dashboard-author .dashboard-content p {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .dashboard-author .dashboard-thumb {
        width: 100%;
        margin-bottom: 30px;
    }

    .dashboard-author .dashboard-content {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .dashboard-author {
        margin-bottom: 20px;
    }

    .dashboard-author .dash-author-items .dash-author-item {
        width: 100%;
        max-width: 100% !important;
    }
}

.balance-item-area {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .balance-item-area {
        padding-bottom: 40px;
    }
}

.balance-item {
    margin-bottom: 30px;
}

.balance-item .balance-thumb {
    width: 31%;
    background-image: -moz-linear-gradient(138deg, #f84a05 28%, #f8770f 58%, #f8a419 100%);
    background-image: -webkit-linear-gradient(138deg, #f84a05 28%, #f8770f 58%, #f8a419 100%);
    justify-content: center;
    align-items: center;
}

.balance-item .balance-thumb img {
    max-width: 90%;
}

.balance-item .balance-content {
    width: 69%;
    padding: 40px;
    background: #f5f5fd;
}

.balance-item .balance-content span {
    font-size: 30px;
    font-family: "Exo", sans-serif;
    color: #232323;
    display: block;
    margin-bottom: 21px;
}

.balance-item .balance-content .title {
    font-size: 20px;
    margin-top: -8px;
    margin-bottom: 7px;
}

.balance-item.two .balance-thumb {
    background-image: -moz-linear-gradient(53deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
    background-image: -webkit-linear-gradient(53deg, #12cbc4 28%, #54e2d2 58%, #95f8df 100%);
}

.balance-item.three .balance-thumb {
    background-image: -moz-linear-gradient(138deg, #3e72de 28%, #68a8ed 58%, #91ddfb 100%);
    background-image: -webkit-linear-gradient(138deg, #3e72de 28%, #68a8ed 58%, #91ddfb 100%);
}

@media (max-width: 991px) {
    .balance-item .balance-thumb {
        width: 40%;
    }

    .balance-item .balance-thumb img {
        max-width: 90px;
    }

    .balance-item .balance-content {
        width: 60%;
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .balance-item .balance-thumb {
        width: 100%;
        min-height: 150px;
    }

    .balance-item .balance-thumb img {
        max-width: 100%;
        max-height: 90%;
    }

    .balance-item .balance-content {
        width: 100%;
        padding: 30px 20px;
    }
}

@media (max-width: 575px) {
    .balance-item .balance-thumb img {
        max-width: 80px;
    }

    .balance-item .balance-content span {
        font-size: 24px;
    }
}

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

.history-header {
    margin: 0;
    padding: 18px 15px 14px;
    text-align: center;
    color: #555555;
    background: #f5f5fd;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .history-header {
        font-size: 18px;
    }
}

.history-item {
    padding: 30px;
    background: #f0fcf4;
    margin-bottom: 10px;
}

.history-item .subtitle {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.history-item.two {
    background: #fff6f6;
}

.history-item.three {
    background: #f5f6fe;
}

.statistics-item .title {
    margin-bottom: 18px;
}

.statstics-header {
    margin-bottom: 30px;
}

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

.history-area {
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .history-area {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    #myChart {
        height: 250px;
    }
}

.chart-scroll {
    background: #f5f6fe;
}

@media screen and (max-width: 767px) {
    .chart-wrapper {
        width: 700px;
    }

    .chart-scroll {
        width: 100%;
        overflow-x: scroll;
    }
}

/*Small-Troops-Animaiotn Starts Here*/
div[class*="anime-"] {
    position: absolute;
}

@media screen and (max-width: 1199px) {
    div[class*="anime-"] {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .account-section div[class*="anime-"] {
        display: block;
    }
}

.anime-1 {
    top: 20%;
    left: 80%;
    animation: star 2s alternate infinite;
    -webkit-animation: star 2s alternate infinite;
    -moz-animation: star 2s alternate infinite;
}

.anime-2 {
    bottom: 40%;
    right: 100px;
    animation: rotate 2s alternate infinite;
    -webkit-animation: rotate 2s alternate infinite;
    -moz-animation: rotate 2s alternate infinite;
}

.anime-4 {
    bottom: 100px;
    right: 20%;
    animation: round-3 3s alternate infinite;
    -webkit-animation: round-3 3s alternate infinite;
    -moz-animation: round-3 3s alternate infinite;
}

.anime-3 {
    bottom: 0;
    right: 40%;
    animation: rotate 1.5s alternate infinite;
    -webkit-animation: rotate 1.5s alternate infinite;
    -moz-animation: rotate 1.5s alternate infinite;
}

.anime-5 {
    top: 150px;
    left: 40%;
    animation: rev-rotate 1.5s alternate infinite;
    -webkit-animation: rev-rotate 1.5s alternate infinite;
    -moz-animation: rev-rotate 1.5s alternate infinite;
}

.trigon-1 {
    position: absolute;
    left: 0;
    width: 40%;
    max-width: 675px;
    top: 0;
}

.trigon-1 img {
    width: 100%;
}

.trigon-2 {
    position: absolute;
    right: 0;
    width: 40%;
    max-width: 688px;
    top: 0;
}

.trigon-2 img {
    width: 100%;
}

.animation-circle-inverse i {
    background: #eee;
    right: 0;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    opacity: 0.3;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-animation: ripple1 3s linear infinite;
    animation: ripple1 3s linear infinite;
}

.animation-circle-inverse i:nth-child(2) {
    -webkit-animation: ripple2 3s linear infinite;
    animation: ripple2 3s linear infinite;
}

.animation-circle-inverse i:nth-child(3) {
    -webkit-animation: ripple3 3s linear infinite;
    animation: ripple3 3s linear infinite;
}

@-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);
    }
}

/*Blog-Grid*/
.post-item {
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: white;
    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: #232323;
}

.post-item .post-content .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
}

.post-item .post-content .title a {
    color: #232323;
}

.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: #f74a05;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    bottom: 0;
    left: 0;
    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;
}

.post-item .post-date .month {
    font-weight: 600;
}

@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: #665bfc;
    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:hover .title a {
    color: #f74a05;
}

.post-item.bg-2:hover .title a {
    color: #12cbc4;
}

.post-item.bg-2 .post-date {
    background: #12cbc4;
}

.post-item.bg-2 .post-date::after, .post-item.bg-2 .post-date::before {
    background: #f74a05;
}

.post-item.bg-3:hover .title a {
    color: #665bfc;
}

.post-item.bg-3 .post-date {
    background: #665bfc;
}

.post-item.bg-3 .post-date::after, .post-item.bg-3 .post-date::before {
    background: #f74a05;
}

/*Blog-Classic*/
.post-classic {
    padding: 40px 30px;
    background-color: white;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
}

.post-classic .post-item {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .post-classic .post-item .post-content .title {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
}

.post-classic .post-item .post-date {
    left: -30px;
}

.post-classic .post-item .post-date.bg-2 {
    background: #12cbc4;
}

.post-classic .post-item .post-date.bg-3 {
    background: #3e72de;
}

.post-classic .post-item .post-date.bg-2 {
    background: #3ed03a;
}

.post-classic .entry-content {
    padding: 45px 0 5px;
}

.post-classic .entry-content p {
    margin-bottom: 32px;
}

.post-classic .entry-content .custom-button {
    padding: 11px 35px;
    font-size: 16px;
    color: #214ce2;
    background: #f5f7ff;
}

@media (max-width: 575px) {
    .post-classic .post-item .post-content .title {
        margin-bottom: 20px;
    }

    .post-classic .entry-content {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .post-classic .entry-content p {
        margin-bottom: 22px;
    }

    .post-classic .post-date {
        height: 70px;
        width: 60px;
    }

    .post-classic .post-date .date {
        font-size: 24px;
    }

    .post-classic .post-date .month {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .post-classic {
        padding: 40px 15px;
    }

    .post-classic .post-item .post-date {
        left: -15px;
    }
}

.post-classic:hover .entry-content .custom-button {
    background: #214ce2;
    color: #ffffff;
}

.post-classic:hover .post-content .title a {
    color: #214ce2;
}

/*Blog-Details*/
.post-details.post-item {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 120px;
}

.post-details.post-item .post-thumb {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.post-details.post-item img {
    width: 100%;
}

.post-details.post-item .thumb-area {
    margin-bottom: 10px;
}

.post-details.post-item .thumb-area img {
    margin-bottom: 30px;
}

.post-details.post-item .post-content .title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 39px;
}

.post-details.post-item .post-content p {
    margin-bottom: 32px;
}

.post-details.post-item .post-content blockquote {
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    position: relative;
    max-width: 1030px;
    padding-top: 10px;
    margin-bottom: 56px;
}

.post-details.post-item .post-content blockquote::before {
    width: 80%;
    height: 80%;
    background: url(./img/quote.png) no-repeat center center;
    background-size: contain;
    opacity: .05;
}

.post-details.post-item .post-content blockquote span {
    position: relative;
    z-index: 1;
}

.post-details.post-item .post-content .bullet-list {
    justify-content: space-between;
    padding-bottom: 33px;
    padding-top: 14px;
}

.post-details.post-item .post-content .bullet-list li {
    position: relative;
    padding: 0;
    padding-left: 30px;
    margin-bottom: 24px;
    width: 100%;
}

.post-details.post-item .post-content .bullet-list li:last-child {
    margin-bottom: -8px;
}

.post-details.post-item .post-content .bullet-list li::before {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 8px;
}

.post-details.post-item .post-content .bullet-list li:nth-of-type(4n + 4)::before {
    background-image: -moz-linear-gradient(-159deg, #665bfc 24%, #8b83fa 56%, #b0aaf7 100%);
    background-image: -webkit-linear-gradient(-159deg, #665bfc 24%, #8b83fa 56%, #b0aaf7 100%);
}

@media (min-width: 768px) {
    .post-details.post-item .post-content .bullet-list li {
        width: calc(50% - 15px);
    }
}

.post-details.post-item .post-content .item-area {
    padding-top: 11px;
    margin-bottom: -53px;
}

.post-details.post-item .post-content .item-area .item {
    margin-bottom: 45px;
}

.post-details.post-item .post-content .item-area .item .sub-title {
    margin-bottom: 17px;
}

.post-details.post-item .post-content .item-area .item p {
    margin-bottom: 25px;
}

.post-details.post-item .tags-area {
    margin-bottom: 30px;
    justify-content: space-around;
    align-items: center;
    margin-top: -30px;
}

.post-details.post-item .tags-area .social, .post-details.post-item .tags-area .tags, .post-details.post-item .tags-area .date {
    background-color: #ffffff;
    box-shadow: 0px 0px 7.8px 5.2px rgba(0, 0, 0, 0.04);
    padding: 18px 30px;
    margin-bottom: 20px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: inline-flex;
    font-size: 20px;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 991px) {
    .post-details.post-item .tags-area .social, .post-details.post-item .tags-area .tags, .post-details.post-item .tags-area .date {
        font-size: 16px;
        padding: 8px 20px;
    }
}

.post-details.post-item .tags-area .date {
    font-size: 18px;
    background: #214ce2;
}

@media (max-width: 991px) {
    .post-details.post-item .tags-area .date {
        font-size: 16px;
    }
}

.post-details.post-item .tags-area .date a {
    color: #ffffff;
    text-transform: uppercase;
}

.post-details.post-item .tags-area .tags i {
    color: #214ce2;
    margin-right: 5px;
}

.post-details.post-item .tags-area .tags a {
    color: #555555;
    margin-right: 5px;
}

.post-details.post-item .tags-area .tags a:hover {
    color: #214ce2;
}

.post-details.post-item .tags-area .tags a::after {
    content: ",";
    color: #555555;
}

.post-details.post-item .tags-area .tags a:last-child {
    margin-right: 0;
}

.post-details.post-item .tags-area .tags a:last-child::after {
    display: none;
}

.post-details.post-item .tags-area li {
    padding: 0;
}

.post-details.post-item .tags-area .social a {
    padding: 0 8px;
    color: #12cbc4;
}

.post-details.post-item .tags-area .social a.facebook {
    color: #3b5998;
}

.post-details.post-item .tags-area .social a.twitter {
    color: #55acee;
}

.post-details.post-item .tags-area .social a.linkedin {
    color: #007bb5;
}

.post-details.post-item .tags-area .social a.instagram {
    color: #e4405f;
}

.post-details.post-item .tags-area .social a.vimeo {
    color: #1ab7ea;
}

.post-details.post-item .tags-area .social a.pinterest {
    color: #007bb5;
}

.post-details.post-item .tags-area .social a.tumblr {
    color: #34465d;
}

.post-details.post-item .tags-area .social a.youtube {
    color: #cd201f;
}

.post-details.post-item .tags-area .social a.google {
    color: #dd4b39;
}

.post-details.post-item .tags-area .social a.camera {
    color: #e4405f;
}

@media (max-width: 767px) {
    .post-details.post-item .tags-area {
        margin-bottom: 18px;
    }

    .post-details.post-item .tags-area .tags, .post-details.post-item .tags-area .date, .post-details.post-item .tags-area .social {
        font-size: 16px;
    }

    .post-details.post-item .post-content .title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 767px) and (max-width: 575px) {
    .post-details.post-item .post-content .title {
        font-size: 20px;
        line-height: 32px;
        margin-top: -4px;
    }
}

@media (max-width: 767px) {
    .post-details.post-item .post-content p {
        margin-bottom: 28px;
    }

    .post-details.post-item .post-content blockquote {
        padding-top: 0;
        font-size: 20px;
        line-height: 30px;
        margin-top: -2px;
        margin-bottom: 35px;
        color: #232323;
    }

    .post-details.post-item .post-content .thumb-area {
        margin-bottom: 5px;
    }

    .post-details.post-item .post-content .bullet-list {
        padding-top: 0;
        margin-top: -4px;
        padding-bottom: 45px;
    }

    .post-details.post-item .post-content .bullet-list li {
        margin-bottom: 17px;
    }

    .post-details.post-item .post-content .item-area {
        padding-top: 0;
        margin-bottom: -38px;
    }

    .post-details.post-item .post-content .item-area .item {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .post-details.post-item {
        margin-bottom: 90px;
    }
}

.comment-area {
    margin-bottom: 74px;
}

@media (max-width: 991px) {
    .comment-area {
        margin-bottom: 44px;
    }
}

@media (max-width: 767px) {
    .comment-area {
        margin-bottom: 58px;
    }
}

.comment-area .title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .comment-area .title {
        margin-bottom: 20px;
    }
}

.comment-area .comment-item .comment-thumb {
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

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

.comment-area .comment-item .comment-thumb a {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fafafa;
    color: #555555;
    font-weight: 600;
    font-size: 14px;
    padding: 3px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-transform: uppercase;
}

.comment-area .comment-item .comment-content {
    width: calc(100% - 92px);
    padding-left: 36px;
    max-width: 890px;
}

.comment-area .comment-item .comment-content .subtitle {
    margin: 0;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .comment-area .comment-item .comment-content {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
}

.comment-area .comment-item:hover .comment-thumb a {
    background: #214ce2;
    color: #ffffff;
}

.comment-area .comment-wrapper {
    margin-bottom: -44px;
}

.comment-area .comment-wrapper li .comment-item {
    margin-bottom: 40px;
}

.comment-area .comment-wrapper li ul {
    padding-left: 95px;
}

@media (max-width: 575px) {
    .comment-area .comment-wrapper li ul {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .comment-area .comment-wrapper {
        margin-bottom: -34px;
    }

    .comment-area .comment-wrapper li .comment-item {
        margin-bottom: 30px;
    }
}

.post-comment .title {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .post-comment .title {
        margin-bottom: 20px;
    }
}

.comment-form {
    justify-content: space-between;
    margin-bottom: -30px;
}

.comment-form .form-group {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .comment-form .form-group {
        width: calc(50% - 15px);
    }
}

.comment-form .form-group input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 60px;
    padding-left: 20px;
}

.comment-form .form-group input[type="submit"] {
    width: auto;
    padding: 0 50px;
    background: #214ce2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .comment-form .form-group input {
        height: 50px;
    }
}

.comment-form .form-group textarea {
    padding: 20px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 190px;
}

.blog-section {
    position: relative;
}

.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: #f74a05;
    text-align: center;
    font-size: 16px;
}

.scrollToTop:hover {
    color: #ffffff;
    background: #12cbc4;
}

.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: #f74a05;
}

.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: #f74a05;
    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: "Exo", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 2.8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f74a05;
    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;
}

@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 pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
    }
}

@-webkit-keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
    }
}

@-moz-keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0.851), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 20px rgba(102, 91, 252, 0), 0 0 0 20px rgba(102, 91, 252, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
        -moz-box-shadow: 0 0 0 0 rgba(102, 91, 252, 0), 0 0 0 0 rgba(102, 91, 252, 0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg) translateX(20%);
        -ms-transform: rotate(0deg) translateX(20%);
        transform: rotate(0deg) translateX(20%);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(20%);
        -ms-transform: rotate(360deg) translateX(20%);
        transform: rotate(360deg) translateX(20%);
    }
}

@-moz-keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg) translateX(20%);
        -ms-transform: rotate(0deg) translateX(20%);
        transform: rotate(0deg) translateX(20%);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(20%);
        -ms-transform: rotate(360deg) translateX(20%);
        transform: rotate(360deg) translateX(20%);
    }
}

@-webkit-keyframes rotate3 {
    0% {
        -webkit-transform: rotate(0deg) translateX(20%);
        -ms-transform: rotate(0deg) translateX(20%);
        transform: rotate(0deg) translateX(20%);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(20%);
        -ms-transform: rotate(360deg) translateX(20%);
        transform: rotate(360deg) translateX(20%);
    }
}

@keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-moz-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes star {
    0% {
        -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
        opacity: .1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0);
        -ms-transform: rotate(360deg) scale(0);
        transform: rotate(360deg) scale(0);
        opacity: .1;
    }
}

@-webkit-keyframes star {
    0% {
        -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
        opacity: .1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0);
        -ms-transform: rotate(360deg) scale(0);
        transform: rotate(360deg) scale(0);
        opacity: .1;
    }
}

@-moz-keyframes star {
    0% {
        -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
        opacity: .1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0);
        -ms-transform: rotate(360deg) scale(0);
        transform: rotate(360deg) scale(0);
        opacity: .1;
    }
}

@keyframes trop {
    0% {
        -webkit-transform: translate(50px, -50px);
        -ms-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(200px, -200px);
        -ms-transform: translate(200px, -200px);
        transform: translate(200px, -200px);
        opacity: 0;
    }
}

@-webkit-keyframes trop {
    0% {
        -webkit-transform: translate(50px, -50px);
        -ms-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(200px, -200px);
        -ms-transform: translate(200px, -200px);
        transform: translate(200px, -200px);
        opacity: 0;
    }
}

@-moz-keyframes trop {
    0% {
        -webkit-transform: translate(50px, -50px);
        -ms-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(200px, -200px);
        -ms-transform: translate(200px, -200px);
        transform: translate(200px, -200px);
        opacity: 0;
    }
}

@keyframes trop2 {
    0% {
        -webkit-transform: translate(50px, -50px);
        -ms-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(200px, -200px);
        -ms-transform: translate(200px, -200px);
        transform: translate(200px, -200px);
        opacity: 0;
    }
}

@-webkit-keyframes trop2 {
    0% {
        -webkit-transform: translate(50px, -50px);
        -ms-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(200px, -200px);
        -ms-transform: translate(200px, -200px);
        transform: translate(200px, -200px);
        opacity: 0;
    }
}

@-moz-keyframes trop2 {
    0% {
        -webkit-transform: translate(50px, -50px);
        -ms-transform: translate(50px, -50px);
        transform: translate(50px, -50px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(200px, -200px);
        -ms-transform: translate(200px, -200px);
        transform: translate(200px, -200px);
        opacity: 0;
    }
}

@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);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes maku3 {
    0%, 100% {
        -webkit-transform: translate(77px, 40px);
        -ms-transform: translate(77px, 40px);
        transform: translate(77px, 40px);
    }

    60% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes maku3 {
    0%, 100% {
        -webkit-transform: translate(77px, 40px);
        -ms-transform: translate(77px, 40px);
        transform: translate(77px, 40px);
    }

    60% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes maku3 {
    0%, 100% {
        -webkit-transform: translate(77px, 40px);
        -ms-transform: translate(77px, 40px);
        transform: translate(77px, 40px);
    }

    60% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes maku4 {
    0%, 100% {
        -webkit-transform: translate(38px, 42px);
        -ms-transform: translate(38px, 42px);
        transform: translate(38px, 42px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes maku4 {
    0%, 100% {
        -webkit-transform: translate(38px, 42px);
        -ms-transform: translate(38px, 42px);
        transform: translate(38px, 42px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes maku4 {
    0%, 100% {
        -webkit-transform: translate(38px, 42px);
        -ms-transform: translate(38px, 42px);
        transform: translate(38px, 42px);
    }

    50% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes zoomOutSlide {
    0% {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translateY(-200px) translateX(-50px) scale(0.4);
        -ms-transform: translateY(-200px) translateX(-50px) scale(0.4);
        transform: translateY(-200px) translateX(-50px) scale(0.4);
        opacity: 0;
    }
}

@keyframes zoomOutSlide2 {
    0% {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translateY(-200px) translateX(50px) scale(0.4);
        -ms-transform: translateY(-200px) translateX(50px) scale(0.4);
        transform: translateY(-200px) translateX(50px) scale(0.4);
        opacity: 0;
    }
}

@keyframes bela {
    0% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    20% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    60% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

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

@-webkit-keyframes bela {
    0% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    20% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    60% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

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

@-moz-keyframes bela {
    0% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    20% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    60% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

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

@keyframes scaleIn {
    from {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
        opacity: .07;
    }

    to {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
        opacity: .07;
    }

    to {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes scaleIn3 {
    from {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
        opacity: .3;
    }

    to {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes scaleIn3 {
    from {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
        opacity: .3;
    }

    to {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes scaleIn2 {
    from {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
        opacity: .15;
    }

    to {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@-webkit-keyframes scaleIn2 {
    from {
        -webkit-transform: scale(0.35);
        -ms-transform: scale(0.35);
        transform: scale(0.35);
        opacity: .15;
    }

    to {
        -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
        transform: scale(3.5);
        opacity: 0;
    }
}

@keyframes helan {
    0%, 100% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes helan {
    0%, 100% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-moz-keyframes helan {
    0%, 100% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes fly {
    0%,
  100% {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translateY(-50px) translateX(-50px) skewY(-20deg);
        -ms-transform: translateY(-50px) translateX(-50px) skewY(-20deg);
        transform: translateY(-50px) translateX(-50px) skewY(-20deg);
    }
}

@-webkit-keyframes fly {
    0%,
  100% {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translateY(-50px) translateX(-50px) skewY(-20deg);
        -ms-transform: translateY(-50px) translateX(-50px) skewY(-20deg);
        transform: translateY(-50px) translateX(-50px) skewY(-20deg);
    }
}

@-moz-keyframes fly {
    0%,
  100% {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    50% {
        -webkit-transform: translateY(-50px) translateX(-50px) skewY(-20deg);
        -ms-transform: translateY(-50px) translateX(-50px) skewY(-20deg);
        transform: translateY(-50px) translateX(-50px) skewY(-20deg);
    }
}

@keyframes ripple1 {
    0% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(8.5);
        transform: scale(8.5);
        opacity: 0.0;
    }
}

@-webkit-keyframes ripple1 {
    0% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(8.5);
        transform: scale(8.5);
        opacity: 0.0;
    }
}

@keyframes ripple2 {
    0% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
    }
}

@-webkit-keyframes ripple2 {
    0% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
    }
}

@keyframes ripple3 {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
    }
}

@-webkit-keyframes ripple3 {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(3.5);
        transform: scale(3.5);
    }
}

@keyframes bela3 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: translate(-30px, -30px) rotateY(15deg) scale(0.7);
        -ms-transform: translate(-30px, -30px) rotateY(15deg) scale(0.7);
        transform: translate(-30px, -30px) rotateY(15deg) scale(0.7);
    }

    40% {
        -webkit-transform: translate(-90px, -60px) rotateY(45deg) scale(0.5);
        -ms-transform: translate(-90px, -60px) rotateY(45deg) scale(0.5);
        transform: translate(-90px, -60px) rotateY(45deg) scale(0.5);
    }

    60% {
        -webkit-transform: translate(-60px, -90px) rotateY(60deg) scale(0.4);
        -ms-transform: translate(-60px, -90px) rotateY(60deg) scale(0.4);
        transform: translate(-60px, -90px) rotateY(60deg) scale(0.4);
    }

    80% {
        -webkit-transform: translate(-40px, -120px) rotateY(75deg) scale(0.3);
        -ms-transform: translate(-40px, -120px) rotateY(75deg) scale(0.3);
        transform: translate(-40px, -120px) rotateY(75deg) scale(0.3);
    }

    100% {
        -webkit-transform: translate(-40px, -120px) rotateY(90deg) scale(0.3);
        -ms-transform: translate(-40px, -120px) rotateY(90deg) scale(0.3);
        transform: translate(-40px, -120px) rotateY(90deg) scale(0.3);
    }
}

@-webkit-keyframes bela3 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    20% {
        -webkit-transform: translate(-30px, -30px) rotateY(15deg) scale(0.7);
        -ms-transform: translate(-30px, -30px) rotateY(15deg) scale(0.7);
        transform: translate(-30px, -30px) rotateY(15deg) scale(0.7);
    }

    40% {
        -webkit-transform: translate(-90px, -60px) rotateY(45deg) scale(0.5);
        -ms-transform: translate(-90px, -60px) rotateY(45deg) scale(0.5);
        transform: translate(-90px, -60px) rotateY(45deg) scale(0.5);
    }

    60% {
        -webkit-transform: translate(-60px, -90px) rotateY(60deg) scale(0.4);
        -ms-transform: translate(-60px, -90px) rotateY(60deg) scale(0.4);
        transform: translate(-60px, -90px) rotateY(60deg) scale(0.4);
    }

    80% {
        -webkit-transform: translate(-40px, -120px) rotateY(75deg) scale(0.3);
        -ms-transform: translate(-40px, -120px) rotateY(75deg) scale(0.3);
        transform: translate(-40px, -120px) rotateY(75deg) scale(0.3);
    }

    100% {
        -webkit-transform: translate(-40px, -120px) rotateY(90deg) scale(0.3);
        -ms-transform: translate(-40px, -120px) rotateY(90deg) scale(0.3);
        transform: translate(-40px, -120px) rotateY(90deg) scale(0.3);
    }
}

@keyframes pulseTwo {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
        -moz-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
        -moz-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
    }
}

@-webkit-keyframes pulseTwo {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
        -moz-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
        -moz-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
    }
}

@-moz-keyframes pulseTwo {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0.851), 0 0 0 0 rgba(247, 74, 5, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
        -moz-box-shadow: 0 0 0 20px rgba(247, 74, 5, 0), 0 0 0 20px rgba(247, 74, 5, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
        -moz-box-shadow: 0 0 0 0 rgba(247, 74, 5, 0), 0 0 0 0 rgba(247, 74, 5, 0);
    }
}

@keyframes pulseThree {
    0% {
        box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
        -moz-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
        -moz-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
    }
}

@-webkit-keyframes pulseThree {
    0% {
        box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
        -moz-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
        -moz-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
    }
}

@-moz-keyframes pulseThree {
    0% {
        box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0.851), 0 0 0 0 rgba(18, 203, 196, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
        -moz-box-shadow: 0 0 0 20px rgba(18, 203, 196, 0), 0 0 0 20px rgba(18, 203, 196, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
        -moz-box-shadow: 0 0 0 0 rgba(18, 203, 196, 0), 0 0 0 0 rgba(18, 203, 196, 0);
    }
}

@keyframes pulseFour {
    0% {
        box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
        -moz-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
        -moz-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
    }
}

@-webkit-keyframes pulseFour {
    0% {
        box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
        -moz-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
        -moz-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
    }
}

@-moz-keyframes pulseFour {
    0% {
        box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0.851), 0 0 0 0 rgba(62, 208, 58, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
        -moz-box-shadow: 0 0 0 20px rgba(62, 208, 58, 0), 0 0 0 20px rgba(62, 208, 58, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
        -moz-box-shadow: 0 0 0 0 rgba(62, 208, 58, 0), 0 0 0 0 rgba(62, 208, 58, 0);
    }
}
