@charset 'UTF-8';

/**!

    -------------------------------------------------

    1.0 Root Css
    1.1 Typography Css
    1.2 Dfefault  Css
    1.3 typography Css*
    1.4 Menu Css
    1.5 animation
    1.6 acrodain


    -----------------------------------------------------
    2.0 Header Css
    2.1 blog Css
    2.2 Banner Css
    2.3 services css
    2.4 calltoaction css
    2.5 feature css
    2.6 counter css
    2.7 testimonials css
    2.8 price css
    2.9 contact css
    2.10 dwnld_area css
    2.11 breadcump css
    2.12 wp_blog css
    2.13 footer css* */
/* */
/*1.0 Root Css*/
:root {
    --Primary__color: #31e1a1;
    --Secondary__color: #0d9cea;
}

/*! 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 {
    font-size: 16px;
    line-height: 26px;

    color: #717584;
}

/*
 * 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.
 */
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

.logo {
    height: 60px;
    width: 100%;
}

/*
 * 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 {
    margin: 0;
    padding: 0;

    border: 0;
}

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

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: .2em 0;
    padding: .2em 0;

    color: #000;
    background: #ccc;
}

/* ==========================================================================
  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 {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    white-space: nowrap;

    border: 0;
    /* 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 {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;

    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 {
    /* 1 */
    display: table;

    content: ' ';
    /* 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 {
        color: #000 !important;
        background: transparent !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;
    }
}

/*
os-theme-round-light
*/
.os-theme-round-light>.os-scrollbar {
    padding: 0;
}

.os-theme-round-light>.os-scrollbar-horizontal {
    right: 20px;

    height: 20px;
}

.os-theme-round-light>.os-scrollbar-vertical {
    bottom: 20px;

    width: 20px;
}

.os-theme-round-light.os-host-rtl>.os-scrollbar-horizontal {
    right: 0;
    left: 20px;
}

.os-theme-round-light>.os-scrollbar-corner {
    width: 20px;
    height: 20px;

    background-color: transparent;
}

.os-theme-round-light>.os-scrollbar>.os-scrollbar-track {
    background: transparent;
}

.os-theme-round-light>.os-scrollbar-horizontal>.os-scrollbar-track:before,
.os-theme-round-light>.os-scrollbar-vertical>.os-scrollbar-track:before {
    position: absolute;

    display: block;

    content: '';

    background: rgba(255, 255, 255, .15);
}

.os-theme-round-light>.os-scrollbar-horizontal>.os-scrollbar-track:before {
    top: 50%;
    right: 3px;
    left: 3px;

    height: 2px;
    margin-top: -1px;
}

.os-theme-round-light>.os-scrollbar-vertical>.os-scrollbar-track:before {
    top: 3px;
    bottom: 3px;
    left: 50%;

    width: 2px;
    margin-left: -1px;
}

.os-theme-round-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: transparent;
}

.os-theme-round-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;

    display: block;

    content: '';
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    border-radius: 100%;
    background: #fff;
}

.os-theme-round-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:hover:before,
.os-theme-round-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active:before {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.os-theme-round-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
    min-width: 20px;
    max-width: 20px;
    height: 100%;
}

.os-theme-round-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
    width: 100%;
    min-height: 20px;
    max-height: 20px;
}

.os-theme-round-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:before {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;

}

/*1.1 Default Css*/
html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serifs;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;

    overflow-x: hidden;

    vertical-align: baseline;

    color: #717584;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body.darkTheme {
    color: #fff;
    background-color: #0d9cea;
}

a:hover {
    text-decoration: none;
}

.container-fluid.ace-container {
    padding-right: 8%;
    padding-left: 8%;
}

@media (max-width: 320px) {
    .container-fluid.ace-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

img {
    max-width: 100%;
}

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

[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
input:not([type]),
textarea {
    display: block;

    width: 100%;
    min-height: 46px;
}

[type='color']::-webkit-input-placeholder,
[type='date']::-webkit-input-placeholder,
[type='datetime']::-webkit-input-placeholder,
[type='datetime-local']::-webkit-input-placeholder,
[type='email']::-webkit-input-placeholder,
[type='month']::-webkit-input-placeholder,
[type='number']::-webkit-input-placeholder,
[type='password']::-webkit-input-placeholder,
[type='search']::-webkit-input-placeholder,
[type='tel']::-webkit-input-placeholder,
[type='text']::-webkit-input-placeholder,
[type='time']::-webkit-input-placeholder,
[type='url']::-webkit-input-placeholder,
[type='week']::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;

    text-transform: capitalize;

    color: #ccc;
}

[type='color']::-moz-placeholder,
[type='date']::-moz-placeholder,
[type='datetime']::-moz-placeholder,
[type='datetime-local']::-moz-placeholder,
[type='email']::-moz-placeholder,
[type='month']::-moz-placeholder,
[type='number']::-moz-placeholder,
[type='password']::-moz-placeholder,
[type='search']::-moz-placeholder,
[type='tel']::-moz-placeholder,
[type='text']::-moz-placeholder,
[type='time']::-moz-placeholder,
[type='url']::-moz-placeholder,
[type='week']::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;

    text-transform: capitalize;

    color: #ccc;
}

[type='color']::-ms-input-placeholder,
[type='date']::-ms-input-placeholder,
[type='datetime']::-ms-input-placeholder,
[type='datetime-local']::-ms-input-placeholder,
[type='email']::-ms-input-placeholder,
[type='month']::-ms-input-placeholder,
[type='number']::-ms-input-placeholder,
[type='password']::-ms-input-placeholder,
[type='search']::-ms-input-placeholder,
[type='tel']::-ms-input-placeholder,
[type='text']::-ms-input-placeholder,
[type='time']::-ms-input-placeholder,
[type='url']::-ms-input-placeholder,
[type='week']::-ms-input-placeholder,
input:not([type])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;

    text-transform: capitalize;

    color: #ccc;
}

[type='color']::placeholder,
[type='date']::placeholder,
[type='datetime']::placeholder,
[type='datetime-local']::placeholder,
[type='email']::placeholder,
[type='month']::placeholder,
[type='number']::placeholder,
[type='password']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='text']::placeholder,
[type='time']::placeholder,
[type='url']::placeholder,
[type='week']::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
    font-size: 14px;

    text-transform: capitalize;

    color: #ccc;
}

textarea {
    height: 150px;
}

[type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus {
    border-color: #31e1a1 !important;
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.mfp-close {
    font-size: 20px;
    line-height: 35px !important;

    position: absolute;
    top: -52px !important;

    width: 35px !important;
    height: 35px;
    padding: 0 !important;

    text-align: center !important;

    opacity: 1;
    color: #31e1a1 !important;
    border-radius: 50%;
    background: #fff;
}

img.mfp-img {
    padding: 0 !important;

    border: 6px solid #fff;
    -webkit-box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
    box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
}

.mfp-counter {
    font-size: 14px;
    font-weight: 700;

    right: 15px;

    padding: 3px 16px;

    color: #fff;
    border-radius: 3px;
    background: #0d9cea;
}

.mfp-content {
    border: 6px solid #fff;
    -webkit-box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
    box-shadow: 0 25px 20px 0 rgba(136, 136, 136, .35) !important;
}

.smallgap.row>[class*=col-] {
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.site-badge {
    font-weight: 600;

    position: relative;

    display: inline-block;

    padding: 0 1rem;

    border-radius: 2px;
}

.site-badge.has-arrow-primary:after {
    position: absolute;
    bottom: -10px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 1rem 1rem 0;
    border-style: solid;
    border-color: #31e1a1 transparent transparent;
}

@media (max-width: 991.98px) {
    .site-badge.has-arrow-primary:after {
        bottom: -8px;
    }
}

@media (max-width: 767.98px) {
    .site-badge.has-arrow-primary:after {
        bottom: -5px;
    }
}

.site-badge.has-arrow-secondary:after {
    position: absolute;
    bottom: -10px;
    left: 0;

    width: 0;
    height: 0;

    content: '';

    border-width: 1rem 1rem 0;
    border-style: solid;
    border-color: #0d9cea transparent transparent;
}

.s-badge-primary {
    color: #0d9cea;
    background: #31e1a1;
}

.spacer-100 {
    height: 100px;
}

@media (max-width: 767.98px) {
    .spacer-100 {
        height: 50px;
    }
}

.spacer-70 {
    height: 70px;
}

@media (max-width: 767.98px) {
    .spacer-70 {
        height: 20px;
    }
}

.spacer-80 {
    height: 80px;
}

@media (max-width: 767.98px) {
    .spacer-80 {
        height: 30px;
    }
}

.spacer-85 {
    height: 80px;
}

.spacer-60 {
    height: 60px;
}

.spacer-90 {
    height: 90px;
}

.spacer-20 {
    height: 20px;
}

@media (max-width: 767.98px) {
    .spacer-20.h-m {
        height: 0ç;
    }
}

.spacer-small {
    height: 40px;
}

.spacer-bottom-mini {
    height: 40px;
}

.spacer-150 {
    height: 80px;
}

@media (max-width: 767.98px) {
    .spacer-150 {
        height: 50px;
    }

    .spacer-150.h-m {
        height: 0;
    }
}

.spacer-120 {
    height: 80px;
}

@media (max-width: 767.98px) {
    .spacer-120 {
        height: 50px;
    }
}

.spacer-200 {
    height: 80px;
}

@media (max-width: 767.98px) {
    .spacer-200 {
        height: 50px;
    }
}

.spacer-30 {
    height: 30px;
}

.rt-custom-container {
    width: 1700px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width: 1900px) {
    .rt-custom-container {
        width: 1500px;
    }
}

@media (max-width: 1600px) {
    .rt-custom-container {
        width: 1250px;
    }
}

@media (max-width: 1199.98px) {
    .rt-custom-container {
        width: 960px;
    }
}

@media (max-width: 991.98px) {
    .rt-custom-container {
        width: 720px;
    }
}

@media (max-width: 767.98px) {
    .rt-custom-container {
        width: 100%;
    }
}

.rt-divider-1 {
    border-top: 1px solid transparent;
    border-bottom: 2px solid #ebebeb;
}

#scrollUp {
    font-size: 30px;
    line-height: 48px;

    position: fixed;
    right: 30px;
    bottom: 30px;

    width: 45px;
    height: 45px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #346bf0;
}

blockquote {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;

    position: relative;

    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

    background-color: #f9f9f9;
}

blockquote:after {
    font-family: icofont;
    font-size: 30px;

    position: absolute;
    top: 10px;
    left: 20px;

    content: '\efcd';

    color: #0d9cea;
}

.spt-top {
    padding-top: 150px;
}

.spt-bottom {
    padding-top: 120px;
}

.has-bg-gray2 {
    background-color: #f5f5f5;
}

.has-bg-gray {
    background-color: #fbfbfb;
}

/*1.2 typography Css*/
html {
    font-size: 62.5%;

    height: 100%;
}

@media (max-width: 1199.98px) {
    html {
        font-size: 60%;
    }
}

@media (max-width: 991.98px) {
    html {
        font-size: 55%;
    }
}

@media (max-width: 767.98px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (max-width: 479px) {
    html {
        font-size: 45%;
    }
}

@media (max-width: 320px) {
    html {
        font-size: 40%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serifs;

    color: #132150;
}

h1,
.h1 {
    font-size: 42px;
}

@media (max-width: 991.98px) {

    h1,
    .h1 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {

    h1,
    .h1 {
        font-size: 38px;
    }
}

h2,
.h2 {
    font-size: 38px;
}

@media (max-width: 991.98px) {

    h2,
    .h2 {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {

    h2,
    .h2 {
        font-size: 34px;
    }
}

h3,
.h3 {
    font-size: 30px;
}

@media (max-width: 991.98px) {

    h3,
    .h3 {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {

    h3,
    .h3 {
        font-size: 25px;
    }
}

h4,
.h4 {
    font-size: 25px;
}

@media (max-width: 991.98px) {

    h4,
    .h4 {
        font-size: 23px;
    }
}

@media (max-width: 767.98px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    font-size: 18px;

    text-transform: capitalize;
}

h6,
.h6 {
    font-size: 16px;
}

p {
    font-family: 'Poppins', sans-serifs;
    font-size: 16px;
    line-height: 1.8;
}

.rt-section-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;

    margin: 0 0 20px;

    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .rt-section-title {
        font-size: 32px;
        line-height: 32px;
    }
}

.rt-section-title span {
    color: #31e1a1;
}

.rt-section-title.text-white {
    color: #fff;
}

/*1.3 typography Css*/
.rt-btn,
.single-price-table .price-footer a {
    font-family: 'Poppins', sans-serifs;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;

    position: relative;
    z-index: 2;
    margin-top: 8px;
    display: inline-block;
    overflow: hidden;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 37px;

    -webkit-transition: all .24s cubic-bezier(.55, .055, .675, .19);
    transition: all .24s cubic-bezier(.55, .055, .675, .19);
    white-space: nowrap;

    border-width: 2px;
    border-radius: 3px;
}

.rt-btn.pill,
.single-price-table .price-footer a {
    border-radius: 999px;
}

.rt-btn.rt-sm,
.single-price-table .price-footer a.rt-sm {
    font-size: 14px;

    padding: 10px 22px;
}

.rt-btn.rt-video-primary,
.single-price-table .price-footer a.rt-video-primary {
    line-height: 80px;

    position: relative;
    z-index: 1;

    width: 80px;
    height: 80px;
    padding: 0;

    color: #fff;
    border-radius: 50%;
    background: #31e1a1;
    -webkit-box-shadow: 0 0 0 8px rgba(31, 211, 165, .3);
    box-shadow: 0 0 0 8px rgba(31, 211, 165, .3);
}

.rt-btn.rt-video-primary:after,
.single-price-table .price-footer a.rt-video-primary:after {
    font-family: 'icofont';

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\ec74';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rt-btn.rt-video-secondary,
.single-price-table .price-footer a.rt-video-secondary {
    line-height: 55px;

    position: relative;
    z-index: 1;

    width: 55px;
    height: 55px;
    padding: 0;

    color: #fff;
    border-radius: 50%;
    background: #0d9cea;
    -webkit-box-shadow: 0 0 0 8px rgba(13, 156, 234, .3);
    box-shadow: 0 0 0 8px rgba(13, 156, 234, .3);
}

.rt-btn.rt-video-secondary:after,
.single-price-table .price-footer a.rt-video-secondary:after {
    font-family: 'icofont';

    position: absolute;
    top: 50%;
    left: 50%;

    content: '\ec74';
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {

    .rt-btn,
    .single-price-table .price-footer a {
        font-size: 14px;

        padding: 16px 37px;
    }
}

.rt-primary,
.single-price-table .price-footer a {
    color: #fff;
    border-color: #31e1a1;
    background: #31e1a1;
}

.rt-primary:hover,
.single-price-table .price-footer a:hover,
.rt-primary:focus,
.single-price-table .price-footer a:focus,
.rt-primary:active,
.single-price-table .price-footer a:active {
    color: #fff;
    border-color: #2abf89;
    background: #2abf89;
}

.rt-secondary,
.vp-pagination__style-default .vp-pagination__item>*,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active>*,
.single-price-table.layout-two .price-footer a {
    color: #fff;
    border-color: #0d9cea;
    background: #0d9cea;
}

.rt-secondary:hover,
.vp-pagination__style-default .vp-pagination__item> :hover,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active> :hover,
.single-price-table.layout-two .price-footer a:hover,
.rt-secondary:focus,
.vp-pagination__style-default .vp-pagination__item> :focus,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active> :focus,
.single-price-table.layout-two .price-footer a:focus,
.rt-secondary:active,
.vp-pagination__style-default .vp-pagination__item> :active,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active> :active,
.single-price-table.layout-two .price-footer a:active {
    border-color: #0b85c7;
    background: #0b85c7;
    -webkit-box-shadow: 0 15px 20px 0 rgba(13, 156, 234, .15);
    box-shadow: 0 15px 20px 0 rgba(13, 156, 234, .15);
}

.rt-light2 {
    color: #31e1a1;
    border-color: #fff;
    background: #fff;
}

.rt-light:hover,
.rt-light:focus,
.rt-light:active {
    color: #fff;
    border-color: #31e1a1;
    background: #31e1a1;
}

.rt-light2 {
    color: #0d9cea;
    border-color: #fff;
    background: #fff;
}

.rt-light2:hover,
.rt-light2:focus,
.rt-light2:active {
    color: #fff;
    border-color: linear-gradient(245deg, #D324A8 -67.04%, #551DFF 129.05%);
    background: linear-gradient(245deg, #D324A8 -67.04%, #551DFF 129.05%);
}

.rt-outline-primary {
    color: #31e1a1;
    border-color: #31e1a1;
}

.rt-outline-primary:hover,
.rt-outline-primary:focus,
.rt-outline-primary:active {
    color: #fff;
    border-color: #31e1a1;
    background-color: #31e1a1;
    -webkit-box-shadow: 0 15px 20px 0 rgba(2, 43, 147, .15);
    box-shadow: 0 15px 20px 0 rgba(2, 43, 147, .15);
}

.rt-outline-secondary {
    color: #31e1a1;
    border-color: #0d9cea;
}

.rt-outline-secondary:hover,
.rt-outline-secondary:focus,
.rt-outline-secondary:active {
    color: #31e1a1;
    border-color: #0d9cea;
    background-color: #0d9cea;
    -webkit-box-shadow: 0 15px 20px 0 rgba(13, 156, 234, .15);
    box-shadow: 0 15px 20px 0 rgba(13, 156, 234, .15);
}

.rt-outline-light {
    color: #fff;
    border: 2px solid #fff;
}

.rt-outline-light:hover,
.rt-outline-light:focus,
.rt-outline-light:active {
    color: #fff;
    border-color: #2abf89;
    background: #2abf89;
}

.rt-gradient,
.single-price-table.layout-three .price-footer a {
    position: relative;
    z-index: 1;

    color: #fff;
    border: none;
    border-radius: 3px;
    background: -webkit-linear-gradient(292deg, #35e2fc 0%, #0da3fb 100%);
    background: linear-gradient(158deg, #35e2fc 0%, #0da3fb 100%);
}

.rt-gradient:after,
.single-price-table.layout-three .price-footer a:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
    transition: all .36s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #fff;
    background: -webkit-linear-gradient(248deg, #35e2fc 0%, #0da3fb 100%);
    background: linear-gradient(-158deg, #35e2fc 0%, #0da3fb 100%);
}

.rt-gradient:hover,
.single-price-table.layout-three .price-footer a:hover {
    color: #fff;
    background-image: linear-gradient(-34deg, rgb(211, 65, 249) 0%, rgb(91, 61, 254) 100%);
}

.rt-gradient:hover:after,
.single-price-table.layout-three .price-footer a:hover:after {
    visibility: visible;
    background-image: linear-gradient(-34deg, rgb(211, 65, 249) 0%, rgb(91, 61, 254) 100%);
    opacity: 1;
}

.rt-outline-gradientP {
    position: relative;
    z-index: 1;

    color: #333;
    border: 1px solid #31e1a1;
    border-radius: 3px;
    background: transparent;
}

.rt-outline-gradientP:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .24s cubic-bezier(.47, 0, .745, .715);
    transition: all .24s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #333;
    background: -webkit-gradient(linear, left top, right top, from(#31e1a1), to(#0d9cea));
    background: -webkit-linear-gradient(left, #31e1a1, #0d9cea);
    background: linear-gradient(to right, #31e1a1, #0d9cea);
}

.rt-outline-gradientP:hover {
    color: #fff;
    border: 1px solid transparent;
}

.rt-outline-gradientP:hover:after {
    visibility: visible;

    opacity: 1;
}

.rt-outline-gradientS {
    position: relative;
    z-index: 1;

    color: #333;
    border: 1px solid #0d9cea;
    border-radius: 3px;
    background: transparent;
}

.rt-outline-gradientS:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .24s cubic-bezier(.47, 0, .745, .715);
    transition: all .24s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    color: #333;
    background: -webkit-gradient(linear, left top, right top, from(#0d9cea), to(#31e1a1));
    background: -webkit-linear-gradient(left, #0d9cea, #31e1a1);
    background: linear-gradient(to right, #0d9cea, #31e1a1);
}

.rt-outline-gradientS:hover {
    color: #fff;
    border: 1px solid transparent;
}

.rt-outline-gradientS:hover:after {
    visibility: visible;

    opacity: 1;
}

.rt-outline-primary:not(:disabled):not(.disabled).active,
.rt-outline-primary:not(:disabled):not(.disabled):active,
.show>.rt-outline-primary.dropdown-toggle {
    border-color: #31e1a1;
    background: #31e1a1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-outline-primary:not(:disabled):not(.disabled).active:focus,
.rt-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.rt-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aps-button-gruop .rt,
.aps-button-gruop .vp-pagination__style-default .vp-pagination__item>*,
.vp-pagination__style-default .aps-button-gruop .vp-pagination__item>* {
    margin: 0 5px;
}

.aps-button-gruop .rt:first-child,
.aps-button-gruop .vp-pagination__style-default .vp-pagination__item> :first-child,
.vp-pagination__style-default .aps-button-gruop .vp-pagination__item> :first-child {
    margin-left: -5px;
}

.rt-lnk {
    text-decoration: underline;

    color: #717584;
}

.vp-pagination__style-default .vp-pagination__item>* {
    border-radius: 999px;
}

.vp-filter__style-default .vp-filter__item.vp-filter__item-active>* {
    border-radius: 3px;
}

/*1.4 Menu Css*/
.main-menu ul {
    margin: 0;
    margin-right: -13px;
    padding: 0;

    list-style: outside none none;

    text-align: center;
}

.main-menu ul li {
    position: relative;

    display: inline-block;
}

.main-menu ul li a {
    font-family: 'Poppins', sans-serifs;
    font-size: 16px;
    font-weight: 500;

    display: block;

    padding: 0 13px;

    -webkit-transition: all .34s ease-in-out;
    transition: all .34s ease-in-out;
    text-transform: capitalize;

    color: #3d404d;
}

@media (max-width: 1199.98px) {
    .main-menu ul li a {
        padding: 0 5px;
    }
}

.main-menu ul li a:hover {
    text-decoration: none;
}

.main-menu a:foucs {
    text-decoration: none;

    outline: none;
}

.main-menu>ul>li.current-menu-item>a {
    color: #0d9cea;
}

/*change hover color*/
.main-menu>ul>li:hover>a {
    color: #0d9cea;
}

/*li dot hover change*/
/*men item carve icon*/
.main-menu>ul>li.menu-item-has-children>a:after {
    font-family: 'icofont';

    margin-left: 4px;

    content: '\ea99';
}

/*sub menu*/
.main-menu>ul>li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    z-index: 999;
    top: 120%;
    left: 0;

    visibility: hidden;

    min-width: 200px;

    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out;
    text-align: left;

    opacity: 0;
    color: #fff;
    border-radius: 3px;
    background: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.main-menu>ul>li.menu-item-has-children:hover>ul.sub-menu {
    top: 100%;

    visibility: visible;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li,
.main-menu ul ul li {
    display: block;
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a,
.main-menu ul ul li a {
    font-weight: 400;

    position: relative;
    z-index: 1;

    display: block;

    padding: 8px 15px;

    text-transform: capitalize;

    color: #3d404d;
    border-bottom: 1px solid transparent;
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:last-child>a,
.main-menu ul ul li:last-child>a {
    border-bottom: 1px solid transparent !important;
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a,
.main-menu ul ul>li:hover>a {
    padding-left: 23px;

    color: #fff;
    background: #0d9cea;
}

/* */
.main-menu ul ul li.menu-item-has-children>a:after {
    font-family: 'icofont';

    position: absolute;
    right: 10px;

    content: '\eab8';
}

.main-menu ul ul li.menu-item-has-children.change-icon>a:after {
    content: '\f0da';
}

.main-menu ul ul {
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 202px;

    visibility: hidden;

    min-width: 200px;

    -webkit-transition: all .42s ease-in-out;
    transition: all .42s ease-in-out;
    text-align: left;

    opacity: 0;
    color: #333;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #fff;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu,
.main-menu>ul>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
    top: 0;

    visibility: visible;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

.mobile-menu {
    display: none;
}

.menu-click {
    position: static;
    z-index: 9999;
    top: -60px;
    right: 10px;

    display: inline-block;

    margin-left: 15px;
    padding: 8px 7px 4px;

    cursor: pointer;
    -webkit-transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);

    border: 1px solid #0d9cea;
    background: #0d9cea;
}

.menu-click span {
    display: block;

    width: 30px;
    height: 2px;
    margin-bottom: 4px;

    -webkit-transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .34s cubic-bezier(.68, -.55, .265, 1.55);

    background: #fff;
}

.mobile-menu {
    display: none;
}

@media (min-width: 992px) {
    .white-menu .main-menu>ul>li>a {
        color: #fff;
    }

    .white-menu .main-menu>ul>li>a:hover {
        color: #31e1a1;
    }

    .white-menu .main-menu>ul>li.current-menu-item>a {
        color: #fff;
    }

    .white-menu .main-menu>ul>li.current-menu-item>a:hover {
        color: #31e1a1;
    }

    .white-menu.home-one .main-menu ul ul>li:hover>a,
    .white-menu.home-one .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a {
        background: #31e1a1;
    }

    .white-menu.home-two .main-menu>ul>li>a:hover {
        color: #0d9cea;
    }

    .white-menu.home-two .main-menu>ul>li.current-menu-item>a {
        color: #fff;
    }

    .white-menu.home-two .main-menu>ul>li.current-menu-item>a:hover {
        color: #0d9cea;
    }

    .white-menu.home-two .main-menu ul ul>li:hover>a,
    .white-menu.home-two .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a {
        background: #0d9cea;
    }
}

@media (max-width: 991.98px) {

    .main-menu>ul>li:hover:before,
    .main-menu>ul>li:hover:after,
    .main-menu>ul>li.current-menu-item:before,
    .main-menu>ul>li.current-menu-item:after {
        visibility: hidden;

        opacity: 0;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
    }

    .main-menu ul {
        text-align: left;
    }

    .main-menu ul li {
        display: block;
    }

    .main-menu ul li a {
        padding: 8px 20px !important;
    }

    .main-menu ul>li:hover>a {
        color: #0d9cea !important;
        background: #fff;
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu {
        position: static;

        display: none;
        visibility: visible;

        padding-left: 15px;

        -webkit-transition: none;
        transition: none;

        opacity: 1;
        border-top: 3px solid transparent;
        background: #0c91da;
        -webkit-box-shadow: none;
        box-shadow: none;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a,
    .main-menu ul ul>li:hover>a {
        padding-left: 30px !important;

        color: #fff !important;
    }

    .main-menu ul ul {
        position: static;

        display: none;
        visibility: visible;

        margin: 0;
        padding-left: 15px;

        -webkit-transition: none;
        transition: none;

        opacity: 1;
        border: none;
        background: transparent;
        background-image: #222;
        -webkit-box-shadow: none;
        box-shadow: none;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a,
    .main-menu ul ul li a {
        display: block;

        padding: 10px 15px;
        padding: 7px 15px;

        text-transform: capitalize;

        color: #fff;
        border-bottom: 1px solid transparent;
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li:hover>a,
    .main-menu ul ul>li:hover>a {
        padding-left: 10px;

        background: #0d9cea;
    }

    .main-menu>ul>li.menu-item-has-children>ul.sub-menu>li>a,
    .main-menu ul ul li a {
        padding: 10px 0;
    }

    .main-menu {
        overflow-x: hidden;
    }

    .main-menu ul ul li.menu-item-has-children>a:after {
        right: 70px;
    }

    .main-menu ul {
        position: absolute;
        z-index: 999;
        top: 100%;
        left: 0;

        visibility: hidden;

        width: 100%;

        -webkit-transition: all .34s ease-in-out;
        transition: all .34s ease-in-out;

        opacity: 0;
        border: none;
        border-right: 10px solid #fff;
        border-left: 10px solid #fff;
        background: #0d9cea;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
        filter: alpha(opacity=0);
    }

    .main-menu ul.show {
        top: 100%;

        visibility: visible;

        opacity: 1;

        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter: alpha(opacity=100);
    }

    .mobile-menu {
        display: block;

        /* text-align: center; */
    }

    .main-menu ul.show>li>a {
        color: #fff;
    }
}

.rt-one-page-menu ul>li.nav-item>a.nav-link {
    font-family: 'Poppins', sans-serifs;
    font-size: 16px;
    font-weight: 600;

    position: relative;

    margin-right: 15px;
    margin-left: 15px;
    padding: 0;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-transform: capitalize;

    color: #000;
}

.rt-one-page-menu ul>li.nav-item>a.nav-link:focus {
    outline: none;
}

.rt-one-page-menu .dropdown-menu {
    display: block;
    visibility: hidden;

    min-width: 200px;
    margin-top: 0;
    padding: 0;

    -webkit-transition: all .15s;
    transition: all .15s;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);

    opacity: 0;
    border: none !important;
    border-radius: 5px;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(145, 145, 145, .1);
    box-shadow: 0 10px 10px 0 rgba(145, 145, 145, .1);
}

.rt-one-page-menu .dropdown:hover .dropdown-menu,
.rt-one-page-menu.dropdown.show .dropdown-menu {
    visibility: visible;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

.rt-one-page-menu .dropdown-toggle:after {
    border: none;
}

.dropdown-item {
    font-size: 14px;

    padding: 8px 20px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-transform: capitalize;

    padding-color: #3d404d;
}

.dropdown-item {
    font-weight: 500;
}

.dropdown-item:hover {
    padding-left: 25px;

    color: #fff;
    background: #31348c;
}

.home-two .dropdown-item:hover {
    background: #0d9cea;
}

.rt-one-page-menu.homepage2 .dropdown-item:hover {
    background: #0d9cea;
}

.navbar-toggler-icon {
    display: block;

    width: 35px;
    height: 2px;
    margin-bottom: 6px;

    -webkit-transition: all .2s cubic-bezier(.445, .05, .55, .95);
    transition: all .2s cubic-bezier(.445, .05, .55, .95);

    background: #31348c;
}

.navbar-toggler-icon:nth-child(2) {
    width: 20px;
}

.home-two .navbar-toggler-icon {
    background: #fff;
}

.navbar-toggler:hover .navbar-toggler-icon:nth-child(2) {
    margin-left: 8px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px);
    -ms-transform: rotate(45deg) translateX(6px);
    transform: rotate(45deg) translateX(6px);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(2) {
    visibility: hidden;

    margin-left: -20px;

    opacity: 0;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(3) {
    width: 35px;

    -webkit-transform: rotate(-45deg) translate(10px, -4px);
    -ms-transform: rotate(-45deg) translate(10px, -4px);
    transform: rotate(-45deg) translate(10px, -4px);
}

.rt-site-header.rt-sticky-active .navbar-toggler-icon {
    background: #fff;
}

.site-header.rt-sticky-active .rt-one-page-menu.homepage2.whitenav ul>li.nav-item>a.nav-link {
    color: #8b8b8b;
}

.rt-one-page-menu ul>li.dropdown:after {
    font-family: 'icofont';

    position: absolute;
    top: 50%;
    right: -3px;

    content: '\ea99';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}

.site-header.rt-sticky-active .rt-one-page-menu ul>li.dropdown:after {
    right: -6px;
}

span.menu-title {
    font-size: 16px;
    font-weight: 500;

    display: block;

    padding: 5px 0;
    padding-left: 15px;

    text-transform: capitalize;

    color: #292d46;
    border-bottom: 1px dashed #666;
}

.rt-nav-dark.rt-one-page-menu ul>li.nav-item>a.nav-link {
    color: #3d404d;
}

.rt-nav-dark.rt-one-page-menu ul>li.nav-item>a.nav-link:hover {
    color: #0d9cea;
}

.rt-nav-dark.rt-one-page-menu ul>li.dropdown:after {
    color: #3d404d;
}

.rt-nav-dark.rt-one-page-menu ul>li.dropdown:hover:after {
    color: #0d9cea;
}

.rt-nav-dark.rt-one-page-menu .dropdown-item:hover {
    background: #0d9cea;
}

@media (max-width: 991.98px) {
    .home-two .navbar-nav {
        background: #0d9cea;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 15px;

        border-radius: 3px 3px 0 0;
        background: #31348c;
    }

    .navbar-nav {
        margin-top: 30px;
    }

    .rt-one-page-menu .dropdown-menu {
        height: 0;
    }

    .rt-one-page-menu ul>li.dropdown:hover>.dropdown-menu {
        height: auto;
    }

    .rt-one-page-menu ul>li.nav-item>a.nav-link {
        font-size: 14px;

        padding: 2px 0;
    }

    .rt-one-page-menu ul>li.nav-item>a.nav-link:after {
        display: none;
    }

    .homepage2 .navbar-nav {
        background-image: -webkit-gradient(linear, right top, left top, from(#27c2fd), to(#7f46ff));
        background-image: -webkit-linear-gradient(right, #27c2fd 0%, #7f46ff 100%);
        background-image: linear-gradient(-90deg, #27c2fd 0%, #7f46ff 100%);
    }

    .rt-one-page-menu ul>li.dropdown:after {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .rt-nav-dark.rt-one-page-menu ul>li.nav-item>a.nav-link {
        color: #fff;
    }

    .rt-nav-dark.rt-one-page-menu ul>li.nav-item>a.nav-link:hover {
        color: #fff;
    }

    .rt-nav-dark.rt-one-page-menu .navbar-nav,
    .rt-nav-dark.rt-one-page-menu .navbar-toggler-icon {
        background: #0d9cea;
    }
}

/*1.5 animation*/
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
}

/*1.6 acrodain*/
#accordion {
    position: relative;
    z-index: 6;
}

@media (max-width: 991.98px) {
    #accordion {
        margin-bottom: 30px;
    }
}

#accordion .card-header.card-primary {
    padding: 0;

    border: none;
    background: transparent;
}

#accordion .card {
    margin-bottom: 30px;
    padding: 30px;

    border-color: transparent;
    background-color: #fff;
    -webkit-box-shadow: 0 13px 117px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 13px 117px 0 rgba(0, 0, 0, .08);
}

#accordion .card:last-child {
    margin-bottom: 0;
}

#accordion .card-body {
    line-height: 26px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    color: #565872;
    border: none;
}

.card .card-header.card-primary button[aria-expanded='false'],
.card .card-header.card-primary button[aria-expanded='true'] {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;

    position: relative;

    display: block;

    text-align: left;
    text-decoration: none;

    color: #132150;
    border-radius: 0;
    background: #fff;
}

@media (max-width: 767.98px) {

    .card .card-header.card-primary button[aria-expanded='false'],
    .card .card-header.card-primary button[aria-expanded='true'] {
        font-size: 18px;
        line-height: 28px;
    }
}

.card .card-header.card-primary button[aria-expanded='true'] {
    color: #0d9cea;
    border-radius: 0;
    background: #fff;
}

.home-three .card .card-header.card-primary button[aria-expanded='true'] {
    color: #664df2;
}

.card .card-header.card-primary button[aria-expanded='false']:before {
    font-family: 'IcoFont';
    font-size: 20px;

    position: absolute;
    right: -10px;

    content: '\eab2';
}

@media (max-width: 767.98px) {
    .card .card-header.card-primary button[aria-expanded='false']:before {
        right: 0;
    }
}

.card .card-header.card-primary button[aria-expanded='true']:before {
    font-family: 'IcoFont';
    font-size: 20px;

    position: absolute;
    right: 15px;

    content: '\eaa1';

    color: #8543d6;
}

@media (max-width: 767.98px) {
    .card .card-header.card-primary button[aria-expanded='true']:before {
        right: 0;
    }
}

.card .card-header.card-primary button {
    display: block;

    width: 100%;

    border: none;
}

.card .card-header.card-primary button:after {
    border-radius: 5px;
}

.card .card-header.card-primary button:hover:after {
    border-radius: 5px;
}

/*2.0 Header Css*/
.rt-site-header {
    padding-top: 20px;
}

.rt-site-header .sticky-logo {
    display: none;
}

.rt-site-header .navbar {
    padding: 0 15px;
}

.rt-site-header.rt-sticky {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;
}

.rt-site-header.rt-sticky-active {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;

    width: 100%;
    padding: 10px 0;

    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .14);
}

@media (max-width: 991.98px) {
    .rt-site-header.rt-sticky-active.bsnav {
        padding: 20px 0;
    }
}

.rt-site-header.rt-sticky-active .brand-logo {
    display: none;
}

.rt-site-header.rt-sticky-active .sticky-logo {
    display: block;
}

.rt-site-header .rt-menu-tolls .rt-btn,
.rt-site-header .rt-menu-tolls .single-price-table .price-footer a,
.single-price-table .price-footer .rt-site-header .rt-menu-tolls a {
    margin-left: 20px;
}

.rt-site-header .rt-menu-tolls .rt-light,
.rt-site-header .rt-menu-tolls .rt-outline-light,
.rt-site-header .rt-menu-tolls .rt-secondary,
.rt-site-header .rt-menu-tolls .vp-pagination__style-default .vp-pagination__item>*,
.vp-pagination__style-default .rt-site-header .rt-menu-tolls .vp-pagination__item>*,
.rt-site-header .rt-menu-tolls .vp-filter__style-default .vp-filter__item.vp-filter__item-active>*,
.vp-filter__style-default .rt-site-header .rt-menu-tolls .vp-filter__item.vp-filter__item-active>*,
.rt-site-header .rt-menu-tolls .single-price-table.layout-two .price-footer a,
.single-price-table.layout-two .price-footer .rt-site-header .rt-menu-tolls a {
    padding: 14px 45px;

    color: #5b3dfb;
}

.rt-site-header .rt-menu-tolls .rt-light:hover,
.rt-site-header .rt-menu-tolls .rt-outline-light:hover,
.rt-site-header .rt-menu-tolls .rt-secondary:hover,
.rt-site-header .rt-menu-tolls .vp-pagination__style-default .vp-pagination__item> :hover,
.vp-pagination__style-default .rt-site-header .rt-menu-tolls .vp-pagination__item> :hover,
.rt-site-header .rt-menu-tolls .vp-filter__style-default .vp-filter__item.vp-filter__item-active> :hover,
.vp-filter__style-default .rt-site-header .rt-menu-tolls .vp-filter__item.vp-filter__item-active> :hover,
.rt-site-header .rt-menu-tolls .single-price-table.layout-two .price-footer a:hover,
.single-price-table.layout-two .price-footer .rt-site-header .rt-menu-tolls a:hover {
    color: #fff;
}

.rt-site-header .rt-menu-tolls .rt-outline-light,
.rt-site-header .rt-menu-tolls .rt-secondary,
.rt-site-header .rt-menu-tolls .vp-pagination__style-default .vp-pagination__item>*,
.vp-pagination__style-default .rt-site-header .rt-menu-tolls .vp-pagination__item>*,
.rt-site-header .rt-menu-tolls .vp-filter__style-default .vp-filter__item.vp-filter__item-active>*,
.vp-filter__style-default .rt-site-header .rt-menu-tolls .vp-filter__item.vp-filter__item-active>*,
.rt-site-header .rt-menu-tolls .single-price-table.layout-two .price-footer a,
.single-price-table.layout-two .price-footer .rt-site-header .rt-menu-tolls a {
    color: #fff;
}

.rt-site-header .rt-menu-tolls .rt-outline-light:hover {
    border-color: #0d9cea;
    background: #0d9cea;
}

@media (max-width: 991.98px) {
    .rt-site-header .rt-menu-tolls {
        display: none;
    }
}

.rt-site-header.home-one.rt-sticky-active {
    background-image: -webkit-linear-gradient(56deg, #5b3dfb 0%, #5237e2 100%);
    background-image: linear-gradient(34deg, #5b3dfb 0%, #5237e2 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.rt-site-header.home-two.rt-sticky-active {
    background-image: -webkit-linear-gradient(56deg, #0d9cea 0%, #0c8cd3 100%);
    background-image: linear-gradient(34deg, #0d9cea 0%, #0c8cd3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*2.1 blog Css*/
.blog-area {
    position: relative;

    padding-bottom: 100px;
}

.blog-area .rt-overlay {
    height: 100% !important;
}

@media (max-width: 767.98px) {
    .blog-area .spacer-100 {
        height: 0;
    }
}

.blog-style-1 {
    position: relative;

    overflow: hidden;

    margin-bottom: 30px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    border-radius: 5px;
    -webkit-box-shadow: 0 13px 117px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 13px 117px 0 rgba(0, 0, 0, .08);
}

.blog-style-1 .blog-thumb {
    display: block;
    overflow: hidden;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog-style-1 .blog-thumb img {
    -webkit-transition: all .64s ease-in-out;
    transition: all .64s ease-in-out;
}

.blog-style-1 .inner-content {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 30px;

    background-color: #fff;
}

.blog-style-1 .inner-content .blog-meta {
    margin-bottom: 12px;
}

.blog-style-1 .inner-content .blog-meta span {
    margin-right: 20px;
}

.blog-style-1 .inner-content .blog-meta span a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

    color: #c0c0c0;
}

.blog-style-1 .inner-content .blog-meta span a i {
    padding-right: 10px;

    color: #31348c;
}

.blog-style-1 .inner-content .blog-meta span:last-child {
    margin-right: 0;
}

.blog-style-1 .inner-content .blog-footer h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;

    margin: 0 0 0;

    word-break: break-word;

    color: #333540;
}

.blog-style-1 .inner-content .blog-footer h3 a {
    color: #333540;
}

.blog-style-1:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-style-1:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home-two .blog-style-1 .inner-content .blog-meta span a i {
    color: #0d9cea;
}

.home-three .blog-style-1 .inner-content .blog-meta span a i {
    color: #684ef6;
}

.blog-area2 {
    padding-top: 80px;
    padding-bottom: 60px;
}

@media (max-width: 991.98px) {
    .blog-area2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.blog-area3 {
    padding-top: 60px;
    padding-bottom: 130px;
}

@media (max-width: 767.98px) {
    .blog-area3 {
        padding-bottom: 40px;
    }
}

/*2.2 Banner Css*/
.rt-banner-area .single-rt-banner {
    position: relative;

    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .rt-banner-area .single-rt-banner.bg-hide-on-mobile {
        background-image: none !important;
    }
}

.rt-banner-area .single-rt-banner .rt-banner-content {
    padding-top: 292px;
}

@media (max-width: 1199.98px) {
    .rt-banner-area .single-rt-banner .rt-banner-content {
        padding-top: 220px;
    }
}

@media (max-width: 991.98px) {
    .rt-banner-area .single-rt-banner .rt-banner-content {
        padding-top: 150px;
        padding-bottom: 50px;
    }
}

.rt-banner-area .single-rt-banner .rt-banner-content h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;

    margin-bottom: 20px;
}

@media (max-width: 992.98px) {
    .rt-banner-area .single-rt-banner .rt-banner-content h1 {
        font-size: 50px;
        line-height: 62px;
    }
}

@media (max-width: 767.98px) {
    .rt-banner-area .single-rt-banner .rt-banner-content h1 {
        font-size: 40px;
        line-height: 52px;
    }
}

.rt-banner-area .single-rt-banner .rt-banner-content p {
    font-size: 20px;
    line-height: 36px;

    margin: 0 0 35px;
}

@media (max-width: 567.98px) {
    .rt-banner-area .single-rt-banner .rt-banner-content p {
        font-size: 18px;
        line-height: 35px;
        margin: 0 0 15px;
    }
}

.rt-banner-area .single-rt-banner .rt-banner-content .rt-btn,
.rt-banner-area .single-rt-banner .rt-banner-content .single-price-table .price-footer a,
.single-price-table .price-footer .rt-banner-area .single-rt-banner .rt-banner-content a {
    font-family: 'Open Sans', sans-serif;

    padding: 20px 37px;
}

@media (max-width: 767.98px) {

    .rt-banner-area .single-rt-banner .rt-banner-content .rt-btn,
    .rt-banner-area .single-rt-banner .rt-banner-content .single-price-table .price-footer a,
    .single-price-table .price-footer .rt-banner-area .single-rt-banner .rt-banner-content a {
        padding: 16px 37px;
    }
}

.rt-banner-area .single-rt-banner .banner-mockup-img {
    position: absolute;
    top: 130px;
    right: 130px;
}

@media (max-width: 1900px) {
    .rt-banner-area .single-rt-banner .banner-mockup-img {
        right: -40px;
    }
}

@media (max-width: 1600px) {
    .rt-banner-area .single-rt-banner .banner-mockup-img {
        right: -70px;

        width: 68%;
    }
}

@media (max-width: 991.98px) {
    .rt-banner-area .single-rt-banner .banner-mockup-img {
        display: none;
    }
}

.rt-banner-area .single-rt-banner .banner-mockup-img .rt-video-primary {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rt-banner-area .single-rt-banner.home-two .rt-banner-content {
    padding-top: 150px;
}

@media (max-width: 991.98px) {
    .rt-banner-area .single-rt-banner.home-two .rt-banner-content {
        padding: 0;
    }
}

.rt-banner-area .single-rt-banner.home-two .rt-banner-content h1 {
    font-size: 48px;
    line-height: 72px;

    color: #fff;
}

@media (max-width: 991.98px) {
    .rt-banner-area .single-rt-banner.home-two .rt-banner-content h1 {
        font-size: 40px;
        line-height: 62px;
    }
}

@media (max-width: 767.98px) {
    .rt-banner-area .single-rt-banner.home-two .rt-banner-content h1 {
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 567.98px) {
    .rt-banner-area .single-rt-banner.home-two .rt-banner-content h1 {
        font-size: 25px;
        line-height: 37px;
    }
}

.rt-banner-area .single-rt-banner.home-two .rt-banner-content p {
    margin: 0 0 20px;

    color: #fff;
}

.rt-banner-area .single-rt-banner.home-two .banner-mockup-img-2 {
    position: absolute;
    bottom: -200px;
    left: 50%;

    width: 100%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.rt-banner-area .single-rt-banner.home-two .banner-mockup-img-2 .rt-video-primary,
.rt-banner-area .single-rt-banner.home-two .banner-mockup-img-2 .rt-video-secondary {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .rt-banner-area .single-rt-banner.home-two .banner-mockup-img-2 {
        display: none;
    }
}

.rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
    position: absolute;
    bottom: 100px;
    left: 0;

    width: 100%;

    text-align: right;
}

@media (max-width: 1900px) {
    .rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
        left: 140px;
    }
}

@media (max-width: 1900px) {
    .rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
        left: 289px;
    }
}

@media (min-width: 1200px) {
    .rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
        left: 210px;
        bottom: 20px;
    }
}

@media (max-width: 1160.98px) {
    .rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
        /* display: none; */
        width: 80%;
        left: 450px;
        bottom: 170px;

    }
}

@media (max-width: 992.98px) {
    .rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
        /* display: none; */
        width: 70%;
        left: 250px;
        bottom: -80px;

    }
}

@media (max-width: 705.98px) {
    .rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
        /* display: none; */
        width: 70%;
        left: 180px;
        bottom: -50px;

    }
}

@media (max-width: 674.98px) {
    .rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
        bottom: -80px;
    }
}

@media (max-width: 576.98px) {
    .rt-banner-area .single-rt-banner.home-three .banner-mockup-img-3 {
        /* display: none; */
        width: 100%;
        left: 0px;
        bottom: -250px;
    }
}

@media (max-width: 576.98px) {
    .crm-features {
        margin-top: 250px;
    }
}

.rt-banner-area .single-rt-banner.home-three .rt-banner-content h1,
.rt-banner-area .single-rt-banner.home-three .rt-banner-content p {
    color: #000000;
}

.rt-banner-area .rt-banner-height {
    height: 1137px;
}

@media (max-width: 1199.98px) {
    .rt-banner-area .rt-banner-height {
        height: 900px;
    }
}

@media (max-width: 991.98px) {
    .rt-banner-area .rt-banner-height {
        height: auto;
    }
}

.rt-banner-area .rt-banner-height-2 {
    height: 878px;
}

@media (max-width: 991.98px) {
    .rt-banner-area .rt-banner-height-2 {
        height: 700px;

        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .rt-banner-area .rt-banner-height-2 {
        height: 550px;
    }
}

.rt-banner-area .rt-banner-height-3 {
    height: 878px;
}

@media (max-width: 991.98px) {
    .rt-banner-area .rt-banner-height-3 {
        height: 650px;
    }
}

@media (max-width: 767.98px) {
    .rt-banner-area .rt-banner-height-3 {
        height: 580px;
    }
}

.brads-area {
    margin-top: 100px;
}

@media (max-width: 767.98px) {
    .brads-area {
        margin-top: 20px;
    }
}

.banner-brands {
    margin-top: 20px;
}

@media (max-width: 991.98px) {
    .banner-brands {
        margin-bottom: 70px;
    }
}

.banner-brands h3 {
    font-size: 36px;
    line-height: 36px;

    margin-bottom: 35px;

    color: #132150;
}

@media (max-width: 767.98px) {
    .banner-brands h3 {
        font-size: 32px;
    }
}

.banner-brands .banner-brands-active .owl-item img {
    display: block;

    width: auto;
    margin-right: auto;
    margin-left: auto;
}

/*2.3 services css*/
.services-area.home-two {
    margin-top: 270px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .services-area.home-two {
        margin-top: 70px;
        margin-bottom: 20px;
    }
}

.services-area .rt-section-title {
    line-height: 60px;
}

.services-area .rt-section-wrapper {
    margin-bottom: 130px;
}

@media (max-width: 991.98px) {
    .services-area .rt-section-wrapper {
        margin-bottom: 50px;
    }
}

.services-block-1 {
    position: relative;
    z-index: 1;

    margin-bottom: 70px;
    padding-top: 70px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 40px;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 49px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 49px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .services-block-1.color_3 {
        margin-bottom: 35px;
    }
}

.services-block-1 .icon-thumb {
    font-size: 36px;
    line-height: 76px;

    position: absolute;
    top: -40px;
    left: 30px;

    width: 76px;
    height: 76px;

    text-align: center;

    color: #fff;
    border-radius: 50% 50% 4px;
    background-image: -webkit-linear-gradient(316deg, #d341f9 0%, #5b3dfe 100%);
    background-image: linear-gradient(134deg, #d341f9 0%, #5b3dfe 100%);
}

.services-block-1 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;

    margin: 8px 0 15px;
}

.services-block-1 p {
    margin: 0 0 0;
}

.services-block-1.color_2 .icon-thumb {
    background-image: -webkit-linear-gradient(316deg, #15f091 0%, #13d1a0 100%);
    background-image: linear-gradient(134deg, #15f091 0%, #13d1a0 100%);
}

.services-block-1.color_3 .icon-thumb {
    background-image: -webkit-linear-gradient(316deg, #ffb67c 0%, #ff8a49 100%);
    background-image: linear-gradient(134deg, #ffb67c 0%, #ff8a49 100%);
}

.services-block-3 {
    position: relative;
    z-index: 1;

    margin-bottom: 70px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 40px;

    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 49px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 49px 0 rgba(0, 0, 0, .1);
}

.services-block-3 .icon-thumb {
    font-size: 60px;

    margin-bottom: 34px;
}

.services-block-3 .icon-thumb i {
    background: -webkit-linear-gradient(316deg, #d341f9 0%, #5b3dfe 100%);
    background: linear-gradient(134deg, #d341f9 0%, #5b3dfe 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.services-block-3 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;

    margin: 8px 0 15px;
}

.services-block-3 p {
    margin: 0 0 0;
}

.services-block-3.color_2 {
    top: 30px;
}

@media (max-width: 991.98px) {
    .services-block-3.color_2 {
        top: 0;
    }
}

.services-block-3.color_2 .icon-thumb i {
    background: -webkit-linear-gradient(316deg, #15f091 0%, #13d1a0 100%);
    background: linear-gradient(134deg, #15f091 0%, #13d1a0 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.services-block-3.color_3 {
    top: 30px;
}

@media (max-width: 991.98px) {
    .services-block-3.color_3 {
        top: 0;
    }
}

.services-block-3.color_3 .icon-thumb i {
    background: -webkit-linear-gradient(316deg, #ffb67c 0%, #ff8a49 100%);
    background: linear-gradient(134deg, #ffb67c 0%, #ff8a49 100%);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

@media (max-width: 991.98px) {
    .services-block-3 {
        margin-bottom: 30px;
    }
}

.services-block2 {
    position: relative;

    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 991.98px) {
    .services-block2 {
        padding-right: 0;
        padding-left: 0;
    }
}

.services-block2 img {
    margin-bottom: 25px;
}

.services-block2 i {
    font-size: 25px;

    margin-bottom: 25px;

    color: #31e1a1;
}

.services-block2 h4 {
    font-size: 24px;
    font-weight: 600;

    margin: 0 0 20px;

    text-transform: capitalize;

    color: #30323d;
}

.services-block2 p {
    margin: 0 0 0;
}

.services-tag {
    position: relative;
}

@media (max-width: 991.98px) {
    .services-tag {
        display: none;
    }
}

.services-tag p a {
    font-size: 16px;
    font-weight: 600;

    display: inline-block;

    margin-right: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;

    color: #132150;
    border-radius: 999px;
    background-color: rgba(13, 156, 234, .2);
}

.services-tag p a span {
    display: inline-block;

    margin-right: 10px;
    padding: 0 30px;

    color: #fff;
    border-radius: 999px;
    background-color: #0d9cea;
}

.services-tag p span {
    font-size: 14px;

    color: #717584;
}

.services-area.home-three {
    padding-top: 60px;
}

@media (max-width: 767.98px) {
    .services-area.home-three {
        padding-top: 0;
    }
}

.services-block-4 {
    position: relative;
    z-index: 1;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 224px;
    margin-bottom: 30px;
    padding: 30px;

    color: #fff;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(124deg, #d341f9 0%, #5b3dfe 100%);
    background-image: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services-block-4:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .36s cubic-bezier(.47, 0, .745, .715);
    transition: all .36s cubic-bezier(.47, 0, .745, .715);

    opacity: 0;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(56deg, #d341f9 0%, #5b3dfe 100%);
    background-image: linear-gradient(34deg, #d341f9 0%, #5b3dfe 100%);
}

.services-block-4 .icon-thumb {
    font-size: 50px;

    margin-bottom: 20px;
}

.services-block-4 .icon-thumb img {
    height: 50px;
}

.services-block-4 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;

    margin: 0 0 0;

    color: #fff;
}

.services-block-4:hover:after {
    visibility: visible;

    opacity: 1;
}

.services-block-4:hover .icon-thumb img {
    -webkit-animation: zoomIn 700ms ease-in-out;
    animation: zoomIn 700ms ease-in-out;
}

.services-block-4.clr_1 {
    left: 30px;
}

@media (max-width: 1199.98px) {
    .services-block-4.clr_1 {
        left: 0;
    }
}

.services-block-4.clr_2 {
    top: 30px;
    left: 30px;

    background-image: -webkit-linear-gradient(124deg, #ffb67c 0%, #ff8a49 100%);
    background-image: linear-gradient(-34deg, #ffb67c 0%, #ff8a49 100%);
}

@media (max-width: 1199.98px) {
    .services-block-4.clr_2 {
        top: 0;
        left: 0;
    }
}

.services-block-4.clr_2:after {
    background-image: -webkit-linear-gradient(56deg, #ffb67c 0%, #ff8a49 100%);
    background-image: linear-gradient(34deg, #ffb67c 0%, #ff8a49 100%);
}

.services-block-4.clr_3 {
    background-image: -webkit-linear-gradient(124deg, #ff6a8c 0%, #f83160 100%);
    background-image: linear-gradient(-34deg, #ff6a8c 0%, #f83160 100%);
}

.services-block-4.clr_3:after {
    background-image: -webkit-linear-gradient(94deg, #ff6a8c 0%, #f83160 100%);
    background-image: linear-gradient(-4deg, #ff6a8c 0%, #f83160 100%);
}

.services-block-4.clr_4 {
    top: 30px;

    background-image: -webkit-linear-gradient(124deg, #53c4ff 0%, #1873f5 100%);
    background-image: linear-gradient(-34deg, #53c4ff 0%, #1873f5 100%);
}

@media (max-width: 1199.98px) {
    .services-block-4.clr_4 {
        top: 0;
    }
}

.services-block-4.clr_4:after {
    background-image: -webkit-linear-gradient(56deg, #53c4ff 0%, #1873f5 100%);
    background-image: linear-gradient(34deg, #53c4ff 0%, #1873f5 100%);
}

/*2.4 calltoaction css*/
.callto-action_1,
.callto-action_2 {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 145px;
    padding-right: 30px;
    padding-left: 50px;

    border: 1px solid #1bd56b;
    border-radius: 15px;
    background-color: rgba(24, 229, 129, .051);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {

    .callto-action_1,
    .callto-action_2 {
        flex-direction: column;

        height: auto;
        padding: 30px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
}

.callto-action_1 h4,
.callto-action_2 h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;

    margin: 0 0 0;

    color: #1a2855;
}

.callto-action_1 h4 span,
.callto-action_2 h4 span {
    font-weight: 600;

    color: #3d70eb;
}

@media (max-width: 991.98px) {

    .callto-action_1 h4,
    .callto-action_2 h4 {
        margin: 0 0 20px;
    }
}

@media (max-width: 767.98px) {

    .callto-action_1 h4,
    .callto-action_2 h4 {
        font-size: 24px;
    }
}

.callto-action_1 .rt-btn,
.callto-action_2 .rt-btn,
.callto-action_1 .single-price-table .price-footer a,
.single-price-table .price-footer .callto-action_1 a,
.callto-action_2 .single-price-table .price-footer a,
.single-price-table .price-footer .callto-action_2 a {
    font-family: 'Open Sans', sans-serif;
}

.callto-action_2 {
    height: 228px;

    border: none;
    border-radius: 20px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(317deg, #53c4ff 0%, #1873f5 100%);
    background-image: linear-gradient(133deg, #53c4ff 0%, #1873f5 100%);
}

@media (max-width: 991.98px) {
    .callto-action_2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.callto-action_2 .rt-light {
    color: #664df2;
}

.callto-action_2 h4 {
    font-weight: 600;

    color: #fff;
}

.callto-action_2.mt-minnus {
    margin-top: -100px;
    margin-bottom: 80px;
}

/*2.5 feature css*/
.feature-area,
.blog-area,
.dashbporad-area {
    position: relative;

    padding-top: 150px;
}

@media (max-width: 991.98px) {

    .feature-area,
    .blog-area,
    .dashbporad-area {
        padding: 100px 0;
    }
}

@media (max-width: 767.98px) {

    .feature-area,
    .blog-area,
    .dashbporad-area {
        padding: 58px 0;
    }
}

.feature-area .rt-overlay,
.blog-area .rt-overlay,
.dashbporad-area .rt-overlay {
    position: absolute;
    top: 0;
    left: -58px;

    width: 100vw;
    height: calc(100% - 200px);

    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);

    border-top-right-radius: 350px;
    border-bottom-right-radius: 350px;
    background-color: #f3f3f9;
}

@media (max-width: 991.98px) {

    .feature-area .rt-overlay,
    .blog-area .rt-overlay,
    .dashbporad-area .rt-overlay {
        left: 0;

        height: 100%;

        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);

        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.feature-area .rt-design-elmnts,
.blog-area .rt-design-elmnts,
.dashbporad-area .rt-design-elmnts {
    position: absolute;
    z-index: 1;

    border-radius: 50%;
}

@media (max-width: 991.98px) {

    .feature-area .rt-design-elmnts,
    .blog-area .rt-design-elmnts,
    .dashbporad-area .rt-design-elmnts {
        display: none;
    }
}

.feature-area .rt-design-elmnts.one,
.blog-area .rt-design-elmnts.one,
.dashbporad-area .rt-design-elmnts.one {
    top: -140px;
    left: -212px;

    width: 400px;
    height: 400px;
    background-color: #8543d6;
}

.feature-area .rt-design-elmnts.two,
.blog-area .rt-design-elmnts.two,
.dashbporad-area .rt-design-elmnts.two {
    line-height: 45px;

    right: 25%;

    width: 45px;
    height: 45px;

    background-color: #eea634;
}

.feature-area .rt-design-elmnts.three,
.blog-area .rt-design-elmnts.three,
.dashbporad-area .rt-design-elmnts.three {
    line-height: 324px;

    top: 50%;
    right: 100px;

    width: 324px;
    height: 324px;

    background-color: #346bf0;
}

.rt-round-icon-tabs {
    text-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .rt-round-icon-tabs {
        margin-bottom: 30px;
    }
}

.rt-round-icon-tabs li.nav-item .nav-link {
    font-size: 35px;
    line-height: 100px;

    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;

    color: #c5c7cf;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 991.98px) {
    .rt-round-icon-tabs li.nav-item .nav-link {
        font-size: 20px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767.98px) {
    .rt-round-icon-tabs li.nav-item .nav-link {
        font-size: 16px;
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}

.rt-round-icon-tabs li.nav-item .nav-link.active {
    color: #fff;
    background-color: #31e1a1;
}

.rt-round-icon-tabs li.nav-item span {
    font-size: 18px;
    font-weight: 600;

    display: block;

    margin-top: 10px;

    color: #132150;
}

#rttaboneContent img {
    position: relative;
    z-index: 5;

    -webkit-animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-bottom .6s cubic-bezier(.39, .575, .565, 1) both;
}

.dashbporad-area {
    padding-top: 0;
    padding-bottom: 120px;
}

.dashbporad-area .rt-overlay {
    height: 100%;
}

.dashbporad-area .rt-design-elmnts.two {
    top: 100px;
}

@media (max-width: 767.98px) {
    .dashbporad-area {
        padding: 58px 0 28px;
    }
}

.promo-data-area {
    position: relative;

    padding-bottom: 250px;
}

.promo-data-area .promo-shape {
    position: absolute;
    top: -200px;
    left: 0;

    width: 100%;
    height: 800px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

@media (max-width: 991.98px) {
    .promo-data-area .promo-shape {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .promo-data-text .rt-section-title {
        line-height: 56px;
    }
}

.promo-data-text p {
    margin: 0 0 35px;
}

.promo-data-text .rt-btn,
.promo-data-text .single-price-table .price-footer a,
.single-price-table .price-footer .promo-data-text a {
    padding: 18px 67px;
}

@media (max-width: 767.98px) {

    .promo-data-text .rt-btn,
    .promo-data-text .single-price-table .price-footer a,
    .single-price-table .price-footer .promo-data-text a {
        padding: 16px 37px;
    }
}

.dashbord-carosel-active .owl-item img {
    position: relative;
    z-index: 5;
}

.promo-data-area3 {
    padding-top: 60px;
}

@media (max-width: 767.98px) {
    .promo-data-area3 {
        padding-top: 30px;
    }
}

.home-two-feature {
    position: relative;

    height: 1024px;

    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 991.98px) {
    .home-two-feature {
        height: auto;
        padding-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .home-two-feature {
        background-size: cover;
    }
}

.home-two-feature .counter-box {
    position: static;

    margin-top: -180px;
    margin-bottom: 100px;
}

@media (max-width: 991.98px) {
    .home-two-feature .counter-box {
        margin-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .home-two-feature .counter-box {
        margin-top: 0;
        margin-bottom: 40px;
        padding-top: 70px;
    }
}

.home-two-feature .rt-section-wrapper {
    margin-bottom: 75px;
}

@media (max-width: 991.98px) {
    .home-two-feature .rt-section-wrapper {
        margin-bottom: 70px;
    }
}

.home-two-feature .rt-section-wrapper .rt-section-title,
.home-two-feature .rt-section-wrapper p {
    color: #fff;
}

@media (max-width: 767.98px) {
    .home-two-feature .services-block2 {
        padding: 30px;

        border-radius: 5px;
        background: #fff;
    }
}

.app-interface {
    padding: 80px 0;

    background-image: -webkit-linear-gradient(317deg, #53c4ff 0%, #1873f5 100%);
    background-image: linear-gradient(133deg, #53c4ff 0%, #1873f5 100%);
}

@media (max-width: 767.98px) {
    .app-interface {
        padding: 80px 0;
    }
}

.interface-active {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .interface-active {
        margin-top: 40px;
    }
}

.interface-active .owl-item img {
    display: block;

    width: auto;
    margin-right: auto;
    margin-left: auto;
}

.interface-active .owl-item .single-interface img {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    opacity: .50;
}

.interface-active .owl-item.center .single-interface img {
    opacity: 1;
}

/*2.6 counter css*/
.counter-box {
    position: relative;
    z-index: 5;
    top: -140px;

    padding-top: 65px;
    padding-bottom: 40px;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 196px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 196px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .counter-box {
        position: static;

        padding-top: 0;
        padding-bottom: 20px;

        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.single-counter {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .single-counter {
        padding-top: 65px;
        padding-bottom: 40px;

        border-radius: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 196px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 0 196px 0 rgba(0, 0, 0, .1);
    }
}

.single-counter h5 {
    font-size: 90px;
    font-weight: 400;

    position: relative;

    display: inline-block;

    margin: 0 0 15px;
    padding: 0 0 15px;

    color: #132150;
}

.single-counter h5:after {
    position: absolute;
    bottom: 5px;
    left: 50%;

    width: 70px;
    height: 2px;

    content: '';
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background: #31e1a1;
}

@media (max-width: 991.98px) {
    .single-counter h5 {
        font-size: 60px;
    }
}

.single-counter h6 {
    font-size: 16px;

    margin: 0 0 0;

    color: #717584;
}

/*2.7 testimonials css*/
.testimonials-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.testimonials-active .owl-item {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 767.98px) {
    .testimonials-active .owl-item {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .testimonials-area {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        background-image: none !important;
    }

}

.single-testimonials {
    margin-right: 100px;
    margin-left: 100px;
    padding-top: 80px;
    padding-right: 100px;
    padding-bottom: 47px;
    padding-left: 100px;

    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 49px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 49px 0 rgba(0, 0, 0, .1);
}

@media (max-width: 1600px) {
    .single-testimonials {
        margin-right: 50px;
        margin-left: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767.98px) {
    .single-testimonials {
        margin-right: 0;
        margin-left: 0;

        -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .03);
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .03);
    }
}

.single-testimonials .author-thumb {
    position: absolute;
    z-index: 5;
    top: -40px;
    left: 50%;

    width: 80px;
    height: 80px;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-testimonials .testi-content {
    margin: 0 0 20px;
}

.single-testimonials .testi-content p {
    font-size: 30px;
    font-style: italic;
    line-height: 48px;

    color: #132150;
}

@media (max-width: 767.98px) {
    .single-testimonials .testi-content p {
        font-size: 24px;
        line-height: 38px;
    }
}

.single-testimonials .testi-bio h5 {
    font-size: 18px;
    font-weight: 600;

    text-transform: capitalize;

    color: #30323d;
}

.single-testimonials .testi-bio h6 {
    font-size: 16px;
    font-weight: 400;

    color: #717584;
}

.tesimonial2-active .owl-item img {
    width: auto;
}

.tesimonial2-active .owl-item .single-testimonials-box {
    margin-left: 50px;
}

@media (max-width: 767.98px) {
    .tesimonial2-active .owl-item .single-testimonials-box {
        margin-right: 50px;
    }
}

.single-testimonials-box {
    position: relative;

    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    /* padding-left: 70px; */
    padding-left: 35px;

    border-radius: 10px;
    background-color: #fff;
}

.single-testimonials-box .clinet-thumb {
    line-height: 76px;

    position: absolute;
    left: -30px;

    width: 76px;
    height: 76px;

    border-radius: 50%;
}

.single-testimonials-box p {
    color: #717584;
}

.single-testimonials-box .client-bio {
    margin-top: 18px;
}

.single-testimonials-box .client-bio h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;

    margin: 0 0 10px;

    color: #132150;
}

.single-testimonials-box .client-bio h6 {
    font-size: 16px;
    line-height: 16px;

    margin: 0 0 0;

    color: #717584;
}

.tesimonial2-active.has-sahdow .single-testimonials-box {
    margin-top: 40px;
    margin-bottom: 40px;

    -webkit-box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .02);
    box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .02);
}

.testimonials3-area {
    position: relative;
    z-index: 1;

    margin-top: 80px;
    padding: 80px 0 0;
}

@media (max-width: 767.98px) {
    .testimonials3-area {
        margin-top: 40px;
        padding-top: 70px;
    }
}

.testimonials3-area:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 460px;

    content: '';
    content: '';

    background-image: -webkit-linear-gradient(317deg, #53c4ff 0%, #1873f5 100%);
    background-image: linear-gradient(133deg, #53c4ff 0%, #1873f5 100%);
}

@media (max-width: 767.98px) {
    .testimonials3-area:after {
        height: 100%;
    }
}

/*2.8 price css*/
.single-price-table {
    position: relative;
    z-index: 1;

    overflow: hidden;

    margin-bottom: 30px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.single-price-table .price-design-elemnts {
    position: absolute;

    visibility: hidden;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    opacity: 0;
    border-radius: 50%;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    filter: alpha(opacity=0);
}

.single-price-table .price-design-elemnts.one {
    line-height: 145px;

    top: -30px;
    left: -50px;

    width: 145px;
    height: 145px;

    background-color: #346bf0;
}

.single-price-table .price-design-elemnts.two {
    line-height: 86px;

    bottom: 60px;
    left: -30px;

    width: 86px;
    height: 86px;

    background-color: #eea634;
}

.single-price-table .price-design-elemnts.three {
    line-height: 145px;

    right: -50px;
    bottom: -30px;

    width: 145px;
    height: 145px;

    background-color: #8543d6;
}

.single-price-table .price-design-elemnts.four {
    line-height: 44px;

    top: 50px;
    right: 50px;

    width: 44px;
    height: 44px;

    background-color: #31e1a1;
}

.single-price-table .price-header {
    padding-top: 40px;
    padding-bottom: 40px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fbfbfb;
}

.single-price-table .price-header span.package-title {
    font-size: 30px;
    font-weight: 600;

    display: block;

    margin-bottom: 30px;

    color: #132150;
}

.single-price-table .price-header span.package-amount {
    font-size: 60px;
    font-weight: 600;

    color: #684ef6;
}

.single-price-table .price-header span.package-amount span {
    font-weight: 400;

    color: #494a54;
}

.single-price-table .price-header span.package-amount span:nth-child(1) {
    font-size: 34px;
}

.single-price-table .price-header span.package-amount span:nth-child(2) {
    font-size: 18px;
}

.single-price-table .price-body {
    padding-top: 40px;
    padding-bottom: 30px;
}

.single-price-table .price-body ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.single-price-table .price-body ul li {
    display: block;

    padding: 0 0 8px;
}

.single-price-table .price-body ul li:last-child {
    padding-bottom: 0;
}

.single-price-table .price-footer {
    padding-bottom: 40px;
}

.single-price-table .price-footer a {
    padding: 16px 48px;

    text-transform: uppercase;
}

.single-price-table:hover,
.single-price-table.active {
    background-color: #31348c;
}

.single-price-table:hover .price-header,
.single-price-table.active .price-header {
    background-color: #31348c;
}

.single-price-table:hover .price-header span.package-title,
.single-price-table:hover .price-header span.package-amount,
.single-price-table.active .price-header span.package-title,
.single-price-table.active .price-header span.package-amount {
    color: #fff;
}

.single-price-table:hover .price-header span.package-amount span,
.single-price-table.active .price-header span.package-amount span {
    color: #fff;
}

.single-price-table:hover .price-body ul li,
.single-price-table.active .price-body ul li {
    color: #fff;
}

.single-price-table:hover .price-design-elemnts,
.single-price-table.active .price-design-elemnts {
    visibility: visible;

    opacity: 1;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    filter: alpha(opacity=100);
}

.single-price-table:hover .price-design-elemnts.one,
.single-price-table:hover .price-design-elemnts.three,
.single-price-table.active .price-design-elemnts.one,
.single-price-table.active .price-design-elemnts.three {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-animation: zoomIn 400ms ease-in-out;
    animation: zoomIn 400ms ease-in-out;
}

.single-price-table:hover .price-design-elemnts.two,
.single-price-table:hover .price-design-elemnts.four,
.single-price-table.active .price-design-elemnts.two,
.single-price-table.active .price-design-elemnts.four {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-animation: zoomIn 400ms ease-in-out;
    animation: zoomIn 400ms ease-in-out;
}

.single-price-table.layout-two .price-header span.package-amount {
    color: #0d9ce8;
}

.single-price-table.layout-two:hover,
.single-price-table.layout-two.active {
    background-color: transparent;
    background-image: -webkit-linear-gradient(177deg, #8a8aec 0%, #b6d2f9 100%);
    background-image: linear-gradient(-87deg, #8a8aec 0%, #b6d2f9 100%);
}

.single-price-table.layout-two:hover .price-header,
.single-price-table.layout-two.active .price-header {
    background-color: transparent;
    background-image: -webkit-linear-gradient(177deg, #8a8aec 0%, #b6d2f9 100%);
    background-image: linear-gradient(-87deg, #8a8aec 0%, #b6d2f9 100%);
}

.single-price-table.layout-two:hover .price-header span.package-amount,
.single-price-table.layout-two.active .price-header span.package-amount {
    color: #fff;
}

.single-price-table.layout-three .price-footer a {
    border-radius: 999px;
}

.single-price-table.layout-three .price-footer a:after {
    border-radius: 999px;
}

.single-price-table.layout-three .price-header span.package-amount {
    color: #684ef6;
}

.single-price-table.layout-three:hover,
.single-price-table.layout-three.active {
    background-color: transparent;
    background-image: -webkit-gradient(linear, right top, left top, from(#2923e6), to(#6b69fb));
    background-image: -webkit-linear-gradient(right, #2923e6, #6b69fb);
    background-image: linear-gradient(to left, #2923e6, #6b69fb);
}

.single-price-table.layout-three:hover .price-header,
.single-price-table.layout-three.active .price-header {
    background-color: transparent;
    background-image: -webkit-gradient(linear, right top, left top, from(#2923e6), to(#6b69fb));
    background-image: -webkit-linear-gradient(right, #2923e6, #6b69fb);
    background-image: linear-gradient(to left, #2923e6, #6b69fb);
}

.single-price-table.layout-three:hover .price-header span.package-amount,
.single-price-table.layout-three.active .price-header span.package-amount {
    color: #fff;
}

@media (max-width: 991.98px) {
    .price-space.spacer-150 {
        height: 70px;
    }
}

@media (max-width: 991.98px) {
    .price-area.home-two .spacer-80 {
        height: 40pxs;
    }
}

/*2.9 contact css*/
.design-box {
    position: relative;
    z-index: 4;

    overflow: hidden;

    padding: 50px;

    border-radius: 10px;
    background-color: #31348c;
}

.design-box .box-design-elemnts {
    position: absolute;
    z-index: 2;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    border-radius: 50%;
}

.design-box .box-design-elemnts.one {
    line-height: 145px;

    top: -30px;
    left: -50px;

    width: 145px;
    height: 145px;

    background-color: #346bf0;
}

.design-box .box-design-elemnts.two {
    line-height: 86px;

    bottom: 60px;
    left: -30px;

    width: 86px;
    height: 86px;

    background-color: #eea634;
}

.design-box .box-design-elemnts.three {
    line-height: 145px;

    right: -50px;
    bottom: -30px;

    width: 145px;
    height: 145px;

    background-color: #8543d6;
}

.design-box .box-design-elemnts.four {
    line-height: 44px;

    top: 50px;
    right: 50px;

    width: 44px;
    height: 44px;

    background-color: #31e1a1;
}

.design-box [type='color'],
.design-box [type='date'],
.design-box [type='datetime'],
.design-box [type='datetime-local'],
.design-box [type='email'],
.design-box [type='month'],
.design-box [type='number'],
.design-box [type='password'],
.design-box [type='search'],
.design-box [type='tel'],
.design-box [type='text'],
.design-box [type='time'],
.design-box [type='url'],
.design-box [type='week'],
.design-box input:not([type]),
.design-box textarea,
.design-box .from-control {
    position: relative;
    z-index: 5;

    height: 60px;

    color: #fff;
    border: transparent;
    border-bottom: 1px solid #cacace;
    background: transparent;
}

.design-box [type='color']::-webkit-input-placeholder,
.design-box [type='date']::-webkit-input-placeholder,
.design-box [type='datetime']::-webkit-input-placeholder,
.design-box [type='datetime-local']::-webkit-input-placeholder,
.design-box [type='email']::-webkit-input-placeholder,
.design-box [type='month']::-webkit-input-placeholder,
.design-box [type='number']::-webkit-input-placeholder,
.design-box [type='password']::-webkit-input-placeholder,
.design-box [type='search']::-webkit-input-placeholder,
.design-box [type='tel']::-webkit-input-placeholder,
.design-box [type='text']::-webkit-input-placeholder,
.design-box [type='time']::-webkit-input-placeholder,
.design-box [type='url']::-webkit-input-placeholder,
.design-box [type='week']::-webkit-input-placeholder,
.design-box input:not([type])::-webkit-input-placeholder,
.design-box textarea::-webkit-input-placeholder,
.design-box .from-control::-webkit-input-placeholder {
    color: #cacace;
}

.design-box [type='color']::-moz-placeholder,
.design-box [type='date']::-moz-placeholder,
.design-box [type='datetime']::-moz-placeholder,
.design-box [type='datetime-local']::-moz-placeholder,
.design-box [type='email']::-moz-placeholder,
.design-box [type='month']::-moz-placeholder,
.design-box [type='number']::-moz-placeholder,
.design-box [type='password']::-moz-placeholder,
.design-box [type='search']::-moz-placeholder,
.design-box [type='tel']::-moz-placeholder,
.design-box [type='text']::-moz-placeholder,
.design-box [type='time']::-moz-placeholder,
.design-box [type='url']::-moz-placeholder,
.design-box [type='week']::-moz-placeholder,
.design-box input:not([type])::-moz-placeholder,
.design-box textarea::-moz-placeholder,
.design-box .from-control::-moz-placeholder {
    color: #cacace;
}

.design-box [type='color']::-ms-input-placeholder,
.design-box [type='date']::-ms-input-placeholder,
.design-box [type='datetime']::-ms-input-placeholder,
.design-box [type='datetime-local']::-ms-input-placeholder,
.design-box [type='email']::-ms-input-placeholder,
.design-box [type='month']::-ms-input-placeholder,
.design-box [type='number']::-ms-input-placeholder,
.design-box [type='password']::-ms-input-placeholder,
.design-box [type='search']::-ms-input-placeholder,
.design-box [type='tel']::-ms-input-placeholder,
.design-box [type='text']::-ms-input-placeholder,
.design-box [type='time']::-ms-input-placeholder,
.design-box [type='url']::-ms-input-placeholder,
.design-box [type='week']::-ms-input-placeholder,
.design-box input:not([type])::-ms-input-placeholder,
.design-box textarea::-ms-input-placeholder,
.design-box .from-control::-ms-input-placeholder {
    color: #cacace;
}

.design-box [type='color']::placeholder,
.design-box [type='date']::placeholder,
.design-box [type='datetime']::placeholder,
.design-box [type='datetime-local']::placeholder,
.design-box [type='email']::placeholder,
.design-box [type='month']::placeholder,
.design-box [type='number']::placeholder,
.design-box [type='password']::placeholder,
.design-box [type='search']::placeholder,
.design-box [type='tel']::placeholder,
.design-box [type='text']::placeholder,
.design-box [type='time']::placeholder,
.design-box [type='url']::placeholder,
.design-box [type='week']::placeholder,
.design-box input:not([type])::placeholder,
.design-box textarea::placeholder,
.design-box .from-control::placeholder {
    color: #cacace;
}

.design-box [type='color']:focus,
.design-box [type='date']:focus,
.design-box [type='datetime']:focus,
.design-box [type='datetime-local']:focus,
.design-box [type='email']:focus,
.design-box [type='month']:focus,
.design-box [type='number']:focus,
.design-box [type='password']:focus,
.design-box [type='search']:focus,
.design-box [type='tel']:focus,
.design-box [type='text']:focus,
.design-box [type='time']:focus,
.design-box [type='url']:focus,
.design-box [type='week']:focus,
.design-box input:not([type]):focus,
.design-box textarea:focus,
.design-box .from-control:focus {
    border-color: #fff !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.design-box textarea {
    height: 90px !important;
    padding-top: 30px;
}

.design-box input[type='submit'] {
    font-size: 16px;
    font-weight: 700;

    margin-top: 40px;

    text-transform: uppercase;

    border: transparent;
}

.design-box input[type='submit']:focus {
    outline: none;
}

.design-box h4 {
    font-size: 36px;
    font-weight: 600;

    position: relative;
    z-index: 5;

    text-transform: capitalize;

    color: #fff;
}

.design-box.style-two {
    background-color: transparent;
    background-image: -webkit-linear-gradient(177deg, #8a8aec 0%, #b6d2f9 100%);
    background-image: linear-gradient(-87deg, #8a8aec 0%, #b6d2f9 100%);
}

.design-box.style-two [type='color'],
.design-box.style-two [type='date'],
.design-box.style-two [type='datetime'],
.design-box.style-two [type='datetime-local'],
.design-box.style-two [type='email'],
.design-box.style-two [type='month'],
.design-box.style-two [type='number'],
.design-box.style-two [type='password'],
.design-box.style-two [type='search'],
.design-box.style-two [type='tel'],
.design-box.style-two [type='text'],
.design-box.style-two [type='time'],
.design-box.style-two [type='url'],
.design-box.style-two [type='week'],
.design-box.style-two input:not([type]),
.design-box.style-two textarea,
.design-box.style-two .from-control {
    color: #fff;
    border-color: #fff;
}

.design-box.style-two [type='color']::-webkit-input-placeholder,
.design-box.style-two [type='date']::-webkit-input-placeholder,
.design-box.style-two [type='datetime']::-webkit-input-placeholder,
.design-box.style-two [type='datetime-local']::-webkit-input-placeholder,
.design-box.style-two [type='email']::-webkit-input-placeholder,
.design-box.style-two [type='month']::-webkit-input-placeholder,
.design-box.style-two [type='number']::-webkit-input-placeholder,
.design-box.style-two [type='password']::-webkit-input-placeholder,
.design-box.style-two [type='search']::-webkit-input-placeholder,
.design-box.style-two [type='tel']::-webkit-input-placeholder,
.design-box.style-two [type='text']::-webkit-input-placeholder,
.design-box.style-two [type='time']::-webkit-input-placeholder,
.design-box.style-two [type='url']::-webkit-input-placeholder,
.design-box.style-two [type='week']::-webkit-input-placeholder,
.design-box.style-two input:not([type])::-webkit-input-placeholder,
.design-box.style-two textarea::-webkit-input-placeholder,
.design-box.style-two .from-control::-webkit-input-placeholder {
    color: #fff;
}

.design-box.style-two [type='color']::-moz-placeholder,
.design-box.style-two [type='date']::-moz-placeholder,
.design-box.style-two [type='datetime']::-moz-placeholder,
.design-box.style-two [type='datetime-local']::-moz-placeholder,
.design-box.style-two [type='email']::-moz-placeholder,
.design-box.style-two [type='month']::-moz-placeholder,
.design-box.style-two [type='number']::-moz-placeholder,
.design-box.style-two [type='password']::-moz-placeholder,
.design-box.style-two [type='search']::-moz-placeholder,
.design-box.style-two [type='tel']::-moz-placeholder,
.design-box.style-two [type='text']::-moz-placeholder,
.design-box.style-two [type='time']::-moz-placeholder,
.design-box.style-two [type='url']::-moz-placeholder,
.design-box.style-two [type='week']::-moz-placeholder,
.design-box.style-two input:not([type])::-moz-placeholder,
.design-box.style-two textarea::-moz-placeholder,
.design-box.style-two .from-control::-moz-placeholder {
    color: #fff;
}

.design-box.style-two [type='color']::-ms-input-placeholder,
.design-box.style-two [type='date']::-ms-input-placeholder,
.design-box.style-two [type='datetime']::-ms-input-placeholder,
.design-box.style-two [type='datetime-local']::-ms-input-placeholder,
.design-box.style-two [type='email']::-ms-input-placeholder,
.design-box.style-two [type='month']::-ms-input-placeholder,
.design-box.style-two [type='number']::-ms-input-placeholder,
.design-box.style-two [type='password']::-ms-input-placeholder,
.design-box.style-two [type='search']::-ms-input-placeholder,
.design-box.style-two [type='tel']::-ms-input-placeholder,
.design-box.style-two [type='text']::-ms-input-placeholder,
.design-box.style-two [type='time']::-ms-input-placeholder,
.design-box.style-two [type='url']::-ms-input-placeholder,
.design-box.style-two [type='week']::-ms-input-placeholder,
.design-box.style-two input:not([type])::-ms-input-placeholder,
.design-box.style-two textarea::-ms-input-placeholder,
.design-box.style-two .from-control::-ms-input-placeholder {
    color: #fff;
}

.design-box.style-two [type='color']::placeholder,
.design-box.style-two [type='date']::placeholder,
.design-box.style-two [type='datetime']::placeholder,
.design-box.style-two [type='datetime-local']::placeholder,
.design-box.style-two [type='email']::placeholder,
.design-box.style-two [type='month']::placeholder,
.design-box.style-two [type='number']::placeholder,
.design-box.style-two [type='password']::placeholder,
.design-box.style-two [type='search']::placeholder,
.design-box.style-two [type='tel']::placeholder,
.design-box.style-two [type='text']::placeholder,
.design-box.style-two [type='time']::placeholder,
.design-box.style-two [type='url']::placeholder,
.design-box.style-two [type='week']::placeholder,
.design-box.style-two input:not([type])::placeholder,
.design-box.style-two textarea::placeholder,
.design-box.style-two .from-control::placeholder {
    color: #fff;
}

.design-box.style-three {
    background-color: transparent;
    background-image: -webkit-linear-gradient(327deg, #2923e6 0%, #6b69fb 100%);
    background-image: linear-gradient(123deg, #2923e6 0%, #6b69fb 100%);
}

.design-box.style-three [type='color'],
.design-box.style-three [type='date'],
.design-box.style-three [type='datetime'],
.design-box.style-three [type='datetime-local'],
.design-box.style-three [type='email'],
.design-box.style-three [type='month'],
.design-box.style-three [type='number'],
.design-box.style-three [type='password'],
.design-box.style-three [type='search'],
.design-box.style-three [type='tel'],
.design-box.style-three [type='text'],
.design-box.style-three [type='time'],
.design-box.style-three [type='url'],
.design-box.style-three [type='week'],
.design-box.style-three input:not([type]),
.design-box.style-three textarea,
.design-box.style-three .from-control {
    color: #fff;
    border-color: #fff;
}

.design-box.style-three [type='color']::-webkit-input-placeholder,
.design-box.style-three [type='date']::-webkit-input-placeholder,
.design-box.style-three [type='datetime']::-webkit-input-placeholder,
.design-box.style-three [type='datetime-local']::-webkit-input-placeholder,
.design-box.style-three [type='email']::-webkit-input-placeholder,
.design-box.style-three [type='month']::-webkit-input-placeholder,
.design-box.style-three [type='number']::-webkit-input-placeholder,
.design-box.style-three [type='password']::-webkit-input-placeholder,
.design-box.style-three [type='search']::-webkit-input-placeholder,
.design-box.style-three [type='tel']::-webkit-input-placeholder,
.design-box.style-three [type='text']::-webkit-input-placeholder,
.design-box.style-three [type='time']::-webkit-input-placeholder,
.design-box.style-three [type='url']::-webkit-input-placeholder,
.design-box.style-three [type='week']::-webkit-input-placeholder,
.design-box.style-three input:not([type])::-webkit-input-placeholder,
.design-box.style-three textarea::-webkit-input-placeholder,
.design-box.style-three .from-control::-webkit-input-placeholder {
    color: #fff;
}

.design-box.style-three [type='color']::-moz-placeholder,
.design-box.style-three [type='date']::-moz-placeholder,
.design-box.style-three [type='datetime']::-moz-placeholder,
.design-box.style-three [type='datetime-local']::-moz-placeholder,
.design-box.style-three [type='email']::-moz-placeholder,
.design-box.style-three [type='month']::-moz-placeholder,
.design-box.style-three [type='number']::-moz-placeholder,
.design-box.style-three [type='password']::-moz-placeholder,
.design-box.style-three [type='search']::-moz-placeholder,
.design-box.style-three [type='tel']::-moz-placeholder,
.design-box.style-three [type='text']::-moz-placeholder,
.design-box.style-three [type='time']::-moz-placeholder,
.design-box.style-three [type='url']::-moz-placeholder,
.design-box.style-three [type='week']::-moz-placeholder,
.design-box.style-three input:not([type])::-moz-placeholder,
.design-box.style-three textarea::-moz-placeholder,
.design-box.style-three .from-control::-moz-placeholder {
    color: #fff;
}

.design-box.style-three [type='color']::-ms-input-placeholder,
.design-box.style-three [type='date']::-ms-input-placeholder,
.design-box.style-three [type='datetime']::-ms-input-placeholder,
.design-box.style-three [type='datetime-local']::-ms-input-placeholder,
.design-box.style-three [type='email']::-ms-input-placeholder,
.design-box.style-three [type='month']::-ms-input-placeholder,
.design-box.style-three [type='number']::-ms-input-placeholder,
.design-box.style-three [type='password']::-ms-input-placeholder,
.design-box.style-three [type='search']::-ms-input-placeholder,
.design-box.style-three [type='tel']::-ms-input-placeholder,
.design-box.style-three [type='text']::-ms-input-placeholder,
.design-box.style-three [type='time']::-ms-input-placeholder,
.design-box.style-three [type='url']::-ms-input-placeholder,
.design-box.style-three [type='week']::-ms-input-placeholder,
.design-box.style-three input:not([type])::-ms-input-placeholder,
.design-box.style-three textarea::-ms-input-placeholder,
.design-box.style-three .from-control::-ms-input-placeholder {
    color: #fff;
}

.design-box.style-three [type='color']::placeholder,
.design-box.style-three [type='date']::placeholder,
.design-box.style-three [type='datetime']::placeholder,
.design-box.style-three [type='datetime-local']::placeholder,
.design-box.style-three [type='email']::placeholder,
.design-box.style-three [type='month']::placeholder,
.design-box.style-three [type='number']::placeholder,
.design-box.style-three [type='password']::placeholder,
.design-box.style-three [type='search']::placeholder,
.design-box.style-three [type='tel']::placeholder,
.design-box.style-three [type='text']::placeholder,
.design-box.style-three [type='time']::placeholder,
.design-box.style-three [type='url']::placeholder,
.design-box.style-three [type='week']::placeholder,
.design-box.style-three input:not([type])::placeholder,
.design-box.style-three textarea::placeholder,
.design-box.style-three .from-control::placeholder {
    color: #fff;
}

.design-box.style-three .rt-light {
    color: #664df2;
}

/*2.10 dwnld_area css*/
.dwlond-area {
    position: relative;

    margin-bottom: 300px;
}

@media (max-width: 1600px) {
    .dwlond-area {
        margin-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .dwlond-area {
        margin-bottom: 40px;
        padding: 80px 0;
    }
}

@media (max-width: 767.98px) {
    .dwlond-area {
        background-image: -webkit-gradient(linear, right top, left top, from(#31348c), to(#336aed));
        background-image: -webkit-linear-gradient(right, #31348c, #336aed);
        background-image: linear-gradient(to left, #31348c, #336aed);
    }
}

.dwlond-area .shape-voverlay {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .dwlond-area .shape-voverlay {
        display: none;
    }
}

.dwlond-area .rt-section-title-wrapper {
    position: relative;
    z-index: 2;
    top: 230px;
}

@media (max-width: 1600px) {
    .dwlond-area .rt-section-title-wrapper {
        top: 100px;
    }
}

@media (max-width: 767.98px) {
    .dwlond-area .rt-section-title-wrapper {
        position: static;
    }
}

.dwlond-area .rt-section-title-wrapper .rt-section-title {
    line-height: 56px;

    margin-bottom: 30px;

    color: #fff;
}

@media (max-width: 767.98px) {
    .dwlond-area .rt-section-title-wrapper .rt-section-title {
        font-size: 24px;
        line-height: 32px;
    }
}

.dwlond-area .rt-section-title-wrapper .rt-btn,
.dwlond-area .rt-section-title-wrapper .single-price-table .price-footer a,
.single-price-table .price-footer .dwlond-area .rt-section-title-wrapper a {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {

    .dwlond-area .rt-section-title-wrapper .rt-btn,
    .dwlond-area .rt-section-title-wrapper .single-price-table .price-footer a,
    .single-price-table .price-footer .dwlond-area .rt-section-title-wrapper a {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .dwlond-area .rt-section-title-wrapper .dnld-mockup-img {
        display: none;
    }
}

.dwlond-area.home-two {
    margin-bottom: 550px;
}

@media (max-width: 1600px) {
    .dwlond-area.home-two {
        margin-bottom: 400px;
    }
}

@media (max-width: 1199.98px) {
    .dwlond-area.home-two {
        margin-bottom: 300px;
    }
}

@media (max-width: 991.98px) {
    .dwlond-area.home-two {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .dwlond-area.home-two {
        background-image: -webkit-linear-gradient(56deg, #0d9cea 0%, #0c8cd3 100%);
        background-image: linear-gradient(34deg, #0d9cea 0%, #0c8cd3 100%);
    }
}

@media (max-width: 991.98px) {
    .dwlond-area.home-two .shape-voverlay {
        position: static;
    }
}

.dwlond-area.home-two .rt-section-title-wrapper {
    top: 180px;
}

@media (max-width: 1600px) {
    .dwlond-area.home-two .rt-section-title-wrapper {
        top: 80px;
    }
}

@media (max-width: 1199.98px) {
    .dwlond-area.home-two .rt-section-title-wrapper {
        top: 40px;
    }
}

@media (max-width: 991.98px) {
    .dwlond-area.home-two .rt-section-title-wrapper {
        position: absolute;
        left: 0;

        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .dwlond-area.home-two .rt-section-title-wrapper {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .dwlond-area.home-two .rt-section-title-wrapper .rt-section-title {
        font-size: 36px;
        line-height: 46px;
    }
}

.combain-area .faq-section {
    position: relative;
}

.combain-area .faq-section .faq-bg {
    position: absolute;
    top: -37px;
    left: 0;

    width: 100%;
    height: 1374px;

    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.combain-area .faq-section #accordion {
    margin-top: 60px;
}

.combain-area .middle-section {
    margin-top: 140px;
    margin-bottom: 90px;
}

@media (max-width: 991.98px) {
    .combain-area .middle-section {
        margin-bottom: 30px;
    }
}

/*2.11 breadcump css*/
.breadcump-area {
    margin-bottom: 165px;
}

@media (max-width: 767.98px) {
    .breadcump-area {
        margin-bottom: 70px;
    }
}

.breadcump-area .bread-cumb-content {
    padding-top: 230px;
}

@media (max-width: 991.98px) {
    .breadcump-area .bread-cumb-content {
        padding-top: 200px;
    }
}

.breadcump-area .bread-cumb-content h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;

    margin: 0 0 15px;

    color: #132150;
}

@media (max-width: 767.98px) {
    .breadcump-area .bread-cumb-content h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

.breadcump-area .breadcrumb {
    margin: 0;
    padding: 0;

    background: transparent;
}

.breadcump-area .breadcrumb li {
    font-size: 20px;
    font-weight: 400;

    margin-right: 14px;

    color: #717584;
}

.breadcump-area .breadcrumb li:last-child {
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .breadcump-area .breadcrumb li {
        font-size: 18px;
    }
}

.breadcump-area .breadcrumb li.active {
    font-weight: 600;

    color: #0d9cea;
}

.breadcump-area .breadcrumb li a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    color: #717584;
}

.breadcump-area .breadcrumb li a:hover {
    color: #0d9cea;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 14px;

    color: #717584;
}

.page-banner-height {
    height: 800px;
}

@media (max-width: 991.98px) {
    .page-banner-height {
        height: 450px;
    }
}

.pagination.rt-paganation {
    padding-top: 25px;
}

@media (max-width: 767.98px) {
    .pagination.rt-paganation {
        padding-top: 10px;
    }
}

.pagination.rt-paganation li.page-item {
    margin-right: 10px;
}

.pagination.rt-paganation li.page-item:last-child {
    margin-right: 0;
}

.pagination.rt-paganation li.page-item.active .page-link {
    color: #fff;
    border-color: transparent;
    background-image: -webkit-linear-gradient(124deg, #d341f9 0%, #5b3dfe 100%);
    background-image: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);
}

.pagination.rt-paganation li.page-item.active .page-link:hover {
    color: #fff;
}

.pagination.rt-paganation li.page-item .page-link {
    font-size: 18px;
    line-height: 37px;

    width: 37px;
    height: 37px;
    padding: 0;

    text-align: center;

    color: #333;
    border-color: #e6e6e6;
    border-radius: 1px;
    background: #fff;
}

.pagination.rt-paganation li.page-item .page-link:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(124deg, #d341f9 0%, #5b3dfe 100%);
    background-image: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);
}

.pagination.rt-paganation li.page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*2.12 wp_blog css*/
.single-blg-post {
    position: relative;

    margin-bottom: 30px;
}

.single-blg-post .post-thumbnail {
    display: block;
}

.single-blg-post .post-thumbnail img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single-blg-post .entry-content {
    padding-top: 23px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 50px;

    border: 1px solid #e6e6e6;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.single-blg-post .entry-content .entry-header .entry-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;

    margin: 0 0 10px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    word-break: break-word;

    color: #132150;
}

.single-blg-post .entry-content .entry-header .entry-title a {
    color: #132150;
}

.single-blg-post .entry-content .entry-header .entry-title a:hover {
    color: #0d9cea;
}

.single-blg-post .entry-content .entry-header .entry-meta {
    margin-bottom: 5px;
}

.single-blg-post .entry-content .entry-header .entry-meta span {
    font-size: 14px;

    display: inline-block;

    margin-right: 27px;
}

.single-blg-post .entry-content .entry-header .entry-meta span a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    color: #c0c0c0;
}

.single-blg-post .entry-content .entry-header .entry-meta span a i {
    padding-right: 5px;

    color: #31348c;
}

.single-blg-post .entry-content .entry-header .entry-meta span a:hover {
    color: #0d9cea;
}

.single-blg-post .entry-content .entry-header .entry-meta span a:hover i {
    color: #0d9cea;
}

.single-blg-post .entry-content .entry-header .entry-meta span:last-child {
    margin-right: 0;
}

.single-blg-post .entry-content p {
    font-size: 16px;
    line-height: 26px;

    color: #717584;
}

.single-blg-post .entry-content .entry-footer {
    margin-top: 22px;
}

@media (max-width: 991.98px) {
    .sidebar-group {
        margin-top: 30px;
    }
}

.sidebar-group.extra-margin1 {
    padding-left: 100px;
}

@media (max-width: 991.98px) {
    .sidebar-group.extra-margin1 {
        padding-left: 0;
    }
}

.sidebar-group.extra-margin2 {
    padding-left: 50px;
}

@media (max-width: 991.98px) {
    .sidebar-group.extra-margin2 {
        padding-left: 0;
    }
}

.widget {
    margin: 0 0 30px;
    padding-top: 34px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 40px;

    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

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

.widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;

    position: relative;
    z-index: 1;

    margin: 0 0 0;
    padding: 0 0 25px;

    text-transform: capitalize;

    color: #132150;
}

.widget select {
    font-family: 'Poppins', sans-serifs;
    font-weight: 500;

    display: block;

    width: 100%;
    padding: 1em;

    border: 1px solid #ccc;
}

.widget select:focus {
    outline: none;
}

.widget.widget_search .btn {
    font-size: 18px;

    padding-right: 15px;
    padding-left: 15px;
}

.widget.widget_search .form-control:focus {
    border-color: #0d9cea !important;
}

.widget.widget_add {
    padding: 0;

    border: none;
}

.widget .widget-title:empty {
    margin: 0;
}

.widget>ul,
.widget .menu-header-menu-container ul {
    margin-left: 0;
    padding-left: 0;

    list-style: outside none none;
}

.widget>ul>li,
.widget .menu-header-menu-container ul>li {
    line-height: 1.42857;

    margin: 0 0 5px;
    padding: 9px 0 0;

    color: #717584;
}

.widget>ul:not(.children):not(.sub-menu)>li:last-child,
.widget .menu-header-menu-container ul:not(.children):not(.sub-menu)>li:last-child {
    margin: 0;
    padding: 9px 0 10px;

    border-bottom: 1px solid transparent;
}

.widget>ul.children,
.widget>ul.sub-menu,
.widget .menu-header-menu-container ul.children,
.widget .menu-header-menu-container ul.sub-menu {
    margin: 9px 0 0;
}

.widget>ul.children li,
.widget>ul.sub-menu li,
.widget .menu-header-menu-container ul.children li,
.widget .menu-header-menu-container ul.sub-menu li {
    position: relative;

    margin: 0 0 10px 15px;
}

.widget>ul.children li:before,
.widget>ul.sub-menu li:before,
.widget .menu-header-menu-container ul.children li:before,
.widget .menu-header-menu-container ul.sub-menu li:before {
    position: absolute;
    top: 17px;
    left: -15px;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #31e1a1;
}

.widget>ul li>a,
.widget .menu-header-menu-container ul li>a {
    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;
    text-decoration: none;

    color: #717584;
}

.widget>ul li>a:hover,
.widget>ul li>a:focus,
.widget .menu-header-menu-container ul li>a:hover,
.widget .menu-header-menu-container ul li>a:focus {
    text-decoration: none;

    color: #31e1a1;
}

/* Calendar widget */
.site-footer .widget_calendar {
    padding: 0;

    border-width: 0;
    background-color: transparent;
}

.widget.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;

    padding: 0;

    text-align: center;
}

.widget_calendar caption {
    font-weight: bold;

    margin: 0 0 10px;
}

.widget_calendar tbody a {
    font-weight: bold;

    display: block;

    color: #fff;
    background-color: #31e1a1;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    text-decoration: none;

    color: #fff;
    background-color: #717584;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
    font-size: 13px;

    display: block;

    margin-top: 3px;
}

/* Recent Comments widget */
.widget_recent_comments ul li {
    font-size: 13px;
}

.widget_recent_comments ul li .comment-author-link {
    line-height: 1.42857;
}

.widget_recent_comments ul li .comment-author-link a {
    font-size: 13px;

    display: inline !important;

    margin-top: 0 !important;

    text-decoration: underline;

    color: #a7a7b3;
}

.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
    text-decoration: underline;

    color: #757579;
}

.widget_recent_comments ul li a {
    font-size: 14px;

    display: block !important;

    margin-top: 3px !important;
}

/* RSS widget */
.widget_rss .rsswidget img {
    margin-top: -3px;
    margin-right: 3px;
}

.widget_rss ul li .rsswidget {
    font-weight: bold;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-size: 13px;

    display: block;

    margin: 5px 0 0;
}

.widget_rss .rssSummary {
    margin: 5px 0 0;
}

/* Tag Cloud widget */
.site-footer .widget_tag_cloud {
    padding: 0;

    text-align: center;

    border-width: 0;
    background-color: transparent;
}

.tagcloud .tag-cloud-link {
    font-size: 14px;
    line-height: 1;

    display: inline-block;

    margin: 0 5px 10px 0;
    padding: 6px 12px 8px;

    color: #717584;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus {
    text-decoration: none;

    color: #fff;
    border-color: 1px solid #31e1a1;
    outline: 0;
    background-color: #31e1a1;
}

.instra-item {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    border-radius: 3px;
}

.instra-item img {
    -webkit-transition: all .64s ease-in-out;
    transition: all .64s ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    border-radius: 3px;
}

.instra-item:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    border-radius: 3px;
    background: rgba(0, 0, 0, 0);
}

.instra-item .instra-hover {
    position: absolute;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.instra-item .instra-hover i {
    font-size: 30px;

    z-index: 2;

    visibility: hidden;

    opacity: 0;
    color: #fff;
}

.instra-item:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.instra-item:hover:after {
    background: rgba(0, 0, 0, .5);
}

.instra-item:hover .instra-hover i {
    visibility: visible;

    -webkit-animation: zoomIn 400ms ease-in-out;
    animation: zoomIn 400ms ease-in-out;

    opacity: 1;
}

#instragramslider_active .owl-dots {
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#instragramslider_active .owl-dot {
    display: inline-block;

    width: 7px;
    height: 7px;
    margin: 0 7px;

    -webkit-transition: all .19s cubic-bezier(.47, 0, .745, .715);
    transition: all .19s cubic-bezier(.47, 0, .745, .715);

    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}

#instragramslider_active .owl-dot.active {
    -webkit-animation: pulseservices23 .8s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulseservices23 .8s infinite cubic-bezier(.66, 0, 0, 1);

    border: 1px solid #31e1a1;
    border-radius: 50%;
    background: #31e1a1;
    -webkit-box-shadow: 0 0 0 0 rgba(49, 225, 161, .6);
    box-shadow: 0 0 0 0 rgba(49, 225, 161, .6);
}

@-webkit-keyframes pulseservices23 {
    to {
        -webkit-box-shadow: 0 0 0 8px rgba(49, 225, 161, 0);
        box-shadow: 0 0 0 8px rgba(49, 225, 161, 0);
    }
}

@keyframes pulseservices23 {
    to {
        -webkit-box-shadow: 0 0 0 8px rgba(49, 225, 161, 0);
        box-shadow: 0 0 0 8px rgba(49, 225, 161, 0);
    }
}

.widget.widget_social_media ul {
    margin: 0;
    padding: 0;

    text-align: left;
}

.widget.widget_social_media ul li {
    display: inline-block;

    margin: 0 !important;
    padding: 0 !important;

    border: none;
}

.widget.widget_social_media ul li a {
    font-size: 36px;
    line-height: 36px;

    display: inline-block;

    margin-right: 15px;

    color: #0d9cea;
}

.widget.widget_social_media ul li a.facebook {
    color: #3667ed;
}

.widget.widget_social_media ul li a.facebook:hover {
    color: #1f55eb;
}

.widget.widget_social_media ul li a.twitter {
    color: #369eff;
}

.widget.widget_social_media ul li a.twitter:hover {
    color: #1d92ff;
}

.widget.widget_social_media ul li a.g-pluse {
    color: #ff364e;
}

.widget.widget_social_media ul li a.g-pluse:hover {
    color: #ff1d38;
}

.widget.widget_social_media ul li a.instra {
    color: #5b3dfe;
}

.widget.widget_social_media ul li a.instra:hover {
    color: #4624fe;
}

.widget.widget_social_media ul li a:last-child a {
    margin-right: 0;

    border-bottom: none !important;
}

.widget.widget_authour_bio .author-bio-data {
    font-size: 14px;
    line-height: 24px;

    text-align: center;
}

.widget.widget_authour_bio .author-bio-data .img-thumbnail {
    border-width: 3px;
    border-color: #31e1a1;
}

.widget.widget_authour_bio .author-social ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.widget.widget_authour_bio .author-social ul li {
    display: inline-block;
}

.widget.widget_authour_bio .author-social ul li a {
    display: block;

    margin: 0 5px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    color: #999;
}

.widget.widget_authour_bio .author-social ul li a:hover {
    color: #31e1a1;
}

.widget.widget_authour_bio .author-social ul li a:first-child {
    margin-left: 0;
}

.widget.widget_categories ul li {
    position: relative;
}

.widget.widget_categories ul li:after {
    font-family: icofont;

    position: absolute;
    top: 50%;
    left: 0;

    margin-top: 2px;

    content: '\ef35';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #0d9cea;
}

.widget.widget_categories ul li a {
    padding-left: 20px;
}

/* Recent Posts */
.rt-widget-recent-posts ul {
    margin: 0;
    padding: 0;
}

.rt-widget-recent-posts ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 15px;
}

.rt-widget-recent-posts ul li a {
    margin: 0;
}

.rt-widget-recent-posts ul li img {
    display: block;

    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;

    -o-object-fit: cover;
    object-fit: cover;
}

.rt-widget-recent-posts ul li .widget-posts-descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: auto;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rt-widget-recent-posts ul li .widget-posts-descr .title {
    font-family: 'Poppins', sans-serifs;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;

    display: block;

    margin: 0;
    margin-top: 0;

    text-decoration: none;

    color: #30323d;
    border: 0;
}

.rt-widget-recent-posts ul li .widget-posts-descr .title:hover {
    color: #31e1a1;
}

.rt-widget-recent-posts ul li .widget-posts-descr .date {
    font-size: 14px;

    display: block;

    margin-top: 5px;

    color: #797e82;
}

/* Flickr Widget */
.rt_flickr_widget ul,
.rt_instagram_widget ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    list-style-type: none;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rt_flickr_widget ul li,
.rt_instagram_widget ul li {
    position: relative;

    display: block;

    width: 33.3%;
    padding: 5px;
}

.rt_flickr_widget ul li:after,
.rt_instagram_widget ul li:after {
    display: block;

    padding-bottom: 100%;

    content: '';
}

.rt_flickr_widget ul li a,
.rt_instagram_widget ul li a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: auto;
    padding: 0;
}

.rt_flickr_widget ul li a img,
.rt_instagram_widget ul li a img {
    display: block;

    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.rt_flickr_widget ul li a video,
.rt_instagram_widget ul li a video {
    display: block;

    max-width: 100%;
    height: auto;
}

.rt_flickr_widget ul li a .hover,
.rt_instagram_widget ul li a .hover {
    font-size: 20px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 100%;

    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-align: center;

    opacity: 0;
    color: #fff;
    background: rgba(0, 0, 0, .75);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rt_flickr_widget ul li a .hover i,
.rt_instagram_widget ul li a .hover i,
.rt_flickr_widget ul li a .hover .fa,
.rt_instagram_widget ul li a .hover .fa,
.rt_flickr_widget ul li a .hover .fab,
.rt_instagram_widget ul li a .hover .fab {
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);

    opacity: .30;
}

.rt_flickr_widget ul li a:hover .hover,
.rt_instagram_widget ul li a:hover .hover {
    opacity: 1;
}

.rt_flickr_widget ul li a:hover .hover i,
.rt_instagram_widget ul li a:hover .hover i,
.rt_flickr_widget ul li a:hover .hover .fa,
.rt_instagram_widget ul li a:hover .hover .fa,
.rt_flickr_widget ul li a:hover .hover .fab,
.rt_instagram_widget ul li a:hover .hover .fab {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
}

/* Instagram Widget */
.comments-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;

    padding: 40px 0 40px;
}

ul.cmnts-parent {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;

    list-style: none;
}

ul.cmnts-parent::after {
    display: table;
    clear: both;

    content: '';
}

ul.cmnts-parent li>ul.cmnt-childreeen {
    padding-left: 100px;
}

ul.cmnts-parent li>ul.cmnt-childreeen>li:nth-child(even) {
    padding-left: 150px;
}

.single-comments {
    display: block;

    margin-bottom: 15px;
}

.single-comments::after {
    display: table;
    clear: both;

    content: '';
}

.single-comments:last-child {
    margin-bottom: 0;
}

.cmnts-thumb {
    float: left;

    width: 20%;
    padding-right: 15px;
}

.cmnts-text {
    float: left;

    width: 80%;
}

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

.cmnts-text h5 {
    font-family: 'Poppins', sans-serifs;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;

    padding: 0 0 4px;

    text-transform: capitalize;

    color: #40424c;
}

.cmnts-text h5 span {
    font-weight: 400;

    padding-left: 15px;

    text-transform: lowercase;

    color: #ccc;
}

.cmnts-text p {
    font-size: 14px;
    line-height: 24px;
}

a.cmnt-link-share {
    font-weight: 700;

    display: block;

    margin: 0 0 10px;

    text-transform: capitalize;

    color: #0d9cea;
}

a.cmnt-link-share:hover {
    color: #0a7cba;
}

a.cmnt-link-share i.fa {
    padding-right: 7px;
}

.cmnt-childreeen {
    overflow: hidden;
}

.cmnt-childreeen li {
    padding-top: 20px;
}

.comments--box h3.commetns-title,
.leave-a-replay-box h3.commetns-title {
    font-family: 'Poppins', sans-serifs;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;

    margin: 0 0 10px;

    text-transform: capitalize;

    color: #132150;
}

.comments--box p,
.leave-a-replay-box p {
    margin: 0 0 40px;
}

.comments--box [type='color'],
.comments--box [type='date'],
.comments--box [type='datetime'],
.comments--box [type='datetime-local'],
.comments--box [type='email'],
.comments--box [type='month'],
.comments--box [type='number'],
.comments--box [type='password'],
.comments--box [type='search'],
.comments--box [type='tel'],
.comments--box [type='text'],
.comments--box [type='time'],
.comments--box [type='url'],
.comments--box [type='week'],
.comments--box input:not([type]),
.comments--box textarea,
.leave-a-replay-box [type='color'],
.leave-a-replay-box [type='date'],
.leave-a-replay-box [type='datetime'],
.leave-a-replay-box [type='datetime-local'],
.leave-a-replay-box [type='email'],
.leave-a-replay-box [type='month'],
.leave-a-replay-box [type='number'],
.leave-a-replay-box [type='password'],
.leave-a-replay-box [type='search'],
.leave-a-replay-box [type='tel'],
.leave-a-replay-box [type='text'],
.leave-a-replay-box [type='time'],
.leave-a-replay-box [type='url'],
.leave-a-replay-box [type='week'],
.leave-a-replay-box input:not([type]),
.leave-a-replay-box textarea {
    height: 56px;
    margin-bottom: 30px;
    padding-left: 30px;

    -webkit-transition: all .24s ease-in-out;
    transition: all .24s ease-in-out;

    border: 1px solid transparent;
    background: #f5f5f5;
}

.comments--box [type='color']:focus,
.comments--box [type='date']:focus,
.comments--box [type='datetime']:focus,
.comments--box [type='datetime-local']:focus,
.comments--box [type='email']:focus,
.comments--box [type='month']:focus,
.comments--box [type='number']:focus,
.comments--box [type='password']:focus,
.comments--box [type='search']:focus,
.comments--box [type='tel']:focus,
.comments--box [type='text']:focus,
.comments--box [type='time']:focus,
.comments--box [type='url']:focus,
.comments--box [type='week']:focus,
.comments--box input:not([type]):focus,
.comments--box textarea:focus,
.leave-a-replay-box [type='color']:focus,
.leave-a-replay-box [type='date']:focus,
.leave-a-replay-box [type='datetime']:focus,
.leave-a-replay-box [type='datetime-local']:focus,
.leave-a-replay-box [type='email']:focus,
.leave-a-replay-box [type='month']:focus,
.leave-a-replay-box [type='number']:focus,
.leave-a-replay-box [type='password']:focus,
.leave-a-replay-box [type='search']:focus,
.leave-a-replay-box [type='tel']:focus,
.leave-a-replay-box [type='text']:focus,
.leave-a-replay-box [type='time']:focus,
.leave-a-replay-box [type='url']:focus,
.leave-a-replay-box [type='week']:focus,
.leave-a-replay-box input:not([type]):focus,
.leave-a-replay-box textarea:focus {
    border: 1px solid #0d9cea !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comments--box [type='color']::-webkit-input-placeholder,
.comments--box [type='date']::-webkit-input-placeholder,
.comments--box [type='datetime']::-webkit-input-placeholder,
.comments--box [type='datetime-local']::-webkit-input-placeholder,
.comments--box [type='email']::-webkit-input-placeholder,
.comments--box [type='month']::-webkit-input-placeholder,
.comments--box [type='number']::-webkit-input-placeholder,
.comments--box [type='password']::-webkit-input-placeholder,
.comments--box [type='search']::-webkit-input-placeholder,
.comments--box [type='tel']::-webkit-input-placeholder,
.comments--box [type='text']::-webkit-input-placeholder,
.comments--box [type='time']::-webkit-input-placeholder,
.comments--box [type='url']::-webkit-input-placeholder,
.comments--box [type='week']::-webkit-input-placeholder,
.comments--box input:not([type])::-webkit-input-placeholder,
.comments--box textarea::-webkit-input-placeholder,
.leave-a-replay-box [type='color']::-webkit-input-placeholder,
.leave-a-replay-box [type='date']::-webkit-input-placeholder,
.leave-a-replay-box [type='datetime']::-webkit-input-placeholder,
.leave-a-replay-box [type='datetime-local']::-webkit-input-placeholder,
.leave-a-replay-box [type='email']::-webkit-input-placeholder,
.leave-a-replay-box [type='month']::-webkit-input-placeholder,
.leave-a-replay-box [type='number']::-webkit-input-placeholder,
.leave-a-replay-box [type='password']::-webkit-input-placeholder,
.leave-a-replay-box [type='search']::-webkit-input-placeholder,
.leave-a-replay-box [type='tel']::-webkit-input-placeholder,
.leave-a-replay-box [type='text']::-webkit-input-placeholder,
.leave-a-replay-box [type='time']::-webkit-input-placeholder,
.leave-a-replay-box [type='url']::-webkit-input-placeholder,
.leave-a-replay-box [type='week']::-webkit-input-placeholder,
.leave-a-replay-box input:not([type])::-webkit-input-placeholder,
.leave-a-replay-box textarea::-webkit-input-placeholder {
    font-size: 14px;

    text-transform: capitalize;

    color: #8a8592;
}

.comments--box [type='color']::-moz-placeholder,
.comments--box [type='date']::-moz-placeholder,
.comments--box [type='datetime']::-moz-placeholder,
.comments--box [type='datetime-local']::-moz-placeholder,
.comments--box [type='email']::-moz-placeholder,
.comments--box [type='month']::-moz-placeholder,
.comments--box [type='number']::-moz-placeholder,
.comments--box [type='password']::-moz-placeholder,
.comments--box [type='search']::-moz-placeholder,
.comments--box [type='tel']::-moz-placeholder,
.comments--box [type='text']::-moz-placeholder,
.comments--box [type='time']::-moz-placeholder,
.comments--box [type='url']::-moz-placeholder,
.comments--box [type='week']::-moz-placeholder,
.comments--box input:not([type])::-moz-placeholder,
.comments--box textarea::-moz-placeholder,
.leave-a-replay-box [type='color']::-moz-placeholder,
.leave-a-replay-box [type='date']::-moz-placeholder,
.leave-a-replay-box [type='datetime']::-moz-placeholder,
.leave-a-replay-box [type='datetime-local']::-moz-placeholder,
.leave-a-replay-box [type='email']::-moz-placeholder,
.leave-a-replay-box [type='month']::-moz-placeholder,
.leave-a-replay-box [type='number']::-moz-placeholder,
.leave-a-replay-box [type='password']::-moz-placeholder,
.leave-a-replay-box [type='search']::-moz-placeholder,
.leave-a-replay-box [type='tel']::-moz-placeholder,
.leave-a-replay-box [type='text']::-moz-placeholder,
.leave-a-replay-box [type='time']::-moz-placeholder,
.leave-a-replay-box [type='url']::-moz-placeholder,
.leave-a-replay-box [type='week']::-moz-placeholder,
.leave-a-replay-box input:not([type])::-moz-placeholder,
.leave-a-replay-box textarea::-moz-placeholder {
    font-size: 14px;

    text-transform: capitalize;

    color: #8a8592;
}

.comments--box [type='color']::-ms-input-placeholder,
.comments--box [type='date']::-ms-input-placeholder,
.comments--box [type='datetime']::-ms-input-placeholder,
.comments--box [type='datetime-local']::-ms-input-placeholder,
.comments--box [type='email']::-ms-input-placeholder,
.comments--box [type='month']::-ms-input-placeholder,
.comments--box [type='number']::-ms-input-placeholder,
.comments--box [type='password']::-ms-input-placeholder,
.comments--box [type='search']::-ms-input-placeholder,
.comments--box [type='tel']::-ms-input-placeholder,
.comments--box [type='text']::-ms-input-placeholder,
.comments--box [type='time']::-ms-input-placeholder,
.comments--box [type='url']::-ms-input-placeholder,
.comments--box [type='week']::-ms-input-placeholder,
.comments--box input:not([type])::-ms-input-placeholder,
.comments--box textarea::-ms-input-placeholder,
.leave-a-replay-box [type='color']::-ms-input-placeholder,
.leave-a-replay-box [type='date']::-ms-input-placeholder,
.leave-a-replay-box [type='datetime']::-ms-input-placeholder,
.leave-a-replay-box [type='datetime-local']::-ms-input-placeholder,
.leave-a-replay-box [type='email']::-ms-input-placeholder,
.leave-a-replay-box [type='month']::-ms-input-placeholder,
.leave-a-replay-box [type='number']::-ms-input-placeholder,
.leave-a-replay-box [type='password']::-ms-input-placeholder,
.leave-a-replay-box [type='search']::-ms-input-placeholder,
.leave-a-replay-box [type='tel']::-ms-input-placeholder,
.leave-a-replay-box [type='text']::-ms-input-placeholder,
.leave-a-replay-box [type='time']::-ms-input-placeholder,
.leave-a-replay-box [type='url']::-ms-input-placeholder,
.leave-a-replay-box [type='week']::-ms-input-placeholder,
.leave-a-replay-box input:not([type])::-ms-input-placeholder,
.leave-a-replay-box textarea::-ms-input-placeholder {
    font-size: 14px;

    text-transform: capitalize;

    color: #8a8592;
}

.comments--box [type='color']::placeholder,
.comments--box [type='date']::placeholder,
.comments--box [type='datetime']::placeholder,
.comments--box [type='datetime-local']::placeholder,
.comments--box [type='email']::placeholder,
.comments--box [type='month']::placeholder,
.comments--box [type='number']::placeholder,
.comments--box [type='password']::placeholder,
.comments--box [type='search']::placeholder,
.comments--box [type='tel']::placeholder,
.comments--box [type='text']::placeholder,
.comments--box [type='time']::placeholder,
.comments--box [type='url']::placeholder,
.comments--box [type='week']::placeholder,
.comments--box input:not([type])::placeholder,
.comments--box textarea::placeholder,
.leave-a-replay-box [type='color']::placeholder,
.leave-a-replay-box [type='date']::placeholder,
.leave-a-replay-box [type='datetime']::placeholder,
.leave-a-replay-box [type='datetime-local']::placeholder,
.leave-a-replay-box [type='email']::placeholder,
.leave-a-replay-box [type='month']::placeholder,
.leave-a-replay-box [type='number']::placeholder,
.leave-a-replay-box [type='password']::placeholder,
.leave-a-replay-box [type='search']::placeholder,
.leave-a-replay-box [type='tel']::placeholder,
.leave-a-replay-box [type='text']::placeholder,
.leave-a-replay-box [type='time']::placeholder,
.leave-a-replay-box [type='url']::placeholder,
.leave-a-replay-box [type='week']::placeholder,
.leave-a-replay-box input:not([type])::placeholder,
.leave-a-replay-box textarea::placeholder {
    font-size: 14px;

    text-transform: capitalize;

    color: #8a8592;
}

.comments--box .form-row,
.leave-a-replay-box .form-row {
    margin-right: -15px;
    margin-left: -15px;
}

.comments--box .form-row>.col,
.comments--box .form-row>[class*=col-],
.leave-a-replay-box .form-row>.col,
.leave-a-replay-box .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.comments--box textarea,
.leave-a-replay-box textarea {
    height: 150px;
    padding-top: 30px;
}

/*2.13 footer css*/
.rt-site-footer {
    padding-bottom: 1px;
}

.rt-site-footer .footer-bottom {
    padding-top: 20px;
}

.footer-top .container {
    /* padding-bottom: 20px;  */

    border-bottom: 2px solid rgba(48, 50, 61, .02);
}


.single-info-box {
    position: relative;

    margin-bottom: 30px;
}

.single-info-box span {
    font-size: 14px;
}

.single-info-box span a {
    color: #717584;
}

.rt-single-widget {
    position: relative;

    margin-bottom: 30px;
}

.rt-single-widget .rt-footer-logo {
    margin-bottom: 30px;
    height: 60px;
}

.rt-single-widget .rt-footer-title {
    font-size: 16px;
    font-weight: 600;

    margin-bottom: 20px;

    color: #132150;
}

.rt-single-widget p {
    font-size: 14px;
    line-height: 24px;

    color: #878991;
}

.rt-single-widget .copy-text p {
    font-size: 12PX;

    color: #878991;
}

.rt-single-widget .copy-text p a {
    color: #878991;
}

.rt-single-widget .copy-text p:hover a {
    text-decoration: underline;

    color: #31e1a1;
}

.rt-single-widget ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.rt-single-widget ul li {
    display: block;
}

.rt-single-widget ul li a {
    font-size: 16px;

    display: block;

    padding: 0 0 7px;

    color: #878991;
}

.rt-single-widget ul li a:hover {
    text-decoration: underline;

    color: #0d9cea;
}

.rt-single-widget ul li:last-chlid a {
    padding-bottom: 0;
}

.infoarea {
    margin-top: 250px;
    padding-bottom: 40px;
}

/*# sourceMappingURL=app.css.map */
.stats-section {
    background-image: linear-gradient(-34deg, #53c4ff 0%, #1873f5 100%);
    padding: 60px 20px;
}

.stats-container {
    max-width: 1200px;
    margin: 0 auto;
}

.stats-wrapper {
    text-align: center;
}

.stats-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.stats-item {
    flex: 1;
    min-width: 200px;
    position: relative;
}

.stats-number {
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    /* white text */
    line-height: 1.2;
    font-family: 'Libre Baskerville', serif;
}

.stats-label {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    /* white text */
    font-size: 16px;
}

/* Divider lines (like your original) */
.stats-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 2px;
    height: 40px;
    background-color: #fbd718;
}

/* Responsive */
@media (max-width: 768px) {
    .stats-list {
        flex-direction: column;
        align-items: center;
    }

    .stats-item::after {
        display: none;
    }

    .stats-number {
        font-size: 40px;
    }
}

.crm-features {
    padding: 80px 20px;
    background-color: #f5f5f5;
    color: #fff;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.features-header {
    text-align: center;
    margin-bottom: 50px;
}

.features-header h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.features-header p {
    max-width: 600px;
    margin: auto;
    opacity: 0.9;
    color: black;
}


/* Slider */
.features-slider {
    overflow: hidden;
    position: relative;
}

.features-track {
    display: flex;
    transition: transform 0.6s ease;
}

/* Square cards */
.feature-card {
    min-width: 200px;
    /* reduced width */
    height: 300px;
    /* increased height */
    margin: 0 10px;
    background-image: linear-gradient(-34deg, #53c4ff 0%, #1873f5 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* ✅ centers horizontally */
    justify-content: center;
    text-align: center;
}

.feature-card:hover {
    background-image: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);
}

/* Icon */
.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(158deg, #35e2fc 0%, #7341F1 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature-icon i {
    color: #fff;
    font-size: 24px;
}

/* Title */
.feature-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.feature-card p {
    max-width: 220px;
    /* controls line break */
    margin: 0 auto;
    /* center align */
    line-height: 1.5;
    font-size: 14px;
}

.features-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.features-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

/* Center the button */
.cta-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 60px 0; */
    margin-top: 60px;
}

.cta-wrapper2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

/* Button style */
.cta-btn2 {
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background-image: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);

    transition: all 0.3s ease;
    display: inline-block;
}

/* Hover effect */
.cta-btn2:hover {
    background-image: linear-gradient(-34deg, #53c4ff 0%, #1873f5 100%);
    transform: translateY(-2px);
    color: #fff;
    border: 1px solid #fff;
}

@media (max-width: 768px) {
    .cta-wrapper2 {
        margin-top: 0;
        margin-bottom: 40px !important;
    }

    .cta-btn2 {
        margin-top: 0;
        margin-bottom: 40px !important;
    }
}


/* Button style */
.cta-btn {
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background-image: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);

    transition: all 0.3s ease;
    display: inline-block;
}

/* Hover effect */
.cta-btn:hover {
    background-image: linear-gradient(-34deg, #53c4ff 0%, #1873f5 100%);
    transform: translateY(-2px);
    color: #fff;
    border: 1px solid #fff;
}

.crm-workflow {
    padding: 60px 20px;
}

.crm-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    max-width: 1200px;
    margin: auto;
}

/* LEFT IMAGE */
.crm-left {
    flex: 1;
    text-align: center;
}

.crm-left img {
    width: 100%;
    /* max-width: 380px; */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}

/* RIGHT CONTENT */
.crm-right {
    flex: 1.2;
    /* gives more space to text + icon */
    min-width: 0;
}

.crm-right h2 {
    font-size: 34px;
    margin-bottom: 25px;
    color: #111;
}

.crm-right .step {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;

}

.crm-right .step h3 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 5px;
}

.crm-right .step p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .crm-right h1 {
        font-size: 34px;
        margin-bottom: 45px;
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .crm-container {
        flex-direction: column;
    }

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

.crm-right .step>div:last-child {
    flex: 1;
}


.crm-mobile-section {
    padding: 100px 60px;
    background: #f8f9ff;
    padding-left: 100px;
    padding-right: 0%;

    /* background-image: linear-gradient(-34deg, #53c4ff 0%, #1873f5 100%);  */
}

/* .crm-mobile-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
} */

.crm-mobile-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.crm-mobile-content,
.crm-image-wrapper {
    flex: 1;
    min-width: 300px;
}


/* Left Content */
.crm-mobile-content {
    flex: 1;
    min-width: 300px;
}

.crm-mobile-content h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #111;
}

.crm-mobile-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
    max-width: 550px;
}

/* Laptop / Tablet Fix */
@media (max-width: 1024px) {

    .crm-image-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        column-gap: 100px;
        /* increase gap here */
    }

}

.crm-mobile-image {
    position: relative;

}

.crm-men-image {
    position: relative;
    right: 0;
    bottom: 0;

}

.crm-mobile-image img {
    width: 220px;
    height: 80px;
}

.crm-men-image img {
    height: 400px;
    width: auto;
}


@media (max-width: 768px) {

    .crm-mobile-container {
        /* flex-direction: column; */
        text-align: center;

    }

    .crm-image-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        gap: 40px;
    }

    .crm-mobile-image img {
        width: 200px;
        height: 150px;
    }

    .crm-men-image {
        position: relative;
        right: 0;
        bottom: 0;
        width: 200px;
        gap: 20px;
    }
}

/* Extra Small Devices */
@media (max-width: 450px) {

    .crm-mobile-section {
        padding: 80px 40px;
    }
}

@media (max-width: 399px) {

    .crm-mobile-section {
        padding: 80px 20px;
    }
}

/* Feature List */
.crm-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.crm-feature-list li {
    font-size: 16px;
    margin-bottom: 12px;
    color: #222;
    font-weight: 500;
}

/* CTA Button */
.crm-demo-btn {
    display: inline-block;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;

    background-image: linear-gradient(-34deg, #53c4ff 0%, #1873f5 100%);
}

.crm-demo-btn:hover {
    background-image: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);
    transform: translateY(-3px);
    color: #fff;
}

/* Right Image */
.crm-mobile-image {
    flex: 1;
    /* min-width: 300px; */
    text-align: left;
}

/* .crm-mobile-image img {
    max-width: 100%;
    height: 550px;
    height: auto;
    animation: floatPhone 4s ease-in-out infinite;
} */

.crm-mobile-image img {
    /* width: 100%; */
    max-width: 100%;
    height: 450px;
    animation: floatPhone 4s ease-in-out infinite;
}

/* .crm-image-wrapper {
    position: relative;
    display: inline-block;
} */

.crm-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;

}


.crm-men-image {
    position: absolute;
    right: -30px;
    bottom: 0;
    /* z-index: 2; */
}

.crm-men-image img {
    width: 300px;
    height: 450px;
}

/* Floating Animation */
@keyframes floatPhone {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 992px) {
    .crm-mobile-content h2 {
        font-size: 36px;
    }
}

/* Floating WhatsApp Icon */
.floating-whatsapp {
    position: fixed;
    right: 30px;
    /* Keep this ABOVE your sticky demo button */
    bottom: 85px;
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: 0.3s ease;
}

/* WhatsApp Image */
.floating-whatsapp img {
    width: 32px;
    height: 32px;
}

/* Hover Effect */
.floating-whatsapp:hover {
    transform: scale(1.1);
}

/* Mobile Responsive */
@media(max-width:768px) {
    .floating-whatsapp {
        width: 50px;
        height: 50px;
        right: 25px;
        bottom: 85px;
    }

    .floating-whatsapp img {
        width: 28px;
        height: 28px;
    }
}

.why-choose-section {
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(-34deg, #53c4ff 0%, #1873f5 100%);
}

/* Animated Floating Glow */
.why-choose-section::before,
.why-choose-section::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.25;
    animation: floatGlow 8s ease-in-out infinite;
    z-index: 0;
}

.why-choose-section::before {
    background: #8b5cf6;
    top: -150px;
    left: -150px;
}

.why-choose-section::after {
    background: #06b6d4;
    bottom: -150px;
    right: -150px;
    animation-delay: 3s;
}

@keyframes floatGlow {

    0%,
    100% {
        transform: translateY(0px) scale(1);
    }

    50% {
        transform: translateY(40px) scale(1.1);
    }
}

.container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* ===============================
   HEADER
================================= */

.section-header {
    text-align: center;
    margin-bottom: 80px;
    animation: fadeUp 1s ease;
}

.tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    /* Increased size */
    min-width: 600px;
    /* Expands width */
    min-height: 50px;
    /* Expands height */

    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;

    color: #fff;
    font-size: 35px;
    /* Bigger text */
    font-weight: 600;
    letter-spacing: 1px;

    margin-bottom: 28px;

    backdrop-filter: blur(10px);
    transition: 0.3s ease;
    max-width: 100%;
    width: fit-content;
}

@keyframes borderGlow {
    100% {
        filter: hue-rotate(360deg);
    }
}


.tag1 {
    color: #fff;
    font-weight: 10px;

}

.tag:hover {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.18);
}

.section-header h2 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.section-header h3 span {
    color: #ffe082;
    /* background: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent; */
    position: relative;
}

/* Animated underline */
.section-header h3 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 4px;
    background: #ffe082;
    border-radius: 10px;
    animation: widthAnim 2s infinite;
}

@keyframes widthAnim {

    0%,
    100% {
        width: 100%;
    }

    50% {
        width: 60%;
    }
}

.section-header p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    max-width: 720px;
    margin: auto;
    line-height: 1.8;
}

/* ===============================
   COMPARISON WRAPPER
================================= */

.comparison-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    padding: 15px;
}

/* ===============================
   CRM CARDS
================================= */

.crm-card {
    width: 420px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    border-radius: 30px;
    padding: 45px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    cursor: pointer;
    animation: fadeUp 1s ease;
}

/* Animated Border Glow */
.crm-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 1px;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.6),
            transparent,
            rgba(255, 255, 255, 0.2));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

/* Hover Animation */
.crm-card:hover {
    transform: translateY(-15px) scale(1.03) rotateX(3deg);
}

/* Moving Shine Effect */
.crm-card::before {
    content: "";
    position: absolute;
    top: -120%;
    left: -40%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right,
            transparent,
            rgba(255, 255, 255, 0.18),
            transparent);
    transform: rotate(25deg);
    transition: 0.8s;
}

.crm-card:hover::before {
    top: 100%;
    left: 100%;
}

.old-crm {
    width: 420px;
    background: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);
    border: 1px solid rgba(255, 77, 77, 0.35);
    backdrop-filter: blur(18px);
    border-radius: 30px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    cursor: pointer;
    animation: fadeUp 1s ease;
}

/* Hover */
.old-crm:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow:
        0 20px 60px rgba(255, 77, 77, 0.35),
        0 0 40px rgba(255, 77, 77, 0.2);
}

/* NEW CRM */
.new-crm {
    width: 420px;
    background: linear-gradient(-34deg, #d341f9 0%, #5b3dfe 100%);
    border: 1px solid rgba(0, 255, 174, 0.35);
    backdrop-filter: blur(18px);
    border-radius: 30px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
    cursor: pointer;
    animation: fadeUp 1s ease;
}

/* Hover */
.new-crm:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow:
        0 20px 60px rgba(0, 255, 174, 0.35),
        0 0 40px rgba(0, 255, 174, 0.2);
}

.new-crm:hover {
    box-shadow:
        0 20px 60px rgba(16, 185, 129, 0.28),
        0 0 40px rgba(16, 185, 129, 0.18);
}

/* ===============================
   CARD TOP
================================= */

.card-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 15px;
}

.icon {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.14);
    transition: 0.4s ease;
}

.crm-card:hover .icon {
    transform: rotate(10deg) scale(1.1);
}

.card-top h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

/* ===============================
   LIST ITEMS
================================= */

.crm-card ul {
    list-style: none;
}

.crm-card ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 18px;
    color: #fff;
    transition: 0.3s ease;
}

.crm-card ul li:hover {
    transform: translateX(10px);
}

/* ICONS */

.cross,
.check {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: 0.4s ease;
}

.cross {
    background: rgba(239, 68, 68, 0.2);
    color: #ff4d4d;
}

.check {
    background: rgba(16, 185, 129, 0.2);
    color: #00ffae;
}

.crm-card ul li:hover .check,
.crm-card ul li:hover .cross {
    transform: scale(1.2) rotate(10deg);
}

/* ===============================
   VS CIRCLE
================================= */

.vs-circle {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 0 40px rgba(139, 92, 246, 0.5);
    animation: pulse 2s infinite;
    position: relative;
    z-index: 3;
}

.vs-circle::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    animation: rotateCircle 12s linear infinite;
}

@keyframes rotateCircle {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}

/* ===============================
   FADE ANIMATION
================================= */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===============================
   RESPONSIVE
================================= */

@media(max-width:992px) {

    .comparison-wrapper {
        flex-direction: column;
    }

    .section-header h2 {
        font-size: 42px;
    }

    .crm-card {
        width: 100%;
    }
}

@media(max-width:768px) {

    .why-choose-section {
        padding: 40px 10px;
    }

    .section-header h2 {
        font-size: 42px;
    }

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

    .tag {
        min-width: 500px;
        font-size: 20px;
    }

    .crm-card {
        width: 100%;
    }
}

@media(max-width:576px) {

    .why-choose-section {
        padding: 40px 10px;
    }

    .section-header h2 {
        font-size: 34px;
    }

    .crm-card {
        padding: 30px 24px;
    }

    .card-top h3 {
        font-size: 24px;
    }

    .crm-card ul li {
        font-size: 16px;
    }

    .tag {
        min-width: 350px;
        font-size: 18px;
    }


    .vs-circle {
        width: 80px;
        height: 80px;
        font-size: 20px;
    }
}


/* =========================
   IPHONE RESPONSIVE VIEW
========================= */

@media screen and (max-width: 399px) {

    .crm-card {
        width: 100%;
        padding: 15px 14px;
        border-radius: 22px;
        font-size: 5px;

    }

    .tag {
        min-width: 300px;
        font-size: 15px;
    }

    .card-top {
        gap: 12px;
        margin-bottom: 22px;
    }

    .icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
        border-radius: 14px;
    }

    .card-top h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .crm-card ul li {
        font-size: 14px;
        line-height: 1.6;
        gap: 10px;
        padding: 14px 0;
    }

    .cross,
    .check {
        width: 24px;
        height: 24px;
        font-size: 11px;
        flex-shrink: 0;
    }

}

