@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:400,400i&amp;display=swap");
/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

    html *::first-letter {
        text-transform: uppercase;
    }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

    /*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
        white-space: inherit;
    }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #565b73;
    line-height: 30px;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
    color: #0d112b;
    font-family: "Montserrat", sans-serif;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #0d112b;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: #5350ff;
        }

h1 {
    font-size: 55px;
}

h2 {
    font-size: 28px;
    margin-top: -14px;
}

@media (min-width: 576px) {
    h2 {
        line-height: 1.2;
    }
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
    margin-top: -10px;
    margin-bottom: 22px;
}

h5 {
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 18px;
}

h6 {
    font-size: 18px;
}

p {
    margin-top: -12px;
}

    p:last-child {
        margin-bottom: -8px;
    }

@media (min-width: 576px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 40px;
        margin-top: -16px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
        margin-top: -12px;
        margin-bottom: 27px;
    }

    h5 {
        font-size: 22px;
        margin-top: -10px;
        margin-bottom: 22px;
    }

    h6 {
        font-size: 20px;
    }
}

a {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
        padding: 5px 0;
    }

select,
input,
textarea,
button {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 200px;
    resize: none;
    padding: 10px;
}

input,
button,
select {
    height: 50px;
    color: #565b73;
}

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 #5350ff;
    }

    input[type="submit"] {
        cursor: pointer;
        background-color: #33abf6;
        color: #ffffff;
        font-weight: 700;
        padding: 0;
    }

.bg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_top_center {
    background-position: top center;
}

.bg_bottom_center {
    background-position: bottom center;
}

.bg_right_center {
    background-position: right center;
}

.bg_left_center {
    background-position: left center;
}

.bg_left_bottom {
    background-position: left bottom;
}

.bg_left_top {
    background-position: left center;
}

.bg_right_top {
    background-position: right top;
}

.bg_right_bottom {
    background-position: right bottom;
}

.account-wrapper, .account-wrapper .account-area {
    position: relative;
}

    .shape-thumb::before, .banner-slider .banner-section::after, .hero-area::before, .non-m-video-section::before, .service-pro-item .service-pro-thumb::before, .video-wrapper::before, .account-wrapper::before, .sign-up-form .form-group.checkgroup input::before, .contact-form .form-group input[type="radio"]::before, .post-item.video-post .post-thumb::before {
        position: absolute;
        content: '';
    }

.footer-social, .header-top ul, .header-bottom .header-area, .choose-item-two .choose-header-area, .counter-wrapper, .counter-wrapper .counter-item .counter-header, .testing-form, ul.filter, .overview-item-area, .overview-play-item, .feature-section-wrapper, .feature-item, .feature-area.style-two, .benifit-section .benifit-left .benifit-bottom, .service-form, .chekgroup .form-group, .service-pro-area, .service-pro-item .service-pro-thumb, .email-topper-area .bullet-list, .email-tab .tab-menu, .case-details-content .case-details-mini-area, .sign-up-form, .sign-up-form .form-group.checkgroup, .contact-form .form-group.radio-group, .contact-form .form-group.radio-group .radio-item, .post-item.details-post .blog-d-thumb, .post-item.details-post .meta-post, .post-item.details-post .meta-post .left, .details-navigation, .author, .comment-item {
    display: flex;
    flex-wrap: wrap;
}

.overlay-bg::before, .price-item-three .price-header::before, .hero-area::before, .post-item.video-post .post-thumb::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

.bg-contain {
    background-size: contain;
}

.bg-left {
    background-position: center left !important;
}

.bg-right {
    background-position: center left !important;
}

.bg-top {
    background-position: center left !important;
}

.bg-bottom {
    background-position: center left !important;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

@media (min-width: 992px) {
    .padding-top {
        padding-top: 120px;
    }

    .padding-bottom {
        padding-bottom: 120px;
    }
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

/*Section Header*/
.mb-30-none {
    margin-bottom: -30px !important;
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

.tab-item {
    display: none;
}

    .tab-item:first-child {
        display: block;
    }

.tab-menu li {
    cursor: pointer;
}

.bg-ash {
    background-color: #fafafa;
}

.overlay-bg {
    position: relative;
}

    .overlay-bg::before {
        width: 100%;
        height: 100%;
        background-color: #05253a;
        opacity: 0.949;
    }

    .overlay-bg * {
        z-index: 1;
        position: relative;
    }

.bb-dashed {
    border-bottom: 1px dashed #dddcff;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.bg-theme-hover:hover,
.bg-theme {
    background: #5350ff;
}

    .bg-theme-hover:hover .title,
    .bg-theme-hover:hover p,
    .bg-theme-hover:hover i,
    .bg-theme-hover:hover .cate,
    .bg-theme .title,
    .bg-theme p,
    .bg-theme i,
    .bg-theme .cate {
        color: #ffffff !important;
    }

.section-header {
    margin: 0 auto 40px;
    text-align: center;
    max-width: 790px;
}

@media (min-width: 576px) {
    .section-header {
        margin-bottom: 50px;
    }
}

.section-header .title {
    text-transform: capitalize;
    margin-bottom: 16px;
}

.section-header .cate {
    display: flex;
    margin-top: -10px;
    font-size: 16px;
    color: #343a40;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .section-header .cate {
        margin-bottom: 22px;
    }
}

.section-header .cate::after, .section-header .cate::before {
    content: "-";
}

.section-header .cate::after {
    margin-left: 5px;
}

.section-header .cate::before {
    margin-right: 5px;
}

.section-header p {
    max-width: 700px;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
}

@media (max-width: 767px) {
    .animated {
        animation: none;
    }
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-50 {
    padding-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ml-lg-15-xl {
        margin-left: 15px !important;
    }

    .ml-lg-30-xl {
        margin-left: 30px !important;
    }

    .mr-lg-15-xl {
        margin-right: 15px !important;
    }

    .mr-lg-30-xl {
        margin-right: 30px !important;
    }
}
/*! 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;
}

footer {
    background: #161c2a;
}

    footer .footer-top {
        border-bottom: 1px solid #374957;
    }

        footer .footer-top .footer-widget {
            margin-bottom: 50px;
        }

            footer .footer-top .footer-widget .title {
                margin-bottom: 5px;
            }

@media (min-width: 992px) {
    footer .footer-top .footer-widget .title {
        margin-bottom: 15px;
    }
}

footer .footer-top .footer-widget.footer-link ul {
    margin-bottom: -14px;
}

    footer .footer-top .footer-widget.footer-link ul li a {
        text-transform: capitalize;
    }

        footer .footer-top .footer-widget.footer-link ul li a:hover {
            padding-left: 5px;
        }

        footer .footer-top .footer-widget.footer-link ul li a::before {
            content: "\f0da";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            margin-right: 5px;
        }

footer .footer-top .footer-widget.footer-about p {
    padding-top: 5px;
    margin-top: 0;
    margin-bottom: 32px;
}

footer * {
    color: #ffffff;
}

.mb-50-none {
    margin-bottom: -50px;
}

.footer-social {
    margin: -5px;
}

    .footer-social li {
        padding: 5px;
    }

        .footer-social li a {
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            color: #ffffff;
            border: 1px solid #ffffff;
            opacity: .6;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .footer-social li a:hover {
                opacity: 1;
                border-color: #5350ff;
                background: #5350ff;
            }

header .select-bar {
    font-size: 14px;
    margin: 0 20px;
    padding-left: 10px;
    padding-right: 25px;
    height: 30px;
    line-height: 30px;
}

@media (min-width: 768px) {
    header .select-bar {
        margin-right: 0;
    }
}

header .search-bar {
    width: 30px;
    text-align: right;
    height: 30px;
    font-weight: 600;
}

    header .search-bar i {
        color: #565b73;
    }

    header .search-bar:hover i {
        color: #5350ff;
    }

header .select-career {
    align-items: center;
}

header .list {
    max-height: 120px;
    overflow-y: scroll !important;
}

    header .list::-webkit-scrollbar {
        width: 3px;
        background-color: #F5F5F5;
    }

    header .list li {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }

@media screen and (max-width: 449px) {
    header .select-career {
        position: absolute;
        top: 100%;
        right: 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        background: #ffffff;
        padding: 10px;
        transform-origin: top;
        z-index: 9;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        header .select-career * {
            margin: 0;
        }

        header .select-career.active {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }
}

@media screen and (min-width: 450px) {
    header .select-bar-bar {
        display: none;
    }
}

.header-top {
    font-size: 16px;
    padding: 15px 0;
}

    .header-top ul li {
        padding: 5px;
    }

        .header-top ul li a i {
            margin-right: 8px;
        }

    .header-top ul.social li a i {
        margin: 0;
    }

    .header-top a {
        color: #ffffff;
    }

.header-bottom {
    background: #ffffff;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    position: relative;
}

    .header-bottom .header-area {
        padding: 22px 0;
        align-items: center;
    }

@media (min-width: 576px) {
    .header-bottom .header-area {
        position: relative;
    }
}

@media (min-width: 992px) {
    .header-bottom .header-area .logo {
        width: 150px;
    }

        .header-bottom .header-area .logo a {
            display: inline-block;
        }

            .header-bottom .header-area .logo a img {
                max-width: 100%;
            }

    .header-bottom .header-area .menu {
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .header-bottom .header-area .menu li {
            position: relative;
        }

            .header-bottom .header-area .menu li a {
                font-size: 14px;
                font-weight: 600;
                text-transform: capitalize;
                color: #565b73;
                padding: 10px;
            }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .header-bottom .header-area .menu li a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .header-bottom .header-area .menu li .submenu {
        position: absolute;
        z-index: 9;
        background: #ffffff;
        -webkit-border-radius: 0 15px 0 15px;
        -moz-border-radius: 0 15px 0 15px;
        border-radius: 0 15px 0 15px;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
        padding: 5px;
        min-width: 220px;
        padding: 12px 0;
        border-top: 5px solid #5350ff;
        border-bottom: 5px solid #5350ff;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

        .header-bottom .header-area .menu li .submenu li {
            padding: 0 10px;
        }

            .header-bottom .header-area .menu li .submenu li a {
                color: #0d112b;
                padding: 0 6px;
                display: flex;
                justify-content: space-between;
            }

            .header-bottom .header-area .menu li .submenu li:hover > a {
                color: #5350ff;
                padding-left: 7px;
            }

            .header-bottom .header-area .menu li .submenu li .submenu {
                top: 0;
                left: 100%;
            }

    .header-bottom .header-area .menu li:hover > .submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .header-bottom .header-area .menu .menu-item-has-children > a::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    .header-bottom {
        z-index: 100;
    }

        .header-bottom .header-area {
            justify-content: space-between;
        }
}

@media (max-width: 991px) and (max-width: 575px) {
    .header-bottom .header-area .logo {
        max-width: 150px;
    }

        .header-bottom .header-area .logo a {
            display: block;
        }

            .header-bottom .header-area .logo a img {
                width: 100%;
            }
}

@media (max-width: 991px) {
    .header-bottom .header-area .menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100;
        padding: 0 10px;
        -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;
        max-height: 350px;
        overflow-y: scroll;
    }

        .header-bottom .header-area .menu > li:first-child > a {
            border-top: 1px solid #e5e5e5;
        }

        .header-bottom .header-area .menu li {
            padding: 0;
        }

            .header-bottom .header-area .menu li a {
                padding: 4px 7px;
                font-size: 16px;
                display: flex;
                border-bottom: 1px solid #e5e5e5;
                color: #0d112b;
                text-transform: capitalize;
            }

            .header-bottom .header-area .menu li .submenu {
                display: none;
                padding-left: 10px;
            }
}

@media (max-width: 991px) and (min-width: 576px) {
    .header-bottom .header-area .menu li .submenu {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .header-bottom .header-area .menu .menu-item-has-children > a {
        justify-content: space-between;
        align-items: center;
    }

        .header-bottom .header-area .menu .menu-item-has-children > a::after {
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            margin-left: 5px;
            width: 31px;
            text-align: center;
            height: 100%;
        }

    .header-bottom .header-area .menu .menu-item-has-children.open > a::after {
        content: "\f068";
        background: #5350ff;
        color: #ffffff;
    }

    .header-bottom .header-area .menu.active {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.search-form-area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .search-form-area .search-form {
        width: 100%;
        max-width: 720px;
        position: relative;
        z-index: 99;
        margin: 0 15px;
    }

        .search-form-area .search-form input {
            width: 100%;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

@media (min-width: 576px) {
    .search-form-area .search-form input {
        padding-left: 30px;
        height: 60px;
    }
}

.search-form-area .search-form button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    font-weight: 600;
    top: 0;
    right: 0;
    width: 50px;
    background: #5350ff;
    border-color: #5350ff;
}

    .search-form-area .search-form button i {
        color: #ffffff;
    }

@media (min-width: 576px) {
    .search-form-area .search-form button {
        height: 60px;
        width: 60px;
    }
}

.search-form-area.active {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hide-form {
    display: block;
    width: 40px;
    height: 40px;
    background: #5350ff;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/*Header Bar*/
.header-bar {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
}

    .header-bar span {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        background-color: #0d112b;
        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);
    }

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header.style-two {
    position: absolute;
    width: 100%;
    z-index: 99;
}

    header.style-two .header-top {
        background: transparent;
    }

        header.style-two .header-top .header-top-wrapper {
            border-bottom: 1px solid #ffffff40;
            padding: 10px 0;
        }

    header.style-two .header-bottom {
        background: transparent;
    }

@media (min-width: 992px) {
    header.style-two .header-bottom .menu > li > a {
        color: #ffffff;
    }
}

header.style-two .header-bottom .header-area .search-bar i, header.style-two .header-bottom .select-bar-bar i {
    color: #ffffff;
}

header.style-two .header-bottom .header-area select {
    background: transparent;
    color: #ffffff;
}

    header.style-two .header-bottom .header-area select option {
        color: #0d112b;
    }

header.style-two .header-bottom .header-bar span {
    background: #ffffff;
}

header.style-two .header-bottom.header-fixed {
    background: #0d112b;
    box-shadow: none;
}

header.style-two .select-bar {
    background: transparent;
    border: none;
}

    header.style-two .select-bar span {
        color: #ffffff;
    }

    header.style-two .select-bar::after {
        border-color: #ffffff;
    }

@media screen and (max-width: 449px) {
    header.style-two .select-career {
        background: #0d112b;
        border: none;
    }
}

/*banner-section-one starts here*/
.banner-section {
    background-color: #fafafa;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

    .banner-section .banner-content {
        position: relative;
        z-index: 1;
        max-width: 680px;
    }

        .banner-section .banner-content span, .banner-section .banner-content .title, .banner-section .banner-content p, .banner-section .banner-content a {
            position: relative;
            z-index: 9;
        }

        .banner-section .banner-content .category {
            display: block;
            text-transform: uppercase;
            color: #5350ff;
            margin-top: -9px;
            font-size: 16px;
        }

        .banner-section .banner-content .title {
            text-transform: capitalize;
            margin: 0;
        }

@media (min-width: 768px) {
    .banner-section .banner-content .title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }
}

.banner-section .banner-content .video-button-group {
    margin: -5px;
    margin-bottom: -15px;
}

    .banner-section .banner-content .video-button-group > * {
        margin: 5px;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

@media (max-width: 767px) {
    .banner-section .banner-content .title {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .banner-section .banner-content {
        text-align: center;
    }

        .banner-section .banner-content .title {
            font-size: 26px;
        }

        .banner-section .banner-content .category {
            font-size: 14px;
            margin-top: -10px;
        }
}

.banner-section .banner-content::before, .banner-section .banner-content .round-shape::before, .banner-section .banner-content .round-shape::after {
    position: absolute;
    top: 50%;
    left: 30%;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #d7e1f8;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-section .banner-content::before {
    width: 200px;
    height: 200px;
    animation: rotate 20s linear infinite;
}

.banner-section .banner-content .round-shape::before {
    width: 400px;
    height: 400px;
    animation: rev-rotate 24s linear infinite;
}

.banner-section .banner-content .round-shape::after {
    width: 600px;
    height: 600px;
    animation: rotate 30s linear infinite;
}

@media (min-width: 576px) {
    .banner-section {
        padding: 140px 0;
    }
}

@media (min-width: 1400px) {
    .banner-section {
        padding: 160px 0;
    }
}

@media (min-width: 992px) {
    .banner-section {
        padding: 200px 0;
    }
}

@media (min-width: 1400px) {
    .banner-section {
        padding: 285px 0;
    }
}

.shape-thumb {
    position: absolute;
    bottom: 0;
    right: 20%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 300px;
}

    .shape-thumb::before {
        width: 450px;
        height: 450px;
        bottom: 0;
        right: -20%;
        background: #f5f7f9;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

@media (max-width: 991px) {
    .shape-thumb {
        display: none;
    }
}

.shape-thumb img {
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .shape-thumb {
        width: 400px;
    }

        .shape-thumb::before {
            width: 500px;
            height: 500px;
            right: -7%;
        }
}

@media (min-width: 1400px) {
    .shape-thumb {
        width: 500px;
    }

        .shape-thumb::before {
            width: 700px;
            height: 700px;
            right: -12%;
        }
}

@media screen and (min-width: 1920px) {
    .shape-thumb {
        right: 25%;
    }

        .shape-thumb::before {
            width: 800px;
            height: 800px;
            right: -24%;
        }
}

.maps-shape {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
}

@media (min-width: 1200px) {
    .maps-shape {
        top: 10%;
        left: 10%;
        right: 20%;
        bottom: 10%;
    }
}

@media (min-width: 1400px) {
    .maps-shape {
        top: 10%;
        left: 10%;
        right: 40%;
        bottom: 10%;
    }
}

@media (max-width: 575px) {
    .maps-shape {
        display: none;
    }
}

.v-button {
    display: inline-flex;
    align-items: center;
}

    .v-button span {
        color: #0d112b;
        text-transform: lowercase;
    }

        .v-button span:first-letter {
            text-transform: lowercase;
        }

    .v-button .video-button {
        position: relative;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        top: auto;
        left: auto;
        margin-left: 20px;
    }

        .v-button .video-button i {
            margin: 0;
            font-size: 24px;
            margin-left: 5px;
            margin-bottom: 7px;
        }

/*banner-slider here*/
.banner-slider {
    position: relative;
    overflow: hidden;
}

    .banner-slider .banner-section {
        position: relative;
        padding: 164px 0 100px;
    }

        .banner-slider .banner-section .banner-content {
            max-width: 750px;
            margin: 0 auto;
        }

            .banner-slider .banner-section .banner-content::before {
                display: none;
            }

            .banner-slider .banner-section .banner-content * {
                color: #ffffff;
            }

            .banner-slider .banner-section .banner-content p {
                margin-bottom: 23px;
            }

@media (min-width: 576px) {
    .banner-slider .banner-section .banner-content p {
        margin-bottom: 30px;
    }
}

.banner-slider .banner-section .banner-content .custom-button {
    color: #ffffff;
}

    .banner-slider .banner-section .banner-content .custom-button:hover {
        border-color: #ffffff;
    }

.banner-slider .banner-section .banner-content .category {
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .banner-slider .banner-section .banner-content .category {
        margin-bottom: 10px;
    }
}

.banner-slider .banner-section::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
}

@media (min-width: 576px) {
    .banner-slider .banner-section {
        padding: 169px 0 100px;
    }
}

@media (min-width: 768px) {
    .banner-slider .banner-section {
        padding: 270px 0 130px;
    }
}

@media (min-width: 992px) {
    .banner-slider .banner-section {
        padding: 327px 0 180px;
    }
}

.bg-none {
    background-color: transparent;
}

.banner-prev, .banner-next {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #5350ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 9;
}

    .banner-prev i[class*="flaticon"], .banner-next i[class*="flaticon"] {
        color: #ffffff;
    }

@media (max-width: 991px) {
    .banner-prev, .banner-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .banner-prev, .banner-next {
        display: none;
    }
}

.banner-prev {
    left: 10px;
}

.banner-next {
    right: 10px;
}

.banner-pagination {
    position: absolute;
    z-index: 9;
}

    .banner-pagination span {
        background: #ffffff;
        opacity: 1;
    }

        .banner-pagination span.swiper-pagination-bullet-active {
            background: #5350ff;
        }

@media (min-width: 768px) {
    .banner-pagination {
        display: none;
    }
}

.widget {
    padding: 30px 15px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

@media screen and (min-width: 375px) {
    .widget {
        padding: 30px;
    }
}

@media screen and (min-width: 768px) {
    .widget {
        margin-bottom: 45px;
    }
}

.widget .widget-header .title {
    font-size: 22px;
    line-height: 27px;
    text-transform: capitalize;
    margin-top: -6px;
    margin-bottom: 0;
}

    .widget .widget-header .title::after {
        width: 40px;
        height: 2px;
        content: "";
        background: #5350ff;
        display: block;
        margin-bottom: 16px;
        margin-top: 11px;
    }

.widget.widget-search .widget-search-form {
    position: relative;
}

    .widget.widget-search .widget-search-form input {
        height: 42px;
        background: transparent;
        padding: 0;
        border-bottom: 1px solid #e5e5e5;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .widget.widget-search .widget-search-form input:focus {
            border: none;
            border-bottom: 1px solid #e5e5e5;
        }

    .widget.widget-search .widget-search-form button {
        height: 42px;
        width: 42px;
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        text-align: right;
        border: none;
    }

.widget.widget-archive ul li, .widget.widget-category ul li {
    text-transform: capitalize;
    line-height: 1.688;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
}

    .widget.widget-archive ul li a, .widget.widget-category ul li a {
        padding: 10px 0;
        color: #565b73;
        display: flex;
        justify-content: space-between;
    }

        .widget.widget-archive ul li a:hover, .widget.widget-category ul li a:hover {
            color: #5350ff;
            padding-left: 3px;
        }

        .widget.widget-category ul li a .amount::after {
            content: ")";
        }

        .widget.widget-category ul li a .amount::before {
            content: "(";
        }

.widget.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    margin-top: 31px;
}

    .widget.widget-tags ul li {
        padding: 5px;
    }

        .widget.widget-tags ul li a {
            padding: 5px 15px;
            font-weight: 600;
            border: 1px solid #e5e5e5;
            color: #565b73;
        }

            .widget.widget-tags ul li a:hover {
                color: #5350ff;
                border-color: #5350ff;
            }

.widget.widget-post ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

    .widget.widget-post ul li .sub-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 4px;
    }

        .widget.widget-post ul li .sub-title a {
            color: #0d112b;
        }

@media screen and (max-width: 400px) {
    .widget.widget-post ul li .sub-title {
        font-size: 16px;
    }
}

.widget.widget-post ul li p {
    font-size: 14px;
    margin: 0;
    color: #5350ff;
}

    .widget.widget-post ul li p a {
        color: #5350ff;
        margin-left: 5px;
    }

.widget.widget-post ul li:hover .sub-title a,
.widget.widget-post ul li:hover p a {
    color: #5350ff;
}

.widget.widget-download ul li {
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.688;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
}

    .widget.widget-download ul li a {
        padding: 10px 0;
        color: #565b73;
        display: flex;
        justify-content: space-between;
    }

        .widget.widget-download ul li a:after {
            content: "\f11f";
            font-family: Flaticon;
            font-weight: 600;
        }

        .widget.widget-download ul li a:hover {
            color: #5350ff;
            padding-left: 3px;
        }

.widget:last-child {
    margin-bottom: 0;
}

.sidebar {
    position: sticky;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .sidebar {
        top: 104px;
    }
}

i[class*="flaticon"] {
    color: #343a40;
    line-height: 1;
}

/*choose-section Starts Here*/
.choose-item {
    margin-bottom: 30px;
    padding: 40px 20px;
    box-shadow: 0 0 20px rgba(83, 80, 255, 0.06);
}

@media screen and (min-width: 380px) and (max-width: 767px) {
    .choose-item {
        padding: 60px 40px;
    }
}

@media (min-width: 768px) {
    .choose-item {
        padding: 60px 15px;
    }
}

@media (min-width: 1200px) {
    .choose-item {
        padding: 60px 40px;
    }
}

.choose-item .choose-thumb {
    font-size: 50px;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .choose-item .choose-thumb {
        margin-bottom: 30px;
    }
}

.choose-item .title {
    text-transform: capitalize;
}

.choose-item-two {
    padding: 0;
}

    .choose-item-two .choose-header-area .choose-thumb {
        margin: 0;
        width: 110px;
        height: 110px;
        line-height: 110px;
        background: #5350ff;
        text-align: center;
    }

        .choose-item-two .choose-header-area .choose-thumb i {
            color: #ffffff;
        }

    .choose-item-two .choose-header-area .title {
        margin: 0;
        width: calc(100% - 110px);
        padding-left: 20px;
        padding-right: 20px;
        align-self: center;
    }

@media screen and (max-width: 400px) {
    .choose-item-two .choose-header-area .choose-thumb {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }

    .choose-item-two .choose-header-area .title {
        width: calc(100% - 70px);
    }
}

.choose-item-two .choose-content {
    padding: 30px;
}

.choose-item-two:hover .choose-header-area .choose-thumb {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
}

.choose-item:hover .choose-thumb {
    animation: fadeInUp 1s;
    -webkit-animation: fadeInUp 1s;
    -moz-animation: fadeInUp 1s;
}

/*service-section Starts Here */
.service-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    padding: 40px 20px;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
}

@media screen and (min-width: 380px) and (max-width: 767px) {
    .service-item {
        padding: 60px 40px;
    }
}

@media (min-width: 768px) {
    .service-item {
        padding: 60px 15px;
    }
}

@media (min-width: 1200px) {
    .service-item {
        padding: 60px 32px;
    }
}

.service-item .service-thumb {
    font-size: 50px;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .service-item .service-thumb {
        margin-bottom: 35px;
    }
}

.service-item .service-content .title {
    text-transform: capitalize;
}

.service-item .service-content p {
    margin-bottom: 5px;
}

@media (min-width: 576px) {
    .service-item .service-content p {
        margin-bottom: 15px;
    }
}

.service-item .service-content p:last-child {
    margin-bottom: -8px;
}

.service-item .service-content a {
    font-weight: 600;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-transform: capitalize;
    margin-bottom: -7px;
}

    .service-item .service-content a i {
        font-size: 16px;
        color: inherit;
        margin-left: 5px;
    }

.service-item:hover {
    background: #5350ff;
}

    .service-item:hover * {
        color: #ffffff;
    }

    .service-item:hover .service-thumb {
        animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
        -webkit-animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
        -moz-animation: fadeInUp 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
    }

    .service-item:hover .service-content {
        animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
        -webkit-animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
        -moz-animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
    }

/*Client-section Starts here*/
.client-say-slider {
    overflow: hidden;
}

.client-pagination {
    text-align: center;
    margin-top: 28px;
    margin-bottom: -8px;
}

@media (min-width: 576px) {
    .client-pagination {
        margin-top: 38px;
    }
}

@media (min-width: 768px) {
    .client-pagination {
        margin-top: 48px;
    }
}

.client-pagination span {
    margin: 5px;
    width: 10px;
    height: 10px;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #565b73;
    opacity: 1;
}

    .client-pagination span.swiper-pagination-bullet-active {
        background: #5350ff;
    }

.client-item .client-thumb {
    width: 129px;
    height: 129px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 25px;
}

@media (min-width: 576px) {
    .client-item .client-thumb {
        margin-bottom: 30px;
    }
}

.client-item .client-thumb a {
    display: block;
}

.client-item .client-thumb img {
    width: 100%;
}

.client-item .client-content {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}

    .client-item .client-content .title {
        margin-bottom: 0px;
        text-transform: capitalize;
    }

    .client-item .client-content span {
        display: block;
        margin-bottom: 20px;
        color: #5350ff;
        text-transform: capitalize;
    }

@media (min-width: 576px) {
    .client-item .client-content span {
        margin-bottom: 18px;
    }
}

.client-item .client-content blockquote {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: -8px;
}

@media (min-width: 576px) {
    .client-item .client-content blockquote {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: -10px;
    }
}

/*counter-up-section Starts Here*/
.counter-up-section {
    background: #5350ff;
    padding: 80px 0;
}

    .counter-up-section .title,
    .counter-up-section p {
        color: #ffffff;
    }

@media (min-width: 768px) {
    .counter-up-section .title {
        font-size: 44px;
    }
}

@media (min-width: 992px) {
    .mw-lg-100 {
        max-width: 100%;
    }
}

.counter-wrapper {
    justify-content: space-between;
    margin-bottom: -30px;
}

    .counter-wrapper .counter-item {
        width: 100%;
        margin-bottom: 30px;
    }

@media (min-width: 576px) {
    .counter-wrapper .counter-item {
        width: 50%;
    }
}

.counter-wrapper .counter-item i::before {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    display: inline-block;
}

@media (min-width: 576px) {
    .counter-wrapper .counter-item i::before {
        font-size: 50px;
        margin-bottom: 15px;
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    .counter-wrapper .counter-item {
        width: 25%;
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .counter-wrapper .counter-item {
        width: auto;
    }
}

.counter-wrapper .counter-item .counter-header {
    align-items: baseline;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .counter-wrapper .counter-item .counter-header {
        margin-bottom: 15px;
    }
}

.counter-wrapper .counter-item .counter-header i {
    width: 50px;
}

.counter-wrapper .counter-item .counter-header .title {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.counter-wrapper .counter-item p {
    text-transform: capitalize;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .counter-wrapper .counter-item p {
        font-size: 22px;
        font-weight: 500;
    }
}

@media (max-width: 575px) {
    .counter-wrapper .counter-item {
        text-align: center;
    }

        .counter-wrapper .counter-item .counter-header .title {
            width: 100%;
            padding: 0;
        }

        .counter-wrapper .counter-item .counter-header i {
            margin: 0 auto 15px;
        }
}

/*offer-section Starts Here*/
.right-side-offer {
    text-align: center;
    margin-bottom: 25px;
}

    .right-side-offer img {
        max-width: 100%;
    }

@media (min-width: 768px) {
    .right-side-offer {
        margin-bottom: 33px;
    }
}

@media (min-width: 992px) {
    .right-side-offer {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .left-side-offer {
        max-width: 450px;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .left-side-offer {
        max-width: 540px;
        margin-right: 15px;
    }
}

.left-side-offer .title {
    text-transform: capitalize;
}

@media (min-width: 576px) {
    .left-side-offer .title {
        margin-bottom: 32px;
    }
}

.left-side-offer ul {
    margin-bottom: 29px;
}

    .left-side-offer ul li {
        padding: 5px 0;
        padding-left: 18px;
        line-height: 25px;
        position: relative;
    }

        .left-side-offer ul li::before {
            content: "\f10f";
            font-family: Flaticon;
            font-size: 10px;
            font-weight: 600;
            color: #343a40;
            position: absolute;
            top: 5px;
            left: 0;
        }

.left-side-offer p:last-child {
    margin-bottom: -8px;
}

.left-side-offer ul:last-child {
    margin-bottom: -13px;
}

.testing-item .title {
    text-transform: capitalize;
}

@media (min-width: 576px) {
    .testing-item .title {
        margin-bottom: 30px;
    }
}

.testing-item p {
    margin-bottom: 13px;
}

    .testing-item p:last-child {
        margin-bottom: -8px;
    }

.testing-form {
    justify-content: space-between;
    margin-bottom: -30px;
}

    .testing-form .form-group {
        margin-bottom: 30px;
        width: calc(100%);
    }

        .testing-form .form-group textarea,
        .testing-form .form-group input {
            background: #fff;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border: 1px solid #e5e5e5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .testing-form .form-group textarea::Placeholder,
            .testing-form .form-group input::Placeholder {
                color: #7c7d7f;
            }

            .testing-form .form-group textarea:focus,
            .testing-form .form-group input:focus {
                border-color: #5350ff;
            }

        .testing-form .form-group textarea {
            display: block;
            padding: 15px;
            height: 140px;
        }

        .testing-form .form-group input {
            padding: 0 15px;
        }

            .testing-form .form-group input[type="submit"] {
                background: #5350ff;
                width: auto;
                padding: 0 50px;
                -webkit-border-radius: 25px;
                -moz-border-radius: 25px;
                border-radius: 25px;
                border-color: #5350ff;
            }

@media (min-width: 992px) {
    .testing-form .form-group {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .testing-form {
        margin-bottom: 40px;
    }

        .testing-form .form-group {
            margin-bottom: 20px;
        }
}

.bulk-thumb {
    text-align: center;
}

    .bulk-thumb img {
        max-width: 100%;
    }

@media (max-width: 991px) {
    .bulk-thumb {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .bulk-thumb {
        margin-bottom: 35px;
    }
}

.bulk-content span {
    text-transform: uppercase;
    display: block;
    color: #085251;
    font-size: 16px;
    margin-top: -9px;
    margin-bottom: 16px;
}

.bulk-content .title {
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .bulk-content .title {
        margin-bottom: 30px;
    }
}

.bulk-content p {
    margin-bottom: 27px;
}

@media (min-width: 576px) {
    .bulk-content p {
        margin-bottom: 32px;
    }
}

.bulk-content p:last-child {
    margin-bottom: -8px;
}

.mask-sms .bulk-content p {
    margin-bottom: 13px;
}

@media (min-width: 576px) {
    .mask-sms .bulk-content p {
        margin-bottom: 18px;
    }
}

.mask-sms .bulk-content p:last-child {
    margin-bottom: -8px;
}

/*price-section Starts Here*/
.price-section-two {
    background: #5350ff;
}

.price-item {
    text-align: center;
    margin-bottom: 30px;
}

    .price-item .price-header {
        padding: 40px 15px;
        background: #5350ff;
    }

@media (min-width: 576px) {
    .price-item .price-header {
        padding: 60px 15px;
    }
}

.price-item .price-header * {
    color: #ffffff;
}

.price-item .price-header .category {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-top: -9px;
}

@media (min-width: 576px) {
    .price-item .price-header .category {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .price-item .price-header .category {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: -7px;
    }
}

.price-item .price-header .sub-title {
    margin-bottom: -8px;
}

    .price-item .price-header .sub-title span {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

        .price-item .price-header .sub-title span::before {
            content: "/";
            margin: 0 5px;
        }

@media (min-width: 576px) {
    .price-item .price-header .sub-title {
        font-size: 40px;
        margin-bottom: -14px;
    }
}

.price-item .price-header .icon {
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5350ff;
    margin: 0 auto 18px;
}

@media (min-width: 576px) {
    .price-item .price-header .icon {
        margin-bottom: 26px;
    }
}

.price-item .price-header.style-two {
    border: 1px solid #ebe6e6;
    border-bottom: none;
    background: #ffffff;
    overflow: hidden;
}

.price-item ul {
    box-shadow: 0 0 20px rgba(83, 80, 255, 0.06);
}

    .price-item ul li {
        background: #ffffff;
        border-bottom: 1px solid #f2f2f2;
        padding: 22px 15px;
    }

        .price-item ul li span {
            text-transform: capitalize;
            font-weight: 600;
        }

            .price-item ul li span::after {
                content: ":";
                margin: 0 5px;
            }

        .price-item ul li:nth-child(odd) {
            background: #fafafa;
        }

        .price-item ul li:last-child {
            background: #ffffff;
            border-bottom: none;
        }

        .price-item ul li .custom-button {
            padding: 6px 31px;
            color: #565b73;
            color: #565b73;
            border-color: #ededff;
        }

            .price-item ul li .custom-button:hover {
                color: #ffffff;
                border-color: #5350ff;
            }

.price-item:hover .icon {
    animation: fadeInUp .3s;
}

.price-item-two .price-header {
    background: #ffffff;
}

    .price-item-two .price-header .category {
        color: #0d112b;
        font-weight: 600;
        text-transform: capitalize;
    }

@media (min-width: 576px) {
    .price-item-two .price-header .category {
        margin-bottom: 8px;
    }
}

.price-item-two .price-header .sub-title {
    color: #5350ff;
}

    .price-item-two .price-header .sub-title span {
        color: #5350ff;
    }

@media (min-width: 576px) {
    .price-item-two .price-header .sub-title {
        font-size: 33px;
        margin-bottom: -14px;
    }

        .price-item-two .price-header .sub-title span {
            font-size: 20px;
        }
}

.price-item-two ul {
    box-shadow: 0 0 20px rgba(83, 80, 255, 0.06);
}

.price-item-three {
    background: #ffffff;
}

    .price-item-three .price-header {
        position: relative;
        background: #fff;
    }

        .price-item-three .price-header .icon {
            background: #ffffff;
        }

            .price-item-three .price-header .icon i[class*="flaticon"] {
                color: #5350ff;
            }

        .price-item-three .price-header * {
            position: relative;
            z-index: 1;
        }

        .price-item-three .price-header .category {
            text-transform: capitalize;
        }

        .price-item-three .price-header::before {
            background-color: #5350ff;
            width: 100%;
            height: 100%;
            mask-image: url(../images/price/price-shape.png);
            -webkit-mask-image: url(../images/price/price-shape.png);
            -webkit-mask-position: center bottom;
            mask-position: center bottom;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
            mask-position: center bottom;
        }

    .price-item-three ul {
        box-shadow: 0 0 20px rgba(83, 80, 255, 0.06);
    }

/*sponsor-section Starts Here*/
.sponsor-slider {
    margin: 0 -1px;
    overflow: hidden;
}

.sponsor-thumb {
    padding: 0 15px;
    text-align: center;
    border-right: 1px dashed #dddcff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 575px) {
    .sponsor-thumb {
        border: none;
    }
}

.sponsor-thumb img {
    max-width: 100%;
}

/*testimonial-section Starts Here*/
.testimonial-section {
    background: #f8f8f8;
}

    .testimonial-section .section-header {
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px);
    }

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

    .testimonial-slider .testimonial-shapes .testimonial-shape-thumb {
        position: absolute;
        width: 70px;
        height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        display: none;
        animation: pulseTwo 5s linear infinite;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

@media (min-width: 576px) {
    .testimonial-slider .testimonial-shapes .testimonial-shape-thumb {
        display: block;
    }
}

.testimonial-slider .testimonial-shapes .testimonial-shape-thumb img {
    width: 100%;
}

.testimonial-slider .testimonial-shapes .testimonial-shape-thumb:nth-child(1) {
    top: 40px;
    left: 90px;
}

.testimonial-slider .testimonial-shapes .testimonial-shape-thumb:nth-child(2) {
    bottom: 40px;
    left: 40px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.testimonial-slider .testimonial-shapes .testimonial-shape-thumb:nth-child(3) {
    top: 40px;
    right: 40px;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}

.testimonial-slider .testimonial-shapes .testimonial-shape-thumb:nth-child(4) {
    bottom: 40px;
    right: 90px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

@media (min-width: 576px) {
    .testimonial-slider {
        padding-bottom: 105px;
    }
}

.testimonial-slider p {
    margin-bottom: 0;
}

.testimonial-item {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

    .testimonial-item .testimonial-thumb {
        height: 70px;
        width: 70px;
        margin: 0 auto 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        display: block;
    }

@media (min-width: 576px) {
    .testimonial-item .testimonial-thumb {
        height: 139px;
        width: 139px;
    }
}

.testimonial-item .testimonial-thumb img {
    width: 100%;
}

.testimonial-item .testimonial-content .title {
    margin: 0;
}

    .testimonial-item .testimonial-content .title a {
        color: #0d112b;
    }

.testimonial-item .testimonial-content .info {
    text-transform: capitalize;
    font-weight: 600;
    font-style: italic;
    display: block;
    margin-bottom: 12px;
}

.testimonial-item .testimonial-content p {
    font-style: italic;
    font-weight: 600;
    margin-top: 0;
}

@media (min-width: 576px) {
    .testimonial-item .testimonial-content p {
        font-size: 24px;
        line-height: 36px;
    }
}

@keyframes pulseTwo {
    0% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }

    50% {
        -webkit-transform: scale(1.3) rotate(-5deg);
        -ms-transform: scale(1.3) rotate(-5deg);
        transform: scale(1.3) rotate(-5deg);
    }

    80% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }
}

@-moz-keyframes pulseTwo {
    0% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }

    50% {
        -webkit-transform: scale(1.3) rotate(-5deg);
        -ms-transform: scale(1.3) rotate(-5deg);
        transform: scale(1.3) rotate(-5deg);
    }

    80% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }
}

@-webkit-keyframes pulseTwo {
    0% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }

    50% {
        -webkit-transform: scale(1.3) rotate(-5deg);
        -ms-transform: scale(1.3) rotate(-5deg);
        transform: scale(1.3) rotate(-5deg);
    }

    80% {
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(0.8) rotate(15deg);
        -ms-transform: scale(0.8) rotate(15deg);
        transform: scale(0.8) rotate(15deg);
    }
}
/*case-section Starts Here*/
ul.filter {
    justify-content: center;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    ul.filter {
        margin-bottom: 50px;
    }
}

ul.filter li {
    padding: 7px 15px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 575px) {
    ul.filter li {
        font-size: 14px;
    }
}

ul.filter li:hover {
    color: #5350ff;
    border-color: #5350ff;
}

ul.filter li.active {
    border-color: #5350ff;
    background: #5350ff;
    color: #ffffff;
}

.project-area {
    margin: -15px;
}

    .project-area .project-item {
        width: 100%;
        padding: 15px;
    }

@media (min-width: 768px) {
    .project-area .project-item {
        width: 50%;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .project-area .project-item {
        width: 33.33%;
    }
}

.project-item .project-inner .project-thumb {
    overflow: hidden;
}

    .project-item .project-inner .project-thumb a {
        display: block;
    }

    .project-item .project-inner .project-thumb img {
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        width: 100%;
    }

.project-item .project-inner .project-content {
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    padding: 15px 20px;
    box-shadow: 0 0 15px rgba(83, 80, 255, 0.2);
}

@media screen and (min-width: 400px) {
    .project-item .project-inner .project-content {
        padding: 18px 30px;
    }
}

.project-item .project-inner .project-content .title {
    font-size: 18px;
}

@media (min-width: 576px) {
    .project-item .project-inner .project-content .title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .project-item .project-inner .project-content .title {
        font-size: 24px;
    }
}

.project-item .project-inner:hover .project-thumb img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.project-item .project-inner:hover .project-content {
    background: #5350ff;
}

    .project-item .project-inner:hover .project-content .title {
        animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
        -webkit-animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
        -moz-animation: fadeInDown 0.45s cubic-bezier(0.89, 0.05, 0, 0.54);
    }

        .project-item .project-inner:hover .project-content .title a {
            color: #ffffff;
        }

/*overview-section starts here*/
@media (max-width: 991px) {
    .overview-one-content {
        margin-top: -50px;
    }
}

@media (max-width: 575px) {
    .overview-one-content {
        margin-top: -60px;
    }
}

@media (min-width: 992px) {
    .overview-one-content {
        max-width: 555px;
        margin-left: auto;
    }
}

.overview-one-content .title {
    margin-bottom: 15px;
    text-transform: capitalize;
}

@media (min-width: 576px) {
    .overview-one-content .title {
        margin-bottom: 25px;
    }
}

.overview-one-content p {
    margin-bottom: 13px;
}

    .overview-one-content p:last-child {
        margin-bottom: -8px;
    }

.overview-one-thumb img {
    width: 100%;
}

/*overview-two-content Starts Here*/
.overview-two-content {
    max-width: 600px;
}

@media (min-width: 1200px) {
    .overview-two-content {
        margin-left: 55px;
    }
}

.overview-two-content .overview-header-area {
    max-width: 550px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .overview-two-content .overview-header-area {
        margin-bottom: 48px;
    }
}

.overview-two-content .overview-header-area .title {
    text-transform: capitalize;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .overview-two-content .overview-header-area .title {
        margin-bottom: 30px;
    }
}

.overview-item-area {
    margin: 0 -10px -30px;
}

@media (min-width: 576px) {
    .overview-item-area {
        margin-bottom: -50px;
    }
}

.overview-item-area .overview-item-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 35px;
}

@media (min-width: 576px) {
    .overview-item-area .overview-item-item {
        width: 50%;
        margin-bottom: 50px;
    }
}

.overview-item-area .overview-item-item .sub-title {
    text-transform: capitalize;
}

.overview-two-thumb {
    position: relative;
    min-height: 400px;
}

    .overview-two-thumb img {
        width: 100%;
    }

    .overview-two-thumb::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #5350ff;
        opacity: 0.839;
    }

.overview-play-item {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 60px;
    align-items: center;
}

    .overview-play-item * {
        color: #ffffff;
        margin: 0;
    }

    .overview-play-item .o-play-content {
        padding-left: 30px;
        width: calc(100% - 75px);
    }

        .overview-play-item .o-play-content .sub-title {
            text-transform: capitalize;
        }

            .overview-play-item .o-play-content .sub-title a {
                color: #ffffff;
            }

    .overview-play-item .o-play-thumb {
        width: 75px;
        height: 75px;
        position: relative;
    }

        .overview-play-item .o-play-thumb .video-button {
            width: 100%;
            height: 100%;
            background: #ffffff;
        }

            .overview-play-item .o-play-thumb .video-button i {
                line-height: 75px;
                color: #5350ff;
            }

            .overview-play-item .o-play-thumb .video-button::after, .overview-play-item .o-play-thumb .video-button::before {
                background: #ffffff;
            }

@media screen and (max-width: 575px) and (max-width: 450px) {
    .overview-play-item {
        padding: 60px 15px;
        text-align: center;
    }

        .overview-play-item .o-play-content {
            width: calc(100%);
            padding: 0;
        }

        .overview-play-item .o-play-thumb {
            margin: 0 auto 20px;
        }
}

/*hero-area*/
.hero-area {
    position: relative;
    padding: 100px 0;
}

@media (min-width: 576px) {
    .hero-area {
        padding: 120px 0;
    }
}

@media (min-width: 768px) {
    .hero-area {
        padding: 135px 0;
    }
}

.hero-area .title {
    font-size: 30px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: -3px !important;
}

@media (min-width: 576px) {
    .hero-area .title {
        font-size: 50px;
        margin-top: -7px !important;
    }
}

.hero-area * {
    position: relative;
    z-index: 1;
}

.hero-area::before {
    width: 100%;
    height: 100%;
    background: rgba(83, 80, 255, 0.949);
}

.breadcrumb-section {
    background-color: #f2f7fd;
}

.breadcrumb {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

    .breadcrumb li {
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        color: #0d112b;
    }

        .breadcrumb li a {
            color: #0d112b;
            margin-right: 5px;
        }

            .breadcrumb li a:hover {
                color: #5350ff;
            }

            .breadcrumb li a::after {
                content: "-";
                margin-left: 5px;
                color: #0d112b;
            }

        .breadcrumb li:first-child::before {
            content: "\f11c";
            font-family: Flaticon;
            font-weight: 600;
            color: #5350ff;
        }

/*feature-section Starts*/
.feature-section-wrapper {
    justify-content: space-between;
    align-items: center;
}

.feature-item {
    margin-bottom: 40px;
    width: 100%;
}

    .feature-item .icon {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        background: #5350ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .feature-item .icon i {
            color: #ffffff;
        }

    .feature-item .title {
        text-transform: capitalize;
    }

    .feature-item .feature-content {
        width: calc(100% - 60px);
        padding-left: 20px;
    }

        .feature-item .feature-content .title {
            margin-top: -6px;
        }

@media (max-width: 767px) {
    .feature-item .feature-content {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .feature-item .icon {
        margin: 0 auto 25px;
    }
}

.feature-area {
    width: 100%;
    margin-bottom: -50px;
}

@media (min-width: 992px) {
    .feature-area {
        width: calc(33.33% - 15px);
    }
}

@media (min-width: 992px) {
    .feature-area {
        margin-bottom: -100px;
    }

        .feature-area .feature-item {
            margin-bottom: 100px;
        }
}

.feature-area:nth-of-type(3n + 2) {
    margin-bottom: 0;
    text-align: center;
}

    .feature-area:nth-of-type(3n + 2) img {
        max-width: 100%;
    }

@media (max-width: 575px) {
    .feature-area:nth-of-type(3n + 2) {
        margin: 40px 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .feature-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .feature-area .feature-item {
            width: calc(50% - 15px);
        }

        .feature-area:nth-of-type(3n + 2) {
            justify-content: center;
            margin: 50px 0;
        }
}

.feature-area.style-two {
    margin-top: 50px;
    margin-bottom: -30px;
    justify-content: space-between;
}

    .feature-area.style-two .feature-item {
        margin-bottom: 30px;
        align-items: flex-start;
    }

        .feature-area.style-two .feature-item .feature-content .title {
            margin-bottom: 18px;
        }

@media (min-width: 768px) and (max-width: 991px) {
    .feature-area.style-two .feature-item .feature-content {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .feature-area.style-two .feature-item .icon {
        margin: 0 auto 15px;
    }
}

@media (min-width: 768px) {
    .feature-area.style-two .feature-item {
        width: calc(33.33% - 15px);
    }
}

@media (min-width: 768px) {
    .feature-area.style-two {
        margin-bottom: -40px;
        margin-top: 60px;
    }

        .feature-area.style-two .feature-item {
            margin-bottom: 40px;
        }
}

/*step-section Starts*/
.step-item {
    margin-bottom: 30px;
}

    .step-item .step-thumb {
        overflow: hidden;
    }

        .step-item .step-thumb a {
            display: block;
        }

        .step-item .step-thumb img {
            width: 100%;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            transition: all ease 0.3s;
        }

    .step-item .step-content {
        box-shadow: 0 0 15px rgba(83, 80, 255, 0.1);
    }

        .step-item .step-content .step {
            width: 108px;
            height: 108px;
            background: #5350ff;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    .step-item .step-content .step {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 380px) {
    .step-item .step-content .step {
        width: 80px;
        height: 80px;
    }
}

.step-item .step-content .content {
    padding-left: 30px;
    width: calc(100% - 108px);
}

    .step-item .step-content .content .sub-title {
        margin: 0;
        text-transform: capitalize;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .step-item .step-content .content {
        width: calc(100% - 80px);
    }

        .step-item .step-content .content .sub-title {
            font-size: 20px;
        }
}

@media screen and (max-width: 380px) {
    .step-item .step-content .content {
        width: calc(100% - 80px);
    }
}

.step-item:hover .step-thumb img {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
}

/*non-masking-sms-section-overview Starts*/
.overview-three-content .title,
.overview-non-masking-left .title {
    text-transform: capitalize;
    margin-bottom: 27px;
}

.overview-three-content p.header-para,
.overview-non-masking-left p.header-para {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 32px;
}

@media (max-width: 575px) {
    .overview-three-content p,
    .overview-non-masking-left p {
        margin-bottom: 14px;
    }

        .overview-three-content p.header-para,
        .overview-non-masking-left p.header-para {
            margin-bottom: 28px;
        }
}

@media (min-width: 992px) {
    .overview-three-content,
    .overview-non-masking-left {
        padding-left: 15px;
        max-width: 570px;
        margin-left: auto;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .overview-three-content,
    .overview-non-masking-left {
        margin-top: -30px;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .overview-three-content,
    .overview-non-masking-left {
        margin-top: -35px;
    }
}

.non-m-video-section {
    padding: 150px 0;
    position: relative;
}

    .non-m-video-section .video-button {
        background: #ffffff;
    }

        .non-m-video-section .video-button::after, .non-m-video-section .video-button::before {
            background: #ffffff;
        }

        .non-m-video-section .video-button i[class*="flaticon"] {
            color: #5350ff;
        }

    .non-m-video-section::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(83, 80, 255, 0.851);
    }

.bg-f8 {
    background-color: #f8f8f8;
}

@media (min-width: 992px) {
    .non-masking-sms-section-overview.style-two .overview-non-masking-left {
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .non-masking-sms-section-overview.style-two .overview-non-masking-left {
        margin-left: 80px;
    }
}

.non-masking-sms-section-overview .overview-non-masking-left p:last-child {
    margin-bottom: -8px;
}

/* benifit-section Start*/
.benifit-section .benifit-left {
    max-width: 730px;
}

@media (min-width: 1400px) {
    .benifit-section .benifit-left {
        margin-left: auto;
    }
}

.benifit-section .benifit-left .cate {
    text-transform: uppercase;
    display: block;
    color: #5350ff;
    font-size: 16px;
    margin-top: -9px;
    margin-bottom: 16px;
}

.benifit-section .benifit-left .title {
    text-transform: capitalize;
    margin-bottom: 25px;
    max-width: 620px;
}

.benifit-section .benifit-left > p {
    max-width: 570px;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .benifit-section .benifit-left > p {
        margin-bottom: 32px;
    }
}

.benifit-section .benifit-left .benifit-bottom {
    justify-content: space-between;
    margin-bottom: -40px;
}

    .benifit-section .benifit-left .benifit-bottom .feature-item {
        margin-bottom: 40px;
    }

@media (min-width: 576px) {
    .benifit-section .benifit-left .benifit-bottom .feature-item {
        width: calc(50% - 15px);
    }
}

.benifit-thumb img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .mw-xxl-100 {
        max-width: 100%;
    }
}

/*get-service-section Starts Here*/
.service-form {
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .service-form {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .service-form {
        margin-bottom: -30px;
    }
}

.service-form .form-group {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .service-form .form-group {
        width: calc(50% - 15px);
    }
}

.service-form .form-group input, .service-form .form-group .select-bar {
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #efefef;
    background: #ffffff;
    width: 100%;
}

    .service-form .form-group input span, .service-form .form-group .select-bar span {
        line-height: 50px;
    }

.service-form .form-group .list {
    left: 0 !important;
    top: 100%;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}

.service-form .form-group textarea {
    background: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 115px;
    display: block;
}

.service-form .form-group input[type="submit"] {
    background: #5350ff;
    color: #ffffff;
    width: auto;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0 40px;
    letter-spacing: 2px;
}

.chekgroup {
    margin-bottom: -8px;
}

    .chekgroup .form-group {
        margin: 0;
        align-items: center;
    }

        .chekgroup .form-group input {
            width: 10px;
            height: 10px;
            position: relative;
        }

            .chekgroup .form-group input::after {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: #e5e5e5;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

            .chekgroup .form-group input[type="radio"]:checked::after {
                background: #5350ff;
            }

        .chekgroup .form-group label {
            width: calc(100% - 15px);
            padding-left: 5px;
            margin: 0;
        }

h4.title {
    text-transform: capitalize;
}

.cate {
    text-transform: uppercase;
    display: block;
    color: #5350ff;
    font-size: 16px;
    margin-top: -9px;
    margin-bottom: 16px;
}

.location-based .thumb img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .location-based .thumb {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .location-based .thumb {
        margin-bottom: 30px;
    }
}

/*overview-three-section Starts*/
@media (min-width: 992px) {
    .overview-three-content {
        margin-left: 30px;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .overview-three-content {
        margin-left: 80px;
    }
}

@media (max-width: 991px) {
    .overview-three-content {
        margin: 0 !important;
    }
}

/* location-based-left Start */
.location-based-left .title {
    text-transform: capitalize;
    margin-bottom: 18px;
}

@media (min-width: 992px) {
    .location-based-left .title {
        margin-top: -14px;
    }
}

.location-based-left .sub-title {
    color: #555555;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 33px;
}

@media (max-width: 575px) {
    .location-based-left .sub-title {
        margin-bottom: 29px;
    }
}

.l-b-thumb {
    margin-bottom: 36px;
}

    .l-b-thumb img {
        width: 100%;
    }

@media (min-width: 576px) {
    .l-b-thumb {
        margin-bottom: 40px;
    }
}

@media (min-width: 576px) and (min-width: 992px) {
    .l-b-thumb {
        margin-bottom: 0;
    }
}

/*process-service*/
.service-pro-area {
    margin: 0 auto -37px;
    max-width: 820px;
    justify-content: center;
}

@media (min-width: 576px) {
    .service-pro-area {
        justify-content: space-between;
        margin-bottom: -38px;
    }
}

.service-pro-item {
    margin-bottom: 30px;
    width: 33.33%;
}

    .service-pro-item .service-pro-thumb {
        width: 130px;
        height: 130px;
        padding: 15px;
        justify-content: center;
        align-items: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px dashed #5350ff;
        background-color: #f8f8f8;
        margin: 0 auto 30px;
        position: relative;
    }

        .service-pro-item .service-pro-thumb img {
            max-width: 100%;
        }

        .service-pro-item .service-pro-thumb::before {
            width: 160px;
            height: 130px;
            left: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url(../images/service/service-shape01.png) no-repeat center left;
            background-size: contain;
        }

@media (max-width: 575px) {
    .service-pro-item .service-pro-thumb::before {
        display: none;
    }
}

.service-pro-item .service-pro-content {
    text-align: center;
    text-transform: capitalize;
}

    .service-pro-item .service-pro-content .title {
        margin-bottom: 0;
    }

@media (max-width: 575px) {
    .service-pro-item {
        width: 100%;
    }
}

.service-pro-item:nth-child(even) .service-pro-thumb::before {
    background-image: url(../images/service/service-shape02.png);
}

.service-pro-item:last-child .service-pro-thumb::before {
    display: none;
}

ul.bullet-list {
    margin-bottom: 21px;
}

@media (min-width: 576px) {
    ul.bullet-list {
        margin-bottom: 26px;
    }
}

ul.bullet-list li {
    padding: 0;
    line-height: 35px;
}

    ul.bullet-list li::before {
        content: "\f111";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 10px;
        margin-right: 5px;
        color: #5350ff;
        display: inline-block;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

ul.bullet-list:last-child {
    margin-bottom: -13px;
}

/*voice-message-section*/
.voice-thumb {
    text-align: center;
    margin-bottom: 36px;
}

@media (min-width: 576px) {
    .voice-thumb {
        margin-bottom: 40px;
    }
}

@media (min-width: 576px) and (min-width: 992px) {
    .voice-thumb {
        margin-bottom: 0;
    }
}

.voice-thumb img {
    max-width: 100%;
}

.voice-content .title {
    text-transform: capitalize;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .voice-content .title {
        margin-bottom: 26px;
    }
}

@media (min-width: 992px) {
    .voice-content .title {
        margin-top: -11px;
    }
}

.voice-content p {
    margin-bottom: 27px;
}

@media (min-width: 576px) {
    .voice-content p {
        margin-bottom: 32px;
    }
}

.voice-content p:last-child {
    margin-bottom: -8px;
}

.feature-two-area {
    margin-top: 95px;
    margin-bottom: -60px;
}

@media (max-width: 767px) {
    .feature-two-area {
        margin-top: 80px;
    }
}

.feature-item-two {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 0 30px 30px;
    margin-bottom: 60px;
}

    .feature-item-two .icon {
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 28px;
        background: #5350ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 auto;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

        .feature-item-two .icon i {
            color: #ffffff;
        }

.video-button-area {
    position: relative;
    width: 100px;
    height: 70px;
}

.feature-item-three {
    padding: 60px 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

@media screen and (max-width: 380px) {
    .feature-item-three {
        padding: 30px 15px;
    }
}

.feature-item-three i {
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
}

.feature-item-three .title {
    text-transform: capitalize;
}

.overview-thumb {
    margin-bottom: 36px;
}

    .overview-thumb img {
        max-width: 100%;
    }

@media (min-width: 576px) {
    .overview-thumb {
        margin-bottom: 40px;
    }
}

@media (min-width: 576px) and (min-width: 992px) {
    .overview-thumb {
        margin-bottom: 0;
    }
}

.overview-four-content {
    max-width: 570px;
}

    .overview-four-content .title {
        text-transform: capitalize;
        text-transform: capitalize;
        margin-bottom: 25px;
    }

@media (min-width: 576px) {
    .overview-four-content .title {
        margin-bottom: 26px;
    }
}

@media (min-width: 992px) {
    .overview-four-content .title {
        margin-top: -14px;
    }
}

.overview-four-content p {
    margin-bottom: 14px;
}

@media (min-width: 576px) {
    .overview-four-content p {
        margin-bottom: 20px;
    }
}

.overview-four-content p:last-child {
    margin-bottom: -8px;
}

.overview-four-content.sp-align p {
    margin-bottom: 22px;
}

@media (min-width: 576px) {
    .overview-four-content.sp-align p {
        margin-bottom: 32px;
    }
}

.overview-four-content.sp-align p:last-child {
    margin-bottom: -8px;
}

/*email-section Starts*/
.email-topper-area {
    margin-bottom: 40px;
}

    .email-topper-area .title {
        text-transform: capitalize;
        margin-bottom: 16px;
    }

@media (min-width: 992px) {
    .email-topper-area .title {
        margin-top: -11px;
    }
}

.email-topper-area .cate {
    margin-bottom: 31px;
}

.email-topper-area .bullet-list li {
    width: 250px;
}

    .email-topper-area .bullet-list li:nth-child(even) {
        width: calc(100% - 250px);
    }

@media (max-width: 575px) {
    .email-topper-area .bullet-list li {
        width: 100% !important;
    }
}

.e-thumb {
    margin-bottom: 40px;
}

    .e-thumb img {
        width: 100%;
    }

.e-bottom-para {
    margin-bottom: 42px;
}

@media (min-width: 576px) {
    .e-bottom-para {
        margin-bottom: 52px;
    }
}

.email-tab {
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .email-tab {
        margin-bottom: 60px;
    }
}

.email-tab .tab-menu {
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

@media (min-width: 576px) {
    .email-tab .tab-menu {
        margin-bottom: 45px;
    }
}

.email-tab .tab-menu li {
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

    .email-tab .tab-menu li.active {
        background: #5350ff;
        color: #ffffff;
    }

@media (min-width: 768px) {
    .email-tab .bullet-list {
        display: flex;
        flex-wrap: wrap;
    }

        .email-tab .bullet-list li {
            width: 50%;
        }
}

.email-tab .bullet-list.style-two li {
    display: flex;
    align-items: flex-start;
}

    .email-tab .bullet-list.style-two li::before {
        content: "\f107";
        color: #ffffff;
        background: #5350ff;
        width: 12px;
        height: 12px;
        line-height: 12px;
        text-align: center;
        display: inline-block;
        margin-top: 12px;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }

@media (min-width: 768px) {
    .email-tab .bullet-list.style-two li {
        width: 250px;
    }
}

.email-tab .bullet-list.style-two li:nth-child(even) {
    width: calc(100% - 250px);
}

@media (max-width: 575px) {
    .email-tab .bullet-list.style-two li {
        width: 100% !important;
    }
}

/*faq-section Starts*/
.faq-section-title {
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .faq-section-title {
        margin-bottom: 25px;
    }
}

.faq-wrapper {
    margin-bottom: -20px;
}

    .faq-wrapper .faq-item .faq-title {
        padding: 10px 15px;
        margin-bottom: 20px;
        box-shadow: 0 10px 20px rgba(83, 80, 255, 0.05);
        position: relative;
        border: 1px solid #e5e5e5;
        cursor: pointer;
    }

        .faq-wrapper .faq-item .faq-title .title {
            margin: 0;
            font-size: 16px;
            text-transform: capitalize;
            width: calc(100% - 40px);
        }

    .faq-wrapper .faq-item .faq-content {
        padding: 10px 0 40px;
        display: none;
    }

        .faq-wrapper .faq-item .faq-content p {
            max-width: 715px;
        }

    .faq-wrapper .faq-item.active .faq-content {
        display: block;
    }

    .faq-wrapper .faq-item:last-child .faq-content {
        padding-bottom: 20px;
    }

    .faq-wrapper .faq-item .right-icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
            position: absolute;
            content: '';
            background: #0d112b;
            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-wrapper .faq-item .right-icon::before {
            width: 2px;
            height: 20px;
        }

        .faq-wrapper .faq-item .right-icon::after {
            width: 20px;
            height: 2px;
        }

    .faq-wrapper .faq-item.open .right-icon::before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }

.faq-area .main-title {
    text-transform: capitalize;
    margin-right: -12px;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .faq-area .main-title {
        margin-top: -14px;
    }
}

@media (min-width: 768px) {
    .faq-area .main-title:first-child {
        margin-top: -9px;
    }
}

@media (min-width: 768px) {
    .faq-area .main-title {
        margin-bottom: 25px;
    }
}

.faq-area .faq-wrapper {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .faq-area .faq-wrapper {
        margin-bottom: 60px;
    }
}

.faq-area .faq-wrapper:last-child {
    margin-bottom: -20px;
}

/*case-section Starts*/
.case-item {
    margin-bottom: 30px;
}

    .case-item .case-thumb {
        overflow: hidden;
    }

        .case-item .case-thumb a {
            display: block;
        }

            .case-item .case-thumb a img {
                width: 100%;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                transition: all ease 0.3s;
            }

    .case-item .case-content {
        padding: 30px;
        box-shadow: 0 0 15px rgba(83, 80, 255, 0.1);
    }

@media (min-width: 576px) {
    .case-item .case-content {
        padding: 35px 30px 30px;
    }
}

@media screen and (max-width: 399px) {
    .case-item .case-content {
        padding: 30px 15px;
    }
}

.case-item:hover .case-thumb a img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.case-item:hover .case-content .title a {
    color: #5350ff;
}

/*case-details Start*/
.case-details-content .title {
    margin-top: 26px;
    margin-bottom: 29px;
}

    .case-details-content .title:first-child {
        margin-top: -10px;
    }

.case-details-content p {
    margin-bottom: 32px;
}

    .case-details-content p:last-child {
        margin-bottom: -8px;
    }

.case-details-content .case-analysis {
    margin-bottom: 40px;
}

    .case-details-content .case-analysis img {
        width: 100%;
    }

.case-details-content .case-details-mini-area {
    margin-bottom: 35px;
    justify-content: space-between;
}

    .case-details-content .case-details-mini-area .thumb,
    .case-details-content .case-details-mini-area .content {
        width: calc(50% - 15px);
    }

        .case-details-content .case-details-mini-area .thumb img,
        .case-details-content .case-details-mini-area .content img {
            width: 100%;
        }

@media (max-width: 767px) {
    .case-details-content .case-details-mini-area .thumb, .case-details-content .case-details-mini-area .content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .case-details-content .case-details-mini-area .thumb {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .case-details-content .title {
        margin-bottom: 27px;
    }

        .case-details-content .title:first-child {
            margin-top: -12px;
        }

    .case-details-content p {
        margin-bottom: 27px;
    }

    .case-details-content .case-details-mini-area .thumb {
        margin-bottom: 35px;
    }

    .case-details-content .case-analysis {
        margin-bottom: 35px;
    }
}

.bg-f3 {
    background-color: #f5f3f3;
}

    .bg-f3.sponsor-section {
        background: #fafafa;
    }

.mb-40-none {
    margin-bottom: -40px;
}

.video-wrapper {
    min-height: 350px;
    position: relative;
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    .video-wrapper {
        margin-bottom: 25px;
    }
}

.video-wrapper::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.77);
}

@media (min-width: 768px) {
    .video-wrapper {
        min-height: 605px;
    }
}

.video-wrapper .video-button {
    background: #ffffff;
}

    .video-wrapper .video-button::after, .video-wrapper .video-button::before {
        background: #ffffff;
    }

    .video-wrapper .video-button i[class*="flaticon"] {
        color: #5350ff;
    }

.video-content .title {
    text-transform: capitalize;
    margin-bottom: 24px;
}

@media (max-width: 575px) {
    .video-content .title {
        margin-bottom: 22px;
    }
}

/*reseller-section*/
.reseller-item {
    margin-bottom: 30px;
    padding: 40px 20px;
    box-shadow: 0px 0px 36px 4px rgba(9, 107, 216, 0.1);
}

@media screen and (min-width: 380px) and (max-width: 767px) {
    .reseller-item {
        padding: 60px 15px;
    }
}

.reseller-item .reseller-thumb {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    margin: 0 auto 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #5350ff;
}

    .reseller-item .reseller-thumb i[class*="flaticon"] {
        color: #ffffff;
    }

@media (min-width: 576px) {
    .reseller-item .reseller-thumb {
        margin-bottom: 30px;
    }
}

.reseller-item .title {
    text-transform: capitalize;
}

@media (min-width: 992px) {
    .reseller-about-content {
        max-width: 450px;
        margin-left: auto;
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .reseller-about-content {
        max-width: 540px;
        margin-left: auto;
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .reseller-about-content .title {
        margin-top: -11px;
    }
}

.reseller-about-content .title {
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .reseller-about-content .title {
        margin-bottom: 26px;
    }
}

.reseller-about-thumb {
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .reseller-about-thumb {
        margin-bottom: 33px;
    }
}

@media (min-width: 992px) {
    .reseller-about-thumb {
        margin-bottom: 0;
    }
}

.reseller-about-thumb img {
    max-width: 100%;
}

.bg-fc {
    background-color: #fcfcfc;
}

.operator-item {
    padding: 30px;
    text-align: center;
    box-shadow: 0px 0px 19px 1px rgba(83, 80, 255, 0.1);
    margin-bottom: 30px;
}

    .operator-item .operator-thumb {
        max-width: 150px;
        margin: 0 auto 30px;
    }

        .operator-item .operator-thumb img {
            max-width: 100%;
        }

    .operator-item .title {
        word-break: break-all;
        margin-bottom: -8px;
    }

/*privacy-section*/
.privacy-content .title {
    margin-bottom: 29px;
    text-transform: capitalize;
    margin-top: 26px;
}

    .privacy-content .title:first-child {
        margin-top: -10px;
    }

.privacy-content p {
    margin-bottom: 18px;
}

    .privacy-content p:last-child {
        margin-bottom: -8px;
    }

@media (max-width: 575px) {
    .privacy-content .title {
        margin-bottom: 27px;
        margin-top: 30px;
    }

        .privacy-content .title:first-child {
            margin-top: -12px;
        }

    .privacy-content p {
        margin-bottom: 13px;
    }
}

.privacy-sidebar-content {
    position: sticky;
    top: 124px;
}

    .privacy-sidebar-content .title {
        text-transform: capitalize;
        margin-bottom: 10px;
    }

@media (min-width: 992px) {
    .privacy-sidebar-content .title:first-child {
        margin-top: -8px;
    }
}

.privacy-sidebar-content ul {
    margin-bottom: 40px;
}

    .privacy-sidebar-content ul li a {
        padding: 0;
        color: #565b73;
        text-transform: capitalize;
    }

        .privacy-sidebar-content ul li a:hover {
            color: #5350ff;
            padding-left: 3px;
        }

        .privacy-sidebar-content ul li a::before {
            content: "\f0da";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 14px;
            margin-right: 3px;
        }

        .privacy-sidebar-content ul li a.active {
            color: #5350ff;
            padding-left: 3px;
        }

@media (max-width: 767px) {
    .privacy-sidebar-content ul {
        margin-bottom: 30px;
    }
}

.privacy-sidebar-content ul:last-child {
    margin-bottom: -15px;
}

@media (max-width: 767px) {
    .privacy-sidebar-content {
        margin-bottom: 50px;
    }
}

.pos-rel {
    position: relative !important;
}

/*country-coverage-section starts*/
#vmap {
    height: 320px;
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    #vmap {
        height: 240px;
    }
}

#vmap .name {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

#vmap .area {
    font-size: 14px;
    margin: 0;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    display: none;
}

div[class*="position"] {
    position: absolute;
}

    div[class*="position"] .dot {
        position: relative;
        z-index: 1;
        width: 14px;
        height: 14px;
        box-shadow: 0 0 10px rgba(83, 80, 255, 0.4);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: block;
        cursor: pointer;
        background: #5350ff;
        animation: pulseOne 5s linear infinite;
        -webkit-animation: pulseOne 5s linear infinite;
        -moz-animation: pulseOne 5s linear infinite;
        border: 2px solid #ffffff;
    }

    div[class*="position"] .details {
        position: relative;
        z-index: 9;
        padding: 5px 10px;
        background-color: #363636;
        margin-top: 8px;
        opacity: 0;
        visibility: hidden;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    div[class*="position"] .dot:hover ~ .details {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    div[class*="position"] .details .name {
        color: #ffffff;
    }

    div[class*="position"] .details .area {
        color: #f1f2f4;
    }

.active-item .amount {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 52px;
    color: var(--main-color);
}

.position-1 {
    top: 20%;
    left: 31%;
}

.position-2 {
    top: 35%;
    left: 30%;
}

.position-3 {
    top: 28%;
    left: 37%;
}

.position-4 {
    top: 63%;
    left: 39%;
}

.position-5 {
    top: 16%;
    left: 68%;
}

.position-6 {
    top: 22%;
    left: 62%;
}

.position-7 {
    top: 27%;
    left: 55%;
}

.position-8 {
    top: 39%;
    left: 64%;
}

.active-user-section .cmn-btn {
    margin-top: 45px;
    padding: 18px 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.country-item {
    background: #fafafa;
    padding: 45px 35px;
    border: 1px solid #e5ebfe;
    margin-bottom: 30px;
}

    .country-item .title {
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .country-item ol {
        margin: 0;
        text-transform: capitalize;
        padding: 0;
        padding-left: 25px;
        margin-bottom: -12px;
    }

        .country-item ol li {
            padding: 4px 0;
        }

/*account-section Starts*/
.account-wrapper {
    max-width: 790px;
    margin: 0 auto;
}

    .account-wrapper::before {
        -webkit-border-radius: 0 0 0 120px;
        -moz-border-radius: 0 0 0 120px;
        border-radius: 0 0 0 120px;
        background: #5350ff;
        width: 90%;
        height: calc(100% + 60px);
        left: 0;
        bottom: -60px;
        max-width: 555px;
    }

@media (max-width: 767px) {
    .account-wrapper::before {
        display: none;
    }
}

.account-wrapper .account-area {
    box-shadow: 0px 0px 36px 4px rgba(83, 80, 255, 0.1);
    margin-bottom: 60px;
    margin-left: 60px;
    padding: 60px;
    background: #ffffff;
    z-index: 1;
}

@media (max-width: 767px) {
    .account-wrapper .account-area {
        padding: 50px 30px;
        margin: 0;
        border-left: 2px solid #5350ff;
        border-bottom: 2px solid #5350ff;
    }
}

@media (max-width: 767px) and (max-width: 575px) {
    .account-wrapper .account-area {
        padding: 40px 15px;
    }
}

.account-wrapper .account-title {
    text-transform: capitalize;
    margin-top: -12px;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .account-wrapper .account-title {
        margin-top: -14px;
        margin-bottom: 25px;
    }
}

.contact-form .form-group,
.sign-up-form .form-group,
.sign-in-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .contact-form .form-group input,
    .sign-up-form .form-group input,
    .sign-in-form .form-group input {
        height: 50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-color: white;
        box-shadow: 0px 0px 9px 1px rgba(83, 80, 255, 0.1);
        padding-left: 20px;
        border: none;
    }

        .contact-form .form-group input::placeholder,
        .sign-up-form .form-group input::placeholder,
        .sign-in-form .form-group input::placeholder {
            color: #565b73;
        }

        .contact-form .form-group input[type="submit"],
        .sign-up-form .form-group input[type="submit"],
        .sign-in-form .form-group input[type="submit"] {
            background: #5350ff;
        }

    .contact-form .form-group textarea,
    .sign-up-form .form-group textarea,
    .sign-in-form .form-group textarea {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-color: white;
        box-shadow: 0px 0px 9px 1px rgba(83, 80, 255, 0.1);
        padding: 20px;
        border: none;
        height: 130px;
        display: block;
    }

    .contact-form .form-group .view-pass,
    .sign-up-form .form-group .view-pass,
    .sign-in-form .form-group .view-pass {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        -webkit-border-radius: 0 25px 25px 0;
        -moz-border-radius: 0 25px 25px 0;
        border-radius: 0 25px 25px 0;
        border: none;
        display: block;
        line-height: 50px;
        cursor: pointer;
    }

.forget-pass-group {
    margin-bottom: -25px;
    font-size: 16px;
}

    .forget-pass-group > * {
        margin-bottom: 25px;
    }

    .forget-pass-group a {
        color: #5350ff;
    }

.sign-up-form {
    justify-content: space-between;
}

    .sign-up-form label {
        margin-bottom: 13px;
    }

    .sign-up-form .form-group {
        width: 100%;
        min-height: 50px;
    }

@media (min-width: 576px) {
    .sign-up-form .form-group {
        width: calc(50% - 15px);
    }
}

.sign-up-form .form-group .select-bar {
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0px 0px 9px 1px rgba(83, 80, 255, 0.1);
}

    .sign-up-form .form-group .select-bar span {
        line-height: 50px;
    }

    .sign-up-form .form-group .select-bar .list {
        width: 100%;
        max-height: 150px;
        overflow-y: scroll;
    }

.sign-up-form .form-group .nice-select:after {
    right: 27px;
}

.sign-up-form .form-group.checkgroup {
    min-height: 0;
}

    .sign-up-form .form-group.checkgroup input {
        width: 20px;
        height: 0;
        position: relative;
    }

        .sign-up-form .form-group.checkgroup input::before {
            width: 12px;
            height: 12px;
            background: #e5e5e5;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            left: 0;
            top: 9px;
        }

        .sign-up-form .form-group.checkgroup input:checked::before {
            background: #5350ff;
        }

    .sign-up-form .form-group.checkgroup label {
        width: auto;
        max-width: calc(100% - 20px);
        margin: 0;
    }

@media screen and (min-width: 1400px) {
    .bg_xxl_contain {
        background-size: contain;
    }
}

/*contact-section Starts Here*/
@media (max-width: 1199px) {
    .account-section {
        background-image: none !important;
        background-color: #ebebeb;
    }
}

.contact-form .form-group input[type="radio"] {
    width: 20px;
    height: 0;
    position: relative;
}

    .contact-form .form-group input[type="radio"]::before {
        width: 12px;
        height: 12px;
        background: #e5e5e5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        left: 0;
        top: 9px;
    }

    .contact-form .form-group input[type="radio"]:checked::before {
        background: #5350ff;
    }

.contact-form .form-group.radio-group p {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .contact-form .form-group.radio-group p {
        font-size: 15px;
        line-height: 20px;
    }
}

.contact-form .form-group.radio-group .radio-item {
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
}

    .contact-form .form-group.radio-group .radio-item:last-child {
        margin-right: 0;
    }

    .contact-form .form-group.radio-group .radio-item label {
        margin: 0;
    }

.contact-item {
    box-shadow: 0px 0px 19px 1px rgba(83, 80, 255, 0.1);
    padding: 60px 20px;
    text-align: center;
    margin-bottom: 30px;
    background: #ffffff;
}

    .contact-item .contact-thumb {
        max-width: 60px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 29px;
    }

        .contact-item .contact-thumb img {
            max-width: 100%;
        }

        .contact-item .contact-thumb i {
            font-size: 50px;
        }

    .contact-item .contact-content .title {
        margin-bottom: 9px;
    }

    .contact-item .contact-content ul {
        margin-bottom: -9px;
    }

        .contact-item .contact-content ul li {
            padding: 1px 0;
        }

            .contact-item .contact-content ul li a {
                color: #565b73;
            }

                .contact-item .contact-content ul li a:hover {
                    color: #5350ff;
                }

@media (max-width: 575px) {
    .contact-item {
        padding: 40px 15px;
    }

        .contact-item .contact-thumb {
            margin-bottom: 24px;
        }

        .contact-item .contact-content .title {
            margin-bottom: 4px;
        }
}

/*maps-section Starts*/
.maps {
    min-height: 350px;
}

@media (min-width: 768px) {
    .maps {
        min-height: 500px;
    }
}

.bg_contain {
    background-size: contain;
}

/*four-0-four-section Starts*/
.four-0-four-section {
    text-align: center;
}

.four-0-thumb {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

    .four-0-thumb img {
        max-width: 100%;
        animation: swing 3s;
        -webkit-animation: swing 3s;
        -moz-animation: swing 3s;
        animation-delay: .8s;
        -moz-animation-delay: .8s;
        -webkit-animation-delay: .8s;
    }

@media (min-width: 576px) {
    .four-0-thumb {
        margin-bottom: 40px;
    }
}

.four-0-content {
    max-width: 680px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}

    .four-0-content .title {
        text-transform: capitalize;
        margin-bottom: 20px;
    }

@media (min-width: 576px) {
    .four-0-content {
        margin-bottom: 60px;
    }

        .four-0-content .title {
            margin-bottom: 26px;
        }
}

.four-0-content p a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #5350ff;
}

.four-0-search {
    max-width: 730px;
    margin: 0 auto;
    position: relative;
}

    .four-0-search input {
        height: 50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding-left: 30px;
        background: #ffffff;
        border: 1px solid #e5e5e5;
    }

    .four-0-search button {
        position: absolute;
        width: auto;
        padding: 0 30px;
        height: 50px;
        -webkit-border-radius: 0 25px 25px 0;
        -moz-border-radius: 0 25px 25px 0;
        border-radius: 0 25px 25px 0;
        border: none;
        top: 0;
        right: 0;
        background: #5350ff;
        color: #ffffff;
        font-weight: 600;
    }

.price-bar {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    background: #f2f7fd;
    color: #565b73;
}

    .price-bar::after {
        right: 20px;
        border-color: #565b73;
    }

    .price-bar .list {
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        max-height: 150px;
        overflow-y: scroll;
    }

.plan-item {
    margin-bottom: 30px;
    padding: 40px 15px;
    box-shadow: 0px 0px 19px 1px rgba(83, 80, 255, 0.1);
    text-align: center;
}

    .plan-item .custom-button {
        padding: 2px 24px;
        font-weight: 600;
        color: #565b73;
        border-color: #565b73;
    }

    .plan-item .plan-thumb {
        max-width: 120px;
        margin: 0 auto 25px;
    }

        .plan-item .plan-thumb img {
            max-width: 100%;
        }

    .plan-item .plan-content .title {
        text-transform: capitalize;
        margin-bottom: 13px;
    }

@media (max-width: 575px) {
    .plan-item .plan-content .title {
        margin-bottom: 11px;
    }
}

.plan-item .plan-content .sub-title {
    margin-bottom: 19px;
    color: rgba(13, 17, 43, 0.6);
}

    .plan-item .plan-content .sub-title span {
        font-weight: 600;
        font-size: 20px;
        color: #5350ff;
    }

        .plan-item .plan-content .sub-title span::before {
            content: "/";
            margin-right: 5px;
        }

@media (max-width: 767px) and (max-width: 991px) {
    .mt-max-md--40 {
        margin-top: -40px !important;
    }
}

.post-item {
    margin-bottom: 30px;
}

    .post-item .post-thumb {
        overflow: hidden;
        position: relative;
    }

        .post-item .post-thumb a {
            display: block;
        }

        .post-item .post-thumb img {
            width: 100%;
            -webkit-transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            transition: all ease 0.3s;
        }

        .post-item .post-thumb .post-date {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 88px;
            height: 88px;
            background: #5350ff;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

            .post-item .post-thumb .post-date span {
                width: 100%;
                text-transform: uppercase;
                display: block;
                font-size: 18px;
                font-family: "Montserrat", sans-serif;
                font-weight: 700;
                line-height: 1.3;
                color: #ffffff;
            }

    .post-item .post-content {
        box-shadow: 0 0 20px rgba(83, 80, 255, 0.06);
        padding: 30px;
    }

        .post-item .post-content .title {
            margin-bottom: 22px;
        }

        .post-item .post-content .read-more {
            font-weight: 600;
            color: inherit;
            display: flex;
            align-items: baseline;
            text-transform: capitalize;
            margin-bottom: -8px;
            font-size: 16px;
        }

            .post-item .post-content .read-more i {
                font-size: 16px;
                color: inherit;
                margin-left: 5px;
            }

            .post-item .post-content .read-more:hover {
                color: #5350ff;
            }

        .post-item .post-content p {
            margin-bottom: 10px;
        }

@media screen and (max-width: 379px) {
    .post-item .post-content {
        padding: 30px 15px;
    }
}

@media (max-width: 575px) {
    .post-item .post-content p {
        font-size: 16px;
    }
}

.post-item.video-post .post-thumb::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
}

.post-item.video-post .post-thumb .video-button {
    background: #ffffff;
}

    .post-item.video-post .post-thumb .video-button::after, .post-item.video-post .post-thumb .video-button::before {
        background: #ffffff;
    }

    .post-item.video-post .post-thumb .video-button i[class*="flaticon"] {
        color: #5350ff;
    }

.post-item.video-post .post-thumb .post-date {
    z-index: 1;
}

.post-item.quote-post .post-content {
    background: #f4f4f4;
    padding: 50px;
}

@media (max-width: 575px) {
    .post-item.quote-post .post-content {
        padding: 30px 15px;
    }
}

.post-item.quote-post .post-content blockquote {
    font-style: italic;
    font-size: 24px;
    line-height: 1.5;
    margin-top: -15px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .post-item.quote-post .post-content blockquote {
        font-size: 20px;
        margin-top: -13px;
    }
}

.post-item.quote-post .post-content .meta-post .meta-content {
    display: block;
}

    .post-item.quote-post .post-content .meta-post .meta-content p {
        display: block;
        font-size: 24px;
        color: #0d112b;
        padding-right: 0;
    }

@media (max-width: 575px) {
    .post-item.quote-post .post-content .meta-post .meta-content p {
        font-size: 20px;
    }
}

.post-item.quote-post .post-content .meta-post .meta-content span {
    font-style: italic;
    margin-bottom: -8px;
    display: block;
    padding-left: 15px;
}

.post-item.quote-post .meta-content p {
    display: block;
    margin: 0;
    font-size: 24px;
    color: #05253a;
}

.post-item.quote-post .meta-content span {
    font-style: italic;
    margin-bottom: -6px;
    display: block;
    font-size: 16px;
}

.post-item.details-post {
    margin-bottom: 50px;
}

    .post-item.details-post .bullet-list {
        color: #777777;
    }

        .post-item.details-post .bullet-list.style-two {
            margin-top: -14px;
            margin-bottom: 29px;
        }

            .post-item.details-post .bullet-list.style-two li {
                width: 100%;
            }

@media (min-width: 576px) {
    .post-item.details-post .bullet-list.style-two li {
        width: 250px;
    }
}

.post-item.details-post .bullet-list.style-two li::before {
    content: "\f107";
    color: #ffffff;
    background: #5350ff;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    margin-top: 12px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

@media (max-width: 575px) {
    .post-item.details-post .bullet-list.style-two {
        margin-bottom: -11px;
        margin-bottom: 19px;
    }
}

.post-item.details-post .blog-d-thumb {
    justify-content: space-between;
}

    .post-item.details-post .blog-d-thumb .thumb {
        margin-bottom: 30px;
        width: 100%;
    }

        .post-item.details-post .blog-d-thumb .thumb img {
            width: 100%;
        }

@media (min-width: 576px) {
    .post-item.details-post .blog-d-thumb .thumb {
        width: calc(50% - 10px);
    }
}

.post-item.details-post blockquote {
    margin-bottom: 30px;
    font-style: italic;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .post-item.details-post blockquote p {
        width: 100%;
    }

@media (max-width: 575px) {
    .post-item.details-post blockquote p {
        color: #0d112b;
    }
}

.post-item.details-post blockquote .quote {
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #5350ff;
    padding: 5px;
}

@media (max-width: 575px) {
    .post-item.details-post blockquote .quote {
        position: absolute;
        opacity: .08;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .post-item.details-post blockquote .quote img {
            width: 100%;
        }
}

@media (min-width: 576px) {
    .post-item.details-post blockquote .quote img {
        max-width: 100%;
    }

    .post-item.details-post blockquote p {
        margin-top: -9px;
        padding-left: 30px;
        width: calc(100% - 50px);
    }
}

.post-item.details-post p {
    margin-bottom: 22px;
}

    .post-item.details-post p:last-child {
        margin-bottom: -8px;
    }

@media (min-width: 576px) {
    .post-item.details-post .post-content {
        padding: 40px 30px 40px 30px;
    }

        .post-item.details-post .post-content .title {
            margin-bottom: 32px;
        }

        .post-item.details-post .post-content p {
            margin-bottom: 32px;
        }

            .post-item.details-post .post-content p:last-child {
                margin-bottom: -8px;
            }

        .post-item.details-post .post-content .blog-d-thumb {
            margin-bottom: 20px;
        }

        .post-item.details-post .post-content blockquote {
            margin-bottom: 40px;
        }
}

.post-item.details-post .meta-post {
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    margin-bottom: -10px;
    padding-top: 18px;
}

    .post-item.details-post .meta-post .right {
        width: 100%;
    }

        .post-item.details-post .meta-post .right a {
            color: #565b73;
            padding: 2px;
            font-size: 16px;
        }

            .post-item.details-post .meta-post .right a:hover {
                color: #5350ff;
            }

    .post-item.details-post .meta-post .left {
        width: 100%;
        font-size: 16px;
    }

        .post-item.details-post .meta-post .left a {
            color: #565b73;
        }

            .post-item.details-post .meta-post .left a:hover {
                color: #5350ff;
            }

        .post-item.details-post .meta-post .left > *::after {
            content: "|";
            margin-right: 5px;
        }

        .post-item.details-post .meta-post .left > *:last-child::after {
            display: none;
        }

        .post-item.details-post .meta-post .left .tags a::after {
            content: ",";
        }

        .post-item.details-post .meta-post .left .tags a:last-child::after {
            display: none;
        }

@media (min-width: 576px) {
    .post-item.details-post .meta-post {
        margin-bottom: -12px;
    }

        .post-item.details-post .meta-post .right, .post-item.details-post .meta-post .left {
            width: 50%;
        }
}

@media (min-width: 768px) {
    .post-item.details-post {
        margin-bottom: 80px;
    }
}

.post-item:hover .post-thumb a img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.post-item:hover .post-thumb.slider-post a img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.blog-next, .blog-prev {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    color: #0d112b;
    outline: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

    .blog-next:hover, .blog-prev:hover {
        color: #ffffff;
        background: #5350ff;
    }

.blog-next {
    right: 20px;
}

.blog-prev {
    left: 20px;
}

.blog-pagination {
    margin: -5px;
    margin-top: 45px;
}

@media (min-width: 576px) {
    .blog-pagination {
        margin-top: 55px;
    }
}

.blog-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #5350ff;
    border: 1px solid #5350ff;
}

    .blog-pagination a:hover, .blog-pagination a.active {
        background: #5350ff;
        color: #ffffff;
    }

@media (min-width: 576px) {
    .blog-pagination a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

.details-navigation {
    justify-content: space-between;
    margin: -5px;
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .details-navigation {
        margin-bottom: 75px;
    }
}

.details-navigation a {
    padding: 9px 30px;
    color: #5350ff;
    border: 1px solid #5350ff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 5px;
}

    .details-navigation a:hover, .details-navigation a.active {
        background: #5350ff;
        color: #ffffff;
    }

@media (max-width: 575px) {
    .details-navigation a {
        padding: 7px 20px;
        font-weight: 16;
    }
}

.author {
    box-shadow: 0 0 20px rgba(83, 80, 255, 0.06);
    padding: 30px 10px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .author {
        margin-bottom: 80px;
    }
}

@media (min-width: 576px) {
    .author {
        padding: 35px 40px;
    }
}

.author .author-thumb {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

    .author .author-thumb a {
        display: block;
    }

        .author .author-thumb a img {
            width: 100%;
        }

@media (min-width: 576px) {
    .author .author-thumb {
        width: 100px;
        height: 100px;
        margin: 0;
    }
}

.author .author-content {
    width: 100%;
    text-align: center;
    font-size: 16px;
}

@media (min-width: 576px) {
    .author .author-content {
        width: calc(100% - 100px);
        padding-left: 20px;
        text-align: left;
    }
}

.author .author-content .title a {
    color: #0d112b;
}

.author .author-content span {
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}

.author .author-content p {
    margin-top: 0;
}

.author:hover .author-content .title a {
    color: #5350ff;
}

.comments {
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    padding: 30px 15px;
    margin-bottom: 50px;
}

@media (min-width: 576px) {
    .comments {
        padding: 45px 30px;
    }
}

.comments .title {
    text-transform: capitalize;
    margin-top: -12px;
    margin-bottom: 13px;
}

@media (min-width: 576px) {
    .comments .title {
        margin-top: -14px;
        margin-bottom: 24px;
    }
}

.comments ul li {
    padding: 0;
}

    .comments ul li .comment-item {
        margin-bottom: 30px;
    }

@media (min-width: 576px) {
    .comments ul li ul {
        padding-left: 30px;
    }
}

@media (min-width: 576px) and (min-width: 768px) {
    .comments ul li ul {
        padding-left: 50px;
    }
}

.comments ul li:last-child .comment-item:last-child {
    margin-bottom: 0;
}

.comments ul li:last-child ul li .comment-item {
    margin-bottom: 0px !important;
}

.comments ul li ul li .comment-item {
    margin-bottom: 30px !important;
}

@media (min-width: 768px) {
    .comments {
        margin-bottom: 80px;
    }
}

.comments .blog-comment-form {
    margin-bottom: -30px;
}

    .comments .blog-comment-form .form-group {
        margin-bottom: 30px;
    }

        .comments .blog-comment-form .form-group input {
            height: 50px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            background-color: white;
            padding-left: 20px;
            border: 1px solid #e5e5e5;
        }

            .comments .blog-comment-form .form-group input[type="submit"] {
                background: #5350ff;
                width: auto;
                padding: 0 50px;
            }

        .comments .blog-comment-form .form-group textarea {
            display: block;
            padding: 20px;
            height: 100px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            border-radius: 25px;
            background-color: white;
        }

.blog-single > *:last-child {
    margin-bottom: 0;
}

.comment-item .comment-thumb {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 10px;
}

    .comment-item .comment-thumb a {
        display: block;
    }

    .comment-item .comment-thumb img {
        width: 100%;
    }

.comment-item .comment-content {
    width: 100%;
}

    .comment-item .comment-content .sub-title {
        margin-bottom: -4px;
    }

        .comment-item .comment-content .sub-title a {
            color: #0d112b;
        }

            .comment-item .comment-content .sub-title a:hover {
                color: #5350ff;
            }

    .comment-item .comment-content .meta {
        margin-bottom: 15px;
    }

        .comment-item .comment-content .meta a {
            color: #565b73;
        }

            .comment-item .comment-content .meta a:hover {
                color: #5350ff;
            }

        .comment-item .comment-content .meta .date {
            font-style: italic;
            color: #5350ff;
            font-size: 16px;
        }

@media (min-width: 576px) {
    .comment-item .comment-content {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    .post-thumb .video-button {
        width: 50px;
        height: 50px;
    }

        .post-thumb .video-button i {
            line-height: 50px;
            font-size: 24px;
        }

            .post-thumb .video-button i::before {
                margin-left: -3px;
            }
}

.scrollToTop {
    width: 45px;
    padding: 5px;
    opacity: .8;
    color: #ffffff;
    z-index: 99999;
    bottom: 30px;
    right: 30px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}

    .scrollToTop:hover {
        color: #ffffff;
        opacity: 1;
    }

    .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 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    color: #5350ff;
    overflow: hidden;
    position: relative;
    text-transform: capitalize;
    line-height: 35px;
    padding: 11px 30px;
    background: transparent;
    z-index: 9;
    border: 1px solid #5350ff;
    display: inline-flex;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    .custom-button.load-more {
        color: #0d112b;
        border-color: #0d112b;
        padding: 10px 50px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .custom-button::before, .custom-button::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: #5350ff;
        border: 1px solid #5350ff;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        z-index: -1;
    }

    .custom-button::after {
        top: 100%;
        left: 100%;
    }

    .custom-button::before {
        top: -100%;
        left: -100%;
    }

    .custom-button:hover {
        color: #ffffff;
        border-color: #5350ff;
    }

        .custom-button:hover:before, .custom-button:hover::after {
            top: 0;
            left: 0;
        }

    .custom-button.active {
        color: #ffffff;
        border-color: #5350ff;
    }

        .custom-button.active::after, .custom-button.active::before {
            top: 0;
            left: 0;
        }

        .custom-button.active:hover {
            color: #5350ff;
            border-color: #5350ff;
        }

            .custom-button.active:hover::after {
                top: 100%;
                left: 100%;
            }

            .custom-button.active:hover::before {
                top: -100%;
                left: -100%;
            }

.load-more-group {
    margin-top: 50px;
    text-align: center;
}

@media (min-width: 576px) {
    .load-more-group {
        margin-top: 60px;
    }
}

.video-button {
    color: #ffffff;
    border: none;
    text-align: center;
}

    .video-button:hover {
        color: #ffffff;
    }

    .video-button i {
        line-height: 70px;
        font-size: 36px;
        margin-left: 8px;
        color: #ffffff;
    }

.video-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #5350ff;
}

    .video-button a {
        display: block;
        position: relative;
        z-index: 1;
    }

        .video-button a img {
            width: 100%;
        }

        .video-button a i {
            line-height: 75px;
            font-size: 36px;
            margin-left: 8px;
        }

    .video-button::before, .video-button::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 74px;
        background-color: #5350ff;
        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);
    }
}

@keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
        -moz-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
    }
}

@-webkit-keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
        -moz-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
    }
}

@-moz-keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0.851), 0 0 0 0 rgba(83, 80, 255, 0.851);
    }

    40% {
        box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0.851);
    }

    80% {
        box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
        -moz-box-shadow: 0 0 0 20px rgba(83, 80, 255, 0), 0 0 0 20px rgba(83, 80, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(83, 80, 255, 0), 0 0 0 0 rgba(83, 80, 255, 0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-moz-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

/*# sourceMappingURL=main.css.map */
.animated {
    animation: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
}
