@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&family=Open+Sans:ital@0;1&display=swap");

/*
Template Name: Cortaly - URL Shortner HTML Template
Template URI: http://pixner.net/cortaly/
Author: uiaxis
Author URI: https://themeforest.net/user/uiaxis
Version: 1.0.0
Text Domain: 
*/
/*
///// CSS Index \\
01. Reset CSS Start
---------------------------
02. General CSS
---------------------------
03. Section Header CSS
---------------------------
04. Contact Section CSS
---------------------------
04. Footer  Section CSS
---------------------------
04. Header Section CSS
---------------------------
04. Banner  Section CSS
---------------------------
04. Blog-Sedebar Section CSS
---------------------------
04. Testimonial  Section CSS
---------------------------
04. How  Section CSS
---------------------------
04. Feature  Section CSS
---------------------------
04. Why  Section CSS
---------------------------
04. Publisher  Section CSS
---------------------------
04. Payout  Section CSS
---------------------------
04. Faq  Section CSS
---------------------------
04. Account  Section CSS
---------------------------
04. Sponsor Slider Section CSS
---------------------------
04. All Animations Section CSS
---------------------------
04. Leave-Comment Section CSS
---------------------------
04. BLog Details Section CSS
---------------------------
*/
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    /* Code for Firefox */
    color: #000 !important;
    background: #fff !important;
}

::selection {
    color: #000 !important;
    background: #fff !important;
}

h1.title::selection {
    -webkit-text-fill-color: #222 !important;
}

/*
 * 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: 20px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
    /* background: #160E31; */
    background: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fff;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #fff;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
    line-height: 38px;
    margin-top: -4px;
}

@media (min-width: 576px) {
    h2 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -5px;
    }
}

h3 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
    margin-top: -2px;
}

h6 {
    font-size: 18px;
    margin-top: -7px;
    font-weight: 500;
}

p {
    margin-top: -10px;
}

p:last-child {
    margin-bottom: -7px !important;
}

p a {
    color: #ee4730;
}

p a:hover {
    color: #ee4730;
}

@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 60px;
        line-height: 70px;
        margin-top: -6px;
    }

    h3 {
        font-size: 36px;
        line-height: 46px;
        margin-top: -16px;
    }

    h4 {
        font-size: 28px;
        line-height: 38px;
        margin-top: -14px;
    }

    h5 {
        font-size: 24px;
        line-height: 28px;
        margin-top: -2px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -2px;
    }
}

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 #bccaea;
    outline: none;
}

textarea {
    height: 200px;
    resize: none;
    padding: 10px;
}

input,
button,
select {
    height: 50px;
    color: #504c89;
}

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 #7859da;
}

input[type="submit"] {
    cursor: pointer;
    background-color: #0a3d62;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
}

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.right_center {
    background-position: right center;
}

.left_center {
    background-position: left center;
}

.bottom_center {
    background-position: bottom center;
}

.bottom_left {
    background-position: bottom left;
}

.bottom_right {
    background-position: bottom right;
}

.top_center {
    background-position: top center;
}

.top_left {
    background-position: top left;
}

.top_right {
    background-position: top right;
}

.bg_contain {
    background-size: contain;
}

.testimonial-wrapper .testimonial-area::after, .testimonial-wrapper .testimonial-area::before, .feature-item::before, .publisher-item .publisher-inner::before, .post-item.style-two::before, .post-item.style-two::after {
    position: absolute;
    content: '';
}

.social-icons, .section-header-2, .footer-top, .footer-bottom-area, .footer-top .links, .header-section .header-wrapper, .banner-form, .banner-counter, .widget-tags ul, .widget-categories ul li a, .widget-post .widget-slider .item .content .meta-post, .widget-post .slider-nav, .trigger, .feature-tab, .payout-header, .payout-header li, .payout-rates li, .payout-rates li .payout-contry, .payout-rates li .dextop-amount, .payout-rates li .mobile-amount, .faq-item .faq-title, .account-section, .sponsor-slider-4 .sponsor-thumb, .blog-author, .comment-area li .blog-item, .post-details .post-content, .post-details .post-content .entry-meta, .post-details .post-content .entry-meta .thumb, .post-details .tags-area, .post-details .tags-area .tags, .video-button-2 {
    display: flex;
    flex-wrap: wrap;
}

.post-details .post-content .entry-meta .thumb::before, .video-button-2, .video-button-2 span, .video-button-2 span::after, .video-button-2 span::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.padding-top-2 {
    padding-top: 40px;
}

.padding-bottom-2 {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .padding-top {
        padding-top: 100px;
    }

    .padding-bottom {
        padding-bottom: 100px;
    }

    .padding-top-2 {
        padding-top: 50px;
    }

    .padding-bottom-2 {
        padding-bottom: 50px;
    }

    .pt-md-half {
        padding-top: 50px;
    }

    .pb-md-half {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .padding-top {
        padding-top: 120px;
    }

    .padding-bottom {
        padding-bottom: 120px;
    }

    .padding-top-2 {
        padding-top: 60px;
    }

    .padding-bottom-2 {
        padding-bottom: 60px;
    }

    .pt-lg-120 {
        padding-top: 120px !important;
    }

    .mt-lg-120 {
        margin-top: 120px !important;
    }

    .lg-oh {
        overflow: hidden;
    }

    .pt-lg-half {
        padding-top: 60px !important;
    }

    .pb-lg-half {
        padding-bottom: 60px !important;
    }

    .mt-lg--90 {
        margin-top: -90px;
        position: relative;
        z-index: 9;
    }

    .mt-lg-100 {
        margin-top: 100px;
    }

    .pt-md-half {
        padding-top: 60px;
    }

    .pb-md-half {
        padding-bottom: 60px;
    }
}

.pr {
    position: relative;
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.tab-item {
    display: none;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.tab-item.active {
    display: block;
}

.tab-menu li {
    cursor: pointer;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb--20 {
    margin-bottom: -20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt--40 {
    margin-top: -40px;
}

.mb--50 {
    margin-bottom: -50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb--38 {
    margin-bottom: -38px;
}

.mb-40-none {
    margin-bottom: -40px;
}

.mt--150 {
    margin-top: -150px;
}

@media (min-width: 1200px) {
    .pr-xl-15 {
        padding-right: 15px;
    }
}

.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;
}

.cl-white {
    color: #ffffff;
}

.cl-white * {
    color: #ffffff;
}

.cl-white *::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.cl-white p {
    color: rgba(255, 255, 255, 0.9);
}

.cl-black {
    color: #504c89;
}

.cl-black h1, .cl-black h2, .cl-black h3, .cl-black h4, .cl-black h5 {
    color: #414785;
}

.oh {
    overflow: hidden;
}

/*Section-Header Starts Here*/
.section-bg {
    background: #f2f5ff;
}

.body-bg {
    background: #ffffff;
}

.theme-bg {
    background: #ee4730;
}

.theme-one {
    background: #7859da;
}

.theme-two {
    background: #05c3de;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    visibility: hidden;
    opacity: 0;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.ratings span {
    color: #ffcc00;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.select-bar .current {
    display: block;
    margin-top: 2px;
}

.select-bar .list {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
}

.select-bar .list::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.select-bar .list::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.select-bar .list::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.select-bar .list li {
    padding: 0 20px;
}

.nice-select:after {
    width: 10px;
    height: 10px;
}

.pos-rel {
    position: relative;
}

.pos-rel .container {
    position: relative;
    z-index: 1;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--50 {
    margin-bottom: -50px;
}

.mb--30 {
    margin-bottom: -30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb--70 {
    margin-bottom: -70px;
}

@media (max-width: 991px) {
    .pb-max-lg-0 {
        padding-bottom: 0 !important;
    }

    .pt-max-lg-0 {
        padding-top: 0 !important;
    }

    .mt-max-lg-0 {
        margin-top: 0 !important;
    }

    .mb-max-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .pb-max-md-0 {
        padding-bottom: 0 !important;
    }

    .pt-max-md-0 {
        padding-top: 0 !important;
    }

    .mt-max-md-0 {
        margin-top: 0 !important;
    }

    .mb-max-md-0 {
        margin-bottom: 0 !important;
    }
}

/*Social Icons*/
.social-icons {
    margin: -7.5px 0;
}

.social-icons li {
    padding: 7.5px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #ffffff;
}

.social-icons li a.active, .social-icons li a:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.social-icons li a.active i, .social-icons li a:hover i {
    color: #ee4730;
}

.mt--83 {
    margin-top: -83px;
}

.mt--93 {
    margin-top: -93px;
}

.mt--150 {
    margin-top: -150px;
}

.mb--40 {
    margin-bottom: -40px;
}

.pt-70-145 {
    padding-top: 70px;
}

@media (min-width: 768px) {
    .pt-70-145 {
        padding-top: 145px;
    }
}

.mb--70--145 {
    margin-bottom: -70px;
}

@media (min-width: 768px) {
    .mb--70--145 {
        margin-bottom: -145px;
    }
}

.mt--55--70 {
    margin-top: -55px;
}

@media (min-width: 576px) {
    .mt--55--70 {
        margin-top: -70px;
    }
}

.mt--160 {
    margin-top: -160px;
}

.mt--187 {
    margin-top: -187px;
}

.transparent {
    background: transparent !important;
}

.no-border {
    border: none !important;
}

.section-header {
    max-width: 635px;
    margin: 0 auto 40px;
    text-align: center;
}

.section-header .cate {
    display: block;
    color: #7859da;
    margin-bottom: 15px;
}

.section-header .title {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .section-header {
        margin-bottom: 65px;
    }

    .section-header .cate {
        margin-bottom: 24px;
        font-size: 24px;
        font-weight: 600;
    }

    .section-header .title {
        margin-bottom: 18px;
    }
}

.section-header.cl-white .cate {
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
    .section-header.mb-low {
        margin-bottom: 45px;
    }
}

.section-header.left-style {
    text-align: left;
}

.section-header.left-style p {
    margin-left: 0;
}

.section-header-2 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-header-2 {
        margin-bottom: 65px;
    }
}

.section-header-2 .left-side {
    width: 100%;
    margin-bottom: 30px;
}

.section-header-2 .left-side .title {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .section-header-2 .left-side {
        width: calc(100% - 270px);
        margin-bottom: 0;
    }

    .section-header-2 .left-side .title {
        margin-bottom: 18px;
    }
}

.section-header-2 .load-more {
    max-width: 270px;
}

.fa, .fab, .fad, .fal, .far, .fas {
    line-height: unset;
}

/*Contact Section Starts Here*/
@media screen and (max-width: 499px) {
    .cl-white-499.section-header * {
        color: #ffffff;
    }

    .cl-white-499.section-header span, .cl-white-499.section-header p, .cl-white-499.section-header ul li {
        color: rgba(255, 255, 255, 0.8);
    }
}

@media screen and (max-width: 499px) {
    .cl-white-499 * {
        color: #ffffff;
    }

    .cl-white-499 span, .cl-white-499 p, .cl-white-499 ul li {
        color: rgba(255, 255, 255, 0.8);
    }
}

.contact-form {
    max-width: 540px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0px 5px 49px 0px rgba(51, 42, 147, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 35px 45px;
    background: #ffffff;
    margin-bottom: 80px;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.contact-form .form-group input {
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 30px;
    background: #ffffff;
    box-shadow: inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff;
    -webkit-box-shadow: inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff;
    border: none;
    font-size: 16px;
}

.contact-form .form-group input::placeholder {
    color: #6180c0;
}

.contact-form .form-group textarea {
    height: 140px;
    padding-top: 25px;
    padding-left: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff;
    -webkit-box-shadow: inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff;
    border: none;
    font-size: 16px;
}

.contact-form .form-group textarea::placeholder {
    color: #6180c0;
}

.contact-form .form-group button {
    background: -moz-linear-gradient(-100deg, #2d38e1 0%, #03c6fc 84%);
    background: -webkit-linear-gradient(-100deg, #2d38e1 0%, #03c6fc 84%);
    background: -ms-linear-gradient(-100deg, #2d38e1 0%, #03c6fc 84%);
    box-shadow: -1.045px 9.945px 16px 0px rgba(29, 47, 112, 0.3);
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 60px 0;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: auto;
    height: 60px;
}

.contact-form .form-group.check-group {
    display: flex;
}

.contact-form .form-group.check-group input {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: -5px 5px 15px rgba(51, 42, 147, 0.54);
    -webkit-box-shadow: -5px 5px 15px rgba(51, 42, 147, 0.54);
}

.contact-form .form-group.check-group label {
    width: calc(100% - 24px);
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #686da1;
}

@media (min-width: 992px) {
    .contact-form {
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 499px) {
    .contact-form {
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 0;
        background: transparent;
        border: none;
        margin-bottom: 70px;
    }

    .contact-form .form-group label {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .contact-form .form-group button {
        background: -webkit-linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
        border-color: #ee4730;
        height: 50px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

/*Footer Section Starts Here*/
.footer-section {
    position: relative;
}

.footer-top, .footer-bottom-area {
    position: relative;
    z-index: 1;
    justify-content: space-between;
}

.footer-bottom-area {
    flex-wrap: wrap-reverse;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    padding-bottom: 15px;
}

.footer-top>* {
    padding-bottom: 20px;
    margin-bottom: 0;
}

.footer-top .logo {
    max-width: 160px;
    margin-right: 15px;
}

.footer-top .logo a {
    display: block;
}

.footer-top .logo img {
    max-width: 100%;
}

.footer-top .links {
    margin: 0 -15px -5px;
}

.footer-top .links li {
    padding: 0 15px 5px;
    max-width: calc(100% / 3);
}

.footer-top .links li a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #504c89;
    display: block;
}

.footer-top .links li a img {
    max-width: 100%;
}

.footer-top .links li a:hover {
    color: #ee4730;
}

@media (max-width: 575px) {
    .footer-top .links li a {
        font-weight: 500;
    }
}

.footer-bottom {
    padding: 30px 0;
}

.footer-bottom .footer-bottom-area {
    margin-bottom: -25px;
}

.footer-bottom p {
    margin: 0 !important;
}

.footer-bottom p a {
    color: #ee4730;
}

.footer-bottom .left {
    margin-bottom: 20px;
    color: #504c89;
}

.footer-bottom .social-icons {
    margin-bottom: 12.5px;
}

.social-icons {
    margin: -7.5px;
}

.social-icons li {
    padding: 7.5px;
}

.social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
}

.social-icons li a.active, .social-icons li a:hover {
    background: -webkit-linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    border-color: #ee4730;
    box-shadow: 0px 10px 10px 0px rgba(132, 141, 156, 0.3);
}

.social-icons li a.active i, .social-icons li a:hover i {
    color: #ffffff;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
}


.footer-bg img {
    width: 100%;
    min-width: 992px;
}

/*Header Section Starts Here*/
.header-section {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 15px 0;
    background: #000
}

.header-section .header-wrapper {
    justify-content: space-between;
    align-items: center;
}

.header-section .header-wrapper .logo {
    width: 140px;
}

.header-section .header-wrapper .logo a {
    display: block;
}

.header-section .header-wrapper .logo a img {
    width: 100%;
}

@media (min-width: 992px) {
    .header-section .header-wrapper .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-left: auto;
        margin-right: 45px;
    }

    .header-section .header-wrapper .menu li {
        padding: 5px;
        position: relative;
    }

    .header-section .header-wrapper .menu li a {
        font-weight: 600;
        text-transform: uppercase;
        color: #ffffff;
        padding: 7px 25px;
        font-size: 18px;
    }

    .header-section .header-wrapper .menu li .submenu {
        min-width: 200px;
        background: #414785;
        box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        z-index: 999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .header-section .header-wrapper .menu li .submenu li {
        padding: 0;
    }

    .header-section .header-wrapper .menu li .submenu li a {
        text-transform: capitalize;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        justify-content: space-between;
        padding: 6px 15px;
        color: #ffffff;
        width: 100%;
        font-weight: 400;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .header-section .header-wrapper .menu li .submenu li a:hover {
        color: #ee4730;
        padding-left: 20px;
        background: #ffffff;
    }

    .header-section .header-wrapper .menu li .submenu li:last-child>a {
        border: none;
    }

    .header-section .header-wrapper .menu li .submenu li .submenu {
        left: 100%;
        top: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transform-origin: left;
    }

    .header-section .header-wrapper .menu li .submenu li:hover>.submenu {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .header-section .header-wrapper .menu li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-section .header-wrapper .menu {
        margin-right: 30px;
    }

    .header-section .header-wrapper .menu li a {
        padding: 5px 20px;
        font-size: 14px;
    }

    .header-section .header-wrapper .menu li .submenu {
        min-width: 180px;
    }

    .header-section .header-wrapper .menu li .submenu li a {
        font-size: 14px;
        padding: 6px 20px;
    }
}

@media (max-width: 991px) {
    .header-section .header-wrapper .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: calc(100vh - 130px);
        z-index: 9;
        background-color: #ffffff;
        overflow-y: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
        -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;
    }

    .header-section .header-wrapper .menu li {
        width: 100%;
        padding: 0;
    }

    .header-section .header-wrapper .menu li a {
        padding: 5px 10px;
        display: flex;
        align-items: center;
        border-top: 1px solid rgba(65, 71, 133, 0.1);
        font-weight: 500;
        text-transform: capitalize;
        justify-content: space-between;
        color: #414785;
    }

    .header-section .header-wrapper .menu li a:hover {
        background: rgba(65, 71, 133, 0.98);
        color: #ffffff;
    }

    .header-section .header-wrapper .menu li a.header-button {
        display: inline-flex;
        padding: 10px 50px;
        background: -moz-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
        background: -webkit-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
        background: -ms-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
        box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
        border: none;
        color: #ffffff;
        margin: 5px;
    }

    .header-section .header-wrapper .menu li .submenu {
        display: none;
        padding-left: 20px;
    }

    .header-section .header-wrapper .menu li .submenu li a {
        font-size: 16px;
    }

    .header-section .header-wrapper .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.header-section .header-wrapper .header-button {
    font-size: 12px;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding: 8px 34px;
    color: #fff;
    background: -moz-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    background: -webkit-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    background: -ms-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 8px;
    margin-left: 22px;
}

.header-section .header-wrapper .header-button:hover {
    background: -moz-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    background: -webkit-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    background: -ms-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    
}

@media (max-width: 1199px) {
    .header-section .header-wrapper .header-button {
        padding: 7px 25px;
        font-size: 14px;
        margin-left: 12px;
    }
}

.header-section.active {
    background: #352C6D;
    top: 0;
}

@media (max-width: 991px) {
    .header-section.active {
        background: #352C6D;
    }
}

.header-section .header-right {
    align-items: center;
}

.header-section .header-right .header-button.active {
    background: transparent;
    box-shadow: none;
}

.header-section .header-right .header-button.active:hover {
    background: -moz-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    background: -webkit-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    background: -ms-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@media (min-width: 992px) {
    .header-section.header-logo-change.active .logo {
        display: none !important;
    }

    .header-section.header-logo-change.active .logo.d-lg-none {
        display: block !important;
    }
}

.menu-item-has-children>a::after {
    content: "\f0d7";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    margin-left: 5px;
    line-height: 1;
}

/*Header Bar Starts*/
.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
    margin-left: auto;
}

.header-bar span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: #ffffff;
    left: 0;
}

.header-bar span:first-child {
    top: 0;
}

.header-bar span:nth-child(2) {
    top: 52%;
    transform: translateY(-65%);
}

.header-bar span:last-child {
    bottom: 0;
}

.header-bar.active span:first-child {
    -webkit-transform: rotate(45deg) translate(3px, 9px);
    -ms-transform: rotate(45deg) translate(3px, 9px);
    transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
    opacity: 0;
}

.header-bar.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(3px, -9px);
    -ms-transform: rotate(-45deg) translate(3px, -9px);
    transform: rotate(-45deg) translate(3px, -9px);
}

/*Banner Section Starts Here*/
.banner-section {
    position: relative;
    padding-top: 200px;
}

@media (max-width: 991px) {
    .banner-section {
        padding-top: 180px;
    }
}

@media (max-width: 575px) {
    .banner-section {
        padding-top: 150px;
    }
}

.banner-bg {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 175px; */
    /* left: 0; */
    /* right: 0; */
    position: relative;
    z-index: -1;
    overflow: hidden;
}

@media (min-width: 768px) {
    .banner-bg {
        bottom: 175px;
    }
}

.banner-bg .round-1 {
    position: absolute;
    top: 32%;
    right: calc(50% + 620px);
}

.banner-bg .round-1 img {
    animation: rotate2 20s alternate infinite;
    -webkit-animation: rotate2 20s alternate infinite;
    -moz-animation: rotate2 20s alternate infinite;
}

.banner-bg .round-2 {
    position: absolute;
    top: 52%;
    left: calc(50% + 620px);
}

.banner-bg .round-2 img {
    animation: rotate 20s alternate infinite;
    -webkit-animation: rotate 20s alternate infinite;
    -moz-animation: rotate 20s alternate infinite;
}

.banner-bg-shape {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 2;
}

.banner-bg-shape img {
    width: 100%;
}

.banner-content {
    text-align: center;
    margin-bottom: 130px;
}

@media (max-width: 991px) {
    .banner-content {
        margin-bottom: 115px;
    }
}

@media (max-width: 767px) {
    .banner-content {
        margin-bottom: 110px;
    }
}

.banner-content * {
    color: #ffffff;
}

.banner-content .cate {
    font-weight: 600;
    color: #FFC876;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.banner-content .title {
    text-transform: uppercase;
    font-size: 110px;
    line-height: 120px;
    margin-bottom: 25px;
}

.banner-content p {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}

@media (min-width: 768px) {
    .banner-content p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .banner-content .title {
        font-size: 70px;
        line-height: 80px;
        margin-bottom: 20px;
    }

    .banner-content .cate {
        font-size: 26px;
        margin-bottom: 5px;
    }
}

@media (max-width: 575px) {
    .banner-content {
        margin-bottom: 82px;
    }

    .banner-content .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .banner-content .cate {
        font-size: 22px;
    }
}

.banner-form-group {
    background: #212624;
    border-radius: 20px;
    box-shadow: 0px 9px 20px 0px rgba(22, 26, 57, 0.36);
    padding: 90px 60px 85px;
    text-align: center;
}

.banner-form-group .subtitle {
    font-weight: 600;
    margin-bottom: 34px;
}

@media (max-width: 767px) {
    .banner-form-group {
        padding: 50px 30px 45px;
    }

    .banner-form-group .subtitle {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .banner-form-group {
        padding: 50px 15px 45px;
    }
}

.banner-form {
    max-width: 730px;
    margin: 0 auto 50px;
    justify-content: space-between;
}

.banner-form input {
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 30px;
    background: #ffffff;
    box-shadow: inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff;
    -webkit-box-shadow: inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff, inset 0 0 6px #00a2ff;
    border: none;
    font-size: 16px;
    padding-top: 3px;
    width: 540px;
    margin-bottom: 25px;
    width: calc(100% - 190px);
}

.banner-form input::placeholder {
    color: #6180c0;
}

.banner-form button {
    background: -moz-linear-gradient(-100deg, #2d38e1 0%, #03c6fc 84%);
    background: -webkit-linear-gradient(-100deg, #2d38e1 0%, #03c6fc 84%);
    background: -ms-linear-gradient(-100deg, #2d38e1 0%, #03c6fc 84%);
    box-shadow: -1.045px 9.945px 16px 0px rgba(29, 47, 112, 0.3);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
    padding-top: 3px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: auto;
    height: 60px;
    width: 180px;
    margin-bottom: 25px;
}

.banner-form button i {
    margin-left: 5px;
}

@media (max-width: 767px) {
    .banner-form {
        justify-content: center;
        margin-bottom: 35px;
    }

    .banner-form input {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .banner-form input {
        height: 50px;
    }

    .banner-form button {
        height: 50px;
    }
}

.banner-counter {
    justify-content: center;
    margin: 0 -15px -50px;
}

.banner-counter .counter-item {
    flex-grow: 1;
    padding: 0 15px;
    margin-bottom: 50px;
}

.banner-counter .counter-item .counter-title {
    font-weight: 300;
    color: #0073e4;
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    .banner-counter .counter-item .counter-title {
        font-size: 50px;
        line-height: 60px;
        margin-top: -20px;
    }
}

.banner-counter .counter-item p {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .banner-counter .counter-item .counter-title {
        font-size: 40px;
        line-height: 50px;
        margin-top: -20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .banner-counter .counter-item .counter-title {
        font-size: 36px;
        line-height: 42px;
        margin-top: -26px;
        margin-bottom: 10px;
    }
}

.page-header {
    position: relative;
    padding: 170px 0 200px;
}

.page-header .banner-bg {
    bottom: 0;
}

.page-header .hero-content {
    text-align: center;
    padding-bottom: 28px;
}

.page-header .hero-content .title {
    color: #ffffff;
}

@media (min-width: 768px) {
    .page-header .hero-content .title {
        font-size: 70px;
    }
}

/*Blog-Sedebar Starts Here*/
.widget {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f5ff;
    padding: 30px;
    margin: 0 auto 30px;
}

@media screen and (max-width: 350px) {
    .widget {
        padding: 30px 15px;
    }
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .title {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.widget-tags ul {
    margin: -5px;
}

.widget-tags ul li {
    padding: 5px;
}

.widget-tags ul li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #504c89;
    padding: 6px 30px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #bccaea;
}

.widget-tags ul li a:hover, .widget-tags ul li a.active {
    color: #ffffff;
    border-color: transparent;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 380px) {
    .widget-tags ul li a {
        padding: 2px 20px;
    }
}

.widget-categories ul {
    margin-top: -9px;
}

.widget-categories ul li {
    padding: 0;
    border-bottom: 2px dotted #bccaea;
}

.widget-categories ul li a {
    justify-content: space-between;
    color: #504c89;
    padding: 7px 0;
}

.widget-categories ul li a:hover {
    color: #ee4730;
}

.widget-categories ul li:first-child a {
    padding-top: 0;
}

.widget-follow ul {
    margin: -5px;
    justify-content: flex-start;
}

.widget-follow ul li {
    padding: 5px;
}

.widget-follow ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: #bccaea;
    color: rgba(80, 76, 137, 0.8);
}

.widget-follow ul li a.active, .widget-follow ul li a:hover {
    border: none;
    color: #ffffff;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.widget-search .search-form {
    margin-top: -20px;
}

.widget-search input {
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #bccaea;
    background: transparent;
    margin-bottom: 30px;
}

.widget-search input::placeholder {
    color: #4c588f;
}

.widget-search button {
    width: auto;
    min-width: 150px;
    outline: none;
    color: #ffffff;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-image: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background-image: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background-image: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border: none;
}

.widget-search button i {
    margin-right: 5px;
}

.widget-post {
    position: relative;
}

.widget-post .widget-slider .item .thumb {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}

.widget-post .widget-slider .item .thumb a {
    display: block;
}

.widget-post .widget-slider .item .thumb img {
    width: 100%;
}

.widget-post .widget-slider .item .content .p-title {
    margin-bottom: 7px;
    font-size: 22px;
}

.widget-post .widget-slider .item .content .p-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
}

.widget-post .widget-slider .item .content .meta-post {
    font-size: 14px;
}

.widget-post .widget-slider .item .content .meta-post a {
    color: #504c89;
}

.widget-post .widget-slider .item .content .meta-post a i {
    color: #ee4730;
    font-size: 14px;
    margin-right: 5px;
    text-shadow: 0.624px 2.934px 2px rgba(232, 58, 153, 0.3);
}

.widget-post .slider-nav {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    justify-content: space-between;
}

.widget-post .slider-nav span {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    box-shadow: 0px 2px 5px 0px rgba(0, 18, 50, 0.2);
    color: #504c89;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.widget-post .slider-nav span i {
    line-height: 20px;
}

.widget-post .slider-nav span:hover, .widget-post .slider-nav span.active {
    color: #ffffff;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

/*Testimonial Section Starts Here*/
.testimonial-wrapper {
    border-radius: 20px;
    background: -ms-linear-gradient(16deg, #e1a1ed 0%, #ac7df1 35%, #7658f4 100%);
    background: -moz-linear-gradient(16deg, #e1a1ed 0%, #ac7df1 35%, #7658f4 100%);
    background: -webkit-linear-gradient(16deg, #e1a1ed 0%, #ac7df1 35%, #7658f4 100%);
    padding: 80px 80px 110px;
    position: relative;
}

.testimonial-wrapper .testimonial-area {
    max-width: 830px;
    margin: 0 auto;
    position: relative;
}

.testimonial-wrapper .testimonial-area .testimonial-item .testimonial-thumb {
    width: 140px;
    height: 140px;
    border: 1px solid #05c3de;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 30px;
    padding: 8px;
}

@media (max-width: 575px) {
    .testimonial-wrapper .testimonial-area .testimonial-item .testimonial-thumb {
        margin-bottom: 20px;
        height: 120px;
        width: 120px;
    }
}

.testimonial-wrapper .testimonial-area .testimonial-item .testimonial-thumb .thumb {
    width: 100%;
    height: 100%;
    border: 7px solid #05c3de;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-wrapper .testimonial-area .testimonial-item .testimonial-thumb .thumb img {
    width: 100%;
}

.testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content {
    padding: 0 30px;
    text-align: center;
}

.testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content p {
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Josefin Sans", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content p {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (min-width: 992px) {
    .testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content p {
        font-weight: 500;
    }
}

@media (min-width: 576px) {
    .testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content p {
        margin-bottom: 45px;
    }
}

.testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content .ratings {
    margin-bottom: 32px;
}

.testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content .title {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.102);
    display: inline-block;
    margin: 0;
    padding: 11px 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content .title a {
    color: #ffffff;
}

@media (max-width: 575px) {
    .testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content .ratings {
        margin-bottom: 20px;
    }

    .testimonial-wrapper .testimonial-area .testimonial-item .testimonial-content .title {
        font-size: 20px;
        font-family: "Josefin Sans", sans-serif;
    }
}

.testimonial-wrapper .testimonial-area::after, .testimonial-wrapper .testimonial-area::before {
    width: 80px;
    height: 60px;
    opacity: .1;
}

.testimonial-wrapper .testimonial-area::after {
    background: url(./img/before.png) no-repeat right bottom;
    background-size: contain;
    top: 30px;
    left: 0;
}

.testimonial-wrapper .testimonial-area::before {
    background: url(./img/after.png) no-repeat left top;
    background-size: contain;
    right: 0;
    bottom: -50px;
}

.testimonial-wrapper .button-area {
    margin-top: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .testimonial-wrapper .button-area {
        margin-top: 0;
        position: absolute;
        top: 40px;
        right: 40px;
        text-align: right;
    }
}

.testimonial-wrapper .button-area .button-2 {
    text-transform: uppercase;
}

.testimonial-wrapper .trigger {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-wrapper .testi-next {
    left: -20px;
}

.testimonial-wrapper .testi-prev {
    right: -20px;
}

@media (min-width: 768px) {
    .testimonial-wrapper.style-two {
        padding: 35px 50px 81px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial-wrapper.style-two {
        padding: 90px 50px 131px;
        max-width: 630px;
        margin-left: auto;
        margin-right: auto;
        height: 635px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .testimonial-wrapper.style-two {
        padding: 90px 50px 131px;
        height: 635px;
    }
}

@media (min-width: 768px) {
    .testimonial-wrapper.style-two .testimonial-area::before {
        right: 20px;
        bottom: -20px;
    }

    .testimonial-wrapper.style-two .testimonial-area::after {
        top: 35px;
        left: 15px;
    }

    .testimonial-wrapper.style-two .testimonial-area .testimonial-item .testimonial-thumb {
        margin-bottom: 20px;
    }

    .testimonial-wrapper.style-two .testimonial-area .testimonial-item .testimonial-content {
        padding: 0;
    }

    .testimonial-wrapper.style-two .testimonial-area .testimonial-item .testimonial-content p {
        margin-bottom: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767px) {
    .testimonial-wrapper {
        padding: 60px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper {
        padding: 50px 0;
    }

    .testimonial-wrapper .trigger {
        display: none;
    }
}

@media screen and (max-width: 575px) and (max-width: 450px) {
    .testimonial-wrapper .testimonial-area::after, .testimonial-wrapper .testimonial-area::before {
        display: none;
    }
}

.trigger {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #262f6e;
    align-items: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.trigger img {
    width: 30px;
    margin-top: 4px;
}

.trigger.active, .trigger:hover {
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
}

.ball-2,
.ball-3,
.ball-4,
.ball-5,
.ball-6,
.ball-7,
.ball-8 {
    position: absolute;
}

.ball-2 img,
.ball-3 img,
.ball-4 img,
.ball-5 img,
.ball-6 img,
.ball-7 img,
.ball-8 img {
    max-width: 100%;
}

@media (max-width: 767px) {

    .ball-2,
    .ball-3,
    .ball-4,
    .ball-5,
    .ball-6,
    .ball-7,
    .ball-8 {
        display: none;
    }
}

.ball-2 {
    opacity: .6;
    top: 40px;
    right: 15%;
}

@media (max-width: 991px) {
    .ball-2 {
        opacity: .3;
    }
}

.ball-3 {
    opacity: .6;
    top: 50%;
    right: 15%;
}

.ball-3.style2 {
    top: 0;
    right: 40%;
    opacity: 1;
}

.ball-4 {
    opacity: .6;
    top: 110px;
    left: 5%;
}

@media (max-width: 991px) {
    .ball-4 {
        opacity: .3;
    }
}

.ball-5 {
    opacity: .6;
    top: 90px;
    left: 25%;
}

@media (max-width: 991px) {
    .ball-5 {
        opacity: .3;
    }
}

.ball-6 {
    opacity: .3;
    top: 45%;
    left: 5%;
}

.ball-6.style2 {
    top: 65%;
    left: 20%;
    opacity: 1;
}

.ball-7 {
    opacity: .3;
    top: 33%;
    left: 15%;
}

.ball-8 {
    opacity: .5;
    top: 33%;
    left: 15%;
}

.top-shape, .bottom-shape {
    position: absolute;
    z-index: 1;
    width: 102%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-shape img, .bottom-shape img {
    width: 100%;
}

@media (max-width: 1199px) {
    .top-shape, .bottom-shape {
        min-width: 1400px;
    }

    .top-shape.mw-0, .bottom-shape.mw-0 {
        min-width: 0;
    }
}

.top-shape {
    top: -3px;
}

.bottom-shape {
    bottom: -2px;
}

/*How Section Starts Here*/
.how-item {
    text-align: center;
    margin-bottom: 32px;
}

.how-item .how-thumb {
    margin: 0 auto 25px;
}

@media (min-width: 576px) {
    .how-item .how-thumb {
        margin-bottom: 40px;
    }
}

.how-item .how-thumb img {
    max-width: 100%;
}

.how-item .how-content {
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .how-item .how-content {
        font-size: 22px;
    }
}

/*Feature Section Stars Here*/
.feature-tab {
    margin: 0 -10px 20px;
    justify-content: center;
}

@media (min-width: 768px) {
    .feature-tab {
        margin-bottom: 32px;
        justify-content: space-between;
    }
}

.feature-tab li {
    padding: 0 10px;
    margin-bottom: 25px;
    width: calc(100% / 5);
    text-align: center;
    flex-grow: 1;
}

.feature-tab li .thumb {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.feature-tab li .thumb img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 992px) {
    .feature-tab li .thumb {
        width: 100px;
        height: 100px;
    }
}

.feature-tab li .content {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
}

@media (min-width: 992px) {
    .feature-tab li .content {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .feature-tab li {
        width: auto;
        max-width: calc(100% / 3);
    }
}

@media (max-width: 575px) {
    .feature-tab li {
        width: auto;
        max-width: calc(100% / 2);
    }
}

.feature-item {
    background: #ffffff;
    text-align: center;
    padding: 40px 15px 40px;
    border-radius: 20px;
    box-shadow: 0px 8px 21px 0px rgba(112, 107, 248, 0.2);
    position: relative;
    margin-bottom: 10px;
}

.feature-item::before {
    left: -10px;
    bottom: -10px;
    right: -10px;
    top: 10px;
    border-radius: 20px;
    background-color: white;
    opacity: 0.502;
    box-shadow: 0px 8px 21px 0px rgba(112, 107, 248, 0.2);
}

@media (min-width: 576px) {
    .feature-item::before {
        left: -20px;
        bottom: -20px;
        right: -20px;
        top: 20px;
    }
}

@media (min-width: 768px) {
    .feature-item {
        padding: 75px 30px 90px;
        max-width: 880px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

.feature-item * {
    position: relative;
    z-index: 1;
}

.feature-item .title {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .feature-item .title {
        margin-bottom: 21px;
    }
}

.feature-item p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

/*Why Section Starts Here*/
.choose-item {
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .choose-item {
        margin-bottom: 45px;
    }
}

.choose-item:last-child {
    margin-bottom: 0;
}

.choose-item .choose-thumb {
    width: 80px;
    margin-bottom: 25px;
}

.choose-item .choose-thumb img {
    width: 100%;
}

.choose-item .choose-content .title {
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .choose-item .choose-thumb {
        width: 90px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .choose-item .choose-thumb {
        width: 120px;
    }
}

.sticky-header {
    position: sticky;
    top: 100px;
}

/*Publisher Section Starts Here*/
.publisher-item {
    border-radius: 20px;
    box-shadow: 0px 8px 21px 0px rgba(209, 49, 102, 0.32);
    margin-bottom: 30px;
}

.publisher-item .publisher-inner {
    overflow: hidden;
    position: relative;
    padding: 80px 15px;
    text-align: center;
    border-radius: 20px;
    background: -moz-linear-gradient(-94deg, #e74179 4%, #fe7a6a 84%);
    background: -webkit-linear-gradient(-94deg, #e74179 4%, #fe7a6a 84%);
    background: -ms-linear-gradient(-94deg, #e74179 4%, #fe7a6a 84%);
}

.publisher-item .publisher-inner .thumb {
    margin-bottom: 35px;
}

@media screen and (min-width: 400px) {
    .publisher-item .publisher-inner .thumb {
        margin-bottom: 45px;
    }
}

.publisher-item .publisher-inner::before {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url(./img/shapes.png) no-repeat center center;
    background-size: cover;
}

.publisher-item .publisher-inner * {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.publisher-item .publisher-inner .title {
    margin-bottom: 20px;
}

.publisher-item .publisher-inner p {
    font-size: 18px;
    font-weight: 400;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

div[class*="col"]:nth-of-type(3n + 2) .publisher-item {
    box-shadow: 0px 8px 21px 0px rgba(32, 7, 142, 0.56);
}

div[class*="col"]:nth-of-type(3n + 2) .publisher-item .publisher-inner {
    background: -moz-linear-gradient(-94deg, #2707b2 8%, #7955e6 84%);
    background: -webkit-linear-gradient(-94deg, #2707b2 8%, #7955e6 84%);
    background: -ms-linear-gradient(-94deg, #2707b2 8%, #7955e6 84%);
}

div[class*="col"]:nth-of-type(3n + 3) .publisher-item {
    box-shadow: 0px 8px 21px 0px rgba(32, 7, 142, 0.56);
}

div[class*="col"]:nth-of-type(3n + 3) .publisher-item .publisher-inner {
    background: -moz-linear-gradient(-94deg, #8805ad 0%, #c05ddd 84%);
    background: -webkit-linear-gradient(-94deg, #8805ad 0%, #c05ddd 84%);
    background: -ms-linear-gradient(-94deg, #8805ad 0%, #c05ddd 84%);
}

/*Payout Section Starts Here*/
.payout-header {
    align-items: center;
    padding: 30px 40px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px rgba(192, 189, 206, 0.56);
    margin-bottom: 40px;
}

.payout-header li {
    align-items: center;
    flex-grow: 1;
    width: calc(100% / 3);
    padding: 0 15px;
}

.payout-header li .thumb {
    width: 81px;
}

.payout-header li .thumb img {
    max-width: 100%;
}

.payout-header li .content {
    padding-left: 20px;
    width: calc(100% - 81px);
}

.payout-header li .content .subtitle {
    margin: 0;
    margin-bottom: 15px;
}

.payout-header li .content p {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .payout-header {
        font-size: 18px;
        padding: 30px 20px;
    }

    .payout-header li .thumb {
        width: 70px;
    }

    .payout-header li .content {
        width: calc(100% - 70px);
    }

    .payout-header li .content .subtitle {
        font-size: 20px;
    }
}

.payout-rates li {
    justify-content: space-between;
    text-transform: capitalize;
    font-size: 22px;
    color: #414785;
    padding: 24px 40px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 8px 21px 0px rgba(192, 189, 206, 0.56);
    margin-bottom: 10px;
}

.payout-rates li:last-child {
    margin-bottom: 0;
}

.payout-rates li .payout-contry {
    width: 370px;
    align-items: center;
}

.payout-rates li .payout-contry .thumb {
    width: 60px;
}

.payout-rates li .payout-contry .thumb img {
    max-width: 100%;
}

.payout-rates li .payout-contry .content {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.payout-rates li .dextop-amount, .payout-rates li .mobile-amount {
    width: calc((100% - 370px) / 2);
    justify-content: center;
    text-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .payout-rates li {
        padding: 15px 30px;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .payout-wrapper {
        overflow-x: auto;
    }

    .payout-wrapper .payout-area {
        width: 930px;
    }

    .payout-wrapper .payout-area .payout-header {
        background: #f2f5ff;
        box-shadow: none;
    }

    .payout-wrapper .payout-area .payout-rates li {
        background: #f2f5ff;
        box-shadow: none;
    }

    .payout-wrapper::-webkit-scrollbar-track {
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
        background-color: #F5F5F5;
    }

    .payout-wrapper::-webkit-scrollbar {
        height: 4px;
        background-color: #F5F5F5;
    }

    .payout-wrapper::-webkit-scrollbar-thumb {
        background-color: #000000;
    }
}

@media (max-width: 991px) {
    .section-bg .payout-wrapper .payout-area .payout-header {
        background: #ffffff;
    }

    .section-bg .payout-wrapper .payout-area .payout-rates li {
        background: #ffffff;
    }
}

/*Faq Section Starts Here*/
.faq-area {
    border-radius: 10px;
    position: relative;
}

.faq-area .faq-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 90%;
    margin: -20px auto 0;
}

@media (max-width: 767px) {
    .faq-area .faq-wrapper {
        padding: 0 15px;
    }
}

.faq-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    /* box-shadow: 52.739px -211.524px 70px 0px rgba(44, 46, 69, 0.05), 11.273px -80.212px 70px 0px rgba(44, 46, 69, 0.06); */
}

.faq-area * {
    position: relative;
    z-index: 1;
}

.faq-item {
    padding: 0 30px;
    border-radius: 10px;
    /* background-color: #ffffff; */
    /* box-shadow: 1.782px 0.908px 29px 0px rgba(191, 185, 215, 0.42); */
    margin-bottom: 20px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item .faq-title {
    cursor: pointer;
    padding: 20px 0;
    position: relative;
    align-items: center;
}

.faq-item .faq-title img {
    width: 40px;
}

.faq-item .faq-title .title {
    align-self: center;
    display: block;
    width: calc(100% - 40px);
    padding-right: 50px;
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-family: "Josefin Sans", sans-serif;
}

.faq-item .faq-title .right-icon {
    border-radius: 50%;
    background: -moz-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    background: -webkit-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    background: -ms-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    position: absolute;
}

.faq-item .faq-title .right-icon::after, .faq-item .faq-title .right-icon::before {
    position: absolute;
    content: '';
    background: #ffffff;
    top: 50%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-item .faq-title .right-icon::before {
    width: 2px;
    height: 20px;
}

.faq-item .faq-title .right-icon::after {
    width: 20px;
    height: 2px;
}

.faq-item .faq-content {
    padding: 30px 0;
    border-top: 1px solid #e7e6f7;
    display: none;
}

.faq-item .faq-content p {
    font-size: 16px;
    color: #fff;
}

.faq-item.active .faq-content {
    display: block;
}

.faq-item.open .faq-title .title {
    color: #fff;
}

.faq-item.open .faq-title .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 767px) {
    .faq-item {
        padding: 0 15px;
    }
}

@media screen and (max-width: 499px) {
    .faq-item {
        background: transparent;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
        border-bottom: 1px solid #e7e6f7;
    }

    .faq-item .faq-title {
        padding-bottom: 10px;
    }

    .faq-item .faq-title .right-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .faq-item .faq-title .right-icon::after {
        width: 15px;
    }

    .faq-item .faq-title .right-icon::before {
        height: 15px;
    }

    .faq-item .faq-title .title {
        width: 100%;
        padding-left: 0;
        padding-right: 40px;
        font-size: 18px;
        font-weight: 500;
    }

    .faq-item .faq-title img {
        display: none;
    }
}

/*Account Section Starts Here*/
.account-section {
    padding: 30px 0;
    /* min-height: 100vh; */
    justify-content: center;
}

.account-title {
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .account-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .account-title>* {
        max-width: 50%;
    }

    .account-title .logo {
        display: block;
    }

    .account-title .logo img {
        max-width: 100%;
    }
}

.account-title .back-home {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    display: inline-flex;
    align-items: center;
}

@media (min-width: 768px) {
    .account-title .back-home {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.account-title .back-home i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}

.account-title .back-home span {
    line-height: 1;
}

@media (min-width: 768px) {
    .account-title {
        margin-bottom: 80px;
    }
}

.account-wrapper {
    max-width: 540px;
    margin: 0 auto;
    border-radius: 30px;
    background: #ffffff;
    padding: 60px 0;
}

@media (max-width: 575px) {
    .account-wrapper {
        font-size: 16px;
    }
}

.account-wrapper.top-gap {
    margin-top: 100px;
}

@media (min-width: 1200px) {
    .account-wrapper.top-gap {
        margin-top: 130px;
    }
}

.account-header {
    padding: 0 40px 40px;
    text-align: center;
}

@media (max-width: 575px) {
    .account-header {
        padding: 0 15px 30px;
    }
}

.account-header span a {
    color: #FFC876;
    font-weight: 600;
    text-transform: capitalize;
}

.account-header .title {
    margin-bottom: 23px;
}

.account-header .sign-in-with {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    color: #fff;
    border: 1px solid #282b40;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 10px;
    margin-top: 23px;
    font-size: 14px;
}

.account-header .sign-in-with img {
    width: 22px;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .account-header .sign-in-with {
        padding: 12px 30px;
    }

    .account-header .sign-in-with img {
        width: 20px;
    }
}

.or {
    position: relative;
    text-align: center;
}

.or::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #dddce7;
}

.or span {
    display: inline-block;
    padding: 0 12px;
    font-weight: 600;
    color: #414785;
    text-transform: uppercase;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.account-body {
    padding: 10px 40px 0;
    text-align: center;
}

@media (max-width: 575px) {
    .account-body {
        padding: 0 15px 0;
    }
}

#registerModal .modal-content, #loginModal .modal-content{
    width: 460px;
    margin: auto;
    border-radius: 14px;
    max-width: 100%
}



.auth-heading {
    text-align: center;
    padding: 40px 10px 40px 0;
    background: #101018;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.auth-heading img {
    width: 60px
}

.auth-heading h6 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: bold;
    font-family: sans-serif;
}

.auth-heading p {
    font-size: 14px
}



.account-body span a {
    color: #FFC876;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}

.account-form {
    text-align: left;
    padding: 30px 20px;
    background: #141523;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.account-form .form-group {
    margin-bottom: 13px;
}

.account-form .form-group label {
    font-size: 18px;
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
}

.account-form .form-group input {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 17px;
    height: 44px;
    font-size: 14px !important;
    border: 1px solid #3f444a !important;
    background: #141523;
}

.auth-heading {
    text-align: center;
    padding: 40px 10px 40px 0;
    background: #101018;
}

.auth-heading img {
    width: 60px
}

.auth-heading h6 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: bold;
    font-family: sans-serif;
}

.auth-heading p {
    font-size: 14px
}


/* Register */

.auth-heading-register {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px
}

.auth-heading-register img {
    width: 60px
}

.auth-heading-register h6 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: bold;
    font-family: sans-serif;
}

.auth-heading-register p {
    font-size: 14px
}


.account-form .form-group input::selection {
    background: #000;
    color: #fff
}

.account-form .form-group button {
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -moz-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    background: -webkit-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    background: -ms-linear-gradient(180deg, #0068B2 -1.75%, #EEB820);
    width: auto;
    padding: 0 45px;
    color: #ffffff;
    margin-top: 20px;
    height: 45px
}

@media (min-width: 576px) {
    .account-form .form-group button {
        margin-top: 40px;
    }
}

.mt-15 {
    margin-top: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.sign-in-recovery {
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.sign-in-recovery a {
    color: #0403c4;
    font-weight: 600;
    text-transform: capitalize;
}

.form-head {
    text-align: center;
    max-width: 345px;
    margin: 0 auto 40px;
    font-size: 16px;
}

@media (min-width: 576px) {
    .form-head {
        margin-bottom: 60px;
    }
}

/*Sponsor Slider Four Starts Here*/
.sponsor-slider-4 .sponsor-thumb {
    max-width: 100%;
    height: 45px;
    align-items: center;
    justify-content: center;
}

.sponsor-slider-4 .sponsor-thumb img {
    width: auto;
    height: 100%;
}

.sticky-menu {
    position: sticky;
    top: 120px;
}

/*All Animations Starts Here*/
@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(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);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1.5);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    80% {
        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);
    }

    100% {
        transform: scale(4.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(4.5);
        -moz-transform: scale(4.5);
        -ms-transform: scale(4.5);
        -o-transform: scale(4.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);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.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(2);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    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 inner-ripple {
    0% {
        transform: scale(2);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    30% {
        transform: scale(2.5);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -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 inner-ripple {
    0% {
        transform: scale(2);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
    }

    30% {
        transform: scale(2.5);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -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);
    }
}

/*All Animation Ends Here*/
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999999999999999999999999;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#overlayer .loader {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 3;
    border: 4px solid white;
    top: 50%;
    -webkit-animation: loader 2.5s infinite ease;
    animation: loader 2.5s infinite ease;
}

#overlayer .loader .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: white;
    -webkit-animation: loader-inner 2.5s infinite ease-in;
    animation: loader-inner 2.5s infinite ease-in;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* 
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    } */

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@keyframes rotate {
    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 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);
    }
}

.blog-author {
    padding: 30px;
    border-radius: 10px;
}

.blog-author .author-thumb {
    width: 94px;
    height: 94px;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.blog-author .author-thumb a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.blog-author .author-thumb a img {
    width: 100%;
}

.blog-author .author-content {
    width: calc(100% - 94px);
    padding-left: 30px;
}

.blog-author .author-content .title {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
}

@media (max-width: 575px) {
    .blog-author {
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-author .author-thumb {
        margin: 0 auto 20px;
    }

    .blog-author .author-content {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
}

.blog-comment {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .blog-comment {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .blog-comment {
        margin-top: 80px;
    }
}

.blog-comment>.title {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

@media (min-width: 576px) {
    .blog-comment>.title {
        font-size: 28px;
        padding-bottom: 23px;
    }
}

.comment-area li {
    padding: 0;
}

.comment-area li .blog-item {
    border-top: 1px solid #bccaea;
    padding: 21px 0;
    align-items: center;
}

.comment-area li .blog-item .blog-thumb {
    width: 65px;
    height: 65px;
    padding: 5px;
    border: 1px solid #bccaea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment-area li .blog-item .blog-thumb a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-area li .blog-item .blog-thumb a img {
    width: 100%;
}

.comment-area li .blog-item .blog-thumb-info {
    width: 160px;
    padding-left: 30px;
}

.comment-area li .blog-item .blog-thumb-info span {
    margin-bottom: 10px;
    display: block;
    color: #0a3d62;
    font-size: 14px;
}

.comment-area li .blog-item .blog-thumb-info .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-area li .blog-item .blog-content {
    width: calc(100% - 225px);
    padding-left: 30px;
}

.comment-area li .blog-item .blog-content p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 575px) {
    .comment-area li .blog-item .blog-thumb {
        margin-bottom: 10px;
    }

    .comment-area li .blog-item .blog-thumb-info {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .comment-area li .blog-item .blog-thumb-info span {
        margin-bottom: 7px;
    }

    .comment-area li .blog-item .blog-content {
        padding: 0;
        width: 100%;
    }
}

.comment-area li ul {
    padding-left: 20px;
}

@media (min-width: 576px) {
    .comment-area li ul {
        padding-left: 40px;
    }
}

@media (min-width: 768px) {
    .comment-area li ul {
        padding-left: 95px;
    }
}

/*Leave-Comment Starts*/
.leave-comment {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .leave-comment {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .leave-comment {
        margin-top: 55px;
    }
}

.leave-comment .title {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 22px;
}

@media (min-width: 576px) {
    .leave-comment .title {
        font-size: 28px;
    }
}

.blog-form {
    margin-bottom: -30px;
    font-size: 16px;
}

@media (max-width: 575px) {
    .blog-form {
        font-size: 14px;
    }
}

.blog-form .form-group {
    margin-bottom: 30px;
}

.blog-form .form-group input {
    height: 52px;
    border: none;
    border-bottom: 1px solid #bccaea;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    color: #0a3d62;
}

.blog-form .form-group input::placeholder {
    color: #0a3d62;
}

.blog-form .form-group input:focus {
    border-color: #e883ae;
}

.blog-form .form-group input[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    padding: 0 50px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    color: #ffffff;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
    border: none;
}

.blog-form .form-group textarea {
    padding: 0;
    height: 200px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #bccaea;
    color: #0a3d62;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.blog-form .form-group textarea:focus {
    border-color: #e883ae;
}

.blog-form .form-group textarea::placeholder {
    color: #0a3d62;
}

@media (max-width: 575px) {
    .blog-form {
        margin-bottom: -20px;
    }

    .blog-form .form-group {
        margin-bottom: 20px;
    }

    .blog-form .form-group input {
        height: 45px;
    }

    .blog-form .form-group textarea {
        height: 150px;
    }
}

.post-item {
    margin: 0 auto 40px;
    overflow: hidden;
}

.post-item .post-thumb a {
    display: block;
}

.post-item .post-thumb img {
    width: 100%;
}

.post-item .post-content {
    background: #f2f5ff;
    position: relative;
    z-index: 1;
    margin: -30px 4px 0;
    padding: 30px 20px;
}

.post-item .post-content .title {
    margin: 0;
    margin-bottom: 20px;
}

.post-item .post-content p {
    margin-bottom: 15px;
}

.post-item .post-content .read {
    font-size: 16px;
    color: #9d9cab;
}

@media (min-width: 768px) {
    .post-item .post-content {
        margin: -80px 30px 0;
        padding: 34px 30px;
    }

    .post-item .post-content .title {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .post-item .post-content p {
        margin-bottom: 30px;
    }
}

.post-item.style-two {
    background: #f2f5ff;
    padding: 20px;
    position: relative;
}

.post-item.style-two::before, .post-item.style-two::after {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 40px);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
}

.post-item.style-two::after {
    height: 140px;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
}

.post-item.style-two::before {
    height: 160px;
    background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
    opacity: 0.502;
}

@media (min-width: 768px) {
    .post-item.style-two::before {
        height: 335px;
    }

    .post-item.style-two::after {
        height: 300px;
    }
}

.post-item.style-two .post-thumb {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.post-item.style-two .post-content {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    background: transparent;
}

@media (min-width: 768px) {
    .post-item.style-two {
        padding: 40px;
    }

    .post-item.style-two .post-thumb {
        margin-bottom: 32px;
    }
}

.pagination-area {
    font-size: 18px;
    margin: 0 -15px;
}

.pagination-area a {
    color: #7a89bb;
    margin: 0 15px;
}

.pagination-area a i {
    font-size: 14px;
}

.pagination-area a:hover {
    color: #ee4730;
}

@media (max-width: 575px) {
    .pagination-area a span {
        display: none;
    }
}

.pagination-area a.active {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
}

.pagination-area a:first-child span {
    margin-left: 3px;
}

.pagination-area a:last-child span {
    margin-right: 3px;
}

@media (max-width: 575px) {
    .pagination-area {
        margin: 0 -10px;
    }

    .pagination-area a {
        margin: 0 10px;
    }
}

/*BLog Details Section Starts Here*/
.post-details {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #f2f5ff;
    color: #3b368c;
    margin-bottom: 60px;
}

.post-details .post-inner {
    padding: 50px 60px 40px;
}

.post-details .post-header .meta-post {
    font-size: 16px;
    margin-right: -15px;
    margin-bottom: 36px;
}

.post-details .post-header .meta-post a {
    color: #504c89;
    margin-right: 15px;
    margin-bottom: 5px;
}

.post-details .post-header .title {
    margin-bottom: 36px;
}

@media (min-width: 576px) {
    .post-details .post-header .title {
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .post-details .post-header .title {
        font-size: 46px;
        line-height: 55px;
    }
}

.post-details .post-content {
    align-items: start;
}

.post-details .post-content .entry-content {
    width: calc(100% - 50px);
    padding-left: 30px;
}

.post-details .post-content .entry-content p {
    margin-bottom: 40px;
}

.post-details .post-content .entry-content img {
    margin-bottom: 44px;
    width: 100%;
}

.post-details .post-content .entry-meta {
    justify-content: center;
    width: 50px;
}

.post-details .post-content .entry-meta .thumb {
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.post-details .post-content .entry-meta .thumb::before {
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(-90deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-90deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-90deg, #c165dd 0%, #5c27fe 100%);
}

.post-details .post-content .entry-meta .thumb img {
    position: relative;
    z-index: 1;
    width: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-details .post-content .entry-meta .comment {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.post-details .post-content .entry-meta .comment i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    border: 1px solid rgba(31, 53, 92, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ee4730;
    margin: 0 auto;
}

.post-details .post-content .entry-meta .comment span {
    display: block;
    font-size: 16px;
    color: #504c89;
}

@media (max-width: 767px) {
    .post-details {
        margin-bottom: 40px;
    }

    .post-details .post-inner {
        padding: 30px 15px 30px;
    }

    .post-details .post-header .meta-post {
        margin-bottom: 20px;
    }

    .post-details .post-header .title {
        margin-bottom: 25px;
    }

    .post-details .post-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .post-details .post-content .entry-content p {
        margin-bottom: 30px;
    }

    .post-details .post-content .entry-content img {
        margin-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .post-details .post-header .title {
        margin-bottom: 20px;
    }

    .post-details .post-content .entry-content, .post-details .post-content .entry-meta {
        width: 100%;
        padding: 0;
    }

    .post-details .post-content .entry-meta {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .post-details .post-content .entry-meta .comment {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .post-details .post-content .entry-meta .comment span {
        margin-left: 5px;
    }
}

.post-details .tags-area {
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    border-top: 1px solid #bccaea;
    padding: 30px 30px 15px;
}

@media (max-width: 767px) {
    .post-details .tags-area {
        padding: 20px 15px 5px;
    }
}

.post-details .tags-area .tags {
    font-size: 16px;
    margin-bottom: 15px;
}

.post-details .tags-area .tags span {
    font-size: 18px;
    font-weight: 500;
    color: #414785;
    font-weight: 600;
}

.post-details .tags-area .tags a {
    color: #504c89;
}

.post-details .tags-area .tags a::after {
    content: ",";
}

.post-details .tags-area .tags a:last-child::after {
    display: none;
}

.post-details .tags-area .social-icons {
    margin: -5px;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.post-details .tags-area .social-icons li {
    padding: 5px;
}

.post-details .tags-area .social-icons li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-color: #bccaea;
    color: rgba(80, 76, 137, 0.8);
}

.post-details .tags-area .social-icons li a.active, .post-details .tags-area .social-icons li a:hover {
    border: none;
    color: #ffffff;
    background: -moz-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -webkit-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    background: -ms-linear-gradient(-30deg, #c165dd 0%, #5c27fe 100%);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.mb-70 {
    margin-bottom: 70px;
}

.blog-single-section {
    margin-top: -280px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .blog-single-section {
        margin-top: -160px;
    }
}

.scrollToTop {
    width: 35px;
    height: 35px;
    line-height: 35px;
    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: #ee4730;
    text-align: center;
    font-size: 16px;
}

.scrollToTop:hover {
    color: #ffffff;
}

.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%;
}

.custom-button {
    color: #ffffff;
    border: 1px solid #ee4730;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 35px 13px;
    font-size: 18px;
    background: -moz-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    background: -webkit-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    background: -ms-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    font-family: "Josefin Sans", sans-serif;
}

.custom-button:hover {
    color: #ffffff;
    background-color: #ffffff;
    border-color: #ee4730;
}

@media (max-width: 575px) {
    .custom-button {
        padding: 15px 30px 10px;
        font-size: 16px;
    }
}

.custom-button.active {
    background: transparent;
    border-color: #cac7f6;
    color: #414785;
    text-transform: capitalize;
    box-shadow: none;
}

.custom-button.active:hover {
    background: -moz-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    background: -webkit-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    background: -ms-linear-gradient(-94deg, #e74179 0%, #fe7a6a 84%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    border-color: #ee4730;
    color: #ffffff;
}


.custom-button2.active {
    background: -moz-linear-gradient(180deg, #FF6E04 -1.75%, #FFC876 100.23%);
    background: -webkit-linear-gradient(180deg, #FF6E04 -1.75%, #FFC876 100.23%);
    background: -ms-linear-gradient(180deg, #FF6E04 -1.75%, #FFC876 100.23%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    border-color: #ee4730;
    color: #ffffff;
}

.load-wrapper {
    margin-top: 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .load-wrapper {
        margin-top: 60px;
    }
}

.load-more {
    line-height: 57px;
    padding: 3px 45px 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #5e5bb7;
    font-size: 18px;
    color: #414785;
    text-transform: capitalize;
}

.load-more:hover {
    color: #ffffff;
    background: #ee4730;
}

.load-more.small {
    padding: 3px 33px 0;
}

.load-more.e-small {
    line-height: 47px;
    padding: 3px 33px 0;
}

@media (max-width: 575px) {
    .load-more {
        line-height: 45px;
        padding: 3px 30px 0;
        font-size: 16px;
    }
}

.call-button {
    line-height: 48px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 45px;
    background: #377cff;
    color: #ffffff;
    border: 1px solid #377cff;
}

.call-button:hover {
    color: #414785;
    border-color: #414785;
    background: transparent;
}

.video-button-2 {
    width: 280px;
    height: 280px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

@media screen and (max-width: 400px) {
    .video-button-2 {
        width: 140px;
        height: 140px;
    }
}

.video-button-2 span {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.video-button-2 span::after, .video-button-2 span::before {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: .1px solid #5bc4e1;
    animation: videoTwo 8s linear infinite;
    -webkit-animation: videoTwo 8s linear infinite;
    -moz-animation: videoTwo 8s linear infinite;
}

.video-button-2 span:nth-child(1)::after {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.video-button-2 span:nth-child(2)::after {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.video-button-2 span:nth-child(3)::after {
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}

.video-button-2 span:nth-child(4)::after {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
}

.video-button-2 span:nth-child(1)::before {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
}

.video-button-2 span:nth-child(2)::before {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
}

.video-button-2 span:nth-child(3)::before {
    animation-delay: 7s;
    -webkit-animation-delay: 7s;
    -moz-animation-delay: 7s;
}

.video-button-2 i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background: #2573d5;
    color: #ffffff;
    border: 5px solid #72a2dd;
}

@keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(5);
        -ms-transform: translate(-50%, -50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

@-webkit-keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(5);
        -ms-transform: translate(-50%, -50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

@-o-keyframes videoTwo {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(5);
        -ms-transform: translate(-50%, -50%) scale(5);
        transform: translate(-50%, -50%) scale(5);
        opacity: 0;
    }
}

.video-button {
    color: #ffffff;
    border: none;
    text-align: center;
    width: 60px;
    height: 60px;
    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: #ee4730;
}

.video-button a {
    display: block;
    position: relative;
    z-index: 1;
}

.video-button i {
    line-height: 60px;
    font-size: 36px;
    margin-left: 8px;
}

.video-button:hover {
    color: #ffffff;
}

.video-button::after, .video-button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background: #ee4730;
    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;
}

@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);
    }
}

.button-3 {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #cac7f6;
    color: #414785;
    padding: 10px 40px;
    font-size: 16px;
}

.button-3.active, .button-3:hover {
    color: #ffffff;
    border-color: transparent;
    background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
    box-shadow: 0px 7px 24px 0px rgba(18, 83, 252, 0.51);
}

.button-3.active:hover {
    background: transparent;
    border: 1px solid #cac7f6;
    color: #414785;
    box-shadow: none;
}

.button-3 i {
    margin-left: 5px;
}

.button-3.long-light {
    padding: 10px 30px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}