@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700|Muli:300,400,500,600,700&amp;display=swap");
@font-face {
    font-family: courgette;
    src: url(../webfonts/courgette_regular.ttf);
}

@font-face {
    font-family: cairo;
    src: url(../webfonts/cairo-light.ttf);
}


/*
///// CSS Index \\
1. Reset CSS Start
2. General CSS
3.

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

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

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


/*
 * 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.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}


/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}


/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}


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

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

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


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

.fa-edit {
    color: #FF5669;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

.nice-select.open .list {
    display: block !important;margin-left: -35px;
}

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

body {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    line-height: 28px;
    overflow-x: hidden;
    font-family: "Muli", sans-serif;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #333333;
    font-family: "Fira Sans", sans-serif;
}

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

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #5650ce;
}

h1 {
    font-size: 50px;
}

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

h3 {
    font-size: 24px;
    margin-top: -7px;
}

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

h5 {
    font-size: 20px;
    margin-top: -6px;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin-top: -5px;
    font-weight: 600;
}

@media (min-width: 576px) {
    h1 {
        font-size: 80px;
    }
    h2 {
        font-size: 50px;
        line-height: 60px;
        margin-top: -13px;
    }
    h3 {
        font-size: 36px;
        margin-top: -10px;
    }
    h4 {
        font-size: 30px;
        margin-top: -10px;
        width: 100%;
    }
    h5 {
        font-size: 24px;
        margin-top: -8px;
    }
    h6 {
        font-size: 18px;
        margin-top: -5px;
    }
}

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

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

ul {
    margin: 0;
    padding: 0;
}

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

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

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

input,
button,
select {
    /*height: 50px;*/
    color: #333333;
}

label,
button,
select {
    cursor: pointer;
}

input {
    background: transparent;
    border: 1px solid #2d4186;
    padding-left: 10px;
}

input:focus {
    border: 1px solid #5650ce;
}

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

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

.scrollToTop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    color: #ffffff;
    z-index: 999;
    bottom: 30px;
    right: 30px;
    position: fixed;
    border-radius: 5px;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #db3949;
    text-align: center;
        align-items: center;
    justify-content: center;
}

.scrollToTop:hover {
    color: #ffffff;
}

.scrollToTop.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
    width: 100%;
}

.video-button {
    color: #ffffff;
    border: none;
    text-align: center;
}

.video-button:hover {
    color: #ffffff;
}

.video-button i {
    line-height: 70px;
    font-size: 36px;
    margin-left: 8px;
    color: #ffffff;
}

.video-button {
    width: 70px;
    height: 70px;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #5650ce;
}

.video-button a {
    display: block;
    position: relative;
    z-index: 1;
}

.video-button a img {
    width: 100%;
}

.video-button a i {
    line-height: 75px;
    font-size: 36px;
    margin-left: 8px;
}

.video-button::before,
.video-button::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 74px;
    background-color: #5650ce;
    z-index: -10;
}

.video-button::before {
    z-index: -10;
    -webkit-animation: inner-ripple 2000ms linear infinite;
    animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
    z-index: -10;
    -webkit-animation: outer-ripple 2000ms linear infinite;
    animation: outer-ripple 2000ms linear infinite;
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }
    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}


/* inner ripple */

@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(86, 80, 206, 0.851), 0 0 0 0 rgba(86, 80, 206, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(86, 80, 206, 0.851), 0 0 0 0 rgba(86, 80, 206, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(86, 80, 206, 0.851), 0 0 0 0 rgba(86, 80, 206, 0.851);
    }
    40% {
        box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0.851);
    }
    80% {
        box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 20px rgba(86, 80, 206, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 20px rgba(86, 80, 206, 0);
        -moz-box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 20px rgba(86, 80, 206, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0);
        -moz-box-shadow: 0 0 0 0 rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0);
    }
}

@-webkit-keyframes pulseOne {
    0% {
        box-shadow: 0 0 0 0 rgba(86, 80, 206, 0.851), 0 0 0 0 rgba(86, 80, 206, 0.851);
        -webkit-box-shadow: 0 0 0 0 rgba(86, 80, 206, 0.851), 0 0 0 0 rgba(86, 80, 206, 0.851);
        -moz-box-shadow: 0 0 0 0 rgba(86, 80, 206, 0.851), 0 0 0 0 rgba(86, 80, 206, 0.851);
    }
    40% {
        box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0.851);
        -webkit-box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0.851);
        -moz-box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0.851);
    }
    80% {
        box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 20px rgba(86, 80, 206, 0);
        -webkit-box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 20px rgba(86, 80, 206, 0);
        -moz-box-shadow: 0 0 0 20px rgba(86, 80, 206, 0), 0 0 0 20px rgba(86, 80, 206, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0);
        -moz-box-shadow: 0 0 0 0 rgba(86, 80, 206, 0), 0 0 0 0 rgba(86, 80, 206, 0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -ms-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes rev-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        -ms-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.custom-button {
    background: linear-gradient(-80.28deg, #18BBD8 10.65%, #048CE8 86%);
    box-shadow: 5px 5px 7px rgba(100, 217, 238, 0.7);
    -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
    box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
    padding: 11px 35px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    width: auto;
    height: auto;
}

.custom-button:hover {
    color: #fff;
    -webkit-box-shadow: 1px 10px 20px 0px rgba(12, 78, 165, 0.43);
    box-shadow: 1px 10px 20px 0px rgba(12, 78, 165, 0.43);
}

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

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

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

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

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

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

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

.log-reg .log-reg-inner .main-content .form-group .option label::before,
.single-blog.post-details .right .post-header blockquote::before,
.modal.filter-p .join-now-box .single-option .option label::before,
.side-shape::after,
.side-shape::before,
.widget-1.widget-check .form-group label::before,
.widget-1.widget-check .add-check-area a i::after,
.widget-1.widget-check .add-check-area a i::before,
.join-now-box .single-option .option label::before {
    position: absolute;
    content: "";
}

.log-reg .log-reg-inner .main-content .form-group .option,
.grid-button,
.filter-main .right .item,
.filter-main .right,
.filter-main,
.comment-area li,
.blog-author,
.single-blog.post-details .right .social-icons,
.single-blog.post-details .right .tags-area .tags,
.single-blog.post-details .right .tags-area,
.modal.filter-p .join-now-box .single-option .option,
.section-404,
.widget-post .slider-nav,
.widget-post .widget-slider .item .content .meta-post,
.widget-categories ul li a,
.widget-tags ul,
.proceed-area .subtitle,
.booking-summery ul li .info,
.booking-summery ul li .subtitle,
.widget-1.widget-tags ul,
.widget-1.widget-check .form-group,
.widget-1 .widget-header,
.widget-1.widget-facility ul li a,
.join-now-box .single-option .option,
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-item .faq-title .right-icon::after,
.faq-item .faq-title .right-icon::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
}

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

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

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

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

.tab-item {
    display: none;
}

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

.tab-menu li {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-thumb {
    overflow: hidden;
}

.c-thumb a {
    display: block;
}

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

.bg-one {
    background-color: #032055;
}

.bg-two {
    background-color: #fafbff;
}

.bg-three {
    background-color: #0a1e5e;
}

.bg-four {
    background-color: #001539;
}

.bg-five {
    background-color: #01173f;
}

.color-theme {
    color: #5650ce;
}

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

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header.white-color .sub-title {
    color: #fff;
}

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

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

.section-header .sub-title {
    color: #5650ce;
    display: block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
    font-weight: 600;
    font-family: Courgette;
}

.section-header .sub-title.extra-padding {
    margin-bottom: 30px;
}

.section-header .title {
    font-family: Courgette;
    font-size: 50px;
    margin-bottom: 11px;
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 80px;
    color: #000 !important;
    text-shadow: 3px 3px 4px rgb(0 0 0 / 16%);
}

.section-header .title1 {
    font-family: Courgette;
    margin-top: -50px;
    font-size: 50px;
    margin-bottom: 2px;
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 80px;
    color: #fff;
    text-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
}

.section-header .title.extra-padding {
    margin-top: 14px;
}

.section-header .text {
    display: inline-block;
    color: #333333;
}

.bg-six {
    background-color: #011c57;
}

@-webkit-keyframes scaleAni {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAni {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes leftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes leftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.footer-section {
    padding: 120px 0px 25px;
    position: relative;
    background: #db3949;
    overflow: hidden;
}

.footer-section .shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.footer-section .shape2 {
    position: absolute;
    bottom: 10%;
    left: 0px;
    -webkit-animation: scaleAni 3s linear infinite;
    animation: scaleAni 3s linear infinite;
    height: 300px;
}

.footer-section .shape3 {
    position: absolute;
    bottom: 15%;
    right: 0px;
    -webkit-animation: upDown 3s linear infinite;
    animation: upDown 3s linear infinite;
    height: 400px;
}

.footer-section .newslater-section .newslater-wrapper {
    text-align: center;
}

.footer-section .newslater-section .newslater-wrapper .icon {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    display: inline-block;
    margin-bottom: 30px;
}

.footer-section .newslater-section .newslater-wrapper .text {
    color: #fff;
    display: block;
}

.footer-section .newslater-section .newslater-wrapper .newslater-form {
    margin-top: 55px;
    position: relative;
}

.footer-section .newslater-section .newslater-wrapper .newslater-form input {
    background: rgba(255, 236, 235, 0.2);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
}
.footer-section .newslater-section .newslater-wrapper .newslater-form textarea{
     background: rgba(255, 236, 235, 0.2);
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 30px;
    color: #fff;
}

.footer-section .newslater-section .newslater-wrapper .newslater-form  textarea:hovers{

    box-shadow:none;
}
.footer-section .newslater-section .newslater-wrapper .newslater-form  textarea:focus{
    box-shadow:none;
}

.footer-section .newslater-section .newslater-wrapper .newslater-form  textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-section .newslater-section .newslater-wrapper .newslater-form  textarea::placeholder,
.footer-section .newslater-section .newslater-wrapper .newslater-form textarea::-webkit-placeholder {
      color: rgba(255, 255, 255, 0.4);
}

.footer-section .newslater-section .newslater-wrapper .newslater-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-section .newslater-section .newslater-wrapper .newslater-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-section .newslater-section .newslater-wrapper .newslater-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-section .newslater-section .newslater-wrapper .newslater-form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-section .newslater-section .newslater-wrapper .newslater-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-section .newslater-section .newslater-wrapper .newslater-form button {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #fff;
    color: #db3949;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    right: 3px;
    top: 3px;
}

.footer-section .footer-links .link-wrapper .f-l-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 9px;
}

.footer-section .footer-links .link-wrapper .f-solial-links li a {
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.footer-section .footer-links .link-wrapper .f-solial-links li a i {
    margin-right: 5px;
    font-size: 16px;
}

.footer-section .footer-links .link-wrapper .f-solial-links li a:hover {
    color: #eb1436;
    padding-left: 10px;
}

.footer-section .hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    margin: 80px 0px 122px;
}

.footer-section .copyright-wrapper .hr2 {
    margin: 108px 0px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-section .copyright-wrapper .copyr-text {
    color: #fff;
}

.footer-section .copyright-wrapper .copyr-text a {
    color: #eb1436;
}

.footer-section .copyright-wrapper .footer-social-links {
    display: block;
    text-align: right;
}

.footer-section .copyright-wrapper .footer-social-links li {
    margin-left: 14px;
    display: inline-block;
}

.footer-section .copyright-wrapper .footer-social-links li:first-child {
    margin-left: 0px;
}

.footer-section .copyright-wrapper .footer-social-links li a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: block;
    color: #db3949;
    line-height: 50px;
    text-align: center;
}

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


/* atik */

.akcards {
    background-color: #E1E5FE !important;
}

.header-wrapper .logo {
    /* width: 150px; */
   margin-left: 10px;
    margin-top: 010px;

}

.header-wrapper .logo a {
    display: inline-block;
}

.header-wrapper .logo a img {
    /* max-width: 100%; */
    width: 116px;
}

.header-wrapper .menu li.separator {
    margin-right: 7px;
}

.header-wrapper .menu li .language-select {
    margin-left: 10px;
}

.header-wrapper .menu li a {
    padding: 5px 12px;
    color: #1f1f1f !important;
    font-weight: 600 !important;
}


/* .header-section.header-active .menu li a {
    color: #fff !important;
}

.header-section.header-active .logo a p {
    color: #fff !important;
} */

@media (min-width: 992px) {

    .header-wrapper .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-wrapper .menu li {
        padding: 5px 12px;
        position: relative;
        
    }
    .header-wrapper .menu li a {
        color: #e9eeff;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .header-wrapper .menu li .submenu {
        position: absolute;
        top: 100%;
        left: 6px;
        background: #ffffff;
        min-width: 240px;
        padding: 20px 0;
        -webkit-box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 0px 11.7px 1.3px rgba(0, 0, 0, 0.08);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    .header-wrapper .menu li .submenu li {
        padding: 0 20px;
    }
    .header-wrapper .menu li .submenu li a {
        text-transform: none;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #292929;
    }
    .header-wrapper .menu li .submenu li a:hover,
    .header-wrapper .menu li .submenu li a.active {
        padding-left: 10px;
        color: #5650ce;
    }
    .header-wrapper .menu li .submenu::before {
        position: absolute;
        content: "";
        top: 0;
        left: 15px;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 0;
        height: 0;
        border: 10px solid #ffffff;
        border-bottom-width: 15px;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
    }
    .header-wrapper .menu li .submenu li .submenu {
        left: calc(100% + 20px);
        top: 0;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    .header-wrapper .menu li .submenu li .submenu::before {
        left: -2px;
        top: 3px;
        -webkit-transform: translateX(-100%) rotate(-90deg);
        -ms-transform: translateX(-100%) rotate(-90deg);
        transform: translateX(-100%) rotate(-90deg);
    }
    .header-wrapper .menu li .submenu li:hover>.submenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .header-wrapper .menu li:hover>.submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: block !important;
    }
    .header-wrapper .menu li .nice-select {
        background: transparent;
        border: none;
        color: #ffffff;
        padding: 0px 25px 0px 0px;
    }
    .header-wrapper .menu li .nice-select::after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .header-wrapper .menu li .nice-select .list li {
        color: #222;
        padding: 0px 10px;
    }
    .header-wrapper .menu li.separator span {
        color: #000 !important;
    }
    .header-wrapper .menu li .serch-icon {
        cursor: pointer;
        color: #fff;
    }
    .header-wrapper .menu li .serch-icon i {
        color: #fff;
        font-size: 16px;
    }
    .header-wrapper .menu li.user-profile .submenu {
        left: auto !important;
        right: 0px !important;
    }
    .header-wrapper .menu li.user-profile .submenu::before {
        left: auto;
        right: 15px;
    }
    .header-wrapper .menu>li>a {
        position: relative;
    }
    .header-wrapper .menu>li>a::before {
        width: calc(100% - 10px);
        height: 2px;
        background: #db3949 !important;
        top: calc(100% + 22px);
        position: absolute;
        content: "";
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }
    .header-wrapper .menu>li>a:hover::before,
    .header-wrapper .menu>li>a.active::before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .header-wrapper .menu>li.header-button a::before {
        display: none;
    }
}

.header-wrapper .menu li.header-button a {
    background-image: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
    padding: 10px 49px;
    font-weight: 600;
    border-radius: 25px;
    display: inline-block;
}

.header-wrapper .menu li.header-button a:hover {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
    box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}

.header-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
    background: rgb(255 255 255 / 92%);
    
}


/* atik  */

.header-section.header-active {
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
    background: rgb(255 255 255 / 92%);
    color: #fff !important;
    border: none;
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

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

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

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

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

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

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

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

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

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

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

.search-overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.91);
    z-index: 999999;
    display: none;
}

.search-overlay .close {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.search-overlay form {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.search-overlay form input {
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    padding: 0px;
    height: 50px;
    font-size: 16px;
    color: #fff;
}

.search-overlay form input:focus {
    background: none;
}


/*Banner-Section Starts Here*/


/* {
    padding: 189px 0 120px;
    position: relative;
    background: url("../images/banner/hero-banner.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
    overflow: hidden;
} */

.img1 {
    position: absolute;
    right: 10%;
    -webkit-animation: leftRight 5s linear infinite;
    animation: leftRight 5s linear infinite;
}

.img2 {
    position: absolute;
    right: 17%;
    bottom: 20%;
    -webkit-animation: upDown 5s linear infinite;
    animation: upDown 5s linear infinite;
}


/* atik */

.main-title {
    /* font-size: 50px; */
    /* font-style: normal; */
    /* font-weight: normal; */
    /* color: #FFDAD7; */
    /* text-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25); */
    font-family: courgette;
    margin-top: 58px;
    /* font-family: Courgette; */
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    line-height: 80px;
    /* identical to box height */
    color: #FFDAD7;
}

.main-title1 {
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    color: #FFDAD7;
    text-shadow: 8px 8px 4px rgba(0, 0, 0, 0.25);
    font-family: courgette;
    margin-top: 20px;
    margin-bottom: 50px;
}

.join-now-box {
    background: #fff;
    padding: 23px 0px 60px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.join-now-box .single-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 22px 20px 15px;
}

.join-now-box .single-option.last {
    border-bottom: 0px !important;
    padding: 29px 20px 28px;
}

.join-now-box .single-option.last .title {
    top: 4px;
}

.join-now-box .single-option.last .select-bar {
    width: 190px;
    height: 40px !important;
    line-height: 40px !important;
}

.join-now-box .single-option.gender {
    padding: 17px 20px 17px;
}

.join-now-box .single-option.age {
    padding: 21px 20px 20px;
}

.join-now-box .single-option.age .select-bar {
    width: 70px;
}

.join-now-box .single-option .title {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
    top: 7px;
}

.join-now-box .single-option .option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.join-now-box .single-option .option input {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 0;
    z-index: -9;
    text-align: center;
}

.join-now-box .single-option .option input:checked~label::before {
    color: #5650ce;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 8px;
    line-height: 13px;
    text-align: center;
}

.join-now-box .single-option .option label {
    display: inline-block;
    margin: 0;
    width: calc(100% - 14px);
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.join-now-box .single-option .option label::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #5650ce;
    left: -14px;
    text-align: center;
    top: 7px;
}

.join-now-box .single-option .option .s-input .nice-select {
    background: transparent;
    border: none;
    line-height: 26px;
    border-radius: 50px;
    padding: 0px 30px 0px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
}

.join-now-box .single-option .option .s-input .nice-select .list li {
    color: #222;
    padding: 0px 10px;
    line-height: 20px;
}

.join-now-box .joun-button {
    text-align: center;
}

.join-now-box .joun-button .custom-button {
    padding: 13px 45px;
}

.home2 {
    background-image: url("../images/banner/hero-banner2.jpg") !important;
    padding: 189px 0 220px;
}

.home2 .img3 {
    position: absolute;
    right: 5%;
    top: 130px;
    -webkit-animation: leftRight 4s linear infinite;
    animation: leftRight 4s linear infinite;
    z-index: 1;
}

.widget-1 {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

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

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

.widget-1 .subtitle {
    font-weight: 500;
    text-transform: none;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
}

.widget-1 .widget-1-body {
    padding: 30px 30px 33px;
    border-radius: 4px;
}

.widget-1.widget-facility ul li {
    padding: 20px 0;
    border-bottom: 1px solid #1a2a47;
}

.widget-1.widget-facility ul li a {
    color: #e9eeff;
}

.widget-1.widget-facility ul li a:hover {
    color: #5650ce;
}

.widget-1.widget-facility ul li a .img {
    width: 55px;
    padding-right: 20px;
}

.widget-1.widget-facility ul li a .img img {
    max-width: 100%;
}

.widget-1.widget-facility ul li:first-child {
    padding-top: 0;
}

.widget-1.widget-facility ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.widget-1.widget-facility ul li i {
    color: #5650ce;
    font-size: 36px;
    width: 55px;
    line-height: 1;
}

.widget-1.widget-facility ul li .cate {
    font-weight: 600;
    font-size: 18px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block;
    width: calc(100% - 55px);
}

.widget-1.widget-trending-search ul li {
    padding: 20px 0;
    border-bottom: 1px solid #1a2a47;
}

.widget-1.widget-trending-search ul li:first-child {
    padding-top: 0;
}

.widget-1.widget-trending-search ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.widget-1.widget-trending-search ul li .sub-title {
    margin-bottom: 18px;
}

.widget-1.widget-banner .widget-1-body {
    border-radius: 0;
    padding: 0;
    border: none;
}

.widget-1.widget-banner a {
    display: block;
}

.widget-1.widget-banner img {
    width: 100%;
}

.widget-1.widget-range-slider .widget-1-body {
    padding-bottom: 30px;
}

.widget-1.widget-range-slider .subtitle {
    margin-bottom: 69px;
}

.widget-1 .widget-header {
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.widget-1 .widget-header .clear-check {
    color: #f1481f;
}

@media (min-width: 576px) {
    .widget-1 .widget-header {
        margin-bottom: 30px;
    }
    .widget-1 .widget-header .m-title {
        font-size: 28px;
        margin-top: -9px;
    }
}

.widget-1 .widget-header .m-title {
    font-weight: 600;
    text-transform: none;
}

.widget-1.widget-check .widget-1-body {
    border: none;
}

.widget-1.widget-check .check-area {
    margin-bottom: -15px;
}

.widget-1.widget-check .add-check-area {
    margin-top: 39px;
    padding-top: 11px;
    border-top: 1px solid #1f2b72;
    margin-bottom: -9px;
}

.widget-1.widget-check .add-check-area a {
    color: #333333;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.widget-1.widget-check .add-check-area a i {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    border-radius: 50%;
    border: 1px solid #333333;
}

.widget-1.widget-check .add-check-area a i::after,
.widget-1.widget-check .add-check-area a i::before {
    width: 13px;
    height: 13px;
    background: #333333;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.widget-1.widget-check .add-check-area a i::after {
    width: 1px;
    height: 100%;
}

.widget-1.widget-check .add-check-area a i::before {
    height: 1px;
    width: 100%;
}

.widget-1.widget-check .form-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.widget-1.widget-check .form-group input {
    width: 14px;
    height: 14px;
    opacity: 0;
    z-index: -9;
}

.widget-1.widget-check .form-group input:checked~label::before {
    color: #000;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 8px;
    line-height: 1;
    line-height: 14px;
    text-align: center;
}

.widget-1.widget-check .form-group label {
    margin: 0;
    width: calc(100% - 14px);
    padding-left: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.widget-1.widget-check .form-group label::before {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 1px;
    left: -14px;
    top: 7px;
}

.widget-1.widget-check.rating .form-group label .text {
    margin-right: 20px;
}

.widget-1.widget-check.rating .form-group label .rating i {
    font-size: 12px;
    margin-right: -3px;
    color: #f87115;
}

@media (min-width: 992px) {
    .widget-1.widget-tags {
        -webkit-transform: translateY(-40Px);
        -ms-transform: translateY(-40Px);
        transform: translateY(-40Px);
        margin-bottom: 0px;
    }
}

.widget-1.widget-tags ul {
    margin: -10px;
}

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

.widget-1.widget-tags ul li a {
    padding: 0 20px;
    font-size: 12px;
    border: 1px solid rgba(163, 177, 198, 0.2);
    border-radius: 15px;
    text-transform: uppercase;
    color: #becdff;
}

.widget-1.widget-offer .offer-body {
    margin-bottom: -30px;
    overflow: hidden;
}

.widget-1.widget-offer .offer-body .offer-item {
    border: 1px dashed #1f3253;
    border-radius: 10px;
    padding: 20px 20px 28px;
    margin-bottom: 30px;
}

.widget-1.widget-offer .offer-body .offer-item .thumb {
    margin-bottom: 33px;
}

.widget-1.widget-offer .offer-body .offer-item h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Muli", sans-serif;
    margin-bottom: 17px;
}

.widget-1.widget-offer .offer-body .offer-item p {
    color: #9aace5;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}


/*Booking Summery*/

.booking-summery {
    padding: 30px;
    border: 1px solid #11326f;
    border-bottom-style: dashed;
    padding-bottom: 10px;
    margin-top: 60px;
}

.booking-summery .title {
    font-weight: 600;
    text-transform: uppercase;
}

.booking-summery .title {
    text-align: center;
    border-bottom: 1px dashed #11326f;
    padding-bottom: 23px;
    margin-bottom: 35px;
}

.booking-summery ul {
    border-bottom: 1px dashed #11326f;
}

.booking-summery ul li {
    padding: 0;
    margin-bottom: 30px;
}

.booking-summery ul li:first-child {
    margin-top: 30px;
}

.booking-summery ul li .subtitle {
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px;
}

.booking-summery ul li .subtitle:last-child {
    margin-bottom: -5px !important;
}

.booking-summery ul li .info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    color: #9aace5;
}

.booking-summery ul li .info:last-child {
    margin-bottom: -14px;
}

.booking-summery ul:last-child {
    border-bottom: none;
}

@media (min-width: 576px) {
    .booking-summery .title {
        font-size: 28px;
        margin-top: -9px;
        margin-bottom: 40px;
    }
}

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

.proceed-area {
    background: #05245c;
    padding: 30px;
}

.proceed-area .subtitle {
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px;
}

.side-shape {
    position: relative;
}

.side-shape::after,
.side-shape::before {
    width: 48px;
    height: 48px;
    background-color: #fafbff;
    border-radius: 50%;
    top: -48px;
}

.side-shape::after {
    left: -56px;
}

.side-shape::before {
    right: -56px;
}

.note {
    margin-top: 40px;
}

.note .title {
    text-transform: uppercase;
    margin-bottom: 26px;
}


/*Blog-Sedebar Starts Here*/

.widget {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

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

.widget .title {
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: none;
}

.widget-tags {
    padding: 31px 30px 30px;
}

.widget-tags ul {
    margin: -5px;
}

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

.widget-tags ul li a {
    font-size: 14px;
    text-transform: none;
    color: #ffffff;
    padding: 6px 39px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #333;
}

.widget-tags ul li a:hover,
.widget-tags ul li a.active {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
}

.widget-categories {
    padding: 32px 30px 16px;
}

.widget-categories ul {
    margin-top: -9px;
}

.widget-categories ul li {
    padding: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.155);
}

.widget-categories ul li:last-child {
    border-bottom: 0px;
}

.widget-categories ul li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333333;
    padding: 6px 0;
    font-size: 16px;
}

.widget-categories ul li a:hover {
    color: #5650ce;
}

.widget-categories ul li:first-child a {
    padding-top: 0;
}

.widget-follow ul {
    margin: -5px;
}

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

.widget-follow ul li a.active,
.widget-follow ul li a:hover {
    border-color: #032055;
    background-image: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
}

.widget-search {
    padding: 32px 30px 30px;
}

.widget-search .search-form {
    margin-top: -20px;
}

.widget-search input {
    font-size: 14px;
    border-radius: 0;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.widget-search input::-webkit-input-placeholder {
    color: #4c588f;
}

.widget-search input::-moz-placeholder {
    color: #4c588f;
}

.widget-search input:-ms-input-placeholder {
    color: #4c588f;
}

.widget-search input::-ms-input-placeholder {
    color: #4c588f;
}

.widget-search input::placeholder {
    color: #4c588f;
}

.widget-search button {
    width: auto;
    min-width: 130px;
    outline: none;
    color: #ffffff;
    height: 40px;
    border-radius: 20px;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    border: 0px;
}

.widget-search button i {
    margin-right: 5px;
}

.widget-post {
    padding: 31px 30px 21px;
    position: relative;
}

.widget-post .widget-slider .item .thumb {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}

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

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

.widget-post .widget-slider .item .content .p-title {
    margin-bottom: 7px;
    font-size: 18px;
}

.widget-post .widget-slider .item .content .p-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.widget-post .widget-slider .item .content .meta-post {
    font-size: 14px;
}

.widget-post .widget-slider .item .content .meta-post a {
    color: #333333;
}

.widget-post .widget-slider .item .content .meta-post a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    margin-right: 5px;
}

.widget-post .slider-nav {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget-post .slider-nav span {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    background-color: #fafbff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 18, 50, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(0, 18, 50, 0.2);
    color: #333333;
    border-radius: 50%;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.widget-post .slider-nav span:hover,
.widget-post .slider-nav span.active {
    color: #ffffff;
    background-image: -webkit-linear-gradient(169deg, #5560ff 17%, #aa52a1 63%, #ff4343 100%);
}

.widget-newsletter .search-form {
    margin-top: -20px;
}

.widget-newsletter input {
    font-size: 14px;
    border-radius: 0;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.widget-newsletter input::-webkit-input-placeholder {
    color: #4c588f;
}

.widget-newsletter input::-moz-placeholder {
    color: #4c588f;
}

.widget-newsletter input:-ms-input-placeholder {
    color: #4c588f;
}

.widget-newsletter input::-ms-input-placeholder {
    color: #4c588f;
}

.widget-newsletter input::placeholder {
    color: #4c588f;
}

.widget-newsletter button {
    width: auto;
    min-width: 120px;
    outline: none;
    color: #ffffff;
    height: 40px;
    border-radius: 20px;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    border: 0px;
}

.widget-newsletter button i {
    margin-right: 5px;
}

.bgchg {
    /* background: linear-gradient(180deg, #FACDD2 0%, #FF493A 100%);
    */
    /* background: linear-gradient(180deg, #FF756A 0.57%, #FD4C3E 41.27%);
    */
    background-color: #fce9e8;
    padding: 190px 0px !important;
}


/* Feature-Section Starts Here*/

.single-feature {
    text-align: center;
    background-color: white;
    border-radius: 20px;
    padding: 30px 20px 25px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    padding: 50px 0;
    -webkit-box-shadow: 0px 5px 24px 0px rgb(176 171 193 / 20%);
    box-shadow: 0px 5px 24px 0px rgb(176 171 193 / 20%);
    border-bottom: 10px solid #FD4C3E;
    transition: 0.6s;
}

.single-feature .icon img {
    height: 120px;
    margin-bottom: 50px;
}

.single-feature h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.single-feature:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgb(176 171 193 / 10%);
    box-shadow: 0px 5px 10px 0px rgb(176 171 193 / 10%);
    border-bottom: 8px solid #FD4C3E;
    /* box-shadow: none; */
    /* border-bottom: none; */
}


/* Start-Flirting Starts Here*/

.flirting-section {
    padding: 0px 0px 120px;
}

.flirting-section.home2 {
    padding-top: 118px;
}

.flirting-section .content {
    text-align: left;
}

.flirting-section .content .section-header {
    text-align: left;
    margin-bottom: 59px;
}

.flirting-section .content .custom-button {
    margin-top: 0px;
    margin-top: -3px;
}

.flirting-section .img {
    text-align: center;
    padding: 0px 30px;
    position: relative;
}

.flirting-section .img img {
    width: 100%;
}

.flirting-section .img .bg-shape {
    position: absolute;
    top: -10%;
    left: 0%;
    z-index: -1;
    -webkit-animation: scaleAni 5s linear infinite;
    animation: scaleAni 5s linear infinite;
}


/* How it work Section Starts Here*/

.how-it-work-section {
    padding: 118px 0px 120px;
    background: url(../images/h-it-w/bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.how-it-work-section .shape1 {
    position: absolute;
    top: 100px;
    right: 0px;
    -webkit-animation: scaleAni 4s linear infinite;
    animation: scaleAni 4s linear infinite;
}

.how-it-work-section .shape2 {
    position: absolute;
    right: 7%;
    top: 10%;
    -webkit-animation: upDown 3s linear infinite;
    animation: upDown 3s linear infinite;
}

.how-it-work-section .section-header {
    margin-bottom: 40px;
}

.single-work-box {
    background: #fff;
    -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
    box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
    padding: 40px 30px 40px;
    border-radius: 20px;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-work-box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 34px;
}

.single-work-box .icon .number {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    font-weight: 600;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}

.single-work-box .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single-work-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* Statistics-Section Starts Here*/

.statistics-section {
    padding: 120px 0px 135px;
}

.statistics-section .stat-item {
    text-align: center;
}

.statistics-section .stat-item .icon {
    display: inline-block;
    width: 260px;
    height: 260px;
    background: #e1e6ff;
    border-radius: 50%;
    text-align: center;
    line-height: 260px;
    margin-bottom: 28px;
}

.statistics-section .stat-item .icon img {
    height: 160px;
}

.statistics-section .stat-content .counter-item {
    font-size: 60px;
    line-height: 70px;
}

.statistics-section .stat-content .info {
    display: block;
    margin-top: 5px;
}


/* join-now Starts Here*/

.join-now-section {
    /* padding: 1269px 0px; */
    /* overflow: hidden; */
    background: url('../images/banner/Frame\ 2.png') no-repeat;
    background-position: center;
    /* background-size: ; */
    position: relative;
}

.join-now-section .shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: 100%;
    -webkit-animation: scaleAni 4s linear infinite;
    animation: scaleAni 4s linear infinite;
}

.join-now-section .shape2 {
    position: absolute;
    right: 10%;
    bottom: 0px;
    max-width: 550px;
}

.join-now-section .content .section-header {
    text-align: right;
    margin-bottom: 18px;
}


/* Features Starts Here */

.feature-section {
    padding: 0px 0px 120px;
}

.feature-section .section-header {
    margin-bottom: 39px;
}

.feature-section .main-content-area {
    position: relative;
}

.feature-section .main-content-area .left-image {
    position: absolute;
    left: 0px;
    width: 46%;
    height: 100%;
    background-color: #FF9595;
    background-image: url("../images/feature/left-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0px 30px 30px 0px;
}

.feature-section .main-content-area .left-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    height: 100%;
    background: rgba(255, 149, 149, 0.7);
    border-radius: 0px 30px 30px 0px;
}

.feature-section .main-content-area .left-image .offer {
    position: absolute;
    width: 240px;
    height: 240px;
    background-image: -o-linear-gradient(284deg, #db3949 0%, #db3949 100%);
    background-image: linear-gradient(166deg, #db3949 0%, #db3949 100%);
    border-radius: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -120px;
}

.feature-section .main-content-area .left-image .offer::before {
    position: absolute;
    content: "";
    width: 260px;
    height: 260px;
    left: -10px;
    top: -10px;
    background: rgba(255, 149, 149, 0.3);
    border-radius: 50%;
    z-index: -2;
}

.feature-section .main-content-area .left-image .offer .offer-inner-content {
    margin-top: 26%;
}

.feature-section .main-content-area .left-image .offer .offer-inner-content .fs {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
}

.feature-section .main-content-area .left-image .offer .offer-inner-content h2 {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-top: 1px;
    margin-bottom: 0px;
}

.feature-section .main-content-area .left-image .offer .offer-inner-content .ss {
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
}

.feature-section .main-content-area .feature-lists {
    padding: 50px 0px 42px;
}

.feature-section .main-content-area .feature-lists .single-feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.feature-section .main-content-area .feature-lists .single-feature-list:last-child {
    margin-bottom: 0px;
}

.feature-section .main-content-area .feature-lists .single-feature-list:last-child .content {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.feature-section .main-content-area .feature-lists .single-feature-list .icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #FF5151;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 30px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 7px solid #FF9595;
}

.feature-section .main-content-area .feature-lists .single-feature-list .icon img {
    height: 40px;
    display: inline-block;
    position: relative;
    bottom: 7px;
}

.feature-section .main-content-area .feature-lists .single-feature-list .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #cecece;
    padding-bottom: 24px;
}

.feature-section .main-content-area .feature-lists .single-feature-list .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-section .main-content-area .feature-lists .single-feature-list .content p {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}



.member-slider-section .single-slider .inner-content a {
    margin-top: 23px;
    color: #fff;
    padding: 5px 33px;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
    border-radius: 10px;
    font-size: 16px;
    transition: 0.8px;
    background: linear-gradient(to right, #fff 50%, black 50%);
    background-size: 203% 103%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.member-slider-section .single-slider .inner-content a:hover {
    color: #000 !important;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
    background-position: left bottom;
    border-radius: 10px;
    /*font-size: 14px;*/
}


.feature-section .main-content-area .feature-lists .single-feature-list:hover .icon {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(64, 36, 155, 0.4);
    box-shadow: 0px 5px 10px 0px rgba(64, 36, 155, 0.4);
}


/* latest-registered-section Starts Here */

.latest-registered-section {
    padding: 118px 0px 120px;
    background: #5736cb;
    position: relative;
    overflow: hidden;
}

.latest-registered-section .shape {
    position: absolute;
    top: 20%;
    z-index: 0;
    -webkit-animation: upDown 3s linear infinite;
    animation: upDown 3s linear infinite;
}

.latest-registered-section::before {
    position: absolute;
    content: "";
    background: #e1e6ff;
    width: 50%;
    height: 100%;
    top: 0px;
    left: -100px;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: 1;
}

.latest-registered-section::after {
    position: absolute;
    content: "";
    background: #e1e6ff;
    width: 50%;
    height: 100%;
    top: 0px;
    left: -300px;
    z-index: 1;
}

.latest-registered-section .content {
    padding-left: 40%;
    padding-right: 200px;
    position: relative;
    z-index: 3;
}

.latest-registered-section .content .section-header {
    text-align: left;
    margin-bottom: 36px;
}

.latest-registered-section .registered-slider .single-slider {
    text-align: center;
}

.latest-registered-section .registered-slider .single-slider .img {
    position: relative;
    margin-bottom: 30px;
}

.latest-registered-section .registered-slider .single-slider .img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    border: 5px solid #fff;
}

.latest-registered-section .registered-slider .single-slider .inner-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.latest-registered-section .registered-slider .single-slider .inner-content p {
    color: #ff3366;
}

.latest-registered-section .single-slider {
    text-align: center;
}

.latest-registered-section .single-slider .img {
    position: relative;
    margin-bottom: 30px;
}

.latest-registered-section .single-slider .img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    border: 5px solid #fff;
}

.latest-registered-section .single-slider .inner-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.latest-registered-section .single-slider .inner-content p {
    color: #ff3366;
}


/* Success-Stories section Starts Here */

.sucess-stories-section {
    padding: 118px 0px 120px;
    background: url(../images/sucess/subg.jpg) no-repeat;
}

.sucess-stories-section .section-header {
    margin-bottom: 40px;
}

.single-story-box {
    background: #FFF;
    border-radius: 22PX;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-story-box .img img {
    width: 100%;
}

.single-story-box .content {
    position: relative;
    padding: 83px 30px 24px;
}

.single-story-box .content .author {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 9;
}

.single-story-box .content .author::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    z-index: -1;
    opacity: 0.5;
}
.f2ka a i {
    color: #db3949 !important;
}
.single-story-box .content .author::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    z-index: -2;
    opacity: 0.5;
}

.single-story-box .content .author span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.single-story-box .content .author span::before {
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    z-index: -1;
    opacity: 0.2;
}

.single-story-box .content .author span::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -20px;
    left: -20px;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    z-index: -2;
    opacity: 0.2;
}

.single-story-box .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 18px;
}

.single-story-box .content .date {
    margin-bottom: 0px;
}

.single-story-box .content .date1 {
    margin-bottom: 20px;
    margin-top: -50px;
}

.single-story-box .box-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px 18px;
}

.single-story-box .box-footer .left .box-social-links li {
    display: inline-block;
    margin-right: 5px;
}

.single-story-box .box-footer .left .box-social-links li a {
    display: block;
    font-size: 20px;
}

.single-story-box .box-footer .left .box-social-links li a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #f22876 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #f22876 100%);
    text-shadow: 0.927px 2.853px 10px rgba(18, 72, 142, 0.5);
}

.single-story-box .box-footer .left .box-social-links li:last-child {
    margin-right: 0px;
}

.single-story-box .box-footer .right a {
    color: #333333;
    font-size: 14px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-story-box .box-footer .right a i {
    font-size: 13px;
    margin-left: 5px;
}

.single-story-box .box-footer .right a:hover {
    color: #eb1436;
}

.single-story-box:hover {
    -webkit-box-shadow: 0px 10px 50px 0px #b0a4e2;
    box-shadow: 0px 10px 50px 0px #b0a4e2;
}

.registered-slider2 .one {
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

.registered-slider2 .two {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.registered-slider2 .three {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.registered-slider2 .four {
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
}


/* Steps section Starts Here */


/* atik */

.steps-section .steps-section-inner {
    background: #fff;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0px;
    margin: -150px auto;
}

.steps-section .steps-section-inner .myCol1 {
    -webkit-box-flex: 30%;
    -ms-flex: 30%;
    flex: 22%;
    width: 30%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 0px;
    border-right: 1px solid rgba(17, 17, 17, 0.4);
}

.steps-section .steps-section-inner .myCol1 .title {
    font-size: 35px;
    margin-bottom: 13px;
    font-family: Courgette;
    font-style: normal;
    font-weight: normal;
    line-height: 59px;
    color: #EB1200;
    text-shadow: 3px 3px 4px rgb(0 0 0 / 13%);
}

.steps-section .steps-section-inner .myCol1 .text {
    font-family: "cairo";
    font-weight: 600;
}


/* atik */

.steps-section .steps-section-inner .myCol2 {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0px 5px;
}

.steps-section .steps-section-inner .myCol2 .steps-list {
    display: inline-block;
    text-align: center;
    position: relative;
    padding-top: 10px;
}


/* atik */

.steps-section .steps-section-inner .myCol2 .steps-list::before {
    position: absolute;
    content: "";
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 67px;
    height: 7px;
    background: #db3949;
}


/* atik */

.steps-section .steps-section-inner .myCol2 .steps-list li {
    display: inline-block;
    margin-right: 60px;
}

.steps-section .steps-section-inner .myCol2 .steps-list li:last-child {
    margin-right: 0px;
}


/* atik */

.steps-section .steps-section-inner .myCol2 .steps-list li .number {
    width: 110px;
    height: 110px;
    line-height: 10px;
    border-radius: 50%;
    /* border: 1px solid lawngreen; */
    background: url(../images/round.png);
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 9;
    font-weight: 700;
}

.steps-section .steps-section-inner .myCol2 .steps-list li .number p {
    width: 80px;
    line-height: 17px;
    position: absolute;
    top: 40%;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
}

.steps-section .steps-section-inner .myCol2 .steps-list li .ak3sp {
    color: #1f1f1f;
    font-weight: 500;
}


/* atik */

.steps-section .steps-section-inner .myCol3 {
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    width: 20%;
    margin-right: 27px;
    margin-top: -17px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}


/* Steps section Starts Here */


/* atik */

.member-slider-section {
    background: url(../images/bg-img\ 1.png);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover   ; */
    /* background: #fce9e8; */
    background-size: 100% 100%;
    padding: 50px 0px 55px;
}

.member-slider-section .shape2 {
    position: absolute;
    right: 7%;
    -webkit-animation: upDown 3s linear infinite;
    animation: upDown 3s linear infinite;
    height: 17%;
}

.member-slider-section .content .section-header {
    text-align: left;
    margin-bottom: 0px;
}

.resize {
    padding: 50px;
}

.member-slider-section .registered-slider2 .owl-stage .owl-item {
    background: #fff0;
    box-shadow: rgb(119 119 119 / 16%) 0px 0px 50px -6px;
    border-radius: 30px;
    /* height: 350px; */
    padding-bottom: 20px;
    width: 324.5px;
    backdrop-filter: blur(8px);
}

.member-slider-section .registered-slider2 .owl-stage {
    padding-bottom: 20px !important;
}

.member-slider-section .registered-slider .single-slider {
    text-align: center;
}

.member-slider-section .registered-slider2 .single-slider .img {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.member-slider-section .registered-slider2 .single-slider .img img {
    /* width: 120px;
    height: 131px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 4px 4px 0px #db3949, 8px 8px 0px rgba(255, 149, 149, 0.5);
     */
    width: 120px;
    height: 121px;
    border-radius: 15px;
    display: inline-block;
    object-fit: contain !important;
    box-shadow: 4px 4px 1px #db3949, 8px 8px 8px rgb(255 149 149 / 50%);
}

.member-slider-section .registered-slider .single-slider .inner-content .name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.member-slider-section .registered-slider .single-slider .inner-content p {
    color: #ff3366;
}

.member-slider-section .single-slider {
    text-align: center;
}

.member-slider-section .single-slider .img {
    position: relative;
    margin-bottom: 30px;
}

.member-slider-section .single-slider .img img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: inline-block;
}
.member-slider-section .single-slider .inner-content .name {
    font-size: 18px;
    /* line-height: 34px; */
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 0px;
}


.member-slider-section .single-slider .inner-content p {
    color: #080808;
    font-size: 15px;
    margin-bottom: -6px;
    font-weight: 400;
}


/* Community-Section Starts Here */

.community-section1 {
    padding: 90px 0px 120px;
    /*background: #fff url(../images/Group\ 1\ \(1\).png) no-repeat;*/
    /* background: linear-gradient(180deg, #FD4C3E 41.27%, #FF756A 100%); */
    /* background: linear-gradient(180deg, #FD4C3E 20.04%, #FE796E 48.51%, #FD4C3E 48.52%, #fce9e8 48.53%); */
    background-size: 100% 55vh;
}

.community-section {
    padding: 40px 0px 70px;
}

.community-section .section-header {
    margin-bottom: 40px;
}

.single-community-box {
    background: #FFF;
    border-radius: 15PX;
    margin: 20px;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 6px solid #db3949;
    /* box-shadow: 0px 0px 7px -3px #a1a1a16e; */
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    transition: 0.5s;
}

.single-community-box .img {
    overflow: hidden;
}

.single-community-box .img img {
    width: 100%;
    -webkit-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    transition: all linear 0.6s;
}

.single-community-box .content {
    position: relative;
    padding: 14px 30px 34px;
}

.single-community-box .content .date {
    margin-bottom: 10px;
    font-size: 14px;
}

.single-community-box .content .title {
    /*font-size: 24px;*/
    /*line-height: 34px;*/
    /*font-weight: 500;*/
    /*margin-bottom: 18px;*/
    /*display: block;*/
    /*color: #333333;*/
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #333333;
    margin-top: 10px;

}

.single-community-box .content .text {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
    color: #313131;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.single-community-box .box-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 30px 30px;
    align-items: center;
}

.single-community-box .box-footer .left i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #db3949 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #db3949 100%);
}

.single-community-box .box-footer .right {
    /* background: #FFD0D0; */
    /* border: 1px solid #db3949; */
    padding: 7px 23px;
    border-radius: 20px;
    box-shadow: -2px 3px 9px -2px rgb(0 0 0 / 8%), inset 1px -2px 6px rgb(0 0 0 / 14%);
}

.single-community-box .box-footer .right i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #db3949 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #db3949 100%);
    margin-right: 4px;
}

.single-community-box:hover {
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    /* -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%); */
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border-bottom: none;
}

.single-community-box:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/* home2 Statistics-Section Starts Here*/

.home2-statistics-section {
    padding: 120px 0px 135px;
    background: url("../images/statistics/h2-bg.jpg");
    background-size: cover;
    background-position: center;
}

.home2-statistics-section .content .section-header .title {
    color: #fff;
}

.home2-statistics-section .content .section-header .sub-title {
    color: #ff3366;
}

.home2-statistics-section .stat-item {
    text-align: center;
}

.home2-statistics-section .stat-item .icon {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 28px;
}

.home2-statistics-section .stat-item .icon img {
    height: 100px;
}

.home2-statistics-section .stat-content .counter-item {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.home2-statistics-section .stat-content .info {
    color: #fff;
}


/* Success-Stories section Starts Here */

.home2-sucess-stories-section {
    padding: 0px 0px 120px;
}

.home2-sucess-stories-section .section-header {
    margin-bottom: 26px;
}

.home2-sucess-stories-section .top-content {
    background: url(../images/sucess/subg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 250px;
}

.home2-sucess-stories-section .bottom-content {
    margin-top: -236px;
}


/* Update-profile-Section */

.update-profile-section {
    padding: 0px 0px 120px;
}

.update-profile-section .content .section-header {
    text-align: left;
}

.update-profile-section .img img {
    width: 100%;
}


/*Breadcrumb-Section Stars Here*/

.breadcrumb-area {
    padding: 260px 0 117px;
}

.breadcrumb-area .breadcrumb-list li,
.breadcrumb-area .breadcrumb-list li a {
    text-transform: none;
}

.breadcrumb-area .content .title {
    color: #1f1f1f;
    display: block;
    padding-bottom: 5px;
    font-family: courgette;
    font-weight: 400;
}

.breadcrumb-area .content .title.extra-padding {
    padding-bottom: 15px;
}

.breadcrumb-area .content .breadcrumb-list {
    background: transparent;
    display: block;
}

.breadcrumb-area .content .breadcrumb-list.extra-padding {
    padding-bottom: 5px;
}

.breadcrumb-area .content .breadcrumb-list li {
    display: inline-block;
}

.breadcrumb-area .content .breadcrumb-list li,
.breadcrumb-area .content .breadcrumb-list li a {
    color: #1f1f1f;
    font-size: 16px;
}

.breadcrumb-area .content .breadcrumb-list li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumb-area .content .breadcrumb-list li a::after {
    content: "";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin: 0 7px;
}

@media (max-width: 575px) {
    .breadcrumb-area .content .breadcrumb-list {
        padding: 0;
    }
    .breadcrumb-area .content .breadcrumb-list li,
    .breadcrumb-area .content .breadcrumb-list li a {
        font-size: 16px;
        padding: 0;
    }
}

.about-bc-area {
    padding: 290px 0 187px;
    background: url("../images/banner/bc-about.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
}

.profile-bc-area {
    padding: 150px 0 105px;

    background: #fff url(../images/Frame\ 5.png) no-repeat;

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

.profile-bc-area-kaj {
    padding: 180px 0 135px;
        /*background: #ff493a url(../images/Frame\ 5.png) no-repeat;*/
    background: #fff url(../images/Frame\ 5.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        background-blend-mode: initial;
    background-position: bottom;
}

.dk{
    display: none !important;
}

.bfa {
    position: absolute;
    top: 00px;
    -webkit-animation: upDown 3s linear infinite;
    animation: upDown 3s linear infinite;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
}

.community-bc {
    padding: 212px 0 203px;
    background: url("../images/banner/community-bc.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
}


/* w-c-u Section Starts Here*/

.w-c-u-section {
    padding: 118px 0px 120px;
    background: #f3f6fd;
}

.w-c-u-section .content .section-header {
    margin-bottom: 40px;
}

.w-c-u-section .shape1 {
    position: absolute;
    top: 100px;
    right: 0px;
    -webkit-animation: scaleAni 4s linear infinite;
    animation: scaleAni 4s linear infinite;
}

.single-w-c-u-box {
    background: #fff;
    padding: 40px 30px 20px;
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-w-c-u-box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 32px;
}

.single-w-c-u-box .icon .number {
    position: absolute;
    right: 20px;
    bottom: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    font-weight: 600;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}

.single-w-c-u-box .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 19px;
}

.single-w-c-u-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.1);
    box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.1);
}


/* Contact-Section Starts Here*/

.contact-section {
    position: relative;
    padding: 118px 0px 120px;
}

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

.contact-section .img-left {
    position: absolute;
    top: 35%;
    left: 0px;
}

.contact-section .img-right {
    position: absolute;
    right: 0px;
    top: 30%;
}

.contact-section .contact-form-wrapper .single-input {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .contact-form-wrapper .single-input i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

.contact-section .contact-form-wrapper .single-input input {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    padding: 0px 20px 0px 49px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 50px;
}

.contact-section .contact-form-wrapper .single-input input::-webkit-input-placeholder {
    color: #8790ad;
    font-size: 16px;
}

.contact-section .contact-form-wrapper .single-input input::placeholder,
.contact-section .contact-form-wrapper .single-input input::-webkit-placeholder {
    color: #8790ad;
    font-size: 16px;
}

.contact-section .contact-form-wrapper .single-input textarea {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-radius: 0px;
    padding: 0px;
    padding: 0px 20px 0px 49px;
    height: 260px;
    background: none;
    margin-top: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-section .contact-form-wrapper .single-input textarea::-webkit-input-placeholder {
    color: #8790ad;
    font-size: 16px;
}

.contact-section .contact-form-wrapper .single-input textarea::placeholder,
.contact-section .contact-form-wrapper .single-input textarea::-webkit-placeholder {
    color: #8790ad;
    font-size: 16px;
}

.contact-section .contact-form-wrapper .custom-button {
    text-transform: uppercase;
}


/*Four-Not-Four-Section Starts Here*/

.section-404 {
    padding: 120px 0px 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.section-404 .thumb-404 {
    max-width: 966px;
    margin: 0 auto 34px;
}

.section-404 .thumb-404 img {
    width: 100%;
}

.section-404 .title {
    font-weight: 600;
    text-transform: none;
    margin-bottom: 40px;
}

.section-404 .custom-button {
    padding: 16px 45px;
    border-radius: 30px;
}

.section-404 .custom-button i {
    margin-left: 15px;
}

@media (max-width: 575px) {
    .section-404 .title {
        margin-bottom: 25px;
    }
    .section-404 .thumb-404 {
        margin-bottom: 20px;
    }
    .section-404 .custom-button {
        padding: 10px 25px;
        font-size: 14px;
    }
}


/* Filter Modal Starts Here*/

.modal.filter-p .modal-header .modal-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0px;
}

.modal.filter-p .modal-header .close {
    width: 50px;
}

.modal.filter-p .join-now-box {
    background: #fff;
    padding-bottom: 14px;
    padding-top: 0px;
}

.modal.filter-p .join-now-box .single-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 22px 20px 15px;
}

.modal.filter-p .join-now-box .single-option:first-child {
    padding-top: 0px;
}

.modal.filter-p .join-now-box .single-option.last {
    border-bottom: 0px !important;
    padding: 29px 20px 28px;
}

.modal.filter-p .join-now-box .single-option.last .title {
    top: 15px;
}

.modal.filter-p .join-now-box .single-option.last .select-bar {
    width: 190px;
    height: 40px !important;
    line-height: 40px !important;
}

.modal.filter-p .join-now-box .single-option.gender {
    padding: 17px 20px 17px;
}

.modal.filter-p .join-now-box .single-option.age {
    padding: 21px 20px 20px;
}

.modal.filter-p .join-now-box .single-option.age .select-bar {
    width: 70px;
}

.modal.filter-p .join-now-box .single-option .title {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-right: 20px;
    position: relative;
    top: 7px;
}

.modal.filter-p .join-now-box .single-option .option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal.filter-p .join-now-box .single-option .option input {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 0;
    z-index: -9;
    text-align: center;
}

.modal.filter-p .join-now-box .single-option .option input:checked~label::before {
    color: #5650ce;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 8px;
    line-height: 13px;
    text-align: center;
}

.modal.filter-p .join-now-box .single-option .option label {
    display: inline-block;
    margin: 0;
    width: calc(100% - 14px);
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

.modal.filter-p .join-now-box .single-option .option label::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #5650ce;
    left: -14px;
    text-align: center;
    top: 7px;
}

.modal.filter-p .join-now-box .single-option .option .s-input .nice-select {
    background: transparent;
    border: none;
    line-height: 26px;
    border-radius: 50px;
    padding: 0px 30px 0px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
}

.modal.filter-p .join-now-box .single-option .option .s-input .nice-select .list li {
    color: #222;
    padding: 0px 10px;
    line-height: 20px;
}

.modal.filter-p .join-now-box .joun-button {
    text-align: center;
}

.modal.filter-p .join-now-box .joun-button .custom-button {
    padding: 13px 45px;
}


/*Blog-Section Starts Here*/

.single-blog.post-details {
    background-color: transparent;
}

.single-blog.post-details .right {
    width: calc(100% - 95px);
}

.single-blog.post-details .right .post-header .m-title {
    margin-bottom: 23px;
}

@media (min-width: 768px) {
    .single-blog.post-details .right .post-header .m-title {
        font-size: 36px;
    }
}

.single-blog.post-details .right .post-header .title {
    margin-bottom: 30px;
}

.single-blog.post-details .right .post-header p {
    margin-bottom: 38px;
}

.single-blog.post-details .right .post-header blockquote {
    padding: 30px;
    padding-right: 40px;
    background-color: #f3f5ff;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 45px;
    position: relative;
}

.single-blog.post-details .right .post-header blockquote span {
    position: relative;
    z-index: 1;
}

.single-blog.post-details .right .post-header blockquote::before {
    bottom: 30px;
    right: 40px;
    width: 100px;
    height: 90px;
    background: url(../images/quotation.png) no-repeat center right;
    background-size: contain;
}

.single-blog.post-details .right .tags-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 5px;
}

.single-blog.post-details .right .tags-area .tags {
    margin-top: 25px;
}

.single-blog.post-details .right .tags-area .tags span {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.single-blog.post-details .right .tags-area .tags a {
    color: #333333;
}

.single-blog.post-details .right .tags-area .tags a::after {
    content: ",";
}

.single-blog.post-details .right .tags-area .tags a:last-child::after {
    display: none;
}

.single-blog.post-details .right .tags-area .social-icons {
    margin-top: 13.5px;
}

.single-blog.post-details .right .social-icons {
    margin: -7.5px;
}

.single-blog.post-details .right .social-icons li {
    padding: 7.5px;
}

.single-blog.post-details .right .social-icons li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #a3a5ac;
    font-size: 14px;
}

.single-blog.post-details .right .social-icons li a.active {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
}

.blog-author {
    padding: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
    box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
    border-radius: 10px;
}

.blog-author .author-thumb {
    width: 94px;
    height: 94px;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-author .author-thumb a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.blog-author .author-thumb a img {
    width: 100%;
}

.blog-author .author-content {
    width: calc(100% - 94px);
    padding-left: 30px;
}

.blog-author .author-content .title {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.blog-comment {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .blog-comment {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .blog-comment {
        margin-top: 80px;
    }
}

.blog-comment>.title {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 22px;
}

@media (min-width: 576px) {
    .blog-comment>.title {
        font-size: 28px;
    }
}

.comment-area li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 21px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-area li .blog-thumb {
    width: 65px;
    height: 65px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}

.comment-area li .blog-thumb a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.comment-area li .blog-thumb a img {
    width: 100%;
}

.comment-area li .blog-thumb-info {
    width: 150px;
    padding-left: 30px;
}

.comment-area li .blog-thumb-info span {
    margin-bottom: 10px;
    display: block;
    color: #9aace5;
    font-size: 14px;
}

.comment-area li .blog-thumb-info .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-area li .blog-content {
    width: calc(100% - 215px);
    padding-left: 30px;
}

.comment-area li .blog-content p {
    margin: 0 !important;
}


/*Leave-Comment Starts*/

.leave-comment {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .leave-comment {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .leave-comment {
        margin-top: 55px;
    }
}

.leave-comment .title {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 22px;
}

@media (min-width: 576px) {
    .leave-comment .title {
        font-size: 28px;
    }
}

.blog-form {
    margin-bottom: -30px;
}

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

.blog-form .form-group input {
    outline: none;
    border: none;
    border-bottom: 1px solid #d5d6d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 22px;
    background: none;
    padding: 0px 0px;
    border-radius: 0px;
    height: 50px;
}

.blog-form .form-group textarea {
    color: rgba(51, 51, 51, 0.6);
    outline: none;
    border: none;
    border-bottom: 1px solid #d5d6d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0px 0px;
    border-radius: 0px;
    height: 150px;
    margin-top: 36px;
}

.blog-form .form-group input:hover {
    border-bottom: 1px solid #f87115;
}

.blog-form .form-group textarea:hover {
    border-bottom: 1px solid #f87115;
}

.blog-page.single-blog-page {
    padding-bottom: 90px;
}


/*  Profile Section Start */

.profile-section {
    padding: 50px 0px 60px;
    
    background-color: #fff;
}

.profile-section .left-profile-area .profile-about-box {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 14px 0px rgb(119 123 146 / 11%);
    box-shadow: 0px 5px 14px 0px rgb(119 123 146 / 11%);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 16px
}

.profile-section .left-profile-area .profile-about-box .top-bg {
    height: 147px;
    background: url(../images/profile/profile-box-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain; border-radius: 10px;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content {
    position: relative;
    padding: 103px 30px 30px;
    text-align: center;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img {
    background: #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -60px;
    z-index: 9;
    object-fit: cover;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img img {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    position: relative;
    bottom: 1px;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    background: rgba(255, 51, 51, 0.5);
    top: -10px;
    z-index: -1;
    left: -10px;
    border-radius: 50%;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    background: rgba(255, 149, 149, 0.5);
    top: -20px;
    z-index: -1;
    left: -20px;
    border-radius: 50%;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .profile-img .share-profile{
    /* position: absolute;*/
    /*width: 35px;*/
    /*height: 35px;*/
    /*background: #ff6374;*/
    /*border: 3px solid #ffffff;*/
    /*border-radius: 50%;*/
    /*bottom: -11px;*/
    /*right: -7px;*/
    /*font-size: 15px;*/
    /*color: #fff;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*display: flex;*/
    position: absolute;
    width: 45px;
    height: 45px;
    background: #ff6374;
    border: 3px solid #ffffff;
    border-radius: 50%;
    bottom: -11px;
    right: -16px;
    font-size: 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .name {
    font-size: 26px;
    line-height: 38px;
    font-weight: 500;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one li {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 400;
    margin-top:5px;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one li:last-child {
    margin-right: 0px;
    padding-left: 0px;
    position: relative;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one li:last-child::before {
    position: absolute;
    content: "|";
    left: -16px;
    top: 5px;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one li span i {
    margin-right: 7px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    font-size: 17px;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left {
    font-weight: 600;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f7e9f8;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .left .icon i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .right {
    margin: auto;
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .right a.custom-button {
    display: inline-block;
    font-weight: normal;
    padding: 13px 15px;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
}

.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-two .right a.custom-button:hover {
    transform: scale(0.9);
}

.profile-section .left-profile-area .profile-meta-box {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
    box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
    margin-top: 30px;
    padding: 20px 20px 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.profile-section .left-profile-area .profile-meta-box .p-m-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.profile-section .left-profile-area .profile-meta-box .p-m-b li {
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    width: 33.33%;
    text-align: center;
}

.profile-section .left-profile-area .profile-meta-box .p-m-b li a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FCE9E8;
    line-height: 60px;
    position: relative;
}

.profile-section .left-profile-area .profile-meta-box .p-m-b li a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #f22876 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #f22876 100%);
    font-size: 35px;
    top: 10%;
    position: relative;
}

.profile-section .left-profile-area .profile-meta-box .p-m-b li a .number {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #f22876 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #f22876 100%);
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    z-index: 2;
    top: 15%;
    right: 15%;
}

.profile-section .left-profile-area .profile-uplodate-photo {
    border-radius: 10px;
    /* background-color: white;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02);
    box-shadow: 0px 10px 5px 0px rgba(119, 123, 146, 0.02); */
    margin-top: 30px;
    padding: 35px 0px 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-header {
    font-size: 24px;
    font-weight: 600;
    display: block;
    padding: 0px 10px;
    /*margin-bottom: 25px;*/
}

.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-header i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #f22876 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #f22876 100%);
    margin-right: 7px;
}

.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        margin-top: 25px;
    flex-wrap: wrap;
}

.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col {
    /*width: 33.33%;*/
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}

.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img img {
    /*width: 100%;*/
    /*border-radius: 14px;*/
    /*height: 90px;*/
    width: 104px;
    border-radius: 14px;
    height: 85px;
    object-fit: cover;
}

.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    border-radius: 14px;
    background-color: #FF5668;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.my-col .img .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    border-radius: 14px;
    background-color: #FF5668;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img .overlay p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    font-size: 30px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.my-col .img .overlay p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    font-size: 30px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.profile-section .left-profile-area .profile-uplodate-photo .p-u-p-list .my-col .img:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
.my-col .img:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
.profile-section .profile-main-content .top-menu {
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(35, 57, 184, 0.2);
    box-shadow: 0px 5px 30px 0px rgba(35, 57, 184, 0.2);
    padding: 6px 10px 10px;
    display: block;
    text-align: center;
    margin-bottom: 1px;
}

.profile-section .profile-main-content .top-menu li {
    display: inline-block;
}

.profile-section .profile-main-content .top-menu li a {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0px 10px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.profile-section .profile-main-content .top-menu li a .num {
    position: absolute;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    border-radius: 30px;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    top: -6px;
    right: -17px;
}

.profile-section .profile-main-content .top-menu li a.active,
.profile-section .profile-main-content .top-menu li a:hover {
    color: #ac216c;
}

.profile-section .profile-main-content .top-menu-two {
    display: block;
    text-align: center;
}

.profile-section .profile-main-content .top-menu-two li {
    display: inline-block;
    margin: 2px 2px;
}

.profile-section .profile-main-content .top-menu-two li a {
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 5px 6px 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.profile-section .profile-main-content .top-menu-two li a.active,
.profile-section .profile-main-content .top-menu-two li a:hover {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
}

.profile-section .profile-main-content .top-menu-two li .nice-select {
    position: relative;
    min-width: 105px;
    display: inline-block;
    top: 12px;
    background: none;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 14px;
    height: 22px;
    padding: 0px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 15px;
}

.profile-section .profile-main-content .top-menu-two li .nice-select .current {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}

.profile-section .profile-main-content .top-menu-two li .nice-select ul {
    display: block;
}

.profile-section .profile-main-content .top-menu-two li .nice-select ul li {
    display: block;
    padding: 0px 5px;
    font-size: 12px;
    text-transform: uppercase;
    min-height: 30px !important;
    line-height: 30px;
}

.profile-section .profile-main-content .write-post-area {
    border-radius: 10px;
    background-color: white;
    padding: 30px 30px 29px;
    margin-top: 20px;
}

.profile-section .profile-main-content .write-post-area .write-area {
    position: relative;
}

.profile-section .profile-main-content .write-post-area .write-area img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 0px;
    left: 0px;
}

.profile-section .profile-main-content .write-post-area .write-area textarea {
    padding-left: 60px;
    padding-top: 0px;
    padding-right: 0px;
    height: 100px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px;
    border-radius: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.profile-section .profile-main-content .write-post-area .submit-area {
    padding-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile-section .profile-main-content .write-post-area .submit-area .left a.upload-btn {
    display: inline-block;
    height: 30px;
    width: 60px;
    line-height: 30px;
    border-radius: 20px;
    background: #f7e9f8;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.profile-section .profile-main-content .write-post-area .submit-area .left a.upload-btn i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}

.profile-section .profile-main-content .write-post-area .submit-area .left .select-area {
    display: inline-block;
}

.profile-section .profile-main-content .write-post-area .submit-area .left .select-area .nice-select {
    position: relative;
    min-width: 105px;
    display: inline-block;
    top: 8px;
    background: none;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    padding: 0px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 15px;
}

.profile-section .profile-main-content .write-post-area .submit-area .left .select-area .nice-select .current {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}

.profile-section .profile-main-content .write-post-area .submit-area .left .select-area .nice-select ul {
    display: block;
}

.profile-section .profile-main-content .write-post-area .submit-area .left .select-area .nice-select ul li {
    display: block;
    padding: 0px 5px;
    font-size: 16px;
    min-height: 30px !important;
    line-height: 30px;
}

.profile-section .profile-main-content .write-post-area .submit-area .right .custom-button {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    margin-top: 8px;
}

.profile-section .profile-main-content .profile-single-post {
    border-radius: 10px;
    background-color: white;
    padding: 30px 30px 29px;
    margin-top: 30px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .img {
    display: inline-block;
    position: relative;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .img .active-online {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #1ce36f;
    border: 3px solid #fff;
    border-radius: 50%;
    bottom: -2px;
    right: -2px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .img img {
    width: 40px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .name {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .is-varify {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fce9f3;
    display: inline-block;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: -2px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .is-varify i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    font-size: 10px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .usewrname {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-header-area .post-time {
    font-size: 14px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content {
    padding-left: 60px;
    padding-top: 23px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content img {
    width: 100%;
    margin-bottom: 4px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content p {
    margin-bottom: 20px !important;
    display: block;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .left .comment {
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    height: 30px;
    border-radius: 50px;
    color: #333;
    margin-right: 14px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select {
    margin-right: 19px;
    position: relative;
    min-width: 100px;
    display: inline-block;
    top: 0px;
    background: none;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    padding: 0px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 15px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select .current {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select ul {
    display: block;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .right .nice-select ul li {
    display: block;
    padding: 0px 5px;
    font-size: 12px;
    text-transform: uppercase;
    min-height: 30px !important;
    line-height: 30px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .link {
    display: inline-block;
    height: 30px;
    width: 40px;
    line-height: 30px;
    border-radius: 10px;
    background: #f7e9f8;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.profile-section .profile-main-content .profile-single-post .p-s-p-content-footer .link i {
    font-size: 15px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}

.profile-section .profile-main-content .load-more {
    border-radius: 50px;
    background-color: white;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(61, 83, 209, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(61, 83, 209, 0.2);
    display: block;
    color: #333;
    text-align: center;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
}

.profile-section .profile-main-content .load-more:hover {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
}

.profile-section .profile-main-content .info-box {
    background-color: white;
    /* margin-top: 30px; */
    border-radius: 10px;
    padding: 30px 00px 22px;
}

.profile-section .profile-main-content .info-box .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-section .profile-main-content .info-box .header .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 10px;
}

.profile-section .profile-main-content .info-box .content .text {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 0px 3px;
}

.profile-section .profile-main-content .info-box .content .infolist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: end;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.profile-section .profile-main-content .info-box .content .infolist li:last-child {
    border-bottom: 0px;
}

.profile-section .profile-main-content .info-box .content .infolist li span {
    font-size: 16px;
    line-height: 26px;
}

.profile-section .profile-main-content .profile-friends .single-friend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 20px 20px 20px;
    background: #fff;
}

.profile-section .profile-main-content .profile-friends .single-friend img {
    max-width: 80px;
    margin-right: 20px;
}

.profile-section .profile-main-content .profile-friends .single-friend .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    padding-right: 150px;
}

.profile-section .profile-main-content .profile-friends .single-friend .content .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #333333;
}

.profile-section .profile-main-content .profile-friends .single-friend .content .name .isvarify {
    display: inline-block;
}

.profile-section .profile-main-content .profile-friends .single-friend .content .name .isvarify i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    font-size: 16px;
    margin-left: 4px;
}

.profile-section .profile-main-content .profile-friends .single-friend .content .date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
}

.profile-section .profile-main-content .profile-friends .single-friend .content .connnect-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    -webkit-box-flex: 16px;
    -ms-flex: 16px;
    flex: 16px;
    color: #333;
    padding: 6px 20px;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    color: #fff;
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
    border-radius: 19px;
}

.profile-section .profile-main-content .profile-friends .single-friend .content .connnect-btn1 {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    -webkit-box-flex: 16px;
    -ms-flex: 16px;
    flex: 16px;
    color: #333;
    padding: 4px 30px;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    color: #fff;
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
    border-radius: 19px;
    font-size: 15px;
}

.profile-section .profile-main-content .profile-friends .single-friend .content .connnect-btn2 {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    -webkit-box-flex: 16px;
    -ms-flex: 16px;
    flex: 16px;
    color: #333;
    padding: 4px 30px;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    color: #fff;
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
    border-radius: 19px;
    font-size: 14.6px;
}

.profile-section .profile-aside-area .other-profile {
    /* background-color: white; */
    border-radius: 10px;
    padding: 24px 10px 20px;
}

.profile-section .profile-aside-area .other-profile .o-p-header .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    /* margin-left: 15px; */
}

.profile-section .profile-aside-area .other-profile .p-u-p-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col {
    margin: auto auto 10% auto;
}

.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col .img {
    position: relative;
    margin-bottom: 23px;
    border-radius: 15px;
}

.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col .img img {
    width: 130px;
    height: 131px;
    object-fit: contain !important;
    border-radius: 10px;
    box-shadow: 4px 4px 1px rgb(255 51 51 / 50%), 8px 8px 8px rgb(255 149 149 / 50%);
    position: relative;
}

.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col .img a {
    color: #fff;
    position: absolute;
    bottom: -10px;
    right: 20px;
    cursor: pointer;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    font-size: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col .img:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
 .my-col .img:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
.profile-section .profile-aside-area .other-profile .p-u-p-list .my-col p {
     font-size: 15px;
    
    text-align: center;

    font-weight: 500;
    
    width: 135px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0
    
    
}

.profile-section .profile-aside-area .other-profile .o-p-content {
    position: relative;
}

.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-prev,
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-next {
    position: absolute;
    top: -53px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(119, 123, 146, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(119, 123, 146, 0.2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
}

.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-prev:hover,
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-next:hover {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
}

.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-prev:focus,
.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-next:focus {
    outline: 0px;
}

.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-next {
    right: 0px;
}

.profile-section .profile-aside-area .other-profile .o-p-content .p-u-p-list-slider .owl-nav .owl-prev {
    right: 30px;
}

.profile-section .profile-aside-area .chat-request {
    background-color: white;
    margin-top: 30px;
    border-radius: 10px;
}

.profile-section .profile-aside-area .chat-request .c-r-heading {
    padding: 28px 20px 0px;
}

.profile-section .profile-aside-area .chat-request .c-r-heading .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.profile-section .profile-aside-area .chat-request .c-r-content {
    padding: 10px 20px 30px;
}

.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 20px;
}

.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r:last-child {
    margin-bottom: 0px;
}

.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r:last-child .right {
    border-bottom: 0px;
}

.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .left {
    margin-right: 20px;
}

.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 12px;
}

.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .right .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
}

.profile-section .profile-aside-area .chat-request .c-r-content .single-c-r .right p {
    margin-bottom: 0px;
    font-size: 16px;
}

.profile-section .profile-aside-area .chat-request .c-r-content .load-more {
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    color: #333;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
}

.profile-section .profile-aside-area .chat-request .c-r-content .load-more:hover {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
}


/*  Avout Section Start */

.about-section {
    padding-top: 116px;
    padding-bottom: 116px;
}

.about-section .content .section-header {
    margin-bottom: 0px !important;
}


/*  Community Section Start */

.top-filter {
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px 20px;
}

.top-filter .left a {
    color: #0d0c22;
    padding: 10px 16px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
    box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
    transition: 0.9s;
}

.top-filter .left a:hover {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}

.top-filter .left a img {
    height: 20px;
    width: 20px;
    margin: -2px 7px 0px 0px;
    fill: #FF5669;
}

.top-filter .right .span {
    font-size: 16px;
    line-height: 26px;
    margin-right: 7px;
    position: relative;
    top: -8px;
}

.top-filter .right .filter-right {
    display: inline-block;
}

.top-filter .right .filter-right .nice-select {
    position: relative;
    min-width: 105px;
    padding: 11px 30px 0px 16px;
    display: inline-block;
    top: 4px;
    background: none;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    border: transparent;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
    box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
}

.nice-select:after {
    border-bottom: 2px solid #9e9ea7;
    border-right: 2px solid #9e9ea7;
}

.top-filter .right .filter-right .nice-select:hover {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}

.top-filter .right .filter-right .nice-select .current {
    font-size: 15px;
    line-height: 12px;
}

.top-filter .right .filter-right .nice-select ul {
    display: block;
}

.top-filter .right .filter-right .nice-select ul li {
    display: block;
    padding: 0px 5px;
    font-weight: 00;
    color: #6e6d7a;
    min-height: 30px !important;
    line-height: 30px;
    /* padding-top: 5px;
    padding-right: 1px;
    padding-bottom: 5px;
    padding-left: 11px;
     */
    /* display: block; */
    padding: 8px 15px;
    font-size: 13px;
    /* color: #6e6d7a; */
}

.single-community-box {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(86, 47, 218, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(86, 47, 218, 0.1);
    /* border-bottom: 9px solid #1f1f1de6; */
}

.single-friend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 30px;
    justify-content: center;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-radius: 15px;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
    padding: 20px 20px 20px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #fff;
    transition: 0.6s;
}

.single-friend:hover {
    transform: scale(0.98);
}

.single-friend img {
    width: 103px;
    border-radius: 9px;
    margin-right: 20px;
    height: 92px;
    /*max-height: 92px;*/
}

.f2ka {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    z-index: 7;
}

.f2ka a i {
    color: #db3949;
}

.page-link {
   color: #db3949;
}
.f2ka a {
    color: #000;
    padding: 7px 17px;
    /* background: linear-gradient(
95.31deg
, #CD4E96 11.62%, #FF5669 88.86%); */
    background-color: #fff;
    /* box-shadow: 4px 4px 4px rgb(255 86 105 / 60%); */
    box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
    border-radius: 10px;
    font-size: 14px !important;
    transition: 0.8px;
    background: linear-gradient(to right, #ff566a29 50%, white 50%);
    background-size: 203% 103%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.f2ka a i:hover {
    color: #000;
}

.f2ka a:hover {
    color: #000;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
    background-position: left bottom;
    border-radius: 10px;
    font-size: 17px;
}

.single-friend .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    /*padding-right: 20px;*/
}

.single-friend .content .name {
    font-size: 20px;
    /*line-height: 00px;*/
    font-weight: 700;
    color: #1f1f1f;
}

.single-friend .content .name .isvarify {
    display: inline-block;
}

.single-friend .content .name .isvarify i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    font-size: 16px;
    margin-left: 4px;
}

.single-friend .content .date {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.single-friend .content .connnect-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    z-index: 1;
    -webkit-box-flex: 16px;
    -ms-flex: 16px;
    flex: 16px;
    color: #fff;
    padding: 6px 35px;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
    border-radius: 60px;
}

.single-friend ul li {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    /* list-style-type: square; */
    margin-bottom: 0px;
}

.pagination-area {
    font-size: 18px;
    margin: 0 -15px;
}

.pagination-area a {
    color: #333;
    margin: 0 2px;
    background: #fff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.2);
    box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.2);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.pagination-area a i {
    font-size: 14px;
}

.pagination-area a:hover {
    color: #ffffff;
}

.pagination-area a.active,
.pagination-area a:hover {
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
    color: #fff;
}

.single-community-menu {
    background: #4827bb;
}

.single-community-menu .top-menu {
    margin-left: 30px;
    border-radius: 10px;
    padding: 6px 10px 10px;
    display: block;
    margin-bottom: 1px;
    padding-left: 25%;
    position: relative;
    z-index: 9;
}

.single-community-menu .top-menu li {
    display: inline-block;
}

.single-community-menu .top-menu li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0px 12px;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-community-menu .top-menu li a .num {
    position: absolute;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    border-radius: 30px;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    top: -6px;
    right: -17px;
}

.single-community-menu .top-menu li a.active,
.single-community-menu .top-menu li a:hover {
    color: #ff3366;
}

.profile-section.single-community {
    padding-top: 0px;
    margin-top: -150px;
}

.profile-section.single-community .profile-main-content {
    margin-top: 200px;
    background: #f4f8fd;
    padding: 10px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}

.profile-section.single-community .profile-aside-area {
    margin-top: 200px;
}

.profile-section.single-community .c-group-info .profile-image img {
    width: 100%;
}

.profile-section.single-community .c-group-info .group-content {
    margin-top: 22px;
}

.profile-section.single-community .c-group-info .group-content .time {
    font-size: 16px;
    line-height: 26px;
}

.profile-section.single-community .c-group-info .group-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 18px;
}

.profile-section.single-community .c-group-info .group-content .text {
    font-size: 16px;
    line-height: 26px;
}

.profile-section.single-community .c-group-info .group-content .security {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.profile-section.single-community .c-group-info .group-content .security i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    margin-right: 5px;
}

.profile-section.single-community .c-group-info .admin-area {
    margin-top: 28px;
}

.profile-section.single-community .c-group-info .admin-area .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-section.single-community .c-group-info .admin-area a {
    display: inline-block;
}

.profile-section.single-community .profile-aside-area .serch-area {
    background: #fff;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(78, 64, 128, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(78, 64, 128, 0.1);
    padding: 30px 20px;
}

.profile-section.single-community .profile-aside-area .serch-area form {
    position: relative;
}

.profile-section.single-community .profile-aside-area .serch-area form input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    padding: 0px 20px 0px 45px;
}

.profile-section.single-community .profile-aside-area .serch-area form button {
    position: absolute;
    border: 0px;
    position: absolute;
    left: 4px;
    top: 0px;
    background: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: #777;
}

.profile-section.single-community .profile-aside-area .recent-member {
    background: #fff;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(78, 64, 128, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(78, 64, 128, 0.1);
    padding: 30px 20px 24px;
    margin-top: 30px;
}

.profile-section.single-community .profile-aside-area .recent-member .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 9px;
    margin-bottom: 14px;
}

.profile-section.single-community .profile-aside-area .recent-member .member-list li {
    display: inline-block;
}

.profile-section.single-community .profile-aside-area .recent-photo {
    background: #fff;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(78, 64, 128, 0.1);
    box-shadow: 0px 5px 20px 0px rgba(78, 64, 128, 0.1);
    padding: 30px 0px 11px;
    margin-top: 30px;
}

.profile-section.single-community .profile-aside-area .recent-photo .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0px 20px 9px;
    margin-bottom: 20px;
}

.profile-section.single-community .profile-aside-area .recent-photo .member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 10px;
}

.profile-section.single-community .profile-aside-area .recent-photo .member-list li {
    width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

.profile-section.single-community .profile-aside-area .recent-photo .member-list li a {
    margin-bottom: 20px;
    display: block;
}

.profile-section.single-community .profile-aside-area .recent-photo .member-list li a img {
    width: 100%;
}


/*  membership-section Start */

.membership-section {
    padding: 118px 0px 118px;
    overflow: hidden;
}

.membership-section .section-header {
    margin-bottom: 40px;
}

.membership-section .plan-info {
    text-align: center;
}

.membership-section .plan-info .icon {
    margin-bottom: 33px;
}

.membership-section .plan-info .icon img {
    height: 80px;
}

.membership-section .plan-info .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 18px;
}


/*
.membership-section .pricing-plans {
    padding: 193px 0px 101px;
    overflow: hidden;
    background: #5736cb;
    position: relative;
    text-align: center;
}

.membership-section .pricing-plans .shape1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-animation: scaleAni 4s linear infinite;
    animation: scaleAni 4s linear infinite;
}

.membership-section .pricing-plans .contact-link {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #fff;
}

.membership-section .pricing-plans .contact-link a {
    font-weight: 600;
    color: #ff3366;
    text-decoration: underline;
} */

.membership-section .m-s-top {
    padding-bottom: 96px;
}

.pricing-plan-wrapper {
    margin-top: 0px;
    margin-bottom: -140px;
    position: relative;
    z-index: 9;
}

.pricing-plan-wrapper .left-img {
    position: absolute;
    left: -120px;
    top: 0px;
}

.pricing-plan-wrapper .right-img {
    position: absolute;
    right: -260px;
    top: 0px;
}

.pricing-plan-wrapper .single-plan {
    background: #fff;
    padding: 32px 30px 40px;
    border-radius: 15px;
    text-align: center;
    -webkit-box-shadow: 0px -11px 30px 0px rgba(112, 90, 186, 0.2);
    box-shadow: 0px -11px 30px 0px rgba(112, 90, 186, 0.2);
    position: relative;
    overflow: hidden;
}

.pricing-plan-wrapper .single-plan .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.pricing-plan-wrapper .single-plan .duration {
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 13px;
    margin-bottom: 27px;
}

.pricing-plan-wrapper .single-plan .number {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #ac216c;
}

.pricing-plan-wrapper .single-plan .number sup {
    font-size: 28px;
    line-height: 38px;
}

.pricing-plan-wrapper .single-plan .stamet {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}

.pricing-plan-wrapper .single-plan a.custom-button {
    margin-top: 6px;
    text-transform: uppercase;
    padding: 5px 25px;
    font-size: 16px;
}


/*Faq-Section Starts Here*/

.faq-section {
    padding-bottom: 120px;
}

.faq-section .section-header {
    margin-bottom: 40px;
}

.faq-wrapper {
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: -20px;
}

.faq-item {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(119, 123, 146, 0.2);
    box-shadow: 0px 5px 20px 0px rgba(119, 123, 146, 0.2);
    padding: 15px 30px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.faq-item .faq-title {
    cursor: pointer;
    position: relative;
}

.faq-item .faq-title .title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    width: calc(100% - 40px);
    max-width: 535px;
    line-height: 1.5;
}

.faq-item .faq-title .right-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    position: absolute;
    right: 0;
    top: 0;
}

.faq-item .faq-title .right-icon::after,
.faq-item .faq-title .right-icon::before {
    background-color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faq-item .faq-title .right-icon::after {
    width: 20px;
    height: 2px;
}

.faq-item .faq-title .right-icon::before {
    width: 2px;
    height: 20px;
}

.faq-item .faq-content {
    padding-top: 30px;
    display: none;
}

.faq-item .faq-content p {
    margin-bottom: 37px;
}

.faq-item.open .faq-title .right-icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

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


/*  Blog-Page */

.blog-page {
    padding: 120px 0px 120px;
}

.blog-page .single-blog {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px;
}

.blog-page .single-blog .img img {
    width: 100%;
}

.blog-page .single-blog .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 30px 19px;
}

.blog-page .single-blog .content .avatar {
    margin-bottom: 24px;
}

.blog-page .single-blog .content .left {
    width: 40px;
    margin-right: 30px;
}

.blog-page .single-blog .content .left .meta-list {
    text-align: center;
}

.blog-page .single-blog .content .left .meta-list li {
    margin-bottom: 12px;
}

.blog-page .single-blog .content .left .meta-list li:last-child {
    margin-bottom: 0px;
}

.blog-page .single-blog .content .left .meta-list li a {
    display: block;
    width: 30px;
    height: 30px;
    background: #f8e9f7;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
}

.blog-page .single-blog .content .left .meta-list li a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}

.blog-page .single-blog .content .left .meta-list li span {
    font-weight: 600;
}

.blog-page .single-blog .content .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-page .single-blog .content .right .date {
    font-size: 16px;
    line-height: 26px;
}

.blog-page .single-blog .content .right .title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 13px;
}

.blog-page .single-blog .content .right .text {
    margin-bottom: 0px;
}

.blog-page .single-blog .post-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 30px 14px;
}

.blog-page .single-blog .post-footer .left p {
    font-size: 14px;
    line-height: 34px;
}

.blog-page .single-blog .post-footer .right a {
    font-size: 14px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 2px 20px;
    border-radius: 50px;
}

.blog-page .single-blog .post-footer .right a:hover {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
}


/* Product widget section begin */

.product-details-section {
    padding: 120px 0px 120px;
}

.product-category {
    padding: 120px 0px 120px;
}

.product-category .price-range-slider {
    text-align: center;
}

.product-category .price-range-slider .range-slider input {
    border: 0px;
}

.product-category .price-range-slider .value {
    position: absolute;
    top: -36px;
    left: 50%;
    margin: 0 0 0 -20px;
    text-align: center;
    display: block;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    display: block;
    padding: 5px 8px;
    font-size: 12px;
    line-height: 12px;
}

.product-category .price-range-slider .value:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #c52aa5;
}

.product-category .price-range-slider .price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: -36px;
}

.product-category .price-range-slider .price-range-both {
    display: none;
}

.product-category .price-range-slider .value i {
    font-style: normal;
}

.product-category .price-range-slider div.ui-slider-range.ui-widget-header {
    background: #f22876;
}

.product-category .price-range-slider .ui-state-hover,
.product-category .price-range-slider .ui-widget-content .ui-state-hover,
.product-category .price-range-slider .ui-widget-header .ui-state-hover,
.product-category .price-range-slider .ui-state-focus,
.product-category .price-range-slider .ui-widget-content .ui-state-focus,
.product-category .price-range-slider .ui-widget-header .ui-state-focus {
    background: #f22876 !important;
}

.product-category .price-range-slider .ui-state-default,
.product-category .price-range-slider .ui-widget-content .ui-state-default,
.product-category .price-range-slider .ui-widget-header .ui-state-default {
    background: #f22876 !important;
    border-radius: 50%;
    font-size: 14px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    border: 3px solid #fff;
}

.product-category .price-range-slider .ui-state-default:focus,
.product-category .price-range-slider .ui-widget-content .ui-state-default:focus,
.product-category .price-range-slider .ui-widget-header .ui-state-default:focus {
    outline: none;
}

.product-category .price-range-slider span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: none;
}

.product-category .price-range-slider .ui-slider-horizontal {
    height: 3px;
    border: 0px;
    background: #d2d2d2;
}

.product-category .price-range-slider .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.product-category .price-range-slider .p-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 13px;
}

.product-category .price-range-slider .p-info .left {
    font-size: 14px;
    font-weight: 600;
    color: #777;
}

.product-category .price-range-slider .p-info .right {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.product-category .price-range-slider .custom-button {
    padding: 3px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.button-hover {
    position: relative;
}

.hover-effect {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-decoration: none;
    color: #56585a;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
}

.hover-effect span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.hover-effect:before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(162, 44, 202, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(162, 44, 202, 0.3);
}

.hover-effect:hover {
    color: #fff;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    border-radius: 50px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(162, 44, 202, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(162, 44, 202, 0.3);
}

.hover-effect:hover:before {
    width: 100%;
    text-align: right;
    background: none;
    padding-right: 20px;
}

.hover-effect:hover span {
    left: -15px;
    color: #fff;
}

.filter-area {
    border-radius: 5px;
    padding: 10px 38px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.filter-area .search-box {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    z-index: 9;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    display: none;
}

.filter-area .search-box input {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
}

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

.filter-main .right .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.filter-main .right .item span {
    margin-right: 20px;
}

.filter-main .right .item .select-bar {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-radius: 20px;
    padding: 0 20px;
    background: transparent;
}

.filter-main .right .item .select-bar .list {
    max-height: 150px;
    overflow-y: auto;
    background: #fafbff;
    border: 1px solid rgba(163, 177, 198, 0.151);
    color: #333333;
}

.filter-main .right .item .select-bar .list li:hover,
.filter-main .right .item .select-bar .list li.focus,
.filter-main .right .item .select-bar .list li.selected {
    background: transparent;
}

.filter-main .right .serch-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    display: inline-block;
    cursor: pointer;
}

.filter-main .left {
    margin-bottom: 10px;
}

.grid-button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-button li:last-child {
    margin-right: 0;
}

.grid-button li a {
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    color: #333333;
}

.grid-button li a.active {
    color: #ff3366;
}

.single-product {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-product .img {
    position: relative;
    overflow: hidden;
}

.single-product .img img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
}

.single-product .img .sale {
    position: absolute;
    top: 30px;
    left: 0px;
    background: #5b3acc;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 15px 4px;
    border-radius: 0px 50px 50px 0px;
}

.single-product .img .more-links {
    position: absolute;
    top: 30px;
    right: -50px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 3px 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-product .img .more-links li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product .img .more-links li:last-child {
    border-bottom: 0px;
}

.single-product .img .more-links li a {
    display: block;
}

.single-product .img .more-links li a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    font-size: 14px;
}

.single-product .content {
    position: relative;
    padding: 62px 30px 30px;
}

.single-product .content .price {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    right: 10px;
    position: absolute;
    top: -30px;
}

.single-product .content .title {
    font-size: 24px;
    line-height: 34px;
    display: block;
    font-weight: 600;
}

.single-product .content .review-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product .content .review-area .stars i {
    font-size: 12px;
    margin-right: -4px;
    color: #f87115;
}

.single-product .content .review-area .separator {
    font-size: 15px;
    margin: 0px 10px;
}

.single-product .content .review-area .review-content {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.single-product .content .hover-effect {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #56585a;
    margin-top: 24px;
}

.single-product:hover {
    border-color: #5b3acc;
}

.single-product:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-product:hover .img .more-links {
    right: 20px;
}

.single-product-list {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.single-product-list .img {
    position: relative;
    overflow: hidden;
}

.single-product-list .img img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
}

.single-product-list .img .sale {
    position: absolute;
    top: 30px;
    left: 0px;
    background: #5b3acc;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 15px 4px;
    border-radius: 0px 50px 50px 0px;
}

.single-product-list .img .more-links {
    position: absolute;
    top: 30px;
    right: -50px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 3px 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-product-list .img .more-links li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product-list .img .more-links li:last-child {
    border-bottom: 0px;
}

.single-product-list .img .more-links li a {
    display: block;
}

.single-product-list .img .more-links li a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    font-size: 14px;
}

.single-product-list .content {
    position: relative;
    padding: 30px 30px 30px 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-product-list .content .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.single-product-list .content .content-inner .left-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.single-product-list .content .content-inner .right-content {
    width: 170px;
    padding: 0px 0px 0px 30px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
}

.single-product-list .content .content-inner .price {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    left: -30px;
    position: absolute;
    top: 30px;
}

.single-product-list .content .content-inner .title {
    font-size: 24px;
    line-height: 34px;
    display: block;
    font-weight: 600;
}

.single-product-list .content .content-inner .review-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-list .content .content-inner .review-area .stars i {
    font-size: 12px;
    margin-right: -4px;
    color: #f87115;
}

.single-product-list .content .content-inner .review-area .separator {
    font-size: 15px;
    margin: 0px 10px;
}

.single-product-list .content .content-inner .review-area .review-content {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.single-product-list .content .content-inner .add-wish-btn {
    display: block;
    color: #333;
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 0px;
}

.single-product-list .content .content-inner .add-wish-btn i {
    color: #f87115;
    margin-right: 4px;
    font-size: 18px;
}

.single-product-list .content .content-inner .hover-effect {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #56585a;
    margin-top: 24px;
    width: 140px;
}

.single-product-list .content .content-inner .hover-effect span {
    padding-left: 40px;
}

.single-product-list .content .content-inner .hover-effect:hover span {
    padding-left: 10px;
}

.single-product-list .content .content-inner .hover-effect:hover::before {
    padding-right: 15px;
}

.single-product-list .content .content-inner .more-info {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin-top: 24px;
    border-bottom: 1px solid #a5a5a5;
}

.single-product-list .content .content-inner .more-info:hover {
    color: #a5a5a5;
}

.single-product-list:hover {
    border-color: #5b3acc;
}

.single-product-list:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-product-list:hover .img .more-links {
    right: 40px;
}

.single-product-list-2 {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.single-product-list-2 .img {
    position: relative;
    overflow: hidden;
}

.single-product-list-2 .img img {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
}

.single-product-list-2 .img .sale {
    position: absolute;
    top: 30px;
    left: 0px;
    background: #5b3acc;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 15px 4px;
    border-radius: 0px 50px 50px 0px;
}

.single-product-list-2 .img .more-links {
    position: absolute;
    top: 30px;
    right: -50px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 3px 10px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.single-product-list-2 .img .more-links li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product-list-2 .img .more-links li:last-child {
    border-bottom: 0px;
}

.single-product-list-2 .img .more-links li a {
    display: block;
}

.single-product-list-2 .img .more-links li a i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    font-size: 14px;
}

.single-product-list-2 .content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 30px 30px 30px 60px;
}

.single-product-list-2 .content .price {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    left: -30px;
    position: absolute;
    top: 30px;
}

.single-product-list-2 .content .title {
    font-size: 24px;
    line-height: 34px;
    display: block;
    font-weight: 600;
}

.single-product-list-2 .content .review-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-product-list-2 .content .review-area .stars i {
    font-size: 12px;
    margin-right: -4px;
    color: #f87115;
}

.single-product-list-2 .content .review-area .separator {
    font-size: 15px;
    margin: 0px 10px;
}

.single-product-list-2 .content .review-area .review-content {
    font-size: 14px;
    position: relative;
    top: 2px;
}

.single-product-list-2 .content .hover-effect {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #56585a;
    margin-top: 24px;
    width: 140px;
}

.single-product-list-2 .content .hover-effect span {
    padding-left: 40px;
}

.single-product-list-2 .content .hover-effect:hover span {
    padding-left: 10px;
}

.single-product-list-2 .content .hover-effect:hover::before {
    padding-right: 15px;
}

.single-product-list-2:hover {
    border-color: #5b3acc;
}

.single-product-list-2:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-product-list-2:hover .img .more-links {
    right: 20px;
}


/*==========================================
   Product Details Page
===========================================*/

.all-slider.owl-carousel .owl-nav .owl-prev,
.all-slider.owl-carousel .owl-nav .owl-next {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 24px;
    opacity: 1;
    color: #fff;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.all-slider.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.all-slider.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.product-details-section .overlay .right-area .product-info .product-stock {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 18px;
}

.product-details-section .overlay .right-area .product-info .product-stock .stock-box {
    display: inline-block;
}

.product-details-section .overlay .right-area .product-info .product-stock .stock-box .value-title {
    font-size: 16px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
    line-height: 2.5;
}

.product-details-section .overlay .right-area .product-info .product-stock .stock-box .value-content {
    font-size: 16px;
    color: #f87115;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.667;
}

.product-details-section .overlay .right-area .product-info .product-stock .stock-icon {
    float: right;
    display: inline-block;
}

.product-details-section .overlay .right-area .product-info .product-stock .stock-icon a i {
    color: #f5f8ff;
    border-radius: 50%;
    background-color: #f87115;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(14, 36, 58, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(14, 36, 58, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.product-details-section .overlay .right-area .product-info .product-stock .stock-icon a:hover i {
    background-color: #f5f8ff;
    color: #f87115;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-section .overlay .right-area .product-info ul li .product-title {
    padding: 18px 0 8px;
    font-size: 28px;
    line-height: 38px;
}

.product-details-section .overlay .right-area .product-info ul li .review-block {
    margin: 0px 0 8px 0;
}

.product-details-section .overlay .right-area .product-info ul li .review-block .star-review a {
    margin-right: -5px;
    font-size: 14px;
    line-height: 24px;
}

.product-details-section .overlay .right-area .product-info ul li .review-block .star-review .reviews {
    position: relative;
    margin-left: 32px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.product-details-section .overlay .right-area .product-info ul li .review-block .star-review .reviews:before {
    position: absolute;
    content: "";
    background: #5b7086;
    width: 2px;
    height: 15px;
    left: -15px;
    top: 5px;
}

.product-details-section .overlay .right-area .product-info ul li .review-block .star-review a i {
    color: #f87115;
    margin-right: -5px;
}

.product-details-section .overlay .right-area .product-info .product-price p {
    font-size: 28px;
    line-height: 38px;
    color: #143250;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -2px;
}

.product-details-section .overlay .right-area .product-info .product-price p span {
    font-size: 36px;
    font-weight: 600;
}

.product-details-section .overlay .right-area .product-info .offers {
    color: #143250;
    margin: 8px 0 15px;
}

.product-details-section .overlay .right-area .product-info .offers li {
    padding: 0px;
}

.product-details-section .overlay .right-area .product-info .offers li p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

.product-details-section .overlay .right-area .product-info .product-color {
    color: #143250;
    margin: 8px 0 7px;
}

.product-details-section .overlay .right-area .product-info .product-color .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.product-details-section .overlay .right-area .product-info .product-color .color-list {
    font-weight: 600;
    display: inline-block;
}

.product-details-section .overlay .right-area .product-info .item-list ul li {
    display: inline-block;
    margin-right: 2px;
    margin-top: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    border-radius: 6px;
}

.product-details-section .overlay .right-area .product-info .item-list ul li:hover {
    border: 1px solid #f87115;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-section .overlay .right-area .product-info .shiping-area {
    margin: 21px 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-details-section .overlay .right-area .product-info .shiping-area h4 {
    color: #143250;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
}

.product-details-section .overlay .right-area .product-info .shiping-area {
    margin-top: 24px;
}

.product-details-section .overlay .right-area .product-info .shiping-area .nice-select {
    background: transparent;
    border: none;
    line-height: 26px;
    border-radius: 50px;
    padding: 0px 30px 0px 15px;
    border: 0px;
    height: auto;
}

.product-details-section .overlay .right-area .product-info .shiping-area .nice-select .list li {
    color: #222;
    padding: 4px 10px;
    line-height: 20px;
    min-height: auto;
}

.product-details-section .overlay .right-area .product-info .shiping-area .s-drop {
    display: block;
    width: 100%;
}

.product-details-section .overlay .right-area .product-info .shiping-area ul li select {
    position: relative;
    font-weight: 400;
    background: transparent;
    color: #143250;
    outline: none;
    border: none;
    padding: 0;
    margin-left: 15px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.product-details-section .overlay .right-area .product-info .refer-prize {
    margin: 26px 0 30px;
}

.product-details-section .overlay .right-area .product-info .refer-prize ul li {
    border: 1px solid #dfe1e4;
    display: inline-block;
    border-radius: 25px;
    padding: 5px 25px;
    text-transform: uppercase;
    margin-right: 10px;
}

.product-details-section .overlay .right-area .product-info .refer-price ul li a {
    color: #143250;
    font-size: 12px;
}

.product-details-section .qtySelector {
    width: 136px;
    height: 50px;
    margin: 0;
    background-color: #eaedfc;
    border-radius: 50px;
    display: inline-block;
}

.product-details-section .qtySelector .decreaseQty {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-section .qtySelector i {
    color: #737373;
    font-size: 14px;
}

.product-details-section .qtySelector i:hover {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-section .qtySelector .decreaseQty.clicked {
    font-size: 12px;
    padding: 12px 5px;
}

.product-details-section .qtySelector .increaseQty {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-section .qtySelector .qtyValue {
    border: none;
    padding: 5px;
    width: 35px;
    height: 100%;
    float: left;
    text-align: center;
    background-color: none;
    color: #737373;
}

.product-details-section .input-counter {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    padding: 30px 0 30px;
    margin-top: 25px;
}

.product-details-section .input-counter .add-cart-btn {
    margin-left: 30px;
}

.product-details-section .product-single-share {
    margin-top: 26px;
}

.product-details-section .product-single-share label {
    color: #143250;
    font-weight: 600;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
}

.product-details-section .product-single-share ul {
    position: relative;
    top: -8px;
}

.product-details-section .product-single-share ul li {
    float: left;
    margin: 0 10px;
}

.product-details-section .product-single-share ul li i {
    color: #99a2c7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

.product-details-section .product-single-share ul li a:hover i {
    color: #ff3366;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-section .product-single-share ul li a.active i {
    color: #ff3366;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-section .nav-tabs .nav-link.active {
    color: white;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
}

.product-details-section .nav-tabs {
    border: 1px solid #dbdce4;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 40px;
    background: #fff;
}

.product-details-section .nav-tabs li {
    margin: auto;
}

.product-details-section .nav-tabs li a {
    font-size: 14px;
    color: rgba(20, 50, 80, 0.902);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    text-transform: uppercase;
}

.product-details-section .nav-tabs li a:hover {
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    color: #fff;
}

.product-details-section .tab-content .tab-pane {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding: 40px;
}

.product-details-section .tab-content .tab-content-wrapper ul li {
    font-size: 18px;
    color: #435b73;
    line-height: 1.667;
}

.product-details-section .tab-content .tab-pane .title {
    font-size: 24px;
    line-height: 34px;
}

.product-details-section .tab-content .tab-content-wrapper .top-content li {
    font-size: 18px;
    color: #435b73;
    line-height: 1.667;
}

.product-details-section .tab-content .tab-content-wrapper-second .top-content li {
    font-size: 18px;
    color: #143250;
    line-height: 1.667;
    font-weight: 500;
}

.product-details-section .tab-content .tab-content-wrapper-second .top-content li span {
    font-weight: 400;
    font-size: 18px;
}

.product-details-section .tab-content .tab-content-wrapper-second .mid-content li {
    font-size: 18px;
    color: #435b73;
    line-height: 1.667;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .rating {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: 700;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .rating span {
    font-size: 60px;
    line-height: 70px;
    color: #a42cc8;
    font-weight: 900;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 26px 0 16px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .rating span {
    color: #a42cc8;
    font-size: 60px;
    font-weight: 700;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .review-block {
    margin: 11px 0 8px 0;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .review-block .star-review a i {
    color: #f87115;
    margin-right: -3px;
    font-size: 14px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .averages-review .star-review a.reviews {
    color: #333;
    margin-top: 6px;
    display: block;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul {
    position: relative;
    display: -ms-grid;
    display: grid;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul li {
    margin-bottom: 0px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul .rating-point {
    position: absolute;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul .rating-point span {
    font-size: 18px;
    color: #435b73;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress {
    position: absolute;
    width: 75%;
    height: 11px;
    margin-left: 15%;
    margin-top: 10px;
    border-radius: 50px;
    background: #fbbed6;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress-bar.full {
    width: 100%;
    background: #f22876;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul .progress-bar.eighty {
    width: 80%;
    background: #f22876;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul .review-count {
    float: right;
    font-size: 18px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth ul .review-count a {
    color: #333;
}

.product-details-section .tab-content .tab-pane.fifth {
    border: none;
    margin: 0;
    padding: 0;
}

.product-details-section .tab-content .top-content-fifth {
    border: 1px solid #dbdce4;
    padding: 40px;
    background: #fff;
    margin-top: 30px;
    border-radius: 20px;
}

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

.product-details-section .tab-content .tab-content-wrapper-fifth .single-comment {
    border: 1px solid #d0d6dc;
    padding: 30px 30px 25px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single {
    position: relative;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-right: 30px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #f22876;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 110px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .reply-icon a {
    color: #f87115 !important;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info h5 {
    font-weight: 600;
    margin: 0;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .review-block {
    margin-left: 15px;
    display: inline-block;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .review-block .star-review {
    margin-bottom: 0px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .review-block .star-review a i {
    color: #f87115;
    margin-right: -3px;
    font-size: 12px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text .comnt-info .date-area {
    font-size: 14px;
    color: #62768a;
    margin: 8px 0 14px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-single .comnt-text p {
    margin-bottom: 0px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form {
    padding-top: 123px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form h3 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 63px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area h5 {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #aebed2;
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li:last-child::before {
    display: none;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area .star-review {
    margin-bottom: 0px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li:nth-last-child(1) {
    border: none;
    margin: 0;
    padding: 0;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li .star i {
    color: #aebed2;
    font-size: 14px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    cursor: pointer;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form .star-area ul li .star:hover i {
    color: #f87115;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form input {
    outline: none;
    border: none;
    border-bottom: 1px solid #d5d6d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 22px;
    background: none;
    padding: 0px 0px;
    border-radius: 0px;
    height: 50px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form textarea {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.6);
    outline: none;
    border: none;
    border-bottom: 1px solid #d5d6d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    padding: 0px 0px;
    border-radius: 0px;
    height: 150px;
    margin-top: 36px;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form input:hover {
    border-bottom: 1px solid #f87115;
}

.product-details-section .tab-content .tab-content-wrapper-fifth .comment-form textarea:hover {
    border-bottom: 1px solid #f87115;
}

.related-product-section {
    padding-top: 118px;
}

.related-product-section .section-header {
    margin-bottom: 47px;
}

.related-product-slider.owl-carousel .owl-nav .owl-prev,
.related-product-slider.owl-carousel .owl-nav .owl-next {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 24px;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.related-product-slider.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.related-product-slider.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.related-product-slider .single-product {
    margin-bottom: 0px;
}

.spl-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.spl-wrapper .my-col {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}


/*  Login & Registration  Section */

.log-reg {
    position: relative;
    height: 100vh;
    width: 100%;
}

.log-reg .top-menu-area .backto-home {
    color: #fff;
    padding: 15px 0px 15px;
}

.log-reg .top-menu-area .backto-home i {
    margin-right: 5px;
}

.log-reg .top-menu-area .backto-home:hover {
    text-decoration: underline;
}

.log-reg .top-menu-area .logo {
    display: block;
    text-align: left;
    padding: 15px 0px 15px;
}

.log-reg .top-menu-area .logo img {
    display: inline-block;
    /* width: 200px; */
}

.log-reg .image {
    background: url(../images/reg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 43%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.log-reg .image.image-log {
    background: url(../images/log.jpg) !important;
}

.log-reg .log-reg-inner {
    padding-top: 30px;
    padding-bottom: 40px;
    height: calc(100vh - 72px);
    padding-right: 40px;
    overflow-y: auto;
}

.log-reg .log-reg-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.log-reg .log-reg-inner::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.log-reg .log-reg-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #00acea;
}

.log-reg .log-reg-inner .section-header {
    text-align: left;
}

.log-reg .log-reg-inner .section-header .title {
    text-transform: uppercase;
    color: #3b368c;
}

.log-reg .log-reg-inner .section-header P {
    color: #3b368c;
}

.log-reg .log-reg-inner .section-header.inloginp {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 80px;
}

.log-reg .log-reg-inner .section-header.inloginp .title {
    font-size: 28px;
    line-height: 38px;
    text-transform: none;
}

.log-reg .log-reg-inner .main-content .content-title {
    font-size: 24px;
    line-height: 34px;
    color: #3b368c;
    font-weight: 700;
    margin-bottom: 25px;
}

.log-reg .log-reg-inner .main-content .form-group label {
    font-size: 18px;
    line-height: 28px;
    color: #3b368c;
    font-weight: 600;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control {
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    -webkit-box-shadow: 1.948px 13.864px 6px 0px rgba(220, 234, 251, 0.3);
    box-shadow: 1.948px 13.864px 6px 0px rgba(220, 234, 251, 0.3);
    font-size: 16px;
    color: #3b368c;
    padding: 0px 30px;
    height: 60px;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::-webkit-input-placeholder {
    color: #3b368c !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::-moz-placeholder {
    color: #3b368c !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control:-ms-input-placeholder {
    color: #3b368c !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::-ms-input-placeholder {
    color: #3b368c !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::placeholder {
    color: #3b368c !important;
}

.log-reg .log-reg-inner .main-content .form-group .my-form-control::-webkit-placeholder {
    color: #3b368c !important;
}

.log-reg .log-reg-inner .main-content .form-group .option {
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    -webkit-box-shadow: 1.948px 13.864px 6px 0px rgba(220, 234, 251, 0.3);
    box-shadow: 1.948px 13.864px 6px 0px rgba(220, 234, 251, 0.3);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.log-reg .log-reg-inner .main-content .form-group .option input {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 0;
    z-index: -9;
    text-align: center;
}

.log-reg .log-reg-inner .main-content .form-group .option input:checked~label::before {
    color: #5650ce;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 8px;
    line-height: 13px;
    text-align: center;
}

.log-reg .log-reg-inner .main-content .form-group .option label {
    display: inline-block;
    margin: 0;
    width: calc(100% - 14px);
    padding-left: 10px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.log-reg .log-reg-inner .main-content .form-group .option label::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #5650ce;
    left: -14px;
    text-align: center;
    top: 7px;
}

.log-reg .log-reg-inner .main-content .form-group .option .s-input.nice-select-wraper {
    width: 100%;
    height: 100%;
}

.log-reg .log-reg-inner .main-content .form-group .option .s-input .nice-select {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    line-height: 60px;
}

.log-reg .log-reg-inner .main-content .form-group .option .s-input .nice-select .list li.option {
    color: #222;
    padding: 0px 10px;
    line-height: 20px;
    border: 0px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.log-reg .log-reg-inner .main-content .custom-button {
    padding: 16px 40px;
    margin-top: 20px;
}

.log-reg .log-reg-inner .main-content .custom-button:focus {
    outline: 0px;
}

.log-reg .log-reg-inner .main-content .f-pass {
    font-size: 16px;
}

.log-reg .log-reg-inner .main-content .f-pass a {
    color: #3b368c;
    font-weight: 600;
}

.log-reg .log-reg-inner .main-content .f-pass a:hover {
    text-decoration: underline;
}

.log-reg .log-reg-inner .main-content .or {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #3b368c;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
}

.log-reg .log-reg-inner .main-content .or p {
    display: inline-block;
    background: #FAFBFF;
    margin-bottom: 0px;
    padding: 0px 15px;
}

.log-reg .log-reg-inner .main-content .or::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #dddce7;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.log-reg .log-reg-inner .main-content .or-content {
    display: block;
    text-align: center;
}

.log-reg .log-reg-inner .main-content .or-content p {
    color: #3b368c;
    font-size: 16px;
    line-height: 26px;
}

.log-reg .log-reg-inner .main-content .or-content .or-btn {
    margin-top: 9px;
    border: 1px solid rgba(59, 54, 140, 0.1);
    background-color: #eaf2fc;
    -webkit-box-shadow: 1.948px 13.864px 6px 0px rgba(220, 234, 251, 0.3);
    box-shadow: 1.948px 13.864px 6px 0px rgba(220, 234, 251, 0.3);
    padding: 10px 30px;
    border-radius: 50px;
    margin-bottom: 19px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.log-reg .log-reg-inner .main-content .or-content .or-btn img {
    margin-right: 8px;
}

.log-reg .log-reg-inner .main-content .or-content .or-btn:hover {
    -webkit-box-shadow: 2px 13px 16px 0px rgba(59, 54, 140, 0.1);
    box-shadow: 2px 13px 16px 0px rgba(59, 54, 140, 0.1);
}

.log-reg .log-reg-inner .main-content .or-content .or-signup {
    font-size: 16px;
}

.log-reg .log-reg-inner .main-content .or-content .or-signup a {
    color: #3b368c;
    font-weight: 600;
}

.log-reg .log-reg-inner .main-content .or-content .or-signup a:hover {
    text-decoration: underline;
}

.log-reg .log-reg-inner .main-content.inloginp .button-wrapper {
    display: block;
    text-align: center;
}

#email-confirm .modal-content {
    overflow: hidden;
    border-radius: 20px;
}

#email-confirm .modal-body {
    padding: 0px;
    overflow: hidden;
}

#email-confirm .modal-body .top-img img {
    width: 100%;
}

#email-confirm .modal-body .main-content {
    padding: 30px;
    text-align: center;
}

#email-confirm .modal-body .main-content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #3b368c;
    margin-bottom: 15px;
}

#email-confirm .modal-body .main-content .send-again {
    font-size: 16px;
}

#email-confirm .modal-body .main-content .send-again a {
    color: #3b368c;
    font-weight: 600;
}

#email-confirm .modal-body .main-content .send-again a:hover {
    text-decoration: underline;
}


/* atik */

.dwn-app {
    /* background-image: -o-linear-gradient(284deg, #f22876 0%, #942dd9 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #942dd9 100%);
    -webkit-box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
    box-shadow: 0.872px 9.962px 20px 0px rgba(12, 78, 165, 0.3);
    border-radius: 10px; */
    padding: 6px 11px;
    cursor: pointer;
    background: #db3949;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

.labelit {
    background-color: gold;
    color: #000;
    font-size: 8px;
    padding: 2px 5px;
    border-radius: 2px;
    position: relative;
    bottom: 15px;
    right: 2px;
}


/* aTIK gOHeL */

.logo a p {
    font-family: Gill Sans MT;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    /* identical to box height */
    color: #1f1f1f;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    position: relative;
     background: url("../images/bgsub4.png") center right no-repeat; 
    /*background-color: #E1E5FE;*/
    background-size: cover;
}

@media (max-width: 991.98px) {
#hero {
    background: url("../images/bgsub4.png") center top no-repeat; 
     background-size: cover
}
    
}
@media (max-width: 767px) {
    #hero {
        height: auto;
        padding: 100px 0 60px 0;
    }
    #hero .container {
        height: auto !important;
    }
    #hero .intro-img {
        width: 80%;
    }
}

@media (min-width: 992px) {
    #hero .intro-info {
        /*padding-top: 80px;*/
    }
}

@media (max-width: 767px) {
    #hero .intro-info {
        text-align: center;
        padding-top: 40px;
    }
}

#hero .intro-info h1 {
    /*font-family: courgette;*/
    /*!*margin-top: 58px;*!*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*font-size: 55px;*/
    /*!* line-height: 80px; *!*/
    /*color: #ff1577;*/
    font-family: courgette;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: #db3949;
}

#hero .intro-info p {
    /* font-family: courgette; */
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    /* atik 24 11 2021 */
    font-size: 20px;
    /* line-height: 80px; */
    color: #1f1f1f;
}

@media (max-width: 767px) {
    #hero .intro-info h1 {
        font-size: 34px;
        margin-bottom: 15px;
    }
}

#hero .alimgh {
    -webkit-animation: leftRight 4s linear infinite;
    animation: leftRight 4s linear infinite;
    max-width:100% !important;
}

#join {
    width: 100%;
    height: 50vh;
    position: relative;
    /* background: url("../images/banner/Frame\ 2.png") center top no-repeat; */
    /* background-color: #fce9e8;
     */
    background: linear-gradient(180deg, #FACDD2 0%, #db3949 100%);
    background-size: cover;
}

@media (max-width: 767px) {
    #join {
        height: auto;
        padding: 0px 0 60px 0;
    }
}

#join .intro-info h1 {
    font-family: Rancho;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 46px;
    text-align: right;
    color: #db3949;
    letter-spacing: 0.03em;
}

#join .btn-join {
    /*background: #FFFFFF;*/
    /*border-radius: 10px;*/
    /*!* width: 99px;*/
    /*height: 42px; *!*/
    /*width: 117px;*/
    /*height: 43px;*/
    /*margin-bottom: 28px;*/
    /*font-family: Rancho;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*font-size: 18px;*/
    /*line-height: 31px;*/
    /*text-align: right;*/
    /*color: #000000;*/
    /*border: none;*/
    /*box-shadow: -3px 6px 11px rgba(0, 0, 0, 0.15), inset 4px -2px 6px rgba(0, 0, 0, 0.19);*/
    background: #FFFFFF;
    border-radius: 10px;

    width: 117px;
    height: 43px;
    margin-top: 28px;
    font-family: Rancho;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: right;
    color: #000000;
    border: none;
    box-shadow: -3px 6px 11px rgba(0, 0, 0, 0.15), inset 4px -2px 6px rgba(0, 0, 0, 0.19);
}

.baimg {
    margin-left: -75px;
    margin-top: -14px
}

.dfki3 {
    padding-top: 0;
    padding-top: 0;
    display: flex;
    text-align: end;
    align-items: center;
    color: #fff;
}

.middle {
    opacity: 0.9;
    position: absolute;
    margin-top: 190px
}

.middle img {
    width: 80%;
}

.middle1 {
    opacity: 0.9;
    position: absolute;
    left: 80%;
    top: 10%
}

.middle1 img {
    width: 100%;
}

.filterak label {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.custom-select {
    color: #242424;
    cursor: pointer;
    border: none;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
    box-shadow: 0px 0px 0px 1px #e7e7e9 inset;
    transition: 0.9s;

    /*    color: #242424;*/
    /*cursor: pointer;*/
    /*border: none;*/
    /*text-decoration: none;*/
    /*border-radius: 8px;*/
    /*font-size: 15px;*/
    /*font-weight: 500;*/
    /*line-height: 24px;*/
    /*background-color: white;*/
    /*-webkit-box-shadow: 0px 0px 0px 1px #e7e7e9 inset;*/
    /*box-shadow: 0px 0px 0px 1px #ffffff inset;*/
    /*transition: 0.9s;*/
}

.custom-select:focus {
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
    box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
}


.cs1{
        -webkit-box-shadow: 0px 0px 0px 1px #000 inset !important;
    box-shadow: 0px 0px 0px 1px #000 inset !important;
}


.cs1:focus{
    border-color: none !important;
     -webkit-box-shadow: 0px 0px 0px 1px #000 inset !important;
    box-shadow: 0px 0px 0px 1px #000 inset !important;
}

/*
.custom-select option {
    border-radius: 12px !important;
    font-size: 15px !important;
} */

.show-tick {
    background-color: #000;
}

/*#filtersection {*/
/*    display: none;*/
/*}*/


/* atik
 */

.asd12 {
    /* background: linear-gradient(0deg, rgba(237, 84, 122, 0.7), rgba(255, 255, 255, 0.1)), url("../images/Paper_Hearts_Love_Background_2560x1600.jpg"); */
    background: url("../images/bglogin1.jpg");
    background-position: center;
    background-size: cover;
}

.brand-wrapper {
    margin-bottom: 19px;
}

.brand-wrapper .logo {
    height: 37px;
}

.login-card {
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 -12px 34px 0 rgb(172 168 168 / 40%);
    overflow: hidden;
    background: #00000091;
}

.login-card .card-body {
    /* flex-direction: column; */
    /* align-items: center; */
    text-align: center;
}

.login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.login-card .card-body {
    padding: 60px 60px 30px;
}

@media (max-width: 422px) {
    .login-card .card-body {
        padding: 35px 24px;
    }
}

.login-card-description {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 23px;
}

.login-card form {
    max-width: 326px;
}

.login-card .form-control {
    border: 1px solid #d5dae2;
    padding: 15px 25px;
    /*margin-bottom: 20px;*/
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
    color: #FFF;
    background: rgba(255, 255, 255, 0.4);
    border: none;
}

.login-card .form-control:focus {
    border: none;
    box-shadow: none;
}

.login-card .form-control::-webkit-input-placeholder {
    color: #dfdfdf;
}

.login-card .form-control::-moz-placeholder {
    color: #dfdfdf;
}

.login-card .form-control:-ms-input-placeholder {
    color: #dfdfdf;
}

.login-card .form-control::-ms-input-placeholder {
    color: #dfdfdf;
}

.login-card .form-control::placeholder {
    color: #dfdfdf;
}

.login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #b20216;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 24px;
    transition: 0.5s;
}

.login-card .login-btn:hover {
    /* border: 1px solid #fff;
    background-color: transparent; */
    color: #fff;
    transform: scale(0.95);
}

.login-card .login-btn:focus {
    border: none;
}

.login-card .forgot-password-link {
    font-size: 14px;
    color: #cfcfcf;
    margin-bottom: 12px;
    justify-content: flex-end;
}

hr.asdfiw2 {
    border: 0;
    height: 1.6px;
    background-color: #cfcfcf;
    width: 50px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.login-card-footer-text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .login-card-footer-text {
        margin-bottom: 24px;
    }
}

.login-card-footer-nav a {
    font-size: 14px;
    color: #cfcfcf;
}

.loginwith {
    font-weight: 500;
    color: #fff;
}

.brand-wrapper .icon a {
    text-decoration: none;
    font-size: 29px !important;
    color: #fff;
}

.brand-wrapper .icon {
    /* justify-content: center; */
}


/*  */

.tabs2 {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 16px;
    /* padding-left: 40px; */
    padding-bottom: 0px;
    width: 110%;
    /* height: 250px; */
    border-radius: 5px;
    min-width: 240px;
    /* margin-bottom: 75%; */
}

.tabs2 input[name="tab-control"] {
    display: none;
}

.tabs2 .content section h2,
.tabs2 ul li label {
    font-family: "Muli", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #428bff;
}

.tabs2 ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    /* align-items: flex-end; */
    flex-wrap: wrap;
}

.bggive {
    /* box-shadow: 0px 0px 27px -5px rgb(35 57 184 / 12%); */
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 0px;
    border-radius: 12px;
    font-weight: 400px;
    padding-left: 10px;
    border-bottom: 2px solid #FF5669;
    padding-right: 10px;
    /* margin-left: 20px;
    margin-right: 20px; */
}

.tabs2 ul li {
    box-sizing: border-box;
    flex: 1;
    /* width: 25%; */
    text-align: center;
}

.tabs2 ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    font-weight: 500;
    font-size: 19px;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
}

.tabs2 ul li label br {
    display: none;
}

.tabs2 ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs2 ul li label:hover,
.tabs2 ul li label:focus,
.tabs2 ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs2 ul li label:hover svg,
.tabs2 ul li label:focus svg,
.tabs2 ul li label:active svg {
    fill: #bec5cf;
}

.tabs2 .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs2 .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #428bff;
    border-radius: 1px;
}

.mtthirty {
    margin-top: 30px;
    z-index: 99;
}

.tabs2 .content section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs2 .content section h2 {
    color: #428bff;
    display: none;
}

.tabs2 .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428bff;
    margin-top: 5px;
    left: 1px;
}

.tabs2 input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #ac216c;
    font-weight: 600;
}

.tabs2 input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .tabs2 input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        /* background: rgba(0, 0, 0, 0.08); */
    }
}

.tabs2 input[name="tab-control"]:nth-of-type(1):checked~.slider {
    transform: translateX(0%);
}

.tabs2 input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
}

.tabs2 input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #ac216c;
    font-weight: 600;
}

.tabs2 input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .tabs2 input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        /* background: rgba(0, 0, 0, 0.08); */
    }
}

.tabs2 input[name="tab-control"]:nth-of-type(2):checked~.slider {
    transform: translateX(100%);
}

.tabs2 input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs2 input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #ac216c;
    font-weight: 600;
}

.tabs2 input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .tabs2 input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs2 input[name="tab-control"]:nth-of-type(3):checked~.slider {
    transform: translateX(200%);
}

.tabs2 input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs2 input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #ac216c;
    font-weight: 600;
}

.tabs2 input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #428bff;
}
.tabs2 input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
    cursor: default;
    color: #ac216c;
    font-weight: 600;
}

.tabs2 input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .tabs2 input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        /* background: rgba(0, 0, 0, 0.08); */
    }
    .tabs2 input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
        /* background: rgba(0, 0, 0, 0.08); */
    }
}

.tabs2 input[name="tab-control"]:nth-of-type(4):checked~.slider {
    transform: translateX(300%);
}
.tabs2 input[name="tab-control"]:nth-of-type(5):checked~.slider {
    transform: translateX(300%);
}
.tabs2 input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}
.tabs2 input[name="tab-control"]:nth-of-type(5):checked~.content>section:nth-child(5) {
    display: block;
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs2 ul li label {
        /* white-space: initial; */
    }
    .tabs2 ul li label br {
        display: initial;
    }
    .tabs2 ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .tabs2 ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs2 ul li label span {
        /* display: none; */
    }
    .tabs2 .slider {
        display: none;
    }
    .tabs2 .content {
        /* margin-top: 20px; */
    }
    .tabs2 .content section h2 {
        display: block;
    }
}

.info-box ul {
    flex-direction: column;
}

ul.mt-2.d {
    /* list-style-type: none; */
    /* padding-left: 0; */
    /* display: flex; */
    flex-direction: column;
    /* margin-bottom: 10px; */
    justify-content: space-between;
    align-items: flex-start;
    /* flex-wrap: wrap; */
}

ul.mt-2.d li {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    width: 145px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

ul.p-b-meta-one {
    display: block;
}

.main_photos {
    margin-top: 225px;
    margin-bottom: -115px;
    display: block;
    text-align: center;
    bottom: 150px;
    position: relative;
    z-index: 1;
}

.main_photos_ul ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_photos_ul li {
    display: inline;
}

.main_photos_ul li img {
    max-width: 40%;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, .8);
}

.main_photos_ul li.heart img {
    position: relative;
    max-width: 18%;
    border: none;
    background: none;
    margin-right: -30px;
    margin-left: -30px;
    box-shadow: none;
}

#our_story {
    margin-bottom: 90px;
}

#our_story .main-title {
    font-size: 50px;
    font-style: normal;
    font-weight: normal;
    color: #111;
    text-shadow: 8px 8px 4px rgb(0 0 0 / 25%);
    font-family: courgette;
    text-align: center;
    padding-bottom: 70px;
    margin-top: 90px;
}
.text-site{
    color:#FF5669 !important;
}
.ctr-img img {
    max-width: 90%;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    box-shadow: 0 0 0 10px #FE5656;
    margin: auto;
}

.connnect-btnak {
    color: #333;
    padding: 10px 18px;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    color: #fff;
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
    border-radius: 19px;
    width: fit-content;
    cursor: pointer;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /*z-index: 1;*/
    /* Sit on top */
    /*padding-top: 0%;*/
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    /*margin-top: 80px;*/
}

.modal-content {
   background-color: #fefefe;
    margin: auto;
    /*padding: 13px 5px;*/
    /*width: 40%;*/
    border-radius: 20px;


}


/* Modal Content */

.modal-content2 {
    width: 90% !important;
}


/* The Close Button */

.close {
    /*color: #aaaaaa;*/
    /*float: right;*/
    /*font-size: 0;*/
    text-align: end;
    /*font-weight: bold;*/
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
        outline: 0;
}

.btn21 {
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    box-shadow: 4px 4px 4px rgba(255, 86, 105, 0.6);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    cursor: pointer;
}

.connnect-btnak1 {
    padding: 8px 34px;
    width: fit-content;
    cursor: pointer;
    /* background: #FFFFFF; */
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    border-radius: 100px;
    margin-top: 25px;
    font-family: Rancho;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: right;
    /* color: #000000; */
    color: #fff;
    box-shadow: 0px 0px 17px 0px rgb(86 47 218 / 18%);
}

.jfjke {
    padding: 230px 0 00px;
    /* background: url(../images/Group\ 1\ \(2\).png); */
    background: #fff url(../images/Frame\ 5.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bfa1 {
    position: absolute;
    top: 101px;
    -webkit-animation: upDown 3s linear infinite;
    animation: upDown 3s linear infinite;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: bottom;
}

.btn-load-more {
    padding: 8px 34px;
    width: fit-content;
    cursor: pointer;
    /* background: #FFFFFF; */
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
    border-radius: 100px;
    margin-top: 25px;

    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    text-align: right;
    /* color: #000000; */
    color: #fff;
    box-shadow: 0px 0px 17px 0px rgb(86 47 218 / 18%);
}


/* happy stories */

#myList li {
    display: none;
}

#loadMore {
    color: green;
    cursor: pointer;
}

#loadMore:hover {
    color: black;
}

#showLess {
    color: red;
    cursor: pointer;
}

#showLess:hover {
    color: black;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}


/*  */


/* -- :: Pricing */

.pricing .item {
    display: block;
    border: none;
    box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
    background: #FAF1E8;
    border-radius: 25px;
    padding-bottom: 25px;
}

.pricing .item:hover {
    box-shadow: 0 10px 20px rgba(3, 27, 78, .1);
}


/* head */

.pricing .item .head .name {
    padding: 23px 0 10px;
    font-weight: 500;
    font-size: 20px;
    color: #111111;
}

.pricing .item .head h4 img {
    position: absolute;
    height: auto;
    max-width: 13%;
    top: -27px;
    right: 43px;
}

.pricing .item .head .price {
    /* font-size: 36px; */
    font-weight: 600;
    color: #031b4e;
    position: relative;
}

.pricing .item .head .price2 {
    text-decoration: underline;
    text-decoration-line: line-through;
    color: #85817D;
    font-weight: 400 !important;
    /* margin-top: 5px; */
    font-size: 21px;
}

.pricing .item .head .time {
    /* text-decoration: underline; */
    /* text-decoration-line: line-through; */
    color: #111;
    font-weight: 400 !important;
    margin-top: 8px;
}

.pricing .item .head price small {
    font-size: 14px;
    vertical-align: middle;
}


/* .pricing .item .head p.caption {
    padding: 0 20px 10px;
    color: rgba(3, 27, 78, .7);
    font-size: 14px;
} */


/* card features */

.pricing .item ul.card-features {
    padding: 20px 20px 30px;
}

.pricing .item ul.card-features li {
    color: #031b4e;
    font-size: 15px;
    padding: 0px;
}

.pricing .item ul.card-features li:not(:last-child) {
    margin-bottom: 7px;
}

.pricing .item ul.card-features li.on i {
    color: #00cf75;
    margin-top: 1px;
}

.pricing .item .btn-pricing {
    background: #EAC9A8;
    box-shadow: 2px 2px 3px #d89b5e;
    border-radius: 12px;
    font-size: 18px;
    padding: 7px 0px 7px;
    color: #111;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing .item .btn-pricing2 {
    background: #E4E4E4;
    box-shadow: 2px 2px 3px #CECECE;
    border-radius: 12px;
    font-size: 18px;
    padding: 7px 0px 7px;
    color: #111;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing .item .btn-pricing3 {
    background: #FFE777;
    box-shadow: 2px 2px 3px #FFD200;
    border-radius: 12px;
    font-size: 18px;
    padding: 7px 0px 7px;
    color: #111;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing .item .btn-pricing4 {
    background: #BBB4AE;
    box-shadow: 2px 2px 3px #827568;
    border-radius: 12px;
    font-size: 18px;
    padding: 7px 0px 7px;
    color: #111;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing .fa-long-arrow-alt-right {
    margin-left: 6px;
    padding-top: 4px;
}


/* ------------------------------- */







.registration-form{
	padding: 0px 0;
}

.registration-form form{
    background-color: #fff;
   max-width: 480px;
    margin: auto;
    padding: 50px 60px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .form-icon{
	text-align: center;
    background-color: #FF5669;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 100px;
}

.registration-form .item{
	border-radius: 20px;
    /*margin-bottom: 25px;*/
    padding: 22px 20px;
}

.registration-form .create-account{
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #ff5669;
    border: none;
    color: white;
    margin-top: 20px;
}

.registration-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #FF5669;
    outline: 0;
    box-shadow: none;
}

.registration-form .social-media{
    max-width: 480px;
    background-color: #fff;
    margin: auto;
    padding: 35px 0;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #9fadca;
    border-top: 1px solid #dee9ff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .social-icons{
    margin-top: 30px;
    margin-bottom: 16px;
}

.registration-form .social-icons a{
    font-size: 23px;
    margin: 0 3px;
    color: #FF5669;
    border: 1px solid #FF5669;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
}

.registration-form .social-icons a:hover{
    text-decoration: none;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .registration-form form{
        padding: 50px 20px;
    }

    .registration-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}

.form-title-1{
    margin-bottom:20px;
}

.j-adsue{
     font-size: 16px !important;
    font-weight: 500px !important;
    color: #1f1f1f;
    margin-top: 8px;

    width: 100% !important;
    line-height: 19px;
}


img#output10 {
    border-radius: 20%;
    width: 85%;
    margin-top: -5px;
    height: auto;
}


.title-sugg{
        font-size: 16px !important;
    padding-bottom: 6px;
    font-weight: 700 !important;
}


.profile-section .left-profile-area .profile-about-box .p-inner-content .p-b-meta-one2 li {    display: inline-block;
    /* margin-right: 15px; */
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    margin-top: -15px;
    margin-bottom: -20px;

}





.ajsda72 .title{
    /*    color: #000 !important;*/
    /*font-size: 40px !important;*/
    /*line-height: 50px;*/

    color: #FF5669 !important;
    font-size: 40px !important;
    line-height: 50px;
    text-shadow: none;

}



.form-contact-ak .newslater-form {
    margin-top: 25px;

    position: relative;
}

.form-contact-ak .newslater-form input {
       background: rgb(255 255 255);
    border-radius: 50px;
    border: 2px solid rgb(117 117 117 / 27%);
    padding: 12px 30px;
    color: #333333;
    font-size: 16px;
}

.form-contact-ak .newslater-form textarea{
    background: rgb(255 255 255);
    border-radius: 35px;
    border: 2px solid rgb(117 117 117 / 27%);
    padding: 15px 30px;
    color: #333333;
}

.form-contact-ak .newslater-form  textarea:hovers{

    box-shadow:none;
}

.form-contact-ak .newslater-form  textarea:focus{
    box-shadow:none;
}


.form-contact-ak .newslater-form  textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}


.form-contact-ak .newslater-form  textarea::placeholder,

.form-contact-ak .newslater-form textarea::-webkit-placeholder {
      color: rgba(0, 0, 0, 0.4);
}

.form-contact-ak .newslater-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}


.form-contact-ak .newslater-form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.form-contact-ak .newslater-form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.form-contact-ak .newslater-form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.form-contact-ak .newslater-form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.form-contact-ak .newslater-form button {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1px solid #fff;
    color: #db3949;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
    right: 3px;
    top: 3px;
}


.left-side-contact{
 display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


.left-side-contact .card{
    border:none;box-shadow: 0 4px 12px -2px rgb(107 117 161 / 17%);    padding: 14px 10px;
    border-radius: 20px;
       transition: 0.3s;

     transform: skew(-2deg, -2deg);
}


.left-side-contact .card:hover{
          transform: skew(0deg, 0deg);



}


.left-side-contact .card .card-title{
    color: #FF5669;
font-size: 22px;

}


.left-side-contact .card .card-text{

font-size: 17px;

}


.left-side-contact .card a{
 color: #FF5669;

}

.left-side-contact .card a:hover{
 color: #FF5669;

}

.card.w-75.sda {
}







.single-community-box-ak {
    background: #FFF;
    border-radius: 15PX;
    margin: 8px 0 12px 13px;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 6px solid #db3949;
    /* box-shadow: 0px 0px 7px -3px #a1a1a16e; */
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    transition: 0.5s;
}

.single-community-box-ak .img {
    overflow: hidden;
}

.single-community-box-ak .img img {
    width: 100%;
    -webkit-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
    transition: all linear 0.6s;
}

.single-community-box-ak .content {
    position: relative;
    padding: 14px 30px 34px;
}

.single-community-box-ak .content .date {
    margin-bottom: 10px;
    font-size: 14px;
}

.single-community-box-ak .content .title {
    /*font-size: 20px;*/
    /*line-height: 34px;*/
    /*font-weight: 500;*/
    /*margin-bottom: 18px;*/
    /*display: block;*/
    /*color: #333333;*/
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #333333;
    margin-top: 4px;
}

.single-community-box-ak .content .text {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
    color: #313131;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.single-community-box-ak .box-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 30px 30px;
    align-items: center;
}

.single-community-box-ak .box-footer .left i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #db3949 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #db3949 100%);
}

.single-community-box .box-footer .right {
    /* background: #FFD0D0; */
    /* border: 1px solid #db3949; */
    padding: 7px 23px;
    border-radius: 20px;
    box-shadow: -2px 3px 9px -2px rgb(0 0 0 / 8%), inset 1px -2px 6px rgb(0 0 0 / 14%);
}

.single-community-box-ak .box-footer .right i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -o-linear-gradient(284deg, #f22876 0%, #db3949 100%);
    background-image: linear-gradient(166deg, #f22876 0%, #db3949 100%);
    margin-right: 4px;
}

.single-community-box-ak:hover {
    -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    /* -webkit-box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%);
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 17%); */
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    border-bottom: none;
}

.single-community-box-ak:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/*//atik*/


#download {
    padding: 110px 0;
}

#download .download-content {
    /*padding-top: 40px;*/
}

#download .download-content h2 {
    color: #413e66;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#download .download-content h3 {
    color: #696592;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
}

#download .download-content ul {
    list-style: none;
    padding: 0;
}

#download .download-content ul li {
    padding-bottom: 10px;
}

#download .download-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #1bb1dc;
}

#download .download-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}

#download .download-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: .5s;
}

#download .download-img img:hover {
    width: 100%;
    transform: scale(1.03);
}

#download .download-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#download .download-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}


.downloadbtnapp{
    display:flex;
    flex-direction: row;
    align-items: center;
}


#herovm {
    /*width: 100%;*/
    /*height: 90vh;*/
    position: relative;
    /* background: url("../images/hero-banner2\ 1.png") center top no-repeat; */
    /*background-color: #E1E5FE;*/
    /*background-size: cover;*/
}

@media (max-width: 767px) {
    #herovm {
        /*height: auto;*/
        padding: 100px 0 60px 0;
    }
    #herovm .container {
        /*height: auto !important;*/
    }
    #herovm .intro-img {
        width: 80%;
    }
}

@media (min-width: 992px) {
    #herovm .intro-info {
        /*padding-top: 80px;*/
    }
}

@media (max-width: 767px) {
    #herovm .intro-info {
        text-align: center;
        padding-top: 40px;
    }
}

#herovm .intro-info h1 {
    font-family: courgette;
    /*margin-top: 58px;*/
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    /* line-height: 80px; */
    color: #1f1f1f;
}

#herovm .intro-info p {
    font-family: courgette;
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    /* line-height: 80px; */
    color: #1f1f1f;
}

@media (max-width: 767px) {
    #herovm .intro-info h1 {
        font-size: 34px;
        margin-bottom: 30px;
    }
}

#herovm .alimgh {
    -webkit-animation: leftRight 4s linear infinite;
    animation: leftRight 4s linear infinite;
}


.profile-bc-area-kajvm{
        padding: 103px 0 150px;
    /* background: #ff493a url(../images/Frame\ 5.png) no-repeat; */
    background: #fff url(../images/Frame\ 5.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: initial;
    background-position: bottom;
}

#vm .main-title {
font-size: clamp(1.7rem, 5vw, 3rem);
    font-style: normal;
    font-weight: normal;
    color: #111111;
    text-shadow: 6px 6px 4px rgb(0 0 0 / 13%);
    font-family: courgette;
    text-align: center;
    padding-bottom: 135px;
    /* padding-top: 20px; */
    margin-top: -8px;
    line-height: 59.2px;
}



.ssde {
    margin-top: -8px;
}




.newpop{
    font-size: 11px !important;
    background: #db3949;
    padding: 0px 5px;
    position: absolute;
    top: -9px;
    line-height: 17px;
    right: -11px;
    color: #fff;
    border-radius: 3px;

}





@media (max-width: 991px) {

.newpop{
       font-size: 11px !important;
    background: #db3949;
    padding: 0px 5px;
    position: absolute;
    top: 104px;
    line-height: 17px;
    left: 169px;
    color: #fff;
    right:auto;
    border-radius: 3px;
}
}


.akbg{
        background-color: #E1E5FE;
}
.cardss {
    /*text-align: center;*/
    /*border: none;*/
    /*background: #FFFFFF00;*/
    /*box-shadow: rgb(119 119 119 / 16%) 0px 0px 50px -6px;*/
    /*border-radius: 24px;*/
    /*padding: 58px 15px;*/
    /*    margin-top: -143px;    */
    /*margin-bottom: -55px;*/
    text-align: center;
    border: none;
    border-radius: 24px;
    padding: 40px 15px;
    /*padding: 58px 15px;*/
    margin-top: -220px; 
    margin-bottom: -55px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 50px -6px rgba(119, 119, 119, 0.16);
    backdrop-filter: blur(2px);
    border-radius: 24px;
}
.akp{
     margin: 0px 0px 9px 5px
}



@media (max-width: 425px) {
.akp{
     margin:0px 10px 9px 14px}

}





@media (max-width: 360px) {
.akp{
     margin:0px 5px 9px 10px

}

}

@media (max-width: 768px) {
    .cardss{
        margin-top: -25px;
          padding: 45px 15px;
    }
    
    
.profile-section {
    
    padding: 0px 0px 120px;
    }
section.inner-page.my-sm-5.mb-5 {
    
    margin-top: -40px;
}
    
}



.aksbfi{

    color: #fff;

    background-color: #fff0;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
    border-radius: 10px;

   transition: 0.8px;
    background: linear-gradient(to right, #ff566ab8  50%, black 50%);
    background-size: 203% 103%;
    background-position: right bottom;
    transition: all .5s ease-out;
}


.aksbfi:hover{
        color: #fff !important;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
    background-position: left bottom;
    border-radius: 10px;
}





.__akimg__{
      position: absolute;
    bottom: -155px;
    width: 100%;
    opacity: 0.5;

}



@media (max-width: 768px) {
   .__akimg__{

    bottom: 166px;


}
}

.object-fit-contain{
    object-fit: contain;
}
.object-fit-cover{
    object-fit: cover;
}
.is-invalid{
    border-color: #dc3545 !important;
}
.btn-site {
    background-color: #FF5669;
    ;
}
.login-card .alert-success{
    color: #07da37;
    background-color: #ffffff21;
    border: none;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
}

.login-card .alert-danger{
    color: #ff031b;
    background-color: #ffffff21;
    border: none;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
}
.login-card .error{
    font-size:14px;
    margin-bottom:0;
}
.widgiv {
    display: flex;
    align-items: center;
}
.single-community-box .content .title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #FF5669;
}
.single-community-box-ak .content .title a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #FF5669;
}
/*new 11-11-2021 */


/* Know some intresting  facts section start  */

.know_some {
    margin-top: 60px;
}

.mystacc button:hover {
    text-decoration: none;
    color: #000;
}

.mystacc button:focus {
    text-decoration: none;
}

.mystacc button {
    display: flex;
    align-items: center;
}

.mystacc button::after {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: auto;
    content: "";
    background-image: url(../../assets/images/Arrow\ -\ Down\ Circle.png);
    background-repeat: no-repeat;
    background-size: 25px;
    transition: transform .2s ease-in-out;
}

/*.mystacc button:not(.collapsed)::after {*/
/*    background-image: url(../../assets/images/Arrow\ -\ Down\ Circle.png);*/
/*    transform: rotate( 180deg);*/
/*}*/

.mystacc .card {
    border: none;
    border-radius: 10px 10px 10px 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
}

.mystacc .card.card:last-child {
    margin-bottom: 150px;
}

.know_some .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.know_some .accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.mystacc .card {
    box-shadow: 0 7px 30px -10px rgb(150 170 180 / 50%);
}

.mystacc .card-header {
    padding: 16px 10px 0px 10px;
    background: #fff;
    border: none;
    border-radius: 10px 10px 0 0 !important;
    /* box-shadow: 0 7px 30px -10px rgb(150 170 180 / 50%); */
}

.mystacc .collapse {
    background-color: #0000000D;
;
}

.mystacc .card {
    margin-top: 10px;
}

.mystacc .card:nth-child(1) {
    margin-top: 0px;
}

.mystacc img {
    width: 25px;
}

.mystacc .lev {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.mystacc h2 button {
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

.mystacc .card-body {
    color: #555555;
    font-size: 16px;
}


/*  */

.margin-edit {
    margin: 100px 0;
}


/*
 */

.how-use .subtitle {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.062);
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.how-use .setp img {
    width: 230px;
    border-radius: 15px;
    /* margin-right: 20px; */
}

.how-use .setp h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
}

.how-use .setp h3 {
    width: fit-content;
    margin-right: 15px;
    margin-top: 0;
    padding: 2px 12px;
    font-size: 26px;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
}


/*
.new-foo .box {
    padding: 0 30px;
} */

.new-foo .box {
    position: relative;
}

.new-foo .box h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ffffff56; */
    /* border: 1px solid; */
    padding-bottom: 8px;
    font-weight: 400;
    position: relative;
}

.new-foo .box h4::after {
    content: '';
    background-image: url(../../assets/images/Rectangle\ 397.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    margin: auto;
}

.new-foo .box p {
    position: relative;
}

.new-foo .box li {
    position: relative;
    font-size: 16px;
    color: #fff;
    list-style: none
}

.new-foo .box a {
    position: relative;
    font-size: 16px;
    color: #fff;
}

.new-foo .box p a::after {
    content: "|";
    display: inline-block;
    margin-left: 5px;
}

.new-foo .box p a:last-child:after {
    content: unset;
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 40px;
    }
}

.footer-section .copyright-wrapper .hr3 {
    padding: 0px 0px 1px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*new 11-11-2021 */


/* Know some intresting  facts section start  */

.know_some {
    margin-top: 60px;
}

.mystacc button:hover {
    text-decoration: none;
    color: #000;
}

.mystacc button:focus {
    text-decoration: none;
}

.mystacc button {
    display: flex;
    align-items: center;
}

.mystacc button::after {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-left: auto;
    content: "";
    background-image: url(../../assets/images/Arrow\ -\ Down\ Circle.png);
    background-repeat: no-repeat;
    background-size: 25px;
    transition: transform .2s ease-in-out;
}

.mystacc button:not(.collapsed)::after {
    background-image: url(../../assets/images/Arrow\ -\ Down\ Circle.png);
    transform: rotate( -180deg);
}

.mystacc .card {
    border: none;
    border-radius: 10px 10px 10px 10px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 25px;
}

.mystacc .card.card:last-child {
    margin-bottom: 150px;
}

.know_some .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.know_some .accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.mystacc .card {
    box-shadow: 0 7px 30px -10px rgb(150 170 180 / 50%);
}

.mystacc .card-header {
    padding: 16px 10px 0px 10px;
    background: #fff;
    border: none;
    border-radius: 10px 10px 0 0 !important;
    /* box-shadow: 0 7px 30px -10px rgb(150 170 180 / 50%); */
}

.mystacc .collapse {
    background-color: #0000000D;
;
}

.mystacc .card {
    margin-top: 10px;
}

.mystacc .card:nth-child(1) {
    margin-top: 0px;
}

.mystacc img {
    width: 25px;
}

.mystacc .lev {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.mystacc h2 button {
    font-weight: 400;
    color: #000;
    font-size: 18px;
}

.mystacc .card-body {
    color: #555555;
    font-size: 16px;
}


/*  */

.margin-edit {
    margin: 100px 0;
}


/*
 */

.how-use .subtitle {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.062);
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.how-use .setp img {
    width: 230px;
    border-radius: 15px;
    /* margin-right: 20px; */
}

.how-use .setp h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
}

.how-use .setp h3 {
    width: fit-content;
    margin-right: 15px;
    margin-top: 0;
    padding: 2px 12px;
    font-size: 26px;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(95.31deg, #CD4E96 11.62%, #FF5669 88.86%);
}


/*
.new-foo .box {
    padding: 0 30px;
} */

.new-foo .box {
    position: relative;
}

.new-foo .box h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ffffff56; */
    /* border: 1px solid; */
    padding-bottom: 8px;
    font-weight: 400;
    position: relative;
}

.new-foo .box h4::after {
    content: '';
    background-image: url(../../assets/images/Rectangle\ 397.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 2px;
    margin: auto;
}

.new-foo .box p {
    position: relative;
}

.new-foo .box li {
    position: relative;
    font-size: 16px;
    color: #fff;
    list-style: none
}

.new-foo .box a {
    position: relative;
    font-size: 16px;
    color: #fff;
}

.new-foo .box p a::after {
    content: "|";
    display: inline-block;
    margin-left: 5px;
}

.new-foo .box p a:last-child:after {
    content: unset;
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .main-title {
        font-size: 40px;
    }
}

.footer-section .copyright-wrapper .hr3 {
    padding: 0px 0px 1px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* 23 11 2021 new atik 10 39 am */

.bgsupport {
    /* background: linear-gradient(0deg, rgba(237, 84, 122, 0.7), rgba(255, 255, 255, 0.1)), url("../images/Paper_Hearts_Love_Background_2560x1600.jpg"); */
    background: url("../images/bglogin1.png");
    background-position: center;
    background-size: cover;
    height: 100%;
}

.bgsupport .login-card {
    margin-top: 150px;
    margin-bottom: 150px;
}

.bgsupport .login-card .card-body {
    padding: 60px 40px;
}

.bgsupport .form-control {
    color: #fff;
    padding: 5px 11px;
    line-height: unset;
    font-size: 16px;
    margin-bottom: unset;
}

.bgsupport .form-control option {
    color: #000;
}

.bgsupport .bgsupport label {
    font-size: 15px;
    color: #fff;
}

.bgsupport #fakeInput {
    width: 100%;
    /* background-color: #f8f8f8; */
    border-radius: 8px;
    display: block;
    padding: 11px 11px;
    font-size: 14px;
    box-sizing: border-box;
    border: initial;
}

.bgsupport #buttonImage {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    background: #fc5767;
    font-size: 14px;
    padding: 7.5px;
    color: white;
    font-weight: bold;
    border-radius: 0px 8px 8px 0px;
    height: -webkit-fill-available;
}

.bgsupport #fakeDiv {
    width: 100%;
    position: relative;
    display: inline-block;
}

.bgsupport #selectedFile {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.bgsupport .login-card form {
    max-width: 390px !important;
    width: 70vw;
}

@media (max-width:522px) {
    .bgsupport .login-card form {
        max-width: 100%;
    }
}

@media (max-width:422px) {
    .bgsupport .login-card .card-body {
        padding: 35px 20px;
    }
}

select {
    /* styling */
    /* background-color: white; */
    /* border: thin solid blue; */
    /* border-radius: 4px; */
    /* display: inline-block; */
    /* font: inherit; */
    /* line-height: 1.5em; */
    /* padding: 0.5em 3.5em 0.5em 1em; */
    /* reset */
    /* margin: 0; */
    /* -webkit-box-sizing: border-box; */
    /* -moz-box-sizing: border-box; */
    /* box-sizing: border-box; */
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.minimal {
    /*background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, rgb(155, 143, 143), #ccc) !important;*/
    /*background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em !important;*/
    /*background-size: 5px 5px, 5px 5px, 0px 1.5em !important;*/
    /*background-repeat: no-repeat !important;*/
    background-image: linear-gradient(45deg, transparent 50%, #cfcfcf 50%), linear-gradient(135deg, #cfcfcf 50%, transparent 50%), linear-gradient(to right, rgb(155, 143, 143), #ccc) !important;
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em !important;
    background-size: 5px 5px, 5px 5px, 0px 1.5em !important;
    background-repeat: no-repeat !important;
}


/*
select.minimal:focus {
    background-image: linear-gradient(45deg, #fff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #fff 50%), linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em !important;
    background-size: 5px 5px, 5px 5px, 0px 1.5em !important;
    background-repeat: no-repeat !important;
    border-color: green;
    outline: 0;
} */

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.jja .title12 {
    font-family: Courgette !important;
    /* margin-top: -50px; */
    /* font-size: 32px; */
    /* margin-bottom: 2px; */
    /* display: block; */
    /* font-style: normal; */
    /* line-height: unset; */
    /* font-weight: normal; */
    color: #fff !important;
    text-shadow: 8px 8px 4px rgb(0 0 0 / 25%);
}
.how-use.s .main-title {
    margin-top: 10px;
}

#counter {
    margin-top: 160px;
}
.how-use .setp img {
    width: 230px;
    height: 166px;
    object-fit: fill;
    border-radius: 15px;
}
.form-contact-ak .newslater-form textarea {
    background: rgb(255 255 255);
    border-radius: 35px;
    border: 2px solid rgb(117 117 117 / 27%);
    padding: 15px 30px;
    color: #333333;
}
.form-contact-ak .newslater-form .minimal {
    background: rgb(255 255 255);
    border-radius: 100px;
    border: 2px solid rgb(117 117 117 / 27%);
    padding: 12px 30px;
    color: #333333;
    font-size: 16px;
}






li.wpbtnsingup a {
    background: #db3949;
    
    /*background: #db3949;*/
    box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
    border-radius: 8px;
    /*padding: 0 !important;*/
    padding: 6px 10px 6px 10px !important;
    /* border: 2px solid #01E675; */
    /* font-size: 15px !important; */
    /* color: blanchedalmond; */
    margin-right: 15px;
    line-height:auto;
}

li.wpbtnsingup a{
      text-transform: capitalize !important;
}

li.wpbtnsingup a img{
  margin-right: 7px;
    margin-bottom: 3px;
    margin-left: 3px;
}

.contributors-vv .location-contributors-vv {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contributors-vv .level-contributors-vv {
    font-size: 17px;
    font-weight: 500;
}

.contributors-vv .content .title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    color: #333333;
    margin-top: 5px;
}

.contributors-vv .content {
    position: relative;
    padding: 14px 30px 5px;
}



.notify-clss a{
    color:#fc5666;
}







@media (max-width: 990.98px) {
    
section#hero .vhaju2ima{
    padding-top:50px;
}    

.cardss {
  
    margin-top: -300px;
  }

    
}





@media (max-width: 991.98px) {
    section#hero .vhaju2ima {
       padding: 130px 0;
    }
    #hero {
        width: 100%;
        height: 630px;
    }
    .cardss {
        margin-top: -330px;
    }
}






@media (max-width: 767.98px) {
      #hero .intro-info {
    text-align: center;
    padding-top: 0px;
}
section#hero .vhaju2ima {
    padding: 50px 0 280px;
}

#hero {
    width: 100%;
    height: 100%;
}
}





@media (max-width: 767.98px) {
    
    .cardss {
    margin-top: -450px;
}
section#hero .vhaju2ima {
    padding: 50px 0 400px;
}
    
}







.ab-foo-title span a span {
    color: #fff !important;
}





/* 
contact-box */

.contact-box {
    margin-bottom: 70px;
}

.contact-box img {
    width: 30px;
    margin-top: -25px;
}
.contact-box h4 {
    font-family: var(--font-family);
    color: var(--box-title);
    font-size: 18px;
    font-weight: var(--font-weight-title);
    margin-bottom: 15px;
}

.contact-box p {
    font-family: var(--font-family);
    font-size: 16px;
    color: var(--description);
    font-weight: var(--font-weight-subtitle);
}
.box.d-flex.align-items-start.mx-lg-4 {
    background: #fff;
    box-shadow: 5px 7px 24px rgb(0 0 0 / 15%);
    padding: 30px 20px 12px;
    border-radius: 20px;
    border: 2px solid #f44336;
    /* transform: skewX(7deg); */
}

label.btn.btn-primary {
    background-color: #FF5669;
}


button.btn.btn-primary.upload-image-result.ajax_image_set {
    width: fit-content;
    color: white;
    background: #ff5669;
}

.modal-footer {
    display: flex;
    justify-content: center;
}

.text-center-upload-demo div {
    align-items: flex-start;
    display: flex;
}


/**/


.content a.name{
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    width: 199px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 991.98px) {

    .content a.name{
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    width: 183px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
}

@media (max-width: 781.98px) {

    .content a.name{
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    width: 140px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
}


    .aheebsf a{
         color: #fff;
    background: #fc5666;
    padding: 6px 13px;
    border-radius: 12px;
    }
     .aheebsf{
       display:none;
    }
@media (max-width: 575.98px) {
    /*https://srv672.hstgr.io:7443/files/public_html/resources/views/layouts/layout.blade.php*/
    
     .aheebsf{
       display:block;
    }
   
    
    .mobo-tab-indi{
        position:fixed;
        /*  left: 50%;*/
        /*transform: translateX(-50%);*/
        width:100%;
            justify-content: center;
        bottom:5px;    
        z-index:999;
    }
    
    
    .mobo-tab-indi .navigation-tab{
       display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    background: url(../images/Union4.svg);
    /* box-shadow: 0px 3px 19px 2px rgb(0 0 0 / 9%); */
    border-radius: 39px;
    padding: 14px 15px 21px;
    background-size: cover;
        background-position: center;
    }
    
    
    
    
    
    .mobo-tab-indi .navigation-tab .tab-menu-name{
        padding:0 15px 5px;
    }



.mobo-tab-indi .navigation-tab a.txchactv{
    font-size: 16px;
    color: #333;
}
/*.mobo-tab-indi .navigation-tab  a.txchactv.active{*/
/*  color: #fc5666;*/
/*  font-weight: 500;*/
/*}*/



.mobo-tab-indi .navigation-tab  a.txchactv:hover{
  color: #fc5666;
  font-weight: 500;
}


.mobo-tab-indi .navigation-tab  a.txchactv:focus{
  color: #fc5666;
  font-weight: 500;
}

    .center-mobotab{
        transform: translateY(-15px);
    z-index: 1;
    }


    .indicator {
position: absolute;
    top: -12px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 6px solid #fff;
    transition: 0.5s;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 7%);
    }
    
    
    
    section.inner-page.my-sm-5.mb-5 {
    margin-bottom: 152px !important;
}

/*    .indicator::before {*/
/*content: "";*/
/*    position: absolute;*/
/*    top: 31%;*/
/*    left: -23px;*/
/*    width: 18px;*/
/*    height: 20px;*/
/*    background: #fff6f8;*/
/*    border-top-right-radius: 20px;*/
/*    box-shadow: 3px -8px 0 0 #fff;*/
/*    }*/
/*    .indicator::after {*/
/*content: "";*/
/*    position: absolute;*/
/*    top: 31%;*/
/*    right: -23px;*/
/*    width: 18px;*/
/*    height: 20px;*/
/*    background: #fff6f8;*/
/*    border-top-left-radius: 20px;*/
/*    box-shadow: -3px -8px 0 0 #fff;*/
/*    }*/
}




.header-wrapper .menu li a.active,
.header-wrapper .menu li a:hover {
    color: #db3949 !important;
    font-weight: 700 ;
    font-size: 17px ;
    transition: all ease 0.3s;
}

@media (max-width: 991px){
    
ul.submenu li a:hover {
    line-height: unset !important;
    font-size: 15px !important;
}
    
}