/*
Theme Name: Eventor
Theme URI: https://devitem.net/
Author: Ostapenko Serhii
Author URI: https://devitem.net
Description: A modern and customizable WordPress theme designed for performance, accessibility, and flexibility. Perfect for blogs, portfolios, or business websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eventor
Tags: custom-colors, custom-logo, custom-menu, featured-images, blog, e-commerce, portfolio, responsive-layout
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Typography
3. Table
4. Forms
5. Buttons
6. Pagination
7. Clearing
8. Main Header
9. Home front section
	* Home banner section
	* Home About section  
	* Home Blog section  
	* Home Contact section  
	* Home Rvent section  
	* Home Gallery section  
	* Home Partner section  
	* Home Pricing section  
	* Home Progress section  
	* Home Schedule section  
	* Home Speaker section  
	* Home Testimonial section  
	* Home time-counter section  
10. main Footer
11. pages
	* 404 Pages
	* About Pages
	* Account page
	* Blog Archive Pages
	* Blog Single Pages
	* Cart Pages
	* Cheakout Page
	* Comming Soon Page
	* Contact page
	* Event Schedule Page
	* Event Detail Pages
	* FAQ Pages
	* Gallery Pages
	* Legal Page
	* Pricing Page
	* Recover page
	* Reservation Page
	* Search Pages
	* Speaker List pages
	* Speaker Detail pages
	* Sponsers Pages
	* Testimonial Pages
	* Shop Pages
		*Product Right
		*Product Detail
		*Product Cart 
		*Product Checkout
12. compatibility
    * Widget Siderbar

---------------------------------------------------------------- */

/*--------------------------------------------------------------
>>> Normalize
----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Lobster';
    src: url('assets/fonts/Lobster-Regular.ttf') format('truetype');
    font-style: normal;
}



html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

figure {
    margin: 0;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/

body {
    background-color: #ffffff;
    font-size: 16px;
    color: #223645;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    scroll-behavior: smooth;
    transition: all 0.5s;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

p {
    line-height: 1.5;
    margin-bottom: 15px;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    p {
        font-size: 13px;
    }
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote,
pre {
    background-color: #fafafa;
    border-width: 0 0 0 3px;
    border-color: #d9d9d9;
    border-style: solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #2b2b2b;
    font-family: "Mulish", sans-serif;
    font-style: italic;
    margin: 0 0 15px 0;
    padding: 25px 22px;
    font-size: 18px;
}

blockquote p,
pre p {
    margin-bottom: 0;
}

blockquote {
    background-color: transparent;
    border-left: none;
    color: #223645;
    margin: 40px 0;
    text-align: center;
    position: relative;
    padding: 30px;
}

blockquote:before {
    background-color: #fff;
    color: #444444;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    line-height: 1;
    font-style: normal;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -10px;
    padding: 0 10px;
    z-index: 9;
}

blockquote:after {
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    content: "";
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    width: 200px;
}

blockquote p {
    font-size: 28px;
    line-height: 1.4;
}

blockquote cite {
    color: #8d8d8d;
    display: block;
    font-style: normal;
    font-size: 13px;
}

abbr,
acronym {
    border-bottom: 1px dotted #5e5e5e;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}

big {
    font-size: 125%;
}

b,
strong {
    font-weight: 700;
}

iframe {
    display: block;
    width: 100%;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    
    font-family: "Noto Serif", serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.2;
}

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

h1,.h1 {
    font-size: 48px;
    font-weight: 700;
}

h2,.h2 {
    font-size: 32px;
    font-weight: 700;
}

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

h4,.h4 {
    font-size: 24px;
    font-weight: 600;
}

h5,.h5 {
    font-size: 20px;
    font-weight: 600;
}

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

@media screen and (max-width: 768px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 15px;
    }
    h6 {
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/

ul,
ol {
    margin: 0 0 1.5em 0.875em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
    color: var(--eventor-primary, #c3007d) ;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

a:hover,
a:focus,
a:active {
    color: var(--eventor-primary-hover, #AB094B);
    text-decoration: none;
    outline: 0;
}

a:visited {
    text-decoration: none;
    outline: 0;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #2b2b2b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

.overlay,
.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-sub-title {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    color: var(--eventor-primary, #c3007d) ;
}

.biography-wrapper h2, .biography-wrapperh3, .biography-wrapper h4, .biography-wrapper h5 {
    position: relative;
    display: block;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.biography-wrapper h2, .biography-wrapperh3, .biography-wrapper h4, .biography-wrapper h5 {
    font-size: 20px;
    font-weight: 500;
}

.biography-wrapper h2:before, .biography-wrapper h3:before, .biography-wrapper h4:before, .biography-wrapper h5:before,
.title-divider:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: var(--eventor-primary, #c3007d) ;
    bottom: 0;
    left: 0;
}

.title-divider-center {
    position: relative;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.title-divider-center:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: var(--eventor-primary, #c3007d) ;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner-title-divider-center-white {
    position: relative;
    display: block;
    padding-bottom: 28px;
    margin-bottom: 20px;
    text-align: center;
}

.banner-title-divider-center-white:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.figure-round-border {
    border-radius: 50%;
    overflow: hidden;
    height: 220px;
    width: 220px;
    border: 2px solid var(--eventor-primary-hover, #AB094B);
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.figure-round-border a {
    height: 205px;
    width: 205px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.figure-round-border a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: linear 0.4s;
    -moz-transition: linear 0.4s;
    -ms-transition: linear 0.4s;
    -o-transition: linear 0.4s;
    transition: linear 0.4s;
}

.figure-round-border a:hover img {
    transform: scale(1.2) rotate(5deg);
}

.counter-inner .counter-item {
    padding: 25px;
    text-align: center;
}

.counter-inner .counter-item:last-child {
    border-right: 0;
}

@media screen and (max-width: 991px) {
    .figure-round-border {
        height: 100px;
        width: 100px;
    }

    .counter-inner .counter-item {
        border-right: 0;
    }
    .counter-inner .counter-item:first-child {
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #d9d9d9;
    }
    .counter-inner .counter-item:last-child {
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: #d9d9d9;
    }
}

@media screen and (max-width: 575px) {
    .counter-inner .counter-item {
        border-width: 1px 0 0 0px;
        border-style: solid;
        border-color: #d9d9d9;
    }
    .counter-inner .counter-item:first-child {
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: #d9d9d9;
    }
    .counter-inner .counter-item:last-child {
        border-width: 1px 0 0 0px;
        border-style: solid;
        border-color: #d9d9d9;
    }
}

.counter-inner .counter-item .counter-no {
    color: var(--eventor-primary, #c3007d) ;
    font-size: 52px;
    
    font-weight: 900;
    line-height: 1.2;
}

.counter-inner .counter-item .Completed {
    color: #223645;
}

.section-head {
    margin-bottom: 50px;
    line-height: 1;
}

.type-post .section-head {
    margin-bottom: 0px;
    line-height: 1;
}

.section-head .section-title {
    margin-bottom: 5px;
}

.section-head .section-paragraph,
.section-head .section-paragraph p:last-child {
    margin-bottom: 0;
}

.section-head .section-btn {
    margin-top: 35px;
}

.section-head-white {
    margin-bottom: 50px;
    line-height: 1;
}

.section-head-white .section-title {
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-head-white .section-paragraph {
    margin-bottom: 0;
    color: #ffffff;
}

.section-head-white .section-btn {
    margin-top: 35px;
}

@media screen and (max-width: 992px) {

    .section-head-white .section-title {
        font-size: 1.75rem;
    }

    .section-head {
        margin-bottom: 25px;
        line-height: 1;
    }
}

/*--------------------------------------------------------------
>>> table
----------------------------------------------------------------*/

table {
    /* margin: 0 0 1.5em; */
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
    font-size: 15px;
}

table thead tr {
    /* background-color: #262626; */
}

table thead tr th {
    /* color: #383838; */
}

table.table {
    /* color: #737373; */
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
    border-bottom: 1px solid #e6e6e6;
}

th,
td {
    padding: 8px;
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/

form {
    position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    height: 55px;
}

@media screen and (max-width: 575px) {
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    input[type=search],
    input[type=number],
    input[type=tel],
    input[type=range],
    input[type=date],
    input[type=month],
    input[type=week],
    input[type=time],
    input[type=datetime],
    input[type=datetime-local],
    input[type=color] {
        height: 40px;
    }
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    background-color: #f8f8f8;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    font-size: 16px;
    padding: 0 15px;
}

@media screen and (max-width: 575px) {
    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    input[type=search],
    input[type=number],
    input[type=tel],
    input[type=range],
    input[type=date],
    input[type=month],
    input[type=week],
    input[type=time],
    input[type=datetime],
    input[type=datetime-local],
    input[type=color],
    textarea {
        font-size: 13px;
    }
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    border-color: var(--eventor-primary, #c3007d) ;
    outline: 0;
}

input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0) !important;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a7a7a7;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=color]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #a7a7a7;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #a7a7a7;
}

textarea {
    padding: 20px 15px;
    width: 100%;
}

select {
    border: 1px solid #d9d9d9;
    color: #383838;
    height: 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 0 30px 0 10px;
}

select option {
    padding: 8px;
}

select:focus {
    outline: none;
}

@media screen and (max-width: 575px) {
    select {
        height: 42px;
    }
}

form label {
    font-weight: normal;
}

.search-form {
    position: relative;
}

.search-form input {
    width: 100%;
    padding: 0 55px 0 10px;
}

.search-form button {
    background-color: var(--eventor-primary, #c3007d) ;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    color: #ffffff;
    font-size: 15px;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 13px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.search-form button:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
}

.form-group {
    margin-bottom: 20px;
}

.form-group select {
    height: 55px;
}

.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: 100%;
}

.form-group label {
    display: block;
    color: #383838;
    font-size: 13px;
    margin-bottom: 10px;
}

.form-group label.checkbox-list {
    position: relative;
    padding-left: 30px;
}

.form-group label .custom-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 2px;
}

.form-group label .custom-checkbox:before {
    background-color: var(--eventor-primary, #c3007d) ;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.form-group label input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -9;
}

.form-group label input:checked~.custom-checkbox {
    border-color: var(--eventor-primary, #c3007d) ;
}

.form-group label input:checked~.custom-checkbox:before {
    opacity: 1;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/

.button-round-primary,
.button-round-secondary,
.button-round-white,
.button-round-white-transparent,
.button-round-primary-transparent {
    font-size: 16px;
    line-height: 1.2;
    padding: 16px 31px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .button-round-primary,
    .button-round-secondary,
    .button-round-white,
    .button-round-white-transparent,
    .button-round-primary-transparent {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .button-round-primary,
    .button-round-secondary,
    .button-round-white,
    .button-round-white-transparent,
    .button-round-primary-transparent {
        padding: 12px 20px;
    }
}

input[type=button],
input[type=reset],
input[type=submit] {
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 16px 31px;
    font-weight: 500;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border: none;
    background-color: var(--eventor-primary, #c3007d) ;
    background-size: 400%;
    background-position: left;
    transition: background-position 0.4s ease-out;
}

input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
    background-color: var(--eventor-primary-hover, #AB094B);
    background-position: right;
}

.button-round-primary,
.button-round-secondary,
.button-round-white,
.button-round-white-transparent,
.button-round-primary-transparent {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    border: none;
    color: var(--eventor-primary, #c3007d) ;
    display: inline-block;
    position: relative;
    border: 1px solid #ffffff;
    -webkit-transition: background-color 0.4s, color 0.4s, border 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s, border 0.4s;
    -ms-transition: background-color 0.4s, color 0.4s, border 0.4s;
    -o-transition: background-color 0.4s, color 0.4s, border 0.4s;
    transition: background-color 0.4s, color 0.4s, border 0.4s;
}

.button-round-primary {
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    border-color: var(--eventor-primary, #c3007d) ;
}

.button-round-secondary {
    background-color: #223645;
    color: #ffffff;
    border-color: #223645;
}

.button-round-white {
    background-color: #ffffff;
    color: #111111;
    border-color: #111111;
}

.button-round-white-transparent {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.button-round-primary-transparent {
    border: 1px solid var(--eventor-primary, #c3007d) ;
    color: var(--eventor-primary, #c3007d) ;
}

.button-round-primary:hover,
.button-round-primary:focus,
.button-round-primary:active,
.button-round-secondary:hover,
.button-round-secondary:focus,
.button-round-secondary:active,
.button-round-white:hover,
.button-round-white:focus,
.button-round-white:active,
.button-round-white-transparent:hover,
.button-round-white-transparent:focus,
.button-round-white-transparent:active,
.button-round-primary-transparent:hover,
.button-round-primary-transparent:focus,
.button-round-primary-transparent:active {
    background-color: var(--eventor-primary-hover, #AB094B);
    border-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.button-text {
    color: #0E3500;
    font-weight: 600;
    position: relative;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-text:hover,
.button-text:focus,
.button-text:active {
    color: var(--eventor-primary, #c3007d) ;
}

/*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.white-bg {
    background-color: #ffffff;
}

.bg-light-grey {
    background-color: #F8F8F8;
}

.bg-light-blue {
    background-color: #E7F0F7;
}

.primary-bg {
    background-color: var(--eventor-primary, #c3007d) ;
}

.secondary-bg {
    background-color: #223645;
}

.bg-transparent-img {
    background-color: rgba(21, 21, 21, 0.75);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.bg-transparent-img:before {
    background-color: rgba(21, 21, 21, 0.75);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.primary-color {
    color: var(--eventor-primary, #c3007d) ;
}

.secondary-color {
    color: #223645;
}

.title-color {
    color: #223645;
}

.list-more-btn {
    padding-top: 20px;
}

.list-more-btn a {
    padding: 18px 30px;
}

.site-loader {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}

.site-loader .preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.rating-start-wrap {
    display: table;
    text-align: right;
}

.rating-start-wrap .rating-start {
    display: table;
    position: relative;
    font-size: 15px;
    letter-spacing: 4px;
}

.rating-start-wrap .rating-start:before {
    color: #ccd6df;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 free";
    font-weight: 600;
}

.rating-start-wrap .rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.rating-start-wrap .rating-start span:before {
    color: #223645;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: "Font Awesome 5 free";
    font-weight: 600;
}

.social-links ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.social-links a {
    font-size: 16px;
    color: var(--eventor-primary, #c3007d) ;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.social-links a:hover,
.social-links a:focus,
.social-links a:active {
    color: var(--eventor-primary-hover, #AB094B);
}

.social-icon-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.social-icon-wrap .social-icon {
    padding: 5px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
}

.social-icon-wrap .social-icon a {
    background-color: var(--eventor-primary, #c3007d) ;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-icon-wrap .social-icon a:hover {
    -webkit-filter: saturate(1.5) brightness(1.2);
    -moz-filter: saturate(1.5) brightness(1.2);
    -ms-filter: saturate(1.5) brightness(1.2);
    -o-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2);
}

.social-icon-wrap .social-icon [class*=fa-] {
    width: 40px;
    text-align: center;
}

.social-icon-wrap .social-icon span {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
    padding: 10px 15px;
}

.social-icon-wrap .social-facebook a {
    background-color: #3b5998;
}

.social-icon-wrap .social-pinterest a {
    background-color: #bd081c;
}

.social-icon-wrap .social-whatsapp a {
    background-color: #25d366;
}

.social-icon-wrap .social-linkedin a {
    background-color: #0077b5;
}

.social-icon-wrap .social-twitter a {
    background-color: #1da1f2;
}

.social-icon-wrap .social-google a {
    background-color: #dd4b39;
}

.to-top-icon {
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    font-size: 12px;
    display: none;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.to-top-icon:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .to-top-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        right: 10px;
        bottom: 10px;
    }
}

.nav-tabs {
    margin: 0;
}

.nav-tabs .nav-link {
    color: #223645;
    border-radius: 0;
    line-height: 1.1;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    color: var(--eventor-primary, #c3007d) ;
}

.tab-container {
    margin-top: 50px;
}

.tab-container .responsive-tabs .nav-tabs {
    display: none;
}

@media screen and (min-width: 769px) {
    .tab-container .responsive-tabs .nav-tabs {
        display: flex;
    }
    .tab-container .responsive-tabs .card {
        border: none;
    }
    .tab-container .responsive-tabs .card .card-header {
        display: none;
    }
    .tab-container .responsive-tabs .card .collapse {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .tab-container .nav {
        display: block;
    }
    .tab-container .nav .nav-tabs .nav-link {
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #dee2e6;
        padding: 15px 20px;
    }
    .tab-container .nav .nav-tabs .nav-link:hover,
    .tab-container .nav .nav-tabs .nav-link:focus,
    .tab-container .nav .nav-tabs .nav-link.active {
        background-color: var(--eventor-primary-hover, #AB094B);
        color: #ffffff;
    }
}

@media screen and (max-width: 768px) {
    .tab-container .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.tab-content {
    padding: 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d4d4d4;
}

.tab-content ul {
    margin-bottom: 0;
}

.tab-content ul li {
    margin-bottom: 5px;
}

.tab-content ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .tab-content .card {
        box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        margin-bottom: 20px;
        border: none;
    }
    .tab-content .card:last-child {
        margin-bottom: 0;
    }
    .tab-content .card .card-header {
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }
    .tab-content .card .card-header a {
        color: #383838;
        font-family: "Mulish", sans-serif;
        font-size: 15px;
        display: block;
        width: 100%;
        text-decoration: none;
        padding: 22px;
        font-weight: 600;
        position: relative;
        text-align: left;
    }
    .tab-content .card .card-header a:before {
        content: "\f106";
        display: block;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        float: right;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 15px;
    }
    .tab-content .card .card-header a.collapsed:before {
        content: "\f107";
    }
    .tab-content .card .card-body {
        font-size: 15px;
        padding: 0 20px 20px;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .tab-content .card .card-body {
        font-size: 13px;
    }
}

@media screen and (max-width: 575px) {
    .tab-content {
        padding: 0;
        border: none;
    }
    .tab-content .card .card-header a {
        padding: 12px 15px;
    }
}

.progress-wrapper {
    padding-top: 35px;
}

.progress-wrapper .ab-progress {
    position: relative;
}

.progress-wrapper .ab-progress .progress-indecator-inner {
    position: absolute;
    top: -30px;
}

.progress-wrapper .ab-progress .progress-indecator-inner span {
    background-color: #223645;
    color: #ffffff;
    padding: 2px 7px;
    font-size: 12px;
    display: inline-block;
    z-index: 1;
}

.progress-wrapper .ab-progress .progress-indecator-inner span:before {
    background-color: #223645;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    -moz-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
    z-index: -1;
}

.progress-wrapper .ab-progress .progress-indecator-inner .percent {
    position: absolute;
    left: -19px;
}

.progress-wrapper .ab-progress .progress-bar-wrap {
    background: #f4f4f4;
    border: none;
    height: 3px;
}

.progress-wrapper .progress-inline .ab-progress-bar {
    background: #223645;
    box-shadow: none;
    height: 3px;
    position: relative;
}

@media screen and (max-width: 575px) {
    .progress-wrapper .progress-inline .progress-title {
        margin-bottom: 10px;
    }
}

.accordion-content .card {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: none;
}

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

.accordion-content .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.accordion-content .card .card-header a {
    color: #292929;
    
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 22px;
    font-weight: 500;
    position: relative;
    text-align: left;
}

.accordion-content .card .card-header a:before {
    content: "\f106";
    display: block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    font-size: 24px;
}

.accordion-content .card .card-header a.collapsed:before {
    content: "\f107";
}

.accordion-content .card .card-body {
    font-size: 15px;
    padding: 0 20px 20px;
    color: #696A87;
}

@media screen and (max-width: 768px) {
    .accordion-content .card .card-body {
        font-size: 13px;
    }
}

.slick-slider {
    position: relative;
}

.slick-slider .slick-prev {
    left: 15px;
}

.slick-slider .slick-prev:before {
    content: "\f053";
}

.slick-slider .slick-next {
    right: 15px;
}

.slick-slider .slick-next:before {
    content: "\f054";
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 1;
    width: auto;
    height: auto;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-prev:focus:before,
.slick-slider .slick-prev:active:before,
.slick-slider .slick-next:hover:before,
.slick-slider .slick-next:focus:before,
.slick-slider .slick-next:active:before {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0 6px;
}

.slick-dots li button {
    background-color: #c6c6c6;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button:hover {
    background-color: var(--eventor-primary, #c3007d) ;
}

.slick-dots li.slick-active button {
    background-color: var(--eventor-primary, #c3007d) ;
}

.video-button a {
    background-color: rgba(250, 3, 104, 0.8);
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    font-size: 18px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
}

.video-button a i {
    color: #ffffff;
}

.video-button a:before,
.video-button a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #255cff;
    -moz-box-shadow: 0 0 0 0 #255cff;
    -ms-box-shadow: 0 0 0 0 #255cff;
    -o-box-shadow: 0 0 0 0 #255cff;
    box-shadow: 0 0 0 0 #255cff;
    opacity: 0.6;
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.video-button a:before {
    animation-delay: 0.9s;
}

.video-button a:after {
    animation-delay: 0.3s;
}

@media screen and (max-width: 575px) {
    .video-button a {
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(37, 92, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 92, 255, 0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 15px rgba(37, 92, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 92, 255, 0);
    }
}

/*--------------------------------------------------------------
>>> Pagination
----------------------------------------------------------------*/

.post-navigation-wrap {
    margin-top: 30px;
}

.pagination {
    margin: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    color: #444444;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: center;
    border-radius: 100%;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination li a:hover {
    background-color: var(--eventor-primary, #c3007d) ;
    border-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
}

.pagination li.active a {
    background-color: var(--eventor-primary, #c3007d) ;
    border-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/

.site-header {
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    top: auto;
    z-index: 99;
}

.site-header:before,
.site-header:after {
    content: "";
    display: block;
    clear: both;
}

/*--- top header css start ---*/

.top-header {
    padding: 15px 0px;
    border-bottom: 1px solid #787878;
}

@media screen and (max-width: 575px) {
    .top-header {
        padding: 10px 0;
    }
}

.header-contact-info ul {
    font-size: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-contact-info ul li {
    display: inline-block;
    font-size: 13px;
    padding: 0 23px;
}

.header-contact-info ul li:last-child {
    padding-right: 0;
}

.header-contact-info ul li:first-child {
    padding-left: 0;
}

.header-contact-info ul li [class*=fa-] {
    margin-right: 5px;
}

.header-contact-info ul li a {
    color: #f8f8f8;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.2;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.header-contact-info ul li a .icon i {
    color: #ffffff;
    font-size: 16px;
    width: 46px;
    height: 46px;
    position: relative;
    display: block;
    line-height: 43px;
    border-radius: 50%;
    background-color: var(--eventor-primary, #c3007d) ;
    text-align: center;
    transition: all 0.4s ease-out;
}

@media screen and (max-width: 768px) {
    .header-contact-info ul li a .icon i {
        font-size: 14px;
        width: 34px;
        height: 34px;
        line-height: 32px;
    }
}

.header-contact-info ul li a .details-content {
    margin-left: 15px;
    color: #ffffff;
}

.header-contact-info ul li a .details-content .content-title {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    margin-bottom: 7px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .header-contact-info ul li a .details-content {
        margin-left: 5px;
    }
    .header-contact-info ul li a .details-content .content-title {
        margin-bottom: 2px;
    }
}

.header-contact-info ul li a .details-content h6 {
    margin-bottom: 0;
    font-size: 13px;
    color: #ffffff;
    font-family: "Mulish", sans-serif;
}

@media screen and (max-width: 768px) {
    .header-contact-info ul li a .details-content h6 {
        font-size: 12px;
    }
}

.header-contact-info ul li a:hover,
.header-contact-info ul li a:focus,
.header-contact-info ul li a:active {
    color: var(--eventor-primary-hover, #AB094B);
}

.header-contact-info ul li a:hover .icon i,
.header-contact-info ul li a:focus .icon i,
.header-contact-info ul li a:active .icon i {
    color: #ffffff;
    background-color: var(--eventor-primary-hover, #AB094B);
    border-color: var(--eventor-primary-hover, #AB094B);
}

.header-contact-info ul li a:hover .details-content h6,
.header-contact-info ul li a:focus .details-content h6,
.header-contact-info ul li a:active .details-content h6 {
    color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 991px) {
    .header-contact-info ul li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .header-contact-info {
        margin-bottom: 5px;
    }
    .header-contact-info ul {
        display: flex;
        justify-content: space-between;
    }
    .header-contact-info ul li {
        padding: 0 3px;
    }
    .header-contact-info ul li a {
        align-items: center;
    }
}

@media screen and (max-width: 479px) {
    .header-contact-info {
        margin-bottom: 0;
    }
    .header-contact-info ul {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .header-contact-info ul li {
        margin-bottom: 10px;
        padding: 0;
    }
}

.header-social {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-social li {
    margin: 0 3px;
}

.header-social li:first-child {
    margin-left: 0;
}

.header-social li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .header-social li {
        margin: 0 2px;
    }
}

.header-social a i {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 34px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border: 1px solid #787878;
    display: inline-block;
    text-align: center;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .header-social a i {
        font-size: 13px;
        line-height: 28px;
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 479px) {
    .header-social a i {
        font-size: 12px;
        line-height: 25px;
        height: 26px;
        width: 26px;
    }
}

.header-social a:hover i,
.header-social a:focus i {
    color: #ffffff;
    background-color: var(--eventor-primary-hover, #AB094B);
    border-color: var(--eventor-primary-hover, #AB094B);
}

.header-search-icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 6px;
}

.header-search-icon .search-icon {
    background-color: transparent;
    border: 1px solid #787878;
    border-radius: 50%;
    color: #ffffff;
    padding: 0;
    font-size: 15px;
    line-height: 34px;
    height: 36px;
    width: 36px;
}

.header-search-icon .search-icon:hover,
.header-search-icon .search-icon:focus {
    background-color: var(--eventor-primary-hover, #AB094B);
    border-color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 768px) {
    .header-search-icon .search-icon {
        font-size: 13px;
        line-height: 28px;
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 479px) {
    .header-search-icon .search-icon {
        font-size: 12px;
        line-height: 25px;
        height: 26px;
        width: 26px;
    }
}

/*--- header Logo css start ---*/

.site-identity .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px;
}

@media screen and (max-width: 991px) {
    .site-identity .site-title {
        text-align: center;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .site-identity .site-title {
        margin-bottom: 0px;
    }
}

.site-identity .site-description {
    font-size: 13px;
    margin-bottom: 0;
}

.site-identity img {
    max-width: 215px;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}

.site-identity a {
    display: block;
    font-family: "Noto Serif", serif;
    color: #fff;
    font-weight: 600;
}

.fixed-header .site-identity a,
body:not(.home).woocommerce .bottom-header .site-identity a,
body:not(.home).woocommerce-account .bottom-header .site-identity a {
    color: #333;
}

.site-identity a:hover img,
.site-identity a:focus img,
.site-identity a:active img {
    opacity: 0.7;
}

@media screen and (max-width: 575px) {
    .site-identity img {
        max-width: 150px;
    }
}

@media screen and (max-width: 479px) {
    .site-identity img {
        max-width: 130px;
    }
    .site-identity a {
        display: flex;
        align-items: center;
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/

.navigation-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .navigation-container {
        padding-right: 35px;
    }
}

.site-header .main-navigation .navigation>ul>li {
    display: inline-block;
    padding: 0 20px;
}

.site-header .main-navigation .navigation>ul>li:first-child {
    padding-left: 0;
}

.site-header .main-navigation .navigation>ul>li:last-child {
    padding-right: 0;
}

@media screen and (max-width: 1199px) {
    .site-header .main-navigation .navigation>ul>li {
        padding: 0 10px;
    }
}

.site-header .main-navigation ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-header .main-navigation ul>li.menu-item-has-children>a:after {
    content: "\f0d7";
}

.site-header .main-navigation ul>li:last-child {
    border-bottom: none;
}

.site-header .main-navigation ul>li:last-child:before {
    display: none;
}

.site-header .main-navigation ul>li>a {
    color: var(--eventor-primary, #c3007d);
    display: inline-block;
    font-size: 15px;
    padding: 11px 0 10px;
    font-weight: 500;
    line-height: 1.1;
    position: relative;
}

.site-header .main-navigation ul>li:hover>ul,
.site-header .main-navigation ul>li:focus>ul,
.site-header .main-navigation ul>li:active>ul {
    display: block;
}

.site-header .main-navigation ul>li:hover>a,
.site-header .main-navigation ul>li:focus>a,
.site-header .main-navigation ul>li:active>a {
    color: var(--eventor-primary-hover, #AB094B);
}

.site-header .main-navigation ul ul {
    background: #ffffff;
    border-top: 4px solid #223645;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 99;
    display: none;
    text-align: left;
    max-height: calc(100vh - 141px);
    overflow-y: auto;
}

.site-header .main-navigation ul ul li {
    border-bottom: 1px solid #DDD;
    position: relative;
    display: block;
}

.site-header .main-navigation ul ul li a {
    color: #696A87;
    display: block;
    padding: 12px 16px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.site-header .main-navigation ul ul li a:hover,
.site-header .main-navigation ul ul li a:focus,
.site-header .main-navigation ul ul li a:active {
    padding-left: 30px;
    color: var(--eventor-primary, #c3007d) ;
}

.site-header .main-navigation ul ul li>ul {
    left: 100%;
    top: 0;
}

.site-header .main-navigation ul ul li.menu-item-has-children>a:after {
    content: "\f0da";
}

.site-header .main-navigation ul ul li:hover>ul,
.site-header .main-navigation ul ul li:focus>ul,
.site-header .main-navigation ul ul li:active>ul {
    display: block;
    top: -3px;
}

.site-header .main-navigation ul ul li:hover a:after,
.site-header .main-navigation ul ul li:focus a:after,
.site-header .main-navigation ul ul li:active a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site-header .main-navigation ul li {
    position: relative;
}

.site-header .main-navigation ul li:last-child ul,
.site-header .main-navigation ul li:nth-last-child(2) ul {
    left: auto;
    right: 0;
}

.site-header .main-navigation ul li:last-child ul ul,
.site-header .main-navigation ul li:nth-last-child(2) ul ul {
    right: 100%;
}

.site-header .main-navigation ul li.menu-item-has-children>a {
    position: relative;
}

.site-header .main-navigation ul li.menu-item-has-children>a:after {
    display: inline-block;
    float: right;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-weight: 900;
    margin-left: 10PX;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.site-header .main-navigation ul li.menu-item-has-children li:hover>a,
.site-header .main-navigation ul li.menu-item-has-children li:focus>a {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.site-header .main-navigation ul li.current-menu-item>a,
.site-header .main-navigation ul li.current-menu-parent>a {
    color: var(--eventor-primary, #c3007d) ;
}

@-webkit-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-up {
    from {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    to {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}




.header-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    margin-right: 1px;
}

.header-btn a {
    font-size: 15px;
    padding: 15px 27px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 25px;
}

@media screen and (max-width: 768px) {
    .header-btn {
        padding: 0;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .header-btn a {
        font-size: 13px;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 479px) {
    .header-btn a {
        font-size: 11px;
        padding: 10px 18px;
    }
}

/* Header */
.logged-in .fixed-top {
    top: 32px;
}

.bg-light {
    border-bottom: 1px solid #e0e0e0;
}

.navbar-light .navbar-brand {
    font-family: 'Lobster';
    color: #000;
    font-size: 28px;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .dropdown-item {
    color: #000;
    font-size: 18px;
    font-family: "Noto Serif", serif;
    font-family: 'Lobster';
    position: relative;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--eventor-primary, #c3007d);
}

.navbar-light .navbar-nav .menu-cart .nav-link:hover,
.navbar-light .navbar-nav .menu-phone .nav-link:hover,
.navbar-light .navbar-nav .menu-account .nav-link:hover {
    border-color: var(--eventor-primary, #c3007d);
}

.navbar-light .navbar-nav .menu-phone,
.navbar-light .navbar-nav .menu-account {
    margin-right: 15px;
}

.menu-cart .nav-link,
.menu-account .nav-link,
.menu-phone .nav-link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.menu-cart .nav-link,
.menu-account .nav-link,
.menu-phone .nav-link {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: relative;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-cart .nav-link,
.menu-account .nav-link {
    text-indent: -9999px;
}

.menu-account .nav-link {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' width='64px' height='64px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M15.992 2c3.396 0 6.998 2.86 6.998 4.995v4.997c0 1.924-0.8 5.604-2.945 7.293-0.547 0.43-0.831 1.115-0.749 1.807 0.082 0.692 0.518 1.291 1.151 1.582l8.703 4.127c0.068 0.031 0.834 0.16 0.834 1.23l0.001 1.952-27.984 0.002v-2.029c0-0.795 0.596-1.045 0.835-1.154l8.782-4.145c0.63-0.289 1.065-0.885 1.149-1.573s-0.193-1.37-0.733-1.803c-2.078-1.668-3.046-5.335-3.046-7.287v-4.997c0.001-2.089 3.638-4.995 7.004-4.995zM15.992-0c-4.416 0-9.004 3.686-9.004 6.996v4.997c0 2.184 0.997 6.601 3.793 8.847l-8.783 4.145s-1.998 0.89-1.998 1.999v3.001c0 1.105 0.895 1.999 1.998 1.999h27.986c1.105 0 1.999-0.895 1.999-1.999v-3.001c0-1.175-1.999-1.999-1.999-1.999l-8.703-4.127c2.77-2.18 3.708-6.464 3.708-8.865v-4.997c0-3.31-4.582-6.995-8.998-6.995v0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.menu-cart .nav-link {
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23333333'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Ecart-2%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-516.000000, -723.000000)' fill='%23333333'%3E%3Cpath d='M538,749 C539.104,749 540,749.896 540,751 C540,752.104 539.104,753 538,753 C536.896,753 536,752.104 536,751 C536,749.896 536.896,749 538,749 L538,749 Z M534,751 C534,753.209 535.791,755 538,755 C540.209,755 542,753.209 542,751 C542,748.791 540.209,747 538,747 C535.791,747 534,748.791 534,751 L534,751 Z M522,729 L546,729 L543.443,739.229 L522,741 L522,729 L522,729 Z M524,745 C522.896,745 522,744.104 522,743 L545,741 C545,741 548,728.875 548,728 C548,727.447 547.553,727 547,727 L522,727 L522,725 L523,725 C523.553,725 524,724.553 524,724 C524,723.448 523.553,723 523,723 L517,723 C516.447,723 516,723.448 516,724 C516,724.553 516.447,725 517,725 L520,725 L520,743 C520,745.209 521.791,747 524,747 L547,747 C547.031,747 547,746.009 547,745 L524,745 L524,745 Z M526,749 C527.104,749 528,749.896 528,751 C528,752.104 527.104,753 526,753 C524.896,753 524,752.104 524,751 C524,749.896 524.896,749 526,749 L526,749 Z M522,751 C522,753.209 523.791,755 526,755 C528.209,755 530,753.209 530,751 C530,748.791 528.209,747 526,747 C523.791,747 522,748.791 522,751 L522,751 Z' id='cart-2' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.menu-cart .nav-link .cart-counter {
    color: #fff;
    position: absolute;
    top: -6px;
    right: -8px;
}

.menu-cart .nav-link .cart-counter {
    font-size: 12px;
    width: 22px;
    height: 22px;
    text-indent: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: "Noto Serif", serif;
    background-color: var(--eventor-primary, #c3007d);
}

.navbar-light .navbar-nav .menu-phone .nav-link {
    width: auto;
    font-size: 16px;
    border-radius: 30px;
}

.navbar-light .navbar-nav .menu-phone .nav-link:after {
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M15 3.5H20.5M20.5 3.5V9M20.5 3.5L12.5 11.5' stroke='%23333'%3E%3C/path%3E%3Cpath d='M11.5 5.5H7.5C6.39543 5.5 5.5 6.39543 5.5 7.5V16.5C5.5 17.6046 6.39543 18.5 7.5 18.5H16.5C17.6046 18.5 18.5 17.6046 18.5 16.5V12.5' stroke='%23333' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .menu-cart .nav-link,
    .menu-account .nav-link,
    .menu-phone .nav-link {
        width: auto;
    }

    .navbar-light .navbar-nav .menu-phone .nav-link,
    .navbar-light .navbar-nav .menu-account .nav-link,
    .navbar-light .navbar-nav .menu-cart .nav-link {
        width: auto;
        font-size: 16px;
        border-radius: 30px;
        background: none;
        min-width: 185px;
    }

    .menu-cart .nav-link,
    .menu-account .nav-link,
    .menu-phone .nav-link {
        padding: 0 15px;
    }

    .navbar-light .navbar-nav .menu-phone,
    .navbar-light .navbar-nav .menu-account {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .menu-cart .nav-link,
    .menu-account .nav-link {
        text-indent: initial;
    }

    .navbar-light .navbar-nav .menu-cart .nav-link:after,
    .navbar-light .navbar-nav .menu-account .nav-link:after {
        content: '';
        width: 20px;
        height: 20px;
        margin-left: 3px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .navbar-light .navbar-nav .menu-account .nav-link:after {
        background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' width='64px' height='64px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M15.992 2c3.396 0 6.998 2.86 6.998 4.995v4.997c0 1.924-0.8 5.604-2.945 7.293-0.547 0.43-0.831 1.115-0.749 1.807 0.082 0.692 0.518 1.291 1.151 1.582l8.703 4.127c0.068 0.031 0.834 0.16 0.834 1.23l0.001 1.952-27.984 0.002v-2.029c0-0.795 0.596-1.045 0.835-1.154l8.782-4.145c0.63-0.289 1.065-0.885 1.149-1.573s-0.193-1.37-0.733-1.803c-2.078-1.668-3.046-5.335-3.046-7.287v-4.997c0.001-2.089 3.638-4.995 7.004-4.995zM15.992-0c-4.416 0-9.004 3.686-9.004 6.996v4.997c0 2.184 0.997 6.601 3.793 8.847l-8.783 4.145s-1.998 0.89-1.998 1.999v3.001c0 1.105 0.895 1.999 1.998 1.999h27.986c1.105 0 1.999-0.895 1.999-1.999v-3.001c0-1.175-1.999-1.999-1.999-1.999l-8.703-4.127c2.77-2.18 3.708-6.464 3.708-8.865v-4.997c0-3.31-4.582-6.995-8.998-6.995v0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    }
    
    .navbar-light .navbar-nav .menu-cart .nav-link:after {
        background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns' fill='%23333333'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Ctitle%3Ecart-2%3C/title%3E%3Cdesc%3ECreated with Sketch Beta.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-516.000000, -723.000000)' fill='%23333333'%3E%3Cpath d='M538,749 C539.104,749 540,749.896 540,751 C540,752.104 539.104,753 538,753 C536.896,753 536,752.104 536,751 C536,749.896 536.896,749 538,749 L538,749 Z M534,751 C534,753.209 535.791,755 538,755 C540.209,755 542,753.209 542,751 C542,748.791 540.209,747 538,747 C535.791,747 534,748.791 534,751 L534,751 Z M522,729 L546,729 L543.443,739.229 L522,741 L522,729 L522,729 Z M524,745 C522.896,745 522,744.104 522,743 L545,741 C545,741 548,728.875 548,728 C548,727.447 547.553,727 547,727 L522,727 L522,725 L523,725 C523.553,725 524,724.553 524,724 C524,723.448 523.553,723 523,723 L517,723 C516.447,723 516,723.448 516,724 C516,724.553 516.447,725 517,725 L520,725 L520,743 C520,745.209 521.791,747 524,747 L547,747 C547.031,747 547,746.009 547,745 L524,745 L524,745 Z M526,749 C527.104,749 528,749.896 528,751 C528,752.104 527.104,753 526,753 C524.896,753 524,752.104 524,751 C524,749.896 524.896,749 526,749 L526,749 Z M522,751 C522,753.209 523.791,755 526,755 C528.209,755 530,753.209 530,751 C530,748.791 528.209,747 526,747 C523.791,747 522,748.791 522,751 L522,751 Z' id='cart-2' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .navbar-light .navbar-nav .dropdown {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar-light .navbar-nav .dropdown-menu {
        border: none;
        text-align: center;
        background-color: transparent;
    }

    .navbar-light .navbar-nav .dropdown-item {
        font-size: 14px;
        line-height: 130%;
    }
}


/*---  bottom header css ---*/

.bottom-header {
    padding: 20px 0px 15px;
}

.bottom-header .hb-group .site-identity .site-title {
    margin-bottom: 0;
}

.bottom-header .logo-bottom-header {
    display: none;
}

.bottom-header .navigation {
    margin-left: 18px;
}

@media screen and (max-width: 991px) {
    .bottom-header .navigation {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .bottom-header {
        padding: 0;
    }
    .bottom-header .hb-group {
        padding: 10px 0;
    }
}

/*---  header search css ---*/

.header-search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search-form {
    background-color: rgba(17, 17, 17, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -moz-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -ms-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    z-index: 999;
}

.header-search-form .header-search {
    position: relative;
}

.header-search-form input[type=text] {
    background-color: #ffffff;
    color: #292929;
    border: none;
    width: 100%;
    height: 52px;
    padding: 0 20px;
    text-align: center;
}

.header-search-form .search-close {
    color: #223645;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.header-search-form .search-close:hover,
.header-search-form .search-close:focus,
.header-search-form .search-close:active {
    color: var(--eventor-primary-hover, #AB094B);
}

.header-search-form.search-in {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*---  fixed header css ---*/

.bottom-header {
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

@media screen and (min-width: 992px) {
    .fixed-header, 
    body:not(.home).woocommerce .bottom-header,
    body:not(.home).woocommerce-account .bottom-header {
        background-color: #ffffff;
        -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: auto;
        width: 100%;
        left: 0;
        z-index: 999;
        padding: 3px 0;
    }
}

@media screen and (max-width: 991px) {
    .fixed-header {
        background-color: transparent;
        position: relative;
    }
}

.fixed-header .main-navigation .logo-bottom-header {
    display: inline-block;
}

.fixed-header .main-navigation .logo-bottom-header a:hover {
    opacity: 0.8;
}

.fixed-header .main-navigation .navigation>ul>li>a {
    color: #223645;
    padding: 20px 0;
}

.fixed-header .main-navigation .navigation>ul>li>a:before {
    background-color: #446b89;
}

.fixed-header .main-navigation .navigation>ul>li>a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.fixed-header .main-navigation .navigation>ul>li ul {
    max-height: calc(100vh - 61px);
    border: none;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1) inset;
}

.fixed-header .main-navigation .navigation .current-menu-item a {
    color: #223645;
}

.fixed-header .header-btn a {
    padding: 12px 27px;
}

.fixed-header .header-icon-group .header-social ul li a i {
    color: #223645;
}

.fixed-header .header-icon-group .header-social ul li a i:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.fixed-header .search-icon i {
    color: #223645;
}

.fixed-header .search-icon i:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.fixed-header .site-title img {
    filter: invert(100%) saturate(100%) hue-rotate(154deg) sepia(19%) contrast(200%);
}

.fixed-header .site-title img:hover {
    opacity: 1;
    filter: invert(100%) saturate(100%) hue-rotate(277deg) sepia(19%) contrast(500%);
}

@media screen and (max-width: 991px) {
    .fixed-header .mobile-menu-container {
        background-color: var(--eventor-primary, #c3007d) ;
        -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 999;
        margin-top: 0;
    }
    .fixed-header .mobile-menu-container .slicknav_nav {
        min-height: 100vh;
        height: 100%;
        overflow-y: scroll;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }
    .fixed-header .mobile-menu-container .slicknav_nav ul li a {
        
    }
    .fixed-header .mobile-menu-container .slicknav_nav ul .current-menu-item a {
        color: var(--eventor-primary, #c3007d) ;
    }
    .fixed-header .mobile-menu-container .slicknav_menu .slicknav_menutxt {
        color: #ffffff;
    }
    .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span {
        background-color: #ffffff;
    }
    .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:before,
    .fixed-header .mobile-menu-container .slicknav_btn .slicknav_icon span:first-child:after {
        background-color: #ffffff;
    }
}

/*---  mobile slick Nav css ---*/

/* Slicknav - a Mobile Menu */

.mobile-menu-container .slicknav_menu {
    background-color: transparent;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .mobile-menu-container .slicknav_menu {
        display: none;
    }
}

.mobile-menu-container .slicknav_menu .slicknav_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    float: none;
}

.mobile-menu-container .slicknav_menu .slicknav_icon {
    margin-left: 0;
    margin-right: 10px;
}

.mobile-menu-container .slicknav_menu .slicknav_menutxt {
    color: #FFF;
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
    font-weight: 700;
}

.mobile-menu-container .slicknav_menu .slicknav_nav li .slicknav_arrow {
    color: #7a7a7a;
    font-size: 13px;
}

.mobile-menu-container .slicknav_menu .slicknav_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row>a {
    width: -moz-calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item {
    border-left: 1px solid #e6e6e6;
    width: 45px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.mobile-menu-container .slicknav_menu .slicknav_row .slicknav_item .slicknav_arrow {
    position: static;
    padding: 0;
    margin: 0;
}

.mobile-menu-container .slicknav_menu .slicknav_row:hover,
.mobile-menu-container .slicknav_menu .slicknav_row:focus,
.mobile-menu-container .slicknav_menu .slicknav_row:active {
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width: 991px) {
    .mobile-menu-container .slicknav_menu .slicknav_btn {
        padding: 15px 0;
    }
    .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_menutxt {
        color: #ffffff;
    }
    .mobile-menu-container .slicknav_menu .slicknav_btn .slicknav_icon .slicknav_icon-bar {
        background-color: #ffffff;
    }
}

.slicknav_menu .slicknav_btn {
    background-color: transparent;
    padding: 0;
}

.slicknav_menu .slicknav_nav ul {
    margin: 0;
    padding: 0;
}

.slicknav_menu .slicknav_nav li {
    position: relative;
    list-style: none;
}

.slicknav_menu .slicknav_nav li a {
    display: inline-block;
    font-size: 15px;
    color: #444444;
    font-weight: 600;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slicknav_menu .slicknav_nav li a:hover,
.slicknav_menu .slicknav_nav li a:focus,
.slicknav_menu .slicknav_nav li a:active {
    background-color: transparent;
    color: var(--eventor-primary-hover, #AB094B);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.slicknav_menu .slicknav_nav {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 22px 21px rgba(0, 0, 0, 0.1);
}

.slicknav_menu .slicknav_arrow {
    position: absolute;
    right: 5px;
    height: 100%;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0;
    line-height: 1.125em;
    cursor: pointer;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.slicknav_btn .slicknav_icon {
    width: 22px;
    height: 16px;
    display: block;
    position: relative;
    margin-top: 1px;
}

.slicknav_btn .slicknav_icon:before {
    display: none;
}

.slicknav_btn .slicknav_icon span {
    background-color: #FFF;
    box-shadow: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slicknav_btn .slicknav_icon span:first-child {
    display: block;
}

.slicknav_btn .slicknav_icon span:first-child:before,
.slicknav_btn .slicknav_icon span:first-child:after {
    background-color: #FFF;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    -webkit-transition-delay: 0.5s, 0s;
    -moz-transition-delay: 0.5s, 0s;
    -ms-transition-delay: 0.5s, 0s;
    -o-transition-delay: 0.5s, 0s;
    transition-delay: 0.5s, 0s;
    -webkit-transition-duration: 0.5s, 0.5s;
    -moz-transition-duration: 0.5s, 0.5s;
    -ms-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
}

.slicknav_btn .slicknav_icon span:first-child:before {
    top: -6px;
}

.slicknav_btn .slicknav_icon span:first-child:after {
    top: 6px;
}

.slicknav_btn.slicknav_open span:first-child {
    background-color: transparent !important;
}

.slicknav_btn.slicknav_open span:first-child:before,
.slicknav_btn.slicknav_open span:first-child:after {
    -webkit-transition-delay: 0s, 0.5s;
    -moz-transition-delay: 0s, 0.5s;
    -ms-transition-delay: 0s, 0.5s;
    -o-transition-delay: 0s, 0.5s;
    transition-delay: 0s, 0.5s;
}

.slicknav_btn.slicknav_open span:first-child:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slicknav_btn.slicknav_open span:first-child:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-container .slicknav_menu {
    background-color: var(--eventor-primary, #c3007d) ;
}

@media screen and (max-width: 575px) {
    .mobile-menu-container .slicknav_menu .slicknav_btn {
        padding: 10px 0;
    }
}

/*--------------------------------------------------------------
>>> Home Main section  
----------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/

.home-banner {
    background-image: url(assets/img/eventum-img1.jpg);
    background-repeat: no-repeat;
    background-position: center 59%;
    background-size: cover;
    position: relative;
    z-index: 1;
    /* min-height: 810px; */
    /* padding-top: 162px; */
}

.home-banner .overlay {
    z-index: -1;
    background-color: #223645;
    opacity: 0.85;
}

.home-banner .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    display: none;
}

.home-banner .bottom-shape svg {
    height: 120px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.home-banner .bottom-shape svg path {
    fill: #ffffff;
}

.home-banner .home-banner-inner > .row {
    height: 700px;
}

.home-banner .home-banner-inner .banner-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.home-banner .home-banner-inner .banner-image .overlay-circle {
    background-image: url(assets/img/circle.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.35;
}

.home-banner .home-banner-inner .banner-content {
    padding: 75px 0px 75px;
    text-align: center;
}

.home-banner .home-banner-inner .banner-content .banner-title {
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
}

.home-banner .home-banner-inner .banner-content .middle-title {
    font-size: 70px;
    font-weight: 800;
    color: var(--eventor-primary, #c3007d) ;
    
    line-height: 1.1;
}

.home-banner .home-banner-inner .banner-content .title-divider-center {
    margin-bottom: 20px;
    margin-top: 20px;
}

.home-banner .home-banner-inner .banner-content .banner-paragraph {
    color: #ffffff;
    margin-bottom: 40px;
}

.home-banner .home-banner-inner .banner-content .banner-button a {
    margin-right: 7px;
}

.home-banner .home-banner-inner .banner-content .banner-button a:last-child {
    margin-right: 0;
}

@media screen and (max-width: 991px) {
    .home-banner {
        padding-top: 0;
    }
    .home-banner .home-banner-inner .banner-image {
        margin-bottom: 30px;
    }
    .home-banner .home-banner-inner > .row {
        height: 480px;
    }
    .home-banner .home-banner-inner .banner-content .banner-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media screen and (max-width: 768px) {
    .home-banner {
        padding-top: 0;
    }
    .home-banner .home-banner-inner .banner-content .middle-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .home-banner {
        padding-top: 0;
    }
    .home-banner .home-banner-inner .banner-top-img {
        order: 2;
    }
    .home-banner .home-banner-inner .banner-top-img .banner-image {
        margin-bottom: 0;
    }
    .home-banner .home-banner-inner .banner-content {
        padding: 0 0 60px;
    }
}

@media screen and (max-width: 479px) {
    .home-banner {
        padding-top: 0;
    }
    .home-banner .home-banner-inner .banner-top-img {
        order: 2;
    }
    .home-banner .home-banner-inner .banner-top-img .banner-image {
        margin-bottom: 0;
    }
    .home-banner .home-banner-inner .banner-content {
        padding: 50px 0;
    }
    .home-banner .home-banner-inner .banner-content .banner-paragraph {
        margin-bottom: 34px;
    }
    .home-banner .home-banner-inner .banner-content .banner-button a {
        display: inline-block;
        font-size: 11px;
    }
    .home-banner .home-banner-inner .banner-content .banner-button a:last-child {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/

.home-count-timmer {
    margin-top: -70px;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

.home-count-timmer .time-counter-wrap {
    background-color: #ffffff;
    box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
    padding: 30px 20px;
    border-radius: 25px;
}

.home-count-timmer .time-counter-wrap .time-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-count-timmer .time-counter-wrap .time-counter .counter-time {
    flex-grow: 1;
    margin-right: 5px;
}

.home-count-timmer .time-counter-wrap .time-counter .counter-time:last-child {
    margin-right: 0;
}

.home-count-timmer .time-counter-wrap .time-counter .counter-time span {
    display: block;
    
    font-size: 60px;
    font-weight: 700;
    color: rgba(250, 3, 104, 0.54);
    line-height: 1.2;
    text-align: center;
}

.home-count-timmer .time-counter-wrap .time-counter .counter-time .label-text {
    font-size: 16px;
    font-weight: 500;
    color: #696A87;
}

@media screen and (max-width: 991px) {
    .home-count-timmer {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .home-count-timmer {
        margin-bottom: 60px;
        margin-top: -30px;
    }
    .home-count-timmer .time-counter-wrap .time-counter .counter-time span {
        font-size: 34px;
    }
}

@media screen and (max-width: 479px) {
    .home-count-timmer .time-counter-wrap {
        padding: 30px 0;
    }
    .home-count-timmer .time-counter-wrap .time-counter .counter-time {
        padding: 5px;
    }
    .home-count-timmer .time-counter-wrap .time-counter .counter-time .counter-days {
        font-size: 28px;
    }
    .home-count-timmer .time-counter-wrap .time-counter .counter-time .label-text {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
>>> Home banner section  
----------------------------------------------------------------*/

.home-aboutus .home-aboutus-inner {
    display: grid;
    grid-template-columns: 25% auto;
}

.home-aboutus .home-aboutus-inner .about-gallary {
    text-align: right;
}

.home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
    margin-bottom: 10px;
}

.home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:last-child {
    margin-bottom: 0;
}

.home-aboutus .home-aboutus-inner .home-about-right {
    padding-left: 10px;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-content {
    display: flex;
    align-items: center;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-content .about-top-right-img {
    margin-top: 56px;
    margin-bottom: 10px;
    flex-basis: 30%;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-content .section-head {
    flex-basis: 70%;
    padding-left: 20px;
    margin-bottom: 0;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail {
    display: flex;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-bottom-right-img {
    flex-basis: 35%;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner {
    flex-basis: 65%;
    padding-left: 70px;
}

@media screen and (max-width: 991px) {
    .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner {
        padding-left: 20px;
    }
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list {
    border-radius: 25px;
    border-bottom: 3px solid rgba(250, 3, 104, 0.54);
    background-color: #f8f8f8;
    padding: 25px;
    margin-bottom: 20px;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li:last-child {
    margin-bottom: 0;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li i {
    font-size: 25px;
    color: #a7a7a7;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li span {
    color: #696A87;
    padding-left: 20px;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content {
    display: flex;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content .auhtor-signature {
    width: 142px;
    margin-right: 20px;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content .author-detail .author-name {
    margin-bottom: 0px;
    margin-top: 8px;
}

.home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content .author-detail .author-prof {
    font-size: 13px;
    line-height: 1.2;
}

.about-place {
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 80px;
    position: relative;
    z-index: 1;
}

.about-place .place-content {
    border-radius: 25px;
    padding: 40px 50px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    background-color: #ffffff;
}

.about-place .place-content .place-icon i {
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    border-radius: 25px;
    height: 80px;
    width: 80px;
    line-height: 78px;
    font-size: 40px;
    text-align: center;
    transition: all 0.4s;
}

.about-place .place-content .place-icon i:hover,
.about-place .place-content .place-icon i:focus {
    /* color: #696A87; */
}

.about-place .place-content .place-detail {
    margin-left: 30px;
}

.about-place .place-content .place-detail .place-title {
    margin-bottom: 10px;
    color: #223645;
}

.about-place .place-time .place-icon a i {
    background-color: #223645;
}

/* .type-post .about-place {
    margin: 0 0 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
}

.type-post .about-place .place-content {
    padding: 25px 25px;
}

.type-post .about-place .place-content .place-detail .place-title {
    font-size: 16px;
    font-weight: 600;
}

.type-post .about-place .place-content .place-icon i {
    border-radius: 15px;
    height: 60px;
    width: 60px;
    line-height: 58px;
    font-size: 30px;
} */




@media screen and (max-width: 991px) {
    .about-place {
        grid-column-gap: 30px;
    }
    .about-place .place-content {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .home-aboutus .home-aboutus-inner {
        grid-template-columns: auto;
        grid-row-gap: 10px;
    }
    .home-aboutus .home-aboutus-inner .about-gallary {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
        flex-grow: 1;
        margin-right: 10px;
    }
    .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:last-child {
        margin-right: 0;
    }
    .home-aboutus .home-aboutus-inner .home-about-right {
        padding-left: 0px;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner {
        padding-left: 10px;
    }
    .about-place {
        margin-bottom: 30px;
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 575px) {
    .home-aboutus .home-aboutus-inner .home-about-right {
        padding-left: 0;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-detail {
        flex-direction: column;
        align-items: center;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner {
        padding-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .author-content {
        justify-content: center;
    }
}

@media screen and (max-width: 479px) {
    .home-aboutus .home-aboutus-inner {
        grid-row-gap: 10px;
    }
    .home-aboutus .home-aboutus-inner .about-gallary {
        flex-wrap: wrap;
    }
    .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border {
        flex-grow: 1;
        margin-left: 5px;
        margin-right: 5px;
        flex-basis: 46%;
    }
    .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:last-child {
        margin-left: 5px;
        margin-right: 5px;
    }
    .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:nth-child(2) {
        order: 3;
        width: 100%;
        margin: 0;
    }
    .home-aboutus .home-aboutus-inner .about-gallary .figure-round-border:nth-child(2) img {
        width: 100%;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-content {
        flex-direction: column;
        align-items: center;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-content .about-top-right-img {
        margin: 0px 0 20px;
        width: 100%;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-content .about-top-right-img img {
        width: 100%;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-content .section-head {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list {
        padding: 25px 10px;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li i {
        font-size: 20px;
    }
    .home-aboutus .home-aboutus-inner .home-about-right .about-detail .about-detail-inner .about-list ul li span {
        padding-left: 10px;
    }
    .about-place .place-content {
        padding: 25px 20px;
    }
    .about-place .place-content .place-icon i {
        height: 50px;
        width: 50px;
        line-height: 49px;
        font-size: 25px;
        border-radius: 15px;
    }
    .about-place .place-content .place-detail {
        margin-left: 20px;
    }
}

/*--------------------------------------------------------------
>>> Home section-progress  
----------------------------------------------------------------*/

.home-progress-section {
    background-color: #f8f8f8;
    margin-top: -80px;
    padding: 160px 0 80px;
}

@media screen and (max-width: 768px) {
    .home-progress-section {
        padding: 140px 0 60px;
    }
}

.home-progress-section .counter-up-inner .counter-item-wrap .counter-item {
    display: flex;
    padding: 30px 18px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d9d9d9;
}

.home-progress-section .counter-up-inner .counter-item-wrap .counter-item:last-child {
    border-right: 0;
}

@media screen and (max-width: 991px) {
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item {
        border-right: 0;
    }
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item:nth-child(odd) {
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #d9d9d9;
    }
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item:nth-child(even) {
        border-width: 0 0px 1px 0;
        border-style: solid;
        border-color: #d9d9d9;
    }
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item:last-child {
        border-width: 0px 0 0 0px;
        border-style: solid;
        border-color: #d9d9d9;
    }
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item:nth-last-child(2) {
        border-width: 0 1px 0px 0;
        border-style: solid;
        border-color: #d9d9d9;
    }
}

@media screen and (max-width: 768px) {
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item {
        padding: 15px;
    }
}

.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-detail {
    display: flex;
}

.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-no {
    color: #223645;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    
}

@media screen and (max-width: 991px) {
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-no {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-no {
        font-size: 34px;
    }
}

.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .Completed {
    line-height: 1.2;
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .home-progress-section .counter-up-inner .counter-item-wrap .counter-item .Completed {
        text-align: center;
    }
}

.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-icon {
    margin-right: 20px;
}

.home-progress-section .counter-up-inner .counter-item-wrap .counter-item .counter-icon i {
    color: #ffffff;
    font-size: 70px;
}

/*--------------------------------------------------------------
>>> Home home-event  
----------------------------------------------------------------*/

.home-event-section {
    padding: 106px 0 110px;
    background-image: url(assets/img/eventum-img1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.home-event-section .overlay {
    background-color: #223645;
    opacity: 0.85;
}

.home-event-section .type-of-event-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 50px;
}

.home-event-section .type-of-event-wrap .event-type {
    background-color: #ffffff;
    padding: 50px 40px 46px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
}

.home-event-section .type-of-event-wrap .event-type:before {
    content: "";
    background-image: linear-gradient(30deg, #ffffff 69%, var(--eventor-primary, #c3007d)  100%);
    opacity: 0.1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.home-event-section .type-of-event-wrap .event-type .event-icon-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.home-event-section .type-of-event-wrap .event-type .event-icon-content .event-icon {
    margin-bottom: 0;
}

.home-event-section .type-of-event-wrap .event-type .event-icon-content .event-icon a i {
    font-size: 75px;
    color: var(--eventor-primary, #c3007d) ;
    transition: all 0.4s;
}

.home-event-section .type-of-event-wrap .event-type .event-icon-content .event-icon a i:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.home-event-section .type-of-event-wrap .event-type .event-icon-content .event-num {
    color: rgba(250, 3, 104, 0.1);
    margin-bottom: 0;
}

.home-event-section .type-of-event-wrap .event-type .event-detail .event-title a {
    transition: all 0.4s;
}

.home-event-section .type-of-event-wrap .event-type .event-detail .event-title a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.home-event-section .type-of-event-wrap .event-type .event-detail p {
    margin-bottom: 0;
}

.home-event-section .type-of-event-wrap .event-type:hoverbefore {
    background-image: linear-gradient(30deg, #ffffff 50%, var(--eventor-primary, #c3007d)  100%);
    opacity: 0.3;
}

.home-event-section .type-of-event-wrap .event-type:hover .event-icon-content .event-num {
    color: rgba(250, 3, 104, 0.3);
}

@media screen and (max-width: 991px) {
    .home-event-section .type-of-event-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .home-event-section {
        padding: 60px 0;
    }
    .home-event-section .type-of-event-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 30px;
    }
    .home-event-section .type-of-event-wrap .event-type {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 575px) {
    .home-event-section .type-of-event-wrap {
        grid-template-columns: auto;
        grid-row-gap: 20px;
    }
    .home-event-section .type-of-event-wrap .event-type {
        padding: 30px 20px 26px;
    }
    .home-event-section .type-of-event-wrap .event-type .event-icon-content {
        margin-bottom: 20px;
    }
    .home-event-section .type-of-event-wrap .event-detail .event-title {
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
>>> Home home-speaker  
----------------------------------------------------------------*/

.speaker-event-section {
    margin: 60px 0 60px;
}

@media screen and (max-width: 768px) {
    .speaker-event-section {
        margin: 60px 0;
    }
}

.speaker-event-section .group-member .row {
    row-gap: 42px;
}

.speaker-event-section .group-member .team-member {
    border-radius: 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.speaker-event-section .group-member .team-member .team-img img {
    width: 100%;
}

.speaker-event-section .group-member .team-member .team-member-info {
    /* margin-top: -85px; */
    /* left: 0; */
    /* right: 0; */
    /* z-index: 0; */
    /* position: absolute; */
}

.speaker-event-section .group-member .team-member .team-member-info .team-content {
    background-color: #ffffff;
    border-radius: 25px;
    padding: 20px 20px;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.speaker-event-section .group-member .team-member .team-member-info .team-content .author-name {
    margin-bottom: 5px;
}

.speaker-event-section .group-member .team-member .team-member-info .team-content .author-name a {
    transition: all 0.4s;
}

.speaker-event-section .group-member .team-member .team-member-info .team-content .author-name a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.speaker-event-section .group-member .team-member .team-member-info .team-content .author-prof {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.speaker-event-section .group-member .team-member .team-member-info .social-icon {
    margin-top: -15px;
    text-align: center;
}

.speaker-event-section .group-member .team-member .team-member-info .social-icon ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.speaker-event-section .group-member .team-member .team-member-info .social-icon ul li {
    display: inline-block;
    transition: all 0.4s;
}

.speaker-event-section .group-member .team-member .team-member-info .social-icon ul li:first-child {
    padding-left: 0;
}

.speaker-event-section .group-member .team-member .team-member-info .social-icon ul li a i {
    height: 30px;
    width: 30px;
    line-height: 31px;
    font-size: 12px;
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    transition: all 0.4s;
}

.speaker-event-section .group-member .team-member .team-member-info .social-icon ul li:hover a i {
    background-color: rgba(171, 9, 75, 0.9);
    position: relative;
    transform: translatey(-10px);
}

.speaker-event-section .event-speaker-btn {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .speaker-event-section .event-speaker-btn {
        margin-top: 32px;
    }

    .speaker-event-section .group-member .team-member .team-member-info {
        
    }

    .speaker-event-section .group-member .team-member .team-member-info .team-content {
        border-radius: 25px;
        padding: 10px 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

}

/*--------------------------------------------------------------
>>> Home home-schedule  
----------------------------------------------------------------*/

.home-schedule-section {
    padding: 50px 0;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .home-schedule-section {
        padding: 60px 0;
    }
}

.home-schedule-section .section-head {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .home-schedule-section .section-head {
        text-align: center;
    }
}

.home-schedule-section .time-circle-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    .home-schedule-section .time-circle-wrapper {
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.home-schedule-section .time-circle-wrapper .time-info {
    padding: 55px 30px 40px 30px;
    background-color: rgba(217, 217, 217, 0.64);
    text-align: center;
    border-radius: 50%;
    aspect-ratio: 1/1;
    display: grid;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .home-schedule-section .time-circle-wrapper .time-info {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 479px) {
    .home-schedule-section .time-circle-wrapper .time-info {
        padding: 30px;
    }
}

.home-schedule-section .time-circle-wrapper .time-info:nth-child(odd) {
    margin-top: 80px;
}

.home-schedule-section .time-circle-wrapper .time-info:first-child {
    margin-right: -40px;
}

.home-schedule-section .time-circle-wrapper .time-info:nth-child(2) {
    background-color: rgba(250, 3, 104, 0.64);
    margin-right: -40px;
}

.home-schedule-section .time-circle-wrapper .time-info:nth-child(2) .time-txt h5,
.home-schedule-section .time-circle-wrapper .time-info:nth-child(2) .time-txt h6 {
    color: #ffffff;
}

.home-schedule-section .time-circle-wrapper .time-info:nth-child(3) {
    background-color: rgba(34, 54, 69, 0.64);
}

.home-schedule-section .time-circle-wrapper .time-info:nth-child(3) .time-txt h5,
.home-schedule-section .time-circle-wrapper .time-info:nth-child(3) .time-txt h6 {
    color: #ffffff;
}

.home-schedule-section .time-circle-wrapper .time-info .time-txt h5 {
    margin-bottom: 5px;
}

.home-schedule-section .time-circle-wrapper .time-info .time-txt h6 {
    margin-bottom: 10px;
    color: var(--eventor-primary, #c3007d) ;
}

.routine-content {
    margin-top: 50px;
}

.type-post .routine-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.routine-content .routine-detail {
    border-radius: 25px;
    display: grid;
    grid-template-columns: 22% 78%;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}

.type-post .routine-content .routine-detail {
    background-color: #fff;
}

.routine-content .routine-detail:last-child {
    margin-bottom: 0;
}

.routine-content .routine-detail:nth-child(even) .time-detail {
    background-color: var(--eventor-primary, #c3007d) ;
}

.routine-content .routine-detail .time-detail {
    background-color: var(--eventor-primary, #c3007d) ;
    text-align: center;
    padding: 68px 30px;

    height: 100%;
    display: flex;
    align-items: center;
}

.routine-content .routine-detail .time-detail .time-title {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
}

.routine-content .routine-detail .time-detail .subject-title {
    margin-bottom: 0;
    color: #ffffff;
}

.routine-content .routine-detail .routine-description {
    padding-left: 50px;
    padding-right: 50px;
    padding: 15px 50px;
}

.routine-content .routine-detail .routine-description .ch-paragraph {
    margin-bottom: 10px;
}

.routine-content .routine-detail .routine-description .chapter-link {
    margin-bottom: 0;
}

.routine-content .routine-detail .routine-description .chapter-link a {
    font-size: 13px;
    color: var(--eventor-primary, #c3007d) ;
}

.routine-content .routine-detail .routine-description .chapter-link a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.routine-content .routine-detail .lecture-image {
    display: flex;
    align-items: center;
}

.routine-content .routine-detail .lecture-image .author-img {
    margin: 10px;
    border-radius: 50%;
    text-align: center;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .routine-content .routine-detail {
        grid-template-columns: 22% 48% 30%;
    }
    .routine-content .routine-detail .routine-description {
        padding-left: 20px;
        padding-right: 20px;
    }
    .routine-content .routine-detail .lecture-image .author-img {
        margin: 0;
        margin-right: 10px;
    }
    .routine-content .routine-detail .lecture-image .author-img:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .routine-content .routine-detail {
        grid-template-columns: 27% 58% 15%;
    }
    .routine-content .routine-detail .lecture-image {
        flex-direction: column;
    }
    .routine-content .routine-detail .lecture-image .author-img {
        height: 55px;
        width: 55px;
        margin: 0;
        margin-bottom: 5px;
    }
    .routine-content .routine-detail .lecture-image .author-img:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .routine-content .routine-detail {
        grid-template-columns: 100%;
    }
    .routine-content .routine-detail .time-detail {
        padding: 20px;
    }
    .routine-content .routine-detail .routine-description {
        padding: 20px;
    }
    .routine-content .routine-detail .lecture-image {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
    }
    .routine-content .routine-detail .lecture-image .author-img {
        height: 55px;
        width: 55px;
        margin: 0;
        margin-right: 5px;
    }
    .routine-content .routine-detail .lecture-image .author-img:last-child {
        margin-right: 0;
    }
}

.home-schedule-section .schedule-btn {
    margin-top: 50px;
    text-align: center;
}

/*--------------------------------------------------------------
>>> Home home-pricing  
----------------------------------------------------------------*/

.home-pricing-section {
    padding: 50px 0 50px;
    background-image: url(assets/img/eventum-img10.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .home-pricing-section {
        padding: 60px 0;
    }
}

.home-pricing-section .overlay {
    background-color: #223645;
    opacity: 0.85;
}

@media screen and (max-width: 991px) {
    .home-pricing-section .pricing-table-inner .middle-price {
        order: 3;
    }
}

.home-pricing-section .pricing-table-inner .pricing-item {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    overflow: hidden;
    margin: 0 8px;
    color: #223645;
}

@media screen and (max-width: 991px) {
    .home-pricing-section .pricing-table-inner .pricing-item {
        margin: 0 0 20px;
    }
}

.home-pricing-section .pricing-table-inner .pricing-item .discount-offer {
    padding: 15px 10px;
    background-color: rgba(250, 3, 104, 0.54);
    text-align: center;
}

.home-pricing-section .pricing-table-inner .pricing-item .discount-offer h6 {
    color: #ffffff;
    margin-bottom: 0;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail {
    background-color: #ffffff;
    padding: 30px 30px;
    text-align: center;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail + .bottom-figure {
    background-image: url(assets/img/eventum-img41.png);
    height: 10px;
    background-size: contain;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail + .bottom-figure img {
    display: none;
}

@media screen and (max-width: 768px) {
    .home-pricing-section .pricing-table-inner .pricing-item .pricing-detail {
        padding: 42px 25px;
    }
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .pricing-head .pricing-title {
    color: var(--eventor-primary, #c3007d) ;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .pricing-head .price-info {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
}

.pricing-item .pricing-detail .pricing-head .price-info ul, 
.pricing-item .pricing-detail .pricing-head .price-info ol {
    margin: 0 0 1rem;
    padding-inline-start: 15px;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .pricing-head .tax-info {
    color: #223645;
    font-size: 13px;
    margin-bottom: 20px;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .skill-container .skill-wrapper .progress-wrapper {
    padding-top: 20px;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-title:before {
    content: "Seat booked";
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    vertical-align: middle;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-indecator .progress-indecator-inner {
    top: 0;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-indecator .progress-indecator-inner .percent {
    padding: 0;
    left: -30px;
    background-color: transparent;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-indecator .progress-indecator-inner .percent:before {
    content: none;
    display: none;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-bar-wrap {
    height: 18px;
    border-radius: 2px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-bar-wrap .ab-progress-bar {
    background-color: rgba(250, 3, 104, 0.78);
    height: 18px;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .skill-container .skill-titile {
    margin-top: 7px;
    font-size: 13px;
    display: inline-block;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .ticket-btn {
    margin-top: 40px;
}

.home-pricing-section .pricing-table-inner .pricing-item .pricing-detail .ticket-btn a {
    padding: 12px 20px;
}

.home-pricing-section .pricing-table-inner .pricing-item .bottom-figure img {
    width: 100%;
}

/*--------------------------------------------------------------
>>> Home home-gallery  
----------------------------------------------------------------*/

.home-gallery {
    margin-bottom: 98px;
    margin-top: 105px;
}

@media screen and (max-width: 768px) {
    .home-gallery {
        margin-bottom: 60px;
        margin-top: 60px;
    }
}

.home-gallery .section-head {
    margin-bottom: 0px;
}

.home-gallery .section-head .section-title {
    margin-bottom: 0;
}

.home-gallery .gallery-container {
    margin-top: 40px;
}

.home-gallery .gallery-container .single-gallery {
    margin-bottom: 7px;
}

.home-gallery .gallery-container .single-gallery .gallery-img {
    text-align: center;
}

.home-gallery .gallery-container .single-gallery .gallery-img a {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
    display: inline-block;
}

.home-gallery .gallery-container .single-gallery .gallery-img a:before {
    content: "";
    transition: all 0.4s ease-out;
}

.home-gallery .gallery-container .single-gallery .gallery-img a:hover:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    display: block;
    z-index: 0;
}

.home-gallery .gallery-container .single-gallery .gallery-img a img {
    border-radius: 5px;
}

/*--------------------------------------------------------------
>>> Home home-testimonial
----------------------------------------------------------------*/

.home-testimonial {
    padding: 106px 0;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .home-testimonial {
        padding: 60px 0;
    }
}

.home-testimonial .section-head {
    padding: 0 25px;
}

@media screen and (max-width: 991px) {
    .home-testimonial .section-head {
        padding: 0;
    }
}

.home-testimonial .testimonial-slider .slick-arrow:before {
    font-size: 40px;
    color: #a7a7a7;
    background-color: transparent;
}

.home-testimonial .testimonial-slider .slick-prev {
    left: 0;
}

.home-testimonial .testimonial-slider .slick-next {
    right: 0;
}

.home-testimonial .testimonial-slider .client-content {
    text-align: center;
    padding: 0 100px;
}

@media screen and (max-width: 991px) {
    .home-testimonial .testimonial-slider .client-content {
        padding: 0;
    }
}

.home-testimonial .testimonial-slider .client-content .client-img {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 25px;
    height: 120px;
    width: 120px;
}

.home-testimonial .testimonial-slider .client-content .client-detail .client-txt {
    margin-bottom: 25px;
    padding: 0 52px;
    font-style: italic;
}

@media screen and (max-width: 575px) {
    .home-testimonial .testimonial-slider .client-content .client-detail .client-txt {
        padding: 0 15px;
    }
}

.home-testimonial .testimonial-slider .client-content .client-detail .client-name,
.home-testimonial .testimonial-slider .client-content .client-detail .client-prof {
    margin-bottom: 0;
    font-style: italic;
}

.home-testimonial .testimonial-slider .client-content .client-detail .client-prof {
    color: var(--eventor-primary, #c3007d) ;
    font-style: italic;
}

/*--------------------------------------------------------------
>>> Home home-partner
----------------------------------------------------------------*/

.home-partner {
    padding: 106px 0 110px;
    background-image: url(assets/img/eventum-img1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .home-partner {
        padding: 60px 0;
    }
}

.home-partner .overlay {
    background-color: #223645;
    opacity: 0.85;
}

.home-partner .inner-partner-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    transition: all 0.5s;
    align-items: center;
}

.home-partner .inner-partner-wrapper .partner-logo {
    padding: 20px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #787878;
    text-align: center;
    color: white;
}

.home-partner .inner-partner-wrapper .partner-logo:nth-child(-n+5) {
    border-width: 0px 1px 1px 0px;
}

.home-partner .inner-partner-wrapper .partner-logo:nth-child(5) {
    border-width: 0px 0px 1px 0px;
}

.home-partner .inner-partner-wrapper .partner-logo:last-child {
    border-width: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
    .home-partner .inner-partner-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-partner .inner-partner-wrapper .partner-logo:nth-child(-n+5) {
        border-width: 1px 1px 1px 1px;
    }
    .home-partner .inner-partner-wrapper .partner-logo:nth-child(5) {
        border-width: 1px 1px 1px 1px;
    }
    .home-partner .inner-partner-wrapper .partner-logo:last-child {
        border-width: 1px 1px 1px 1px;
    }
    .home-partner .inner-partner-wrapper .partner-logo:nth-child(odd) {
        border-width: 0 1px 1px 1px;
    }
    .home-partner .inner-partner-wrapper .partner-logo:nth-child(even) {
        border-width: 0 1px 1px 0px;
    }
    .home-partner .inner-partner-wrapper .partner-logo:nth-child(1) {
        border-width: 1px 1px 1px 1px;
    }
    .home-partner .inner-partner-wrapper .partner-logo:nth-child(2) {
        border-width: 1px 1px 1px 0px;
    }
}

@media screen and (max-width: 575px) {
    .home-partner .inner-partner-wrapper .partner-logo {
        padding: 10px;
    }
}

.home-partner .sponser-btn {
    margin-top: 50px;
    text-align: center;
}

/*--------------------------------------------------------------
>>> Home home-blog
----------------------------------------------------------------*/

.home-blog-section:not(.even) {
    margin: 106px 0 110px;
}

.home-blog-section.even {
    padding: 106px 0 110px;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .home-blog-section.even {
        padding: 50px 0 30px;
        background-color: #f8f8f8;
    }

    .home-blog-section:not(.even) {
        margin: 50px 0 30px;
    }
}

.home-blog-section .inner-blog-wrapper {
    display: grid;
    grid-row-gap: 35px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 991px) {
    .home-blog-section .inner-blog-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-blog-section .inner-blog-wrapper .item-3 {
        grid-column: 1/span 2;
    }
}

@media screen and (max-width: 768px) {
    .home-blog-section .inner-blog-wrapper {
        grid-column-gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .home-blog-section .inner-blog-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .home-blog-section .inner-blog-wrapper .item-3 {
        grid-column: 1/span 1;
    }
}

.home-blog-section .inner-blog-wrapper .post {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.home-blog-section .inner-blog-wrapper .post:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.home-blog-section .inner-blog-wrapper .post:hover .feature-image:before {
    content: none;
}

.home-blog-section .inner-blog-wrapper .post .feature-image {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.home-blog-section .inner-blog-wrapper .post .feature-image:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (max-width: 991px) {
    .home-blog-section .inner-blog-wrapper .post .feature-image img {
        width: 100%;
    }
}

.home-blog-section .inner-blog-wrapper .post .entry-content {
    padding: 25px 30px;
}

.home-blog-section .inner-blog-wrapper .post .entry-content h5 {
    margin-bottom: 7px;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta {
    margin-bottom: 8px;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span {
    padding: 0 5px;
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span:first-child {
    padding-left: 0;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span:last-child {
    padding-right: 0;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span:last-child:before {
    content: none;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span:before {
    content: "|";
    right: -4px;
    top: 3px;
    color: #a7a7a7;
    font-size: 13px;
    line-height: 1;
    position: absolute;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span a {
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span a {
        font-size: 11px;
    }
}

.home-blog-section .inner-blog-wrapper .post .entry-content .entry-meta span a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.home-blog-section .inner-blog-wrapper .post .entry-content .blog-link a {
    font-size: 13px;
    font-weight: 700;
    color: var(--eventor-primary, #c3007d) ;
    transition: all 0.4s;
}

.home-blog-section .inner-blog-wrapper .post .entry-content .blog-link a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

/*--------------------------------------------------------------
>>> Home home-contact
----------------------------------------------------------------*/

.home-contact-section {
    padding: 106px 0 110px;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .home-contact-section {
        padding: 60px 0;
    }
}

.home-contact-section .contact-inner-content {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .home-contact-section .contact-inner-content {
        margin-bottom: 40px;
    }
}

.home-contact-section .contact-inner-content .contact-form {
    padding-right: 38px;
}

@media screen and (max-width: 991px) {
    .home-contact-section .contact-inner-content .contact-form {
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .home-contact-section .contact-inner-content .contact-form {
        margin-bottom: 30px;
    }
}

.home-contact-section .contact-inner-content .contact-form p input:not([type=submit]) {
    width: 100%;
    background-color: #ffffff;
}

.home-contact-section .contact-inner-content .contact-form p textarea {
    background-color: #ffffff;
}

.home-contact-section .contact-inner-content .contact-form p input[type=submit] {
    width: 100%;
}

.home-contact-section .contact-inner-content .contact-form .width-full {
    width: 100%;
}

.home-contact-section .contact-inner-content .contact-detail {
    padding-left: 38px;
}

@media screen and (max-width: 991px) {
    .home-contact-section .contact-inner-content .contact-detail {
        padding-left: 0;
    }
}

.home-contact-section .contact-inner-content .contact-detail .section-head {
    margin-bottom: 20px;
}

.home-contact-section .contact-inner-content .contact-detail .contact-location-inner .contact-location-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.home-contact-section .contact-inner-content .contact-detail .contact-location-inner .contact-location-item:last-child {
    margin-bottom: 0;
}

.home-contact-section .contact-inner-content .contact-detail .contact-location-inner .contact-location-item .contact-icon {
    margin-right: 20px;
}

.home-contact-section .contact-inner-content .contact-detail .contact-location-inner .contact-location-item .contact-icon i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 34px;
    border-radius: 50%;
    border: 1px solid var(--eventor-primary, #c3007d) ;
    background-color: #ffffff;
    color: var(--eventor-primary, #c3007d) ;
    text-align: center;
    display: inline-block;
}

.home-contact-section .contact-inner-content .contact-detail .contact-location-inner .contact-location-item .contact-place-content h5 {
    margin-bottom: 8px;
}

.home-contact-section .contact-image-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media screen and (max-width: 768px) {
    .home-contact-section .contact-image-content {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        justify-content: center;
    }
}

@media screen and (max-width: 479px) {
    .home-contact-section .contact-image-content {
        grid-template-columns: auto;
    }
}

.home-contact-section .contact-image-content .contact-img {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}

.home-contact-section .contact-image-content .contact-img:hover .facility-wrapper {
    transform: scale(1);
    opacity: 1;
}

.home-contact-section .contact-image-content .contact-img .facility-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 40px;
    transition: all 0.6s;
    z-index: 1;
    transform: scale(0.7);
    background-color: rgba(34, 54, 69, 0.72);
    border-radius: 25px;
    opacity: 0;
}

.home-contact-section .contact-image-content .contact-img .facility-wrapper .facility-content .facility-title {
    margin-bottom: 13px;
    color: #ffffff;
}

.home-contact-section .contact-image-content .contact-img .facility-wrapper .facility-content .facility-info {
    margin-bottom: 25px;
    color: #ffffff;
}

.home-contact-section .contact-image-content .contact-img .facility-wrapper .facility-content a {
    font-size: 15px;
    font-weight: 500;
}

.home-contact-section .contact-image-content .map-section {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .home-contact-section .contact-image-content .map-section {
        grid-column: 1/span2;
        padding-bottom: 50%;
        margin-right: 15px;
    }
}

@media screen and (max-width: 479px) {
    .home-contact-section .contact-image-content .map-section {
        grid-column: 1;
        margin-right: 0;
        padding-bottom: 100%;
    }
}

.home-contact-section .contact-image-content .map-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
>>> Main Footer  
----------------------------------------------------------------*/

.site-footer {
    position: relative;
    z-index: 1;
    background-color: #1e1e1e;
}

.site-footer .footer-overlay {
    z-index: -1;
    background-color: #1e1e1e;
    opacity: 0.85;
}

.site-footer .top-footer {
    padding-top: 90px;
    padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .site-footer .top-footer {
        padding-top: 60px;
    }
}

.site-footer .top-footer .textwidget {
    font-size: 15px;
    color: #d9d9d9;
    line-height: 1.6;
}

@media screen and (max-width: 575px) {
    .site-footer .top-footer .textwidget {
        font-size: 13px;
    }
}

.site-footer .top-footer .img-textwidget {
    padding-right: 0px;
}

@media screen and (max-width: 768px) {
    .site-footer .top-footer .img-textwidget {
        padding-right: 0;
    }
}

.site-footer .top-footer .title-divider-right {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
}

.site-footer .top-footer .title-divider-right:after {
    background-color: #223645;
    height: 2px;
    width: 50px;
}

.site-footer .footer-logo {
    margin-bottom: 20px;
}

.site-footer .footer-social-links {
    margin-top: 20px;
}

.site-footer .footer-social-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-footer .footer-social-links ul li {
    margin: 0 1px;
    display: inline-block;
}

.site-footer .footer-social-links ul li:first-child {
    margin-left: 0;
}

.site-footer .footer-social-links ul li:last-child {
    margin-right: 0;
}

.site-footer .footer-social-links ul li a {
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    display: block;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
}

.site-footer .footer-social-links ul li a:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
    border-color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 768px) {
    .site-footer .footer-social-links {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .site-footer .top-footer {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .site-footer .bottom-footer {
        margin-top: 0;
    }
}

.site-footer .bottom-footer {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media screen and (max-width: 768px) {
    .site-footer .bottom-footer .legal-list {
        text-align: center;
        margin-bottom: 6px;
    }
}

.site-footer .bottom-footer .legal-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1;
}

.site-footer .bottom-footer .legal-list ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

@media screen and (max-width: 479px) {
    .site-footer .bottom-footer .legal-list ul li {
        padding: 0 10px;
    }
}

.site-footer .bottom-footer .legal-list ul li:before {
    content: "|";
    right: -4px;
    top: 0px;
    color: rgba(248, 248, 248, 0.29);
    font-size: 13px;
    line-height: 1;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .site-footer .bottom-footer .legal-list ul li:before {
        line-height: 1;
    }
}

.site-footer .bottom-footer .legal-list ul li:first-child {
    padding-left: 0;
}

.site-footer .bottom-footer .legal-list ul li:last-child {
    padding-right: 0;
}

.site-footer .bottom-footer .legal-list ul li:last-child:before {
    content: none;
}

.site-footer .bottom-footer .legal-list ul li a {
    text-align: center;
    color: #d9d9d9;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
    transition: all 0.4s;
}

@media screen and (max-width: 479px) {
    .site-footer .bottom-footer .legal-list ul li a {
        font-size: 10px;
    }
}

.site-footer .bottom-footer .legal-list ul li a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.site-footer .bottom-footer .copy-right {
    text-align: center;
    color: #d9d9d9;
    font-size: 13px;
    margin-bottom: 0;
}

.site-footer .bottom-footer .copy-right p {
    margin-bottom: 0;
}

.top-footer .widget {
    margin-bottom: 0;
    color: #D9D9D9;
}

.top-footer .widget .widget-title {
    color: #ffffff;
    margin-bottom: 20px;
    
}

.top-footer .widget p {
    font-size: 15px;
}

.top-footer .widget ul li {
    margin-bottom: 15px;
}

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

.top-footer .widget ul li a {
    color: #D9D9D9;
    display: inline-block;
}

.top-footer .widget ul li a:hover,
.top-footer .widget ul li a:focus,
.top-footer .widget ul li a:active {
    color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 991px) {
    .top-footer .widget {
        margin-bottom: 30px;
    }
}

.top-footer .footer-join-us {
    padding: 30px;
    border: 3px solid rgba(255, 255, 255, 0.18);
    border-radius: 25px;
    margin-left: 40px;
}

@media screen and (max-width: 991px) {
    .top-footer .footer-join-us {
        margin: 0;
    }
}

.top-footer .footer-join-us .footer-form input {
    background-color: #ffffff;
    margin-bottom: 10px;
    width: 100%;
}

.top-footer .footer-join-us .footer-form button {
    width: 100%;
}

/*--------------------------------------------------------------
>>> Inner Banner  
----------------------------------------------------------------*/

.inner-banner-wrap {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .inner-banner-wrap {
        margin-bottom: 0;
    }
}

.inner-baner-container {
    padding: 100px 0 0;
}

.woocommerce .inner-baner-container:not(.landing-page) {
    padding: 100px 0 50px;
    min-height: 230px;
}

@media screen and (min-width: 1600px) {
    .inner-baner-container {
        min-height: 800px;
    }
}

.inner-baner-container {
    background-image: url(assets/img/eventum-img1.jpg);
}

.inner-baner-container:before {
    background-color: #223645;
    /* content: ""; */
    display: block;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.inner-baner-container .inner-banner-content {
    position: relative;
    color: #ffffff;
    text-align: center;
}

.inner-baner-container .inner-title {
    /* color: #ffffff; */
    /* line-height: 1.1; */
    margin-bottom: 0;
}

.inner-baner-container .breadcrumb {
    background-color: transparent;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0;
    padding: 0;
}

.inner-baner-container .breadcrumb li {
    color: #ffffff;
    font-size: 14px;
}

.inner-baner-container .breadcrumb li:before {
    color: inherit;
}

.inner-baner-container .breadcrumb li a {
    color: #ffffff;
}

.inner-baner-container .breadcrumb li a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.inner-baner-container .breadcrumb li.active {
    color: #b3b3b3;
}

.inner-baner-container .breadcrumb-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

@media screen and (max-width: 991px) {
    .inner-baner-container {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .inner-baner-container {
        min-height: 450px;
        padding-top: 215px;
    }
}

@media screen and (max-width: 575px) {
    .inner-baner-container {
        padding-top: 260px;
    }
    .inner-baner-container .inner-title {
        font-size: 30px;
    }
    .inner-baner-container .inner-banner-content p {
        font-size: 15px;
    }
}

.policy-page-section {
    padding-bottom: 100px;
}

/*--------------------------------------------------------------
>>> About Page  
----------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> 404 Page  
----------------------------------------------------------------*/

.inner404 .inner-baner-container {
    min-height: 255PX;
}

.no-content-section {
    padding-top: 90px;
    padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
    .no-content-section {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.no-content-wrap {
    text-align: center;
}

.no-content-wrap .title-wrap {
    position: relative;
}

.no-content-wrap span {
    color: #D9D9D9;
    font-size: 300px;
    
    font-weight: 900;
    line-height: 1.2;
}

.no-content-wrap h1 {
    font-size: 60px;
    margin-bottom: 0;
    position: absolute;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    top: 50%;
    left: 0;
    right: 0;
    color: #223645;
}

.no-content-wrap p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
    
    color: #223645;
}

.no-content-wrap .search-form-wrap {
    max-width: 841px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 26px;
    overflow: hidden;
}

.no-content-wrap .search-form-wrap .search-form {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    background-color: #f8f8f8;
}

.no-content-wrap .search-form-wrap .search-form input {
    padding: 0 55px 0 20px;
    background-color: #f8f8f8;
}

.no-content-wrap .search-form-wrap .search-form button {
    padding: 10px 20px;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--eventor-primary, #c3007d) ;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media screen and (max-width: 768px) {
    .no-content-wrap span {
        font-size: 224px;
    }
    .no-content-wrap h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .no-content-wrap span {
        font-size: 124px;
    }
    .no-content-wrap h1 {
        font-size: 22px;
    }
    .no-content-wrap p {
        font-size: 14px;
        margin-top: 20px;
    }
    .no-content-wrap .search-form-wrap {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
>>> Comming soon Page  
----------------------------------------------------------------*/

.comming-soon-section {
    background-size: cover;
    background-position: center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.comming-soon-section * {
    color: #ffffff;
}

.comming-soon-section .primary-color {
    color: var(--eventor-primary, #c3007d) ;
}

.comming-soon-section .overlay {
    background-color: #223645;
    opacity: 0.7;
    z-index: 1;
}

.comming-soon-section .comming-soon-wrap {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.comming-soon-section .site-identity {
    text-align: center;
}

.comming-soon-section .site-identity img {
    max-width: 100%;
}

.comming-soon-section .comming-soon-content {
    margin-top: 70px;
    margin-bottom: 40px;
    text-align: center;
}

.comming-soon-section .comming-soon-content h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.comming-soon-section .comming-soon-content h2:after {
    background-color: #d9d9d9;
    content: "";
    width: 90px;
    height: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}

.comming-soon-section .comming-soon-content h5 {
    text-transform: capitalize;
}

.comming-soon-section .time-counter-wrap {
    margin-bottom: 70px;
}

.comming-soon-section .time-counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.comming-soon-section .time-counter .counter-time {
    width: 148px;
    margin: 0 12px;
    padding: 25px;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.comming-soon-section .time-counter .counter-time:first-child {
    margin-left: 0;
}

.comming-soon-section .time-counter .counter-time:last-child {
    margin-right: 0;
}

.comming-soon-section .time-counter .counter-time span {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 1.7;
}

.comming-soon-section .time-counter .counter-time [class*=counter-] {
    color: #ffffff;
    font-size: 50px;
    
    font-weight: 700;
    line-height: 1.1;
}

.comming-soon-section .social-icons {
    text-align: center;
}

.comming-soon-section .social-icons ul {
    margin: 0;
    padding: 0;
}

.comming-soon-section .social-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}

.comming-soon-section .social-icons a {
    background-color: var(--eventor-primary, #c3007d) ;
    font-size: 17px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.comming-soon-section .social-icons a:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    border-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.comming-soon-section .com-contact-info ul {
    font-size: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.comming-soon-section .com-contact-info ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
}

.comming-soon-section .com-contact-info ul li:last-child {
    padding-right: 0;
}

.comming-soon-section .com-contact-info ul li:first-child {
    padding-left: 0;
}

.comming-soon-section .com-contact-info ul li [class*=fa-] {
    margin-right: 5px;
}

.comming-soon-section .com-contact-info ul li a {
    color: #fcfcfc;
    display: block;
    -webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

.comming-soon-section .com-contact-info ul li a:hover,
.comming-soon-section .com-contact-info ul li a:focus,
.comming-soon-section .com-contact-info ul li a:active {
    color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (min-width: 1200px) {
    .comming-soon-section {
        height: 100vh;
    }
}

@media screen and (max-width: 1199px) {
    .comming-soon-section {
        padding: 30px 0;
    }
}

@media screen and (max-width: 991px) {
    .comming-soon-section .comming-soon-footer {
        text-align: center;
    }
    .comming-soon-section .com-contact-info {
        margin-bottom: 20px;
    }
    .comming-soon-section .time-counter .counter-time [class*=counter-] {
        font-size: 42px;
    }
}

@media screen and (max-width: 575px) {
    .comming-soon-section .comming-soon-content h2 {
        font-size: 30px;
    }
}

/*--------------------------------------------------------------
>>> About US 
----------------------------------------------------------------*/

.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f8f8;
}

.about-section .section-head {
    margin-bottom: 0;
}

.about-section .section-head .section-title,
.sponsers-section .section-head .section-title {
    margin-bottom: 0;
}

.about-section .about-img {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 65% auto;
    align-items: center;
}

.about-section .about-img .about-left-img {
    position: relative;
    border-radius: 25px;
    background-image: url(assets/img/eventum-img9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 410px;
    overflow: hidden;
}

.about-section .about-image {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

.about-section .about-img .about-left-img .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 25px), -50%);
}

.about-section .about-img .about-right-img {
    margin-left: -50px;
    border-radius: 25px;
    border: 10px solid #ffffff;
    overflow: hidden;
    position: relative;
}

.about-section .iconbox-container-bg {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 45px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
}

.about-section .iconbox-item-bg {
    padding: 35px;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
}

.about-section .iconbox-item-bg .iconbox-content-bg .icon {
    width: 100px;
    height: 100px;
    line-height: 99px;
    display: inline-block;
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 50%;
    font-size: 50px;
    overflow: hidden;
}

.about-section .iconbox-item-bg .iconbox-content-bg .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section .iconbox-item-bg .iconbox-content-bg p {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .about-section .iconbox-container-bg {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
    .about-section .item-3 {
        grid-column: 1/span 2;
        max-width: 455px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    .about-section {
        margin-bottom: 0px;
    }
    .about-section .about-img {
        grid-template-columns: auto;
    }
    .about-section .about-img .about-left-img {
        border: 5px solid #ffffff;
    }
    .about-section .about-img .about-left-img .video-button {
        transform: translate(calc(-50% - 0px), -50%);
    }
    .about-section .about-img .about-right-img {
        margin: 20px 0 0;
        border: 5px solid #ffffff;
    }
}

@media screen and (max-width: 575px) {
    .about-section .about-img .about-left-img {
        min-height: 250px;
    }
    .about-section .iconbox-container-bg {
        grid-template-columns: auto;
        justify-content: center;
        margin-top: 30px;
    }
    .about-section .iconbox-container-bg .item-3 {
        grid-column: 1;
        max-width: 100%;
    }
    .about-section .iconbox-container-bg .iconbox-item-bg .iconbox-content-bg i {
        height: 80px;
        width: 80px;
        line-height: 78px;
        font-size: 40px;
    }
}

.about-mission-and-aim .about-purpose {
    display: flex;
    align-items: center;
}

.about-mission-and-aim .about-purpose .about-banner-image {
    flex-basis: 46%;
    position: relative;
    z-index: 1;
    text-align: center;
}

.about-mission-and-aim .about-purpose .about-banner-image .overlay-circle {
    background-image: url(assets/img/circle.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}

.about-mission-and-aim .about-purpose .about-banner-image img {
    width: 80%;
}

.about-mission-and-aim .about-purpose .mission-and-aim-inside {
    flex-basis: 54%;
}

.about-mission-and-aim .about-purpose .mission-and-aim-inside .about-mission-content {
    padding-bottom: 60px;
    padding-left: 60px;
}

.about-mission-and-aim .about-purpose .mission-and-aim-inside .about-mission-content .section-head {
    margin-bottom: 40px;
}

.about-mission-and-aim .about-purpose .mission-and-aim-inside .about-mission-content .faq-widget .accordion-content .card {
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.1);
}

.about-mission-and-aim .about-purpose .mission-and-aim-inside .about-mission-content .faq-widget .accordion-content .card .mb-0 a {
    padding: 22px;
    font-size: 15px;
    line-height: 1.2;
    color: #111;
}

@media screen and (max-width: 768px) {
    .about-mission-and-aim .about-purpose .mission-and-aim-inside .about-mission-content .faq-widget .accordion-content .card .mb-0 a {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .about-mission-and-aim .about-purpose {
        flex-wrap: wrap;
        padding: 0 12px;
    }
    .about-mission-and-aim .about-purpose .about-banner-image,
    .about-mission-and-aim .about-purpose .mission-and-aim-inside {
        flex-basis: 100%;
    }
    .about-mission-and-aim .about-purpose .about-banner-image {
        order: 2;
    }
    .about-mission-and-aim .about-purpose .mission-and-aim-inside .about-mission-content {
        padding-left: 0;
        padding-bottom: 30px;
    }
}

/*--------------------------------------------------------------
>>> Event-schedule-page 
----------------------------------------------------------------*/
.woocommerce-checkout .form-row,
.woocommerce-address-fields .form-row {
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.woocommerce-checkout .form-row label,
.woocommerce-address-fields .form-row label {
    display: block;
    margin-bottom: 10px;
    color: #121127;
    font-weight: 600;
}

.select2-container--default .select2-selection--single {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    border: none;
    color: #696A87;
    padding: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    transform: translateY(-50%);
}

.payment_box {
    font-size: 12px;
    margin: 7px 0 15px 20px;
    font-style: italic;
}

label[for*="payment_method"] img {
    display: block;
    margin-left: 20px;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

p#billing_country_field {
    visibility: hidden;
    height: 0px;
    width: 0px;
    overflow: hidden;
    position: absolute;
}

@media screen and (min-width: 992px) {
    p#billing_first_name_field,
    p#billing_last_name_field,
    p#billing_email_field,
    p#billing_phone_field {
        flex: 0 0 50%;
        max-width: calc(50% - 15px);
    }
}

/*--------------------------------------------------------------
>>> Event-schedule-page 
----------------------------------------------------------------*/

.event-schedule-section {
    padding: 110px 0;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .event-schedule-section {
        padding: 60px 0;
    }
}

.event-schedule-section .week-title {
    margin-bottom: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.event-schedule-section .week-title h5 {
    color: #ffffff;
    margin-bottom: 0;
    padding: 20px 50px;
    background-color: var(--eventor-primary, #c3007d) ;
    border-radius: 25px;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    .event-schedule-section .week-title {
        margin-bottom: 30px;
    }
    .event-schedule-section .week-title h5 {
        padding: 20px 18px;
    }
}

.event-schedule-section .first-day-schedule {
    margin-bottom: 110px;
}

.event-schedule-section .first-day-schedule .first-day-routine-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 60px;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail {
    border-radius: 25px;
    text-align: center;
    overflow: hidden;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content {
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    background-color: #fff2f7;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content .first-day-time-detail {
    flex-basis: 50%;
    padding: 48px 0;
    background-color: var(--eventor-primary, #c3007d) ;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content .first-day-time-detail .time-title {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #ffffff;
    display: block;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content .first-day-time-detail .subject-title {
    margin-bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content .lecture-image {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content .lecture-image .author-img {
    margin-right: 20px;
    border-radius: 50%;
    text-align: center;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content .lecture-image .author-img:last-child {
    margin-right: 0;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .first-day-routine-description {
    background-color: #ffffff;
    padding: 40px;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .first-day-routine-description .chapter-link {
    margin-bottom: 0;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .first-day-routine-description .chapter-link a {
    font-size: 13px;
    color: var(--eventor-primary, #c3007d) ;
}

.event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .first-day-routine-description .chapter-link a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 991px) {
    .event-schedule-section .first-day-schedule .first-day-routine-content {
        grid-column-gap: 20px;
    }
    .event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content .lecture-image .author-img {
        margin-right: 10px;
        height: 70px;
        width: 70px;
    }
    .event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .first-day-routine-description {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .event-schedule-section .first-day-schedule {
        margin-bottom: 60px;
    }
    .event-schedule-section .first-day-schedule .first-day-routine-content {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 479px) {
    .event-schedule-section .first-day-schedule .first-day-routine-content .first-day-routine-detail .time-content .lecture-image .author-img {
        height: 60px;
        width: 60px;
    }
}

.event-schedule-section .second-day-routine-content {
    margin-top: 50px;
}

.event-schedule-section .second-day-routine-content .routine-detail {
    border-radius: 25px;
    display: grid;
    grid-template-columns: 22% 55% 23%;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}

.event-schedule-section .second-day-routine-content .routine-detail:last-child {
    margin-bottom: 0;
}

.event-schedule-section .second-day-routine-content .routine-detail:nth-child(even) .time-detail {
    background-color: var(--eventor-primary, #c3007d) ;
}

.event-schedule-section .second-day-routine-content .routine-detail .time-detail {
    background-color: var(--eventor-primary, #c3007d) ;
    text-align: center;
    padding: 68px 30px;
}

.event-schedule-section .second-day-routine-content .routine-detail .time-detail .time-title {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
}

.event-schedule-section .second-day-routine-content .routine-detail .time-detail .subject-title {
    margin-bottom: 0;
    color: #ffffff;
}

.event-schedule-section .second-day-routine-content .routine-detail .routine-description {
    padding-left: 50px;
    padding-right: 50px;
}

.event-schedule-section .second-day-routine-content .routine-detail .routine-description .ch-paragraph {
    margin-bottom: 10px;
}

.event-schedule-section .second-day-routine-content .routine-detail .routine-description .chapter-link {
    margin-bottom: 0;
}

.event-schedule-section .second-day-routine-content .routine-detail .routine-description .chapter-link a {
    font-size: 13px;
    color: var(--eventor-primary, #c3007d) ;
}

.event-schedule-section .second-day-routine-content .routine-detail .routine-description .chapter-link a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.event-schedule-section .second-day-routine-content .routine-detail .lecture-image {
    display: flex;
    align-items: center;
}

.event-schedule-section .second-day-routine-content .routine-detail .lecture-image .author-img {
    margin: 10px;
    border-radius: 50%;
    text-align: center;
    height: 80px;
    width: 80px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .event-schedule-section .second-day-routine-content .routine-detail {
        grid-template-columns: 22% 48% 30%;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .routine-description {
        padding-left: 20px;
        padding-right: 20px;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .lecture-image .author-img {
        margin: 0;
        margin-right: 10px;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .lecture-image .author-img:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .event-schedule-section .second-day-routine-content .routine-detail {
        grid-template-columns: 27% 58% 15%;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .lecture-image {
        flex-direction: column;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .lecture-image .author-img {
        height: 55px;
        width: 55px;
        margin: 0;
        margin-bottom: 5px;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .lecture-image .author-img:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .event-schedule-section .second-day-routine-content .routine-detail {
        grid-template-columns: auto;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .time-detail {
        padding: 20px;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .routine-description {
        padding: 20px;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .lecture-image {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 20px;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .lecture-image .author-img {
        height: 55px;
        width: 55px;
        margin: 0;
        margin-right: 5px;
    }
    .event-schedule-section .second-day-routine-content .routine-detail .lecture-image .author-img:last-child {
        margin-right: 0;
    }
}

/*--------------------------------------------------------------
>>> Event-detail-page
----------------------------------------------------------------*/

.event-detail-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .event-detail-section {
        margin-bottom: 60px;
    }
}

.event-detail-section .right-sidebar {
    /* padding-right: 56px; */
}

@media screen and (max-width: 991px) {
    .event-detail-section .right-sidebar {
        padding-right: 0;
    }
}

.event-detail-section .right-sidebar .feature-image {
    position: relative;
    z-index: 0;
    background-image: url(assets/img/eventum-img9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 370px;
    overflow: hidden;
    margin-bottom: 30px;
}

.event-detail-section .right-sidebar .feature-image .video-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-detail-section .right-sidebar .single-event-content-wrap {
    margin-bottom: 20px;
}

.event-detail-section .right-sidebar .single-event-content-wrap p {
    /* margin-bottom: 0; */
}

.event-detail-section .right-sidebar .author-comment {
    display: flex;
    padding: 30px;
    margin-bottom: 35px;
    background-color: #f8f8f8;
    border-radius: 25px;
}

.event-detail-section .right-sidebar .author-comment .quote-icon {
    margin-right: 30px;
}

.event-detail-section .right-sidebar .author-comment .quote-icon i {
    color: #d9d9d9;
    font-size: 50px;
}

.event-detail-section .right-sidebar .author-comment p {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .event-detail-section .right-sidebar .author-comment {
        padding: 10px;
    }
    .event-detail-section .right-sidebar .author-comment .quote-icon {
        margin-right: 10px;
    }
    .event-detail-section .right-sidebar .author-comment .quote-icon i {
        font-size: 30px;
    }
}

.event-detail-section .right-sidebar .keypoint-inner .key-point-desc {
    margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
    .event-detail-section .right-sidebar .keypoint-inner .key-point-list .row {
        row-gap: 10px;
    }
}

.event-detail-section .right-sidebar .keypoint-inner .key-point-list .item-list ul {
    margin: 0;
    padding: 0;
}

.event-detail-section .right-sidebar .keypoint-inner .key-point-list .item-list ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.event-detail-section .right-sidebar .keypoint-inner .key-point-list .item-list ul li:last-child {
    margin-bottom: 0;
}

.event-detail-section .right-sidebar .keypoint-inner .key-point-list .item-list ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: var(--eventor-primary, #c3007d) ;
}

.event-detail-section .right-sidebar .keypoint-inner .key-point-list .item-list ul li span {
    color: #696A87;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .event-detail-section .right-sidebar .keypoint-inner .key-point-list .item-list ul li span {
        font-size: 13px;
    }
}

.event-detail-section .secondary .sidebar .author_widget {
    padding: 50px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
}

@media screen and (max-width: 575px) {
    .event-detail-section .secondary .sidebar .author_widget {
        padding: 40px 20px;
    }
}

.event-detail-section .secondary .sidebar .author_widget .avatar {
    margin-bottom: 20px;
    height: 134px;
    width: 134px;
    border: 8px solid #F8F8F8;
}

.event-detail-section .secondary .sidebar .author_widget .text-content {
    margin-bottom: 20px;
}

.event-detail-section .secondary .sidebar .author_widget .text-content .name-title {
    margin-bottom: 1px;
}

.event-detail-section .secondary .sidebar .author_widget .text-content .profession {
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin: 10px 0 0;
}

.event-detail-section .secondary .sidebar .author_widget .social-icon ul {
    margin: 0;
    padding: 0;
}

.event-detail-section .secondary .sidebar .author_widget .social-icon ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 0px;
}

.event-detail-section .secondary .sidebar .author_widget .social-icon ul li:last-child {
    margin-right: 0;
}

.event-detail-section .secondary .sidebar .author_widget .social-icon ul li a i {
    font-size: 15px;
    text-align: center;
    height: 38px;
    width: 38px;
    line-height: 37px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #787878;
    transition: all 0.4s;
}

.event-detail-section .secondary .sidebar .author_widget .social-icon ul li a i:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    position: relative;
    transform: translatey(-7px);
}

.event-detail-section .secondary .sidebar .event-info-package {
    background-color: #f8f8f8;
    border-radius: 25px;
    padding: 35px;
}

@media screen and (max-width: 575px) {
    .event-detail-section .secondary .sidebar .event-info-package {
        padding: 20px 10px;
    }
}

.event-detail-section .secondary .sidebar .event-info-package .event-time-detail ul li {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #696A87;
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
}

.event-detail-section .secondary .sidebar .event-info-package .event-time-detail ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .event-detail-section .secondary .sidebar .event-info-package .event-time-detail ul li {
        font-size: 13px;
    }
}

.event-detail-section .secondary .sidebar .event-info-package .event-time-detail ul li i {
    font-size: 14px;
    color: var(--eventor-primary, #c3007d) ;
    margin-right: 10px;
}

.event-detail-section .secondary .sidebar .extra-event {
    position: relative;
    border-radius: 25px;
    background-image: url(assets/img/eventum-img1.jpg);
    background-repeat: no-repeat;
    background-position: center 59%;
    background-size: cover;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    padding: 35px;
}

@media screen and (max-width: 575px) {
    .event-detail-section .secondary .sidebar .extra-event {
        padding: 20px 10px;
    }
}

.event-detail-section .secondary .sidebar .extra-event .overlay {
    background-color: #223645;
    opacity: 0.85;
    z-index: -1;
}

.event-detail-section .secondary .sidebar .extra-event .title-divider-center {
    color: #ffffff;
}

.event-detail-section .secondary .sidebar .extra-event .event-list {
    padding-top: 10px;
}

.event-detail-section .secondary .sidebar .extra-event .event-list ul li {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #787878;
    text-align: center;
}

.event-detail-section .secondary .sidebar .extra-event .event-list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.event-detail-section .secondary .sidebar .extra-event .event-list ul li h6 {
    margin-bottom: 0;
}

.event-detail-section .secondary .sidebar .extra-event .event-list ul li h6 a {
    color: #ffffff;
    transition: all 0.4s;
}

.event-detail-section .secondary .sidebar .extra-event .event-list ul li h6 a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

/*--------------------------------------------------------------
>>> speaker-list-page
----------------------------------------------------------------*/

.reservation-section {
    padding: 110px 0;
    background-color: rgba(250, 3, 104, 0.1);
}

@media screen and (max-width: 768px) {
    .reservation-section {
        padding: 60px 0;
    }
}

.reservation-section .section-head {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
>>> speaker-detail-page
----------------------------------------------------------------*/

.speaker-detail-section {
    margin-bottom: 60px;
}

.inner-banner-wrap  + .speaker-detail-section {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .speaker-detail-section {
        margin-bottom: 60px;
    }
}

.speaker-detail-section .secondary .sidebar .author_widget {
    padding: 50px;
    
    color: #223645;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .speaker-detail-section .secondary .sidebar .author_widget {
        padding: 40px 20px;
        margin-bottom: 0;
    }
}

.speaker-detail-section .secondary .sidebar .author_widget .avatar {
    margin-bottom: 20px;
    height: 134px;
    width: 134px;
    border: 8px solid #F8F8F8;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.speaker-detail-section .secondary .sidebar .author_widget .text-content {
    margin-bottom: 20px;
}

.speaker-detail-section .secondary .sidebar .author_widget .text-content .name-title {
    margin-bottom: 10px;
}

.speaker-detail-section .secondary .sidebar .author_widget .text-content .profession {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    line-height: 1.2;
}

.speaker-detail-section .secondary .sidebar .author_widget .social-icon ul {
    margin: 0;
    padding: 0;
}

.speaker-detail-section .secondary .sidebar .author_widget .social-icon ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 0px;
}

.speaker-detail-section .secondary .sidebar .author_widget .social-icon ul li:last-child {
    margin-right: 0;
}

.speaker-detail-section .secondary .sidebar .author_widget .social-icon ul li a i {
    font-size: 15px;
    text-align: center;
    height: 38px;
    width: 38px;
    line-height: 37px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #787878;
    transition: all 0.4s;
}

.speaker-detail-section .secondary .sidebar .author_widget .social-icon ul li a i:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    position: relative;
    transform: translatey(-7px);
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container {
    margin-bottom: 20px;
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container:last-child {
    margin-bottom: 0;
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper {
    margin-bottom: 25px;
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper .skill-titile {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #696A87;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper .skill-titile {
        font-size: 13px;
    }
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper .progress-wrapper {
    padding-top: 0px;
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-indecator .progress-indecator-inner {
    top: 2px;
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-indecator .progress-indecator-inner .percent {
    padding: 0;
    left: -30px;
    background-color: transparent;
    line-height: 1;
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-indecator .progress-indecator-inner .percent:before {
    content: none;
    display: none;
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-bar-wrap {
    height: 15px;
    border-radius: 25px;
    background-color: #f8f8f8;
    overflow: hidden;
}

.speaker-detail-section .secondary .sidebar .skill-item .skill-container .skill-wrapper .progress-wrapper .ab-progress .progress-bar-wrap .ab-progress-bar {
    background-color: var(--eventor-primary, #c3007d) ;
    height: 15px;
}

.speaker-detail-section .primary .cv-container {
    padding-left: 36px;
}

@media screen and (max-width: 991px) {
    .speaker-detail-section .primary .cv-container {
        padding-left: 0;
        padding-top: 20px;
    }
}

.speaker-detail-section .primary .cv-container .title-divider {
    padding-bottom: 7px;
    margin-bottom: 22px;
}

.speaker-detail-section .primary .cv-container .title-divider:before {
    width: 90px;
    height: 2px;
}

.speaker-detail-section .primary .cv-container .biography-wrapper {
    margin-bottom: 0px;
}

.speaker-detail-section .primary .cv-container .biography-wrapper p {
    /* margin-bottom: 0; */
}

.speaker-detail-section .primary .cv-container .biography-wrapper p:last-child {
    margin-bottom: 0;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper {
    display: grid;
    grid-template-columns: 55% 45%;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper .personal-content p {
    margin-bottom: 12px;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper .personal-content .quote-wrapper {
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding-top: 40px;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper .personal-content .quote-wrapper:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    color: #f8f8f8;
    z-index: -1;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper .item-box {
    margin-left: 45px;
    padding: 30px;
    background-color: #f8f8f8;
    border-radius: 25px;
    margin-bottom: 0;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper .item-box ul li {
    margin-bottom: 25px;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper .item-box ul li:last-child {
    margin-bottom: 0;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper .item-box ul li .item-title {
    color: var(--eventor-primary, #c3007d) ;
    margin-bottom: 10px;
}

.speaker-detail-section .primary .cv-container .personal-info-warpper .item-box ul li span {
    font-size: 13px;
    font-weight: 700;
    color: #696A87;
}

@media screen and (max-width: 768px) {
    .speaker-detail-section .primary .cv-container .personal-info-warpper .item-box {
        padding: 30px 15px;
        margin-left: 10px;
    }
    .speaker-detail-section .primary .cv-container .biography-wrapper {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .speaker-detail-section .primary .cv-container .personal-info-warpper {
        grid-template-columns: auto;
    }
    .speaker-detail-section .primary .cv-container .personal-info-warpper .item-box {
        margin-top: 20px;
        margin-left: 0;
    }
}

.meeting-session-section {
    padding: 110px 0;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .meeting-session-section {
        padding: 60px 0;
    }
}

.meeting-session-section .session-title {
    margin-bottom: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.meeting-session-section .session-title h4 {
    color: #ffffff;
    margin-bottom: 0;
    padding: 15px 70px;
    background-color: var(--eventor-primary, #c3007d) ;
    border-radius: 25px;
    display: inline-block;
}

.meeting-session-section .meeting-time {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.meeting-session-section .meeting-time .meeting-item {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 25px;
}

.meeting-session-section .meeting-time .meeting-item .meeting-duration {
    margin-bottom: 25px;
}

.meeting-session-section .meeting-time .meeting-item .meeting-duration .meeting-day {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
    color: var(--eventor-primary, #c3007d) ;
}

.meeting-session-section .meeting-time .meeting-item .meeting-duration .session-time {
    font-family: "Mulish", sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
}

.meeting-session-section .meeting-time .meeting-item .meeting-content a .meeting-title {
    margin-bottom: 12px;
    transition: all 0.4s;
}

.meeting-session-section .meeting-time .meeting-item .meeting-content a:hover .meeting-title {
    color: var(--eventor-primary-hover, #AB094B);
}

.meeting-session-section .meeting-time .meeting-item .meeting-content .meeting-detail {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .meeting-session-section .meeting-time {
        grid-column-gap: 10px;
    }
    .meeting-session-section .meeting-time .meeting-item {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    .meeting-session-section .meeting-time {
        grid-column-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
    }
    .meeting-session-section .meeting-time .meeting-item {
        padding: 40px 30px;
        max-width: 380px;
    }
}

@media screen and (max-width: 575px) {
    .meeting-session-section .meeting-time {
        grid-template-columns: auto;
    }
    .meeting-session-section .meeting-time .meeting-item {
        padding: 40px 20px;
    }
    .meeting-session-section .meeting-time .item-3 {
        grid-column: 1;
        text-align: left;
    }
}

/*--------------------------------------------------------------
>>> sponsers-page
----------------------------------------------------------------*/

.sponsers-section {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .sponsers-section {
        margin-bottom: 60px;
    }
}

.sponsers-section .section-head {
    margin-bottom: 40px;
}

.sponsers-section .title-divider-center {
    margin-bottom: 40px;
}

.sponsers-section .platinum-section {
    margin-bottom: 60px;
}

@media screen and (max-width: 479px) {
    .sponsers-section .platinum-section {
        margin-bottom: 30px;
    }
}

.sponsers-section .platinum-section .sponsers-container .row {
    row-gap: 20px;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item:last-child .sponsers-item {
    margin-right: 0px;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item:first-child .sponsers-item {
    margin-left: 0;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item {
    margin-right: 10px;
    margin-left: 10px;
    padding: 50px 30px 30px;
    border-radius: 25px;
    background-color: rgba(250, 3, 104, 0.1);
    text-align: center;
    display: block;
    position: relative;
}

@media screen and (max-width: 991px) {
    .sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 479px) {
    .sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item {
        padding: 40px 20px;
    }
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponsers-img {
    width: 120px;
    height: 120px;
    text-align: center;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponsers-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponser-deatil {
    margin-bottom: 20px;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponser-links {
    margin-bottom: 0;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul {
    padding: 0;
    margin: 0;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul li a {
    color: var(--eventor-primary, #c3007d) ;
    text-align: center;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul li a i {
    font-size: 14px;
    color: var(--eventor-primary, #c3007d) ;
}

.sponsers-section .platinum-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul li a span {
    color: var(--eventor-primary, #c3007d) ;
    margin-left: 5px;
}

.sponsers-section .platinum-section .sponsers-container .second-row {
    margin-top: 40px;
}

@media screen and (max-width: 479px) {
    .sponsers-section .platinum-section .sponsers-container .second-row {
        margin-bottom: 30px;
    }
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item:last-child .sponsers-item {
    margin-right: 0px;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item:first-child .sponsers-item {
    margin-left: 0;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item {
    margin-right: 18px;
    margin-left: 18px;
    padding: 50px 30px 30px;
    border-radius: 25px;
    background-color: rgba(250, 3, 104, 0.1);
    text-align: center;
}

@media screen and (max-width: 479px) {
    .sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item {
        padding: 40px 20px;
    }
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponsers-inner {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponsers-inner .sponsers-img {
    flex-basis: 26%;
    height: auto;
    margin-bottom: 0;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponsers-inner .sponser-deatil {
    flex-basis: 74%;
    margin-bottom: 0px;
    margin-left: 30px;
}

@media screen and (max-width: 991px) {
    .sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item {
        margin-left: 0;
        margin-right: 0;
    }
    .sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponsers-inner .sponser-deatil {
        margin-left: 10px;
    }
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponser-links {
    margin-bottom: 0;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponser-links ul {
    padding: 0;
    margin: 0;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponser-links ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponser-links ul li a {
    color: var(--eventor-primary, #c3007d) ;
    text-align: center;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponser-links ul li a i {
    font-size: 14px;
    color: var(--eventor-primary, #c3007d) ;
}

.sponsers-section .platinum-section .sponsers-container .second-row .row .s-item .sponsers-item .sponser-links ul li a span {
    color: var(--eventor-primary, #c3007d) ;
    margin-left: 5px;
}

.sponsers-section .gold-section {
    margin-bottom: 60px;
}

@media screen and (max-width: 479px) {
    .sponsers-section .gold-section {
        margin-bottom: 30px;
    }
}

.sponsers-section .gold-section .sponsers-container .row {
    row-gap: 20px;
}

.sponsers-section .gold-section .sponsers-container .row .s-item:last-child .sponsers-item {
    margin-right: 0px;
}

.sponsers-section .gold-section .sponsers-container .row .s-item:first-child .sponsers-item {
    margin-left: 0;
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item {
    margin-right: 10px;
    margin-left: 10px;
    padding: 50px 30px 30px;
    border-radius: 25px;
    background-color: #f8f8f8;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 479px) {
    .sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item {
        padding: 40px 20px;
    }
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item .sponsers-img {
    max-width: 150px;
    max-height: 95px;
    text-align: center;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item .sponser-deatil {
    margin-bottom: 20px;
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item .sponser-links {
    margin-bottom: 0;
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul {
    padding: 0;
    margin: 0;
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul li a {
    color: var(--eventor-primary, #c3007d) ;
    text-align: center;
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul li a i {
    font-size: 14px;
    color: var(--eventor-primary, #c3007d) ;
}

.sponsers-section .gold-section .sponsers-container .row .s-item .sponsers-item .sponser-links ul li a span {
    color: var(--eventor-primary, #c3007d) ;
    margin-left: 5px;
}

.sponsers-section .silver-section .silver-img-wrapper {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 10px;
}

/*--------------------------------------------------------------
>>> pricing-page
----------------------------------------------------------------*/

.pricing-page-section {
    background-image: none;
    background-color: #f8f8f8;
}

.price-booking {
    margin-top: 110px;
}

.price-booking .book-content {
    display: flex;
}

.price-booking .book-content .book-reason,
.price-booking .book-content .booking-banner-image {
    flex-basis: 50%;
}

.price-booking .book-content .book-reason {
    margin-right: 50px;
}

@media screen and (max-width: 991px) {
    .price-booking .book-content .book-reason {
        margin-right: 20px;
    }
}

.price-booking .book-content .book-reason .section-head {
    margin-bottom: 35px;
}

@media screen and (max-width: 479px) {
    .price-booking .book-content .book-reason .section-head {
        margin-bottom: 15px;
    }
}

.price-booking .book-content .booking-banner-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.price-booking .book-content .booking-banner-image .overlay-circle {
    background-image: url(assets/img/circle.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
}

.price-booking .book-content .booking-banner-image img {
    width: 60%;
}

@media screen and (max-width: 991px) {
    .price-booking .book-content .booking-banner-image img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .price-booking .book-content .booking-banner-image img {
        width: 60%;
    }
}

@media screen and (max-width: 575px) {
    .price-booking .book-content .booking-banner-image img {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .price-booking {
        margin-top: 60px;
    }
    .price-booking .book-content {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .price-booking .book-content .book-reason,
    .price-booking .book-content .booking-banner-image {
        flex-basis: 100%;
    }
    .price-booking .book-content .book-reason {
        margin-right: 0px;
    }
}

/*--------------------------------------------------------------
>>> gallery-page
----------------------------------------------------------------*/

.gallery-section {
    margin: 50px 0;
}

@media screen and (max-width: 768px) {
    .gallery-section {
        margin: 30px 0;
    }
}

.join-section {
    background-color: #f8f8f8;
    padding: 110px 0;
}

@media screen and (max-width: 768px) {
    .join-section {
        padding: 60px 0;
    }
}

.join-section .section-head {
    margin-bottom: 0;
}

.gallery-inner {
    padding-top: 0px;
    margin: 0 -8px;
}

.gallery-inner:before,
.gallery-inner:after {
    content: "";
    display: block;
    clear: both;
}

.gallery-inner .gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .gallery-inner .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .gallery-inner .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.gallery-inner .single-gallery {
    border-radius: 30px;
    overflow: hidden;
}

.gallery-inner .gallery-img {
    overflow: hidden;
    position: relative;
    transition: all 0.8s ease-out;
}

.gallery-inner .gallery-img:hover a:before {
    opacity: 1;
}

.gallery-inner .gallery-img:hover .facility-wrapper {
    opacity: 1;
}

.gallery-inner .gallery-img img {
    width: 100%;
}

.gallery-inner .gallery-img a {
    display: block;
    position: relative;
}

.gallery-inner .gallery-img a:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.gallery-inner .gallery-img .facility-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    opacity: 0;
    z-index: 1;
}

.gallery-inner .gallery-img .facility-wrapper tra .facility-content {
    margin-top: 0px;
}

.gallery-inner .gallery-img .facility-wrapper .facility-title {
    color: #ffffff;
    text-align: center;
}

.gallery-inner .gallery-img .facility-wrapper .facility-title a:before {
    content: none;
}

.gallery-inner .gallery-img .facility-wrapper .facility-info {
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .gallery-inner {
        margin: -5px;
    }
    .gallery-inner .single-gallery {
        width: 100%;
        padding: 5px;
    }
}

@media screen and (max-width: 575px) {
    .gallery-inner {
        padding-top: 0;
    }
}

@media screen and (max-width: 479px) {
    .gallery-inner .single-gallery {
        width: 100%;
    }
}

/*--------------------------------------------------------------
>>> faq-page
----------------------------------------------------------------*/

.faq-page-container {
    padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .faq-page-container {
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 992px) {
    .faq-page-container .faq-content-wrap {
        padding-left: 20px;
    }
}

.faq-page-container .section-head p {
    margin-bottom: 30px;
    color: #696A87;
}

.qsn-form-container {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 40px;
    border-radius: 25px;
    /* Firefox */
}

.qsn-form-container h4 {
    margin-bottom: 10px;
    text-align: center;
}

.qsn-form-container .form-info {
    text-align: center;
}

.qsn-form-container form {
    padding-top: 10px;
    text-align: left;
}

.qsn-form-container input {
    padding: 15px;
    border: none;
    background-color: #f8f8f8;
    color: #414141;
}

.qsn-form-container input:not([type=submit]) {
    min-height: 55px;
    width: 100%;
}

.qsn-form-container textarea {
    padding: 15px;
    border: none;
    background-color: #f8f8f8;
    color: #414141;
}

.qsn-form-container input[type=submit] {
    background-color: var(--eventor-primary, #c3007d) ;
    text-align: left;
    color: #ffffff;
    text-transform: capitalize;
    
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 16px 60px;
}

.qsn-form-container input::-webkit-outer-spin-button,
.qsn-form-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qsn-form-container input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

@media screen and (min-width: 992px) {
    .qsn-form-container {
        margin-left: 60px;
    }
}

@media screen and (max-width: 991px) {
    .qsn-form-container {
        margin-top: 30px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 479px) {
    .qsn-form-container {
        padding: 30px 20px;
    }
}

.faq-testimonial .faq-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.faq-testimonial .faq-image .overlay-circle {
    background-image: url(assets/img/circle.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}

.faq-testimonial .faq-image img {
    width: 80%;
}

.faq-testimonial .testimonial-content {
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: -80px;
    padding: 30px;
    position: relative;
    border-radius: 25px;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .faq-testimonial .testimonial-content {
        margin-left: auto;
        margin-right: auto;
    }
}

.faq-testimonial .testimonial-content i {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #ffffff;
}

.faq-testimonial .testimonial-content p {
    color: #ffffff;
}

.faq-testimonial .testimonial-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 479px) {
    .faq-testimonial .testimonial-content {
        padding: 20px 15px;
    }
    .faq-testimonial .testimonial-content i {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1;
    }
}

@media screen and (max-width: 991px) {
    .faq-testimonial {
        margin-bottom: 40px;
    }
}

.faq-content-wrap {
    margin-left: 20px;
}

@media screen and (max-width: 991px) {
    .faq-content-wrap {
        margin-left: 0;
    }
}

.faq-content-wrap .section-head {
    margin-bottom: 45px;
}

/*--------------------------------------------------------------
>>> testimonial-page
----------------------------------------------------------------*/

.testimonial-section {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .testimonial-section {
        margin-bottom: 60px;
    }
}

.testimonial-section .testimonial-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 40px;
    grid-column-gap: 60px;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .testimonial-section .testimonial-content {
        grid-column-gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-section .testimonial-content {
        grid-template-columns: auto;
    }
}

.testimonial-section .testimonial-content .pink {
    background-color: rgba(250, 3, 104, 0.2);
}

.testimonial-section .testimonial-content .testimonial-item {
    display: flex;
    align-items: center;
    padding: 40px 30px;
    border-radius: 25px;
    background-color: #f8f8f8;
}

.testimonial-section .testimonial-content .testimonial-item:nth-child(4n+1),
.testimonial-section .testimonial-content .testimonial-item:nth-child(4n+4) {
    background-color: rgba(250, 3, 104, 0.2);
}

.testimonial-section .testimonial-content .testimonial-item .author-img {
    height: 144px;
    width: 144px;
    text-align: center;
    aspect-ratio: 1/1;
}

.testimonial-section .testimonial-content .testimonial-item .author-img img {
    border-radius: 50%;
}

.testimonial-section .testimonial-content .testimonial-item .author-detail {
    padding-left: 40px;
}

.testimonial-section .testimonial-content .testimonial-item .author-detail .author-comment {
    margin-bottom: 25px;
}

.testimonial-section .testimonial-content .testimonial-item .author-detail .author-content .author-name {
    margin-bottom: 8px;
}

.testimonial-section .testimonial-content .testimonial-item .author-detail .author-content .author-prof {
    font-size: 13px;
    font-weight: 700;
    color: var(--eventor-primary, #c3007d) ;
}

@media screen and (max-width: 991px) {
    .testimonial-section .testimonial-content .testimonial-item {
        flex-direction: column;
        text-align: center;
    }
    .testimonial-section .testimonial-content .testimonial-item .author-detail {
        margin-top: 15px;
        padding-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .testimonial-section .testimonial-content .testimonial-item {
        padding: 30px 20px;
    }
    .testimonial-section .testimonial-content .testimonial-item .author-img {
        height: 80px;
        width: 80px;
    }
}

/*--------------------------------------------------------------
>>> search-page
----------------------------------------------------------------*/

.search-section .search-outer-wrap {
    margin-bottom: 60px;
}

.search-section .post {
    border: 1px solid #f8f8f8;
    margin-bottom: 30px;
    border-radius: 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.search-section .post .entry-content {
    padding: 20px;
}

.search-section .post .entry-content h5 {
    margin-bottom: 5px;
}

.search-section .post .entry-content h5 a {
    color: #292929;
}

.search-section .post .entry-content .entry-meta {
    margin-bottom: 5px;
    margin-right: -8px;
    margin-left: -8px;
}

.search-section .post .entry-content .entry-meta .byline,
.search-section .post .entry-content .entry-meta .posted-on,
.search-section .post .entry-content .entry-meta .post-on,
.search-section .post .entry-content .entry-meta .comment-info {
    padding: 0 8px;
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    font-weight: 400;
}

.search-section .post .entry-content .entry-meta .byline:before,
.search-section .post .entry-content .entry-meta .posted-on:before,
.search-section .post .entry-content .entry-meta .post-on:before,
.search-section .post .entry-content .entry-meta .comment-info:before {
    content: "|";
    font-weight: 100;
    right: -4px;
    top: -3px;
    color: #a7a7a7;
    font-size: 16px;
    position: absolute;
    line-height: 1;
}

.search-section .post .entry-content .entry-meta .byline a,
.search-section .post .entry-content .entry-meta .posted-on a,
.search-section .post .entry-content .entry-meta .post-on a,
.search-section .post .entry-content .entry-meta .comment-info a {
    color: #a7a7a7;
}

.search-section .post .entry-content .entry-meta .comment-info:before {
    content: none;
}

.search-section .post p {
    color: #696A87;
}

.search-section .button-container .button-text {
    color: var(--eventor-primary, #c3007d) ;
    
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    
}

.search-section .button-container .button-text:after {
    content: ">";
    display: inline-block;
}

.search-section .button-container .button-text:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 768px) {
    .search-section .button-container .button-text {
        font-size: 13px;
        font-weight: 500;
    }
}

.search-section .post-navigation-wrap {
    margin-top: 10px;
}

.search-section .content-search-from {
    padding-top: 110px;
    padding-bottom: 110px;
    background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
    .search-section .content-search-from {
        padding: 60px 0;
    }
}

.search-section .content-search-from .section-sub-title {
    font-size: 16px;
    font-weight: 500;
}

.search-section .content-search-from .section-title {
    margin: 10px auto 20px;
}

.search-section .content-search-from .search-form {
    margin-top: 40px;
    border-radius: 25px;
    border: 1px solid var(--eventor-primary, #c3007d) ;
    padding: 0 55px 0 20px;
    background-color: #f8f8f8;
}

.search-section .content-search-from .search-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a7a7a7;
    opacity: 1;
    /* Firefox */
}

.search-section .content-search-from .search-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a7a7a7;
}

.search-section .content-search-from .search-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a7a7a7;
}

.search-section .content-search-from .search-form input {
    background-color: #f8f8f8;
}

.search-section .content-search-from .search-form .search-btn {
    padding: 20px;
    top: 0;
    right: 0;
    background-color: var(--eventor-primary, #c3007d) ;
    transition: all 0.3s;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.search-section .content-search-from .search-form .search-btn:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 575px) {
    .search-section .content-search-from .search-form .search-btn {
        padding: 12px;
    }
}

.pagination li {
    margin-left: 6px;
    margin-right: 6px;
    transition: all 0.5s;
}

.pagination li a {
    color: #696A87;
    border: none;
    height: auto;
    width: auto;
    line-height: 1;
    text-align: center;
    border: none;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 400;
}

.pagination li:hover a {
    background-color: transparent;
    color: var(--eventor-primary-hover, #AB094B);
    border: none;
    border-radius: 0;
}

.pagination li.active a {
    background-color: transparent;
    color: var(--eventor-primary, #c3007d) ;
}

/*--------------------------------------------------------------
>>> single-page
----------------------------------------------------------------*/

.single-page-section {
    padding: 110px 0;
}

@media screen and (max-width: 768px) {
    .single-page-section {
        padding: 60px 0;
    }
}

.single-page-section .single-feature-img {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
>>> reservation-page
----------------------------------------------------------------*/

.reservation-page-section {
    padding: 110px 0;
    background-color: #f8f8f8;
}

@media screen and (max-width: 575px) {
    .reservation-page-section {
        padding: 60px 0;
    }
}

.reservation-form .form-inner {
    background-color: #ffffff;
    margin-bottom: 50px;
    padding: 40px;
    border-radius: 25px;
}

.reservation-form .form-inner:last-child {
    margin-bottom: 0;
}

.reservation-form .form-inner h3 {
    margin-bottom: 30px;
}

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

.reservation-form .form-inner .form-group input,
.reservation-form .form-inner .form-group textarea {
    border: none;
    background-color: #f8f8f8;
}

.reservation-form .form-inner.reservation-amout .form-group {
    margin-bottom: 0;
}

.reservation-form .form-inner.reservation-method .radio-img {
    margin-bottom: 0;
}

.reservation-form .radio-img {
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 10px;
}

.reservation-form .radio-img label {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ECECEC;
    margin-bottom: 0;
}

.reservation-form .radio-img input[type=radio] {
    position: absolute;
    z-index: -9;
}

.reservation-form .radio-img input:checked~label {
    background-color: rgba(250, 3, 104, 0.54);
}

.reservation-form .radio-img img {
    vertical-align: middle;
}

.reservation-form .reservation-method .form-wrap {
    margin-bottom: 30px;
}

.reservation-form .reservation-method label {
    display: block;
}

@media screen and (max-width: 575px) {
    .reservation-form .form-inner {
        padding: 30px 20px;
    }
    .reservation-form .form-inner .form-group {
        margin-bottom: 20px;
    }
    .reservation-form .form-inner.reservation-amout .amount-radio {
        margin-bottom: 20px;
    }
    .reservation-form .reservation-amout .form-group {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
    }
    .reservation-form .amount-radio {
        width: 60px;
        height: 42px;
        line-height: 42px;
    }
    .reservation-form .amount-radio label {
        font-size: 14px;
        font-weight: 600;
    }
    .reservation-form .radio-img {
        height: auto;
        line-height: initial;
    }
    .reservation-form .radio-img label {
        padding: 5px;
    }
    .reservation-form .radio-img label img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
>>> blog-archive-page
----------------------------------------------------------------*/

.blog-archive-section {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .blog-archive-section {
        margin-bottom: 60px;
    }
}

.blog-archive-section .primary .inner-blog-wrapper {
    display: grid;
    grid-row-gap: 35px;
    grid-column-gap: 35px;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
    .blog-archive-section .primary .inner-blog-wrapper {
        grid-column-gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .blog-archive-section .primary .inner-blog-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

.blog-archive-section .primary .inner-blog-wrapper .post {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.blog-archive-section .primary .inner-blog-wrapper .post:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.blog-archive-section .primary .inner-blog-wrapper .post:hover .feature-image:before {
    content: none;
}

.blog-archive-section .primary .inner-blog-wrapper .post .feature-image {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.blog-archive-section .primary .inner-blog-wrapper .post .feature-image:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(75%, transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog-archive-section .primary .inner-blog-wrapper .post .feature-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content {
    padding: 25px 30px;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content h5 {
    margin-bottom: 7px;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .entry-meta {
    margin-bottom: 8px;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .entry-meta span {
    padding: 0 5px;
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .entry-meta span:first-child {
    padding-left: 0;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .entry-meta span:last-child {
    padding-right: 0;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .entry-meta span:last-child:before {
    content: none;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .entry-meta span:before {
    content: "|";
    right: -4px;
    top: 3px;
    color: #a7a7a7;
    font-size: 13px;
    line-height: 1;
    position: absolute;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .entry-meta span a {
    color: #a7a7a7;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.4s;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .entry-meta span a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-link a {
    font-size: 13px;
    font-weight: 700;
    color: var(--eventor-primary, #c3007d) ;
    transition: all 0.4s;
}

.blog-archive-section .primary .inner-blog-wrapper .post .entry-content .blog-link a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.blog-archive-section .primary .post-navigation-wrap {
    margin-top: 30px;
}

.blog-archive-section .secondary .sidebar {
    padding-left: 26px;
}

.blog-archive-section .secondary .sidebar .search-widget .search-form {
    border-radius: 25px;
    padding: 0 55px 0 20px;
    background-color: #f8f8f8;
}

.blog-archive-section .secondary .sidebar .search-widget .search-form input {
    background-color: #f8f8f8;
}

.blog-archive-section .secondary .sidebar .search-widget .search-form .search-btn {
    padding: 20px;
    top: 0;
    right: 0;
    background-color: var(--eventor-primary, #c3007d) ;
    transition: all 0.3s;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media screen and (max-width: 575px) {
    .blog-archive-section .secondary .sidebar .search-widget .search-form .search-btn {
        padding: 10px 20px;
    }
}

.blog-archive-section .secondary .sidebar .author_widget {
    background-color: #ffffff;
    text-align: center;
    border-radius: 25px;
}

.blog-archive-section .secondary .sidebar .author_widget .avatar {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}

.blog-archive-section .secondary .sidebar .author_widget .text-content {
    margin-bottom: 20px;
}

.blog-archive-section .secondary .sidebar .author_widget .text-content .name-title {
    margin-bottom: 20px;
}

.blog-archive-section .secondary .sidebar .author_widget .text-content .author-info {
    margin-bottom: 0;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul {
    margin: 0;
    padding: 0;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 4px;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li:last-child {
    margin-right: 0;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li a i {
    font-size: 14px;
    text-align: center;
    height: 34px;
    width: 34px;
    line-height: 33px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    color: #696A87;
    background-color: #ffffff;
    transition: all 0.4s;
}

.blog-archive-section .secondary .sidebar .author_widget .social-icon ul li a i:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.blog-archive-section .secondary .sidebar .widget_latest_post ul li {
    display: flex;
    align-items: center;
}

.blog-archive-section .secondary .sidebar .widget_latest_post ul li .post-thumb {
    overflow: hidden;
    border-radius: 15px;
    margin-right: 15px;
}

.blog-archive-section .secondary .sidebar .widget_latest_post ul li .post-thumb a img {
    object-fit: cover;
    width: 97px;
    height: 85px;
}

.blog-archive-section .secondary .sidebar .widget_latest_post .post-content h6 {
    color: #292929;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.blog-archive-section .secondary .sidebar .widget_latest_post .entry-meta span a {
    font-size: 12px;
    line-height: 1.3;
}

.blog-archive-section .secondary .sidebar .widget_video .video-wrapper {
    overflow: hidden;
    border-radius: 25px;
    height: 150px;
}

@media screen and (max-width: 479px) {
    .blog-archive-section .secondary .sidebar .widget_social .social-icon {
        width: 100%;
    }
}

.blog-archive-section .secondary .sidebar .widget_social .social-icon a {
    background-color: var(--eventor-primary, #c3007d) ;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    padding: 14px 20px;
}

.blog-archive-section .secondary .sidebar .widget_social .social-icon a:hover {
    filter: none;
    background-color: var(--eventor-primary-hover, #AB094B);
}

.blog-archive-section .secondary .sidebar .widget_social .social-icon a i {
    font-size: 20px;
    text-align: center;
}

.blog-archive-section .secondary .sidebar .widget_social .social-icon a span {
    background-image: none;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    line-height: 1.2;
}

/*--------------------------------------------------------------
>>> single-blog-page
----------------------------------------------------------------*/

.single-blog-inner-banner-wrap {
    background-color: white;
}

.single-blog-inner-banner-wrap .inner-baner-container {
    /* min-height: 400px; */
    background-image: none !important;
}

.woocommerce-account .single-blog-inner-banner-wrap .inner-baner-container,
.woocommerce-account .single-blog-inner-banner-wrap .inner-baner-container {
    display: none;
}

@media screen and (max-width: 768px) {
    .single-blog-inner-banner-wrap .inner-baner-container {
        /* min-height: 400px; */
    }
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta {
    border-top: 1px solid rgba(217, 217, 217, 0.23);
    border-bottom: 1px solid rgba(217, 217, 217, 0.23);
    margin-left: auto;
    margin-right: auto;
    display: table;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta span {
    padding: 0 15px;
    position: relative;
    color: #223645;
}

@media screen and (max-width: 479px) {
    .single-blog-inner-banner-wrap .inner-baner-container .entry-meta span {
        padding: 0 10px;
    }
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta span:before {
    color: #ffffff;
    content: "|";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta span:last-child:before {
    display: none;
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta .posted-on a:before {
    content: "\f073";
    color: #ffffff;
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta .byline a:before {
    content: "\f2bd";
    color: #ffffff;
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta .comments-link a:before {
    content: "\f086";
    color: #ffffff;
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta a {
    color: #ffffff;
    display: inline-block;
    line-height: 1.7;
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta a:before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
    font-weight: 900;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--eventor-primary, #c3007d) ;
    font-size: 13px;
}

.single-blog-inner-banner-wrap .inner-baner-container .entry-meta a:hover,
.single-blog-inner-banner-wrap .inner-baner-container .entry-meta a:focus {
    color: var(--eventor-primary-hover, #AB094B);
}

.single-post-section {
    margin-bottom: 110px;
}

.inner-banner-wrap + .single-post-section {
    margin-top: 90px;
}

@media screen and (max-width: 768px) {
    .single-post-section {
        margin-bottom: 60px;
    }
}

.single-post-section .primary .right-sidebar {
    padding-right: 28px;
}

@media screen and (max-width: 991px) {
    .single-post-section .primary .right-sidebar {
        padding-right: 0px;
    }
}

.single-post-section .primary .right-sidebar .feature-image {
    margin-bottom: 18px;
}

.single-post-section .primary .right-sidebar .single-content-wrap {
    margin-bottom: 20px;
}

.single-post-section .primary .right-sidebar .single-content-wrap p {
    margin-bottom: 0;
}

.single-post-section .primary .right-sidebar .meta-wrap {
    margin-bottom: 28px;
}

.single-post-section .primary .right-sidebar .meta-wrap .tag-links:before {
    content: "\f02c";
    color: var(--eventor-primary, #c3007d) ;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
    font-weight: 900;
}

.single-post-section .primary .right-sidebar .meta-wrap .tag-links a {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    
    color: #414141;
    transition: all 0.4s;
}

.single-post-section .primary .right-sidebar .meta-wrap .tag-links a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.single-post-section .primary .right-sidebar .post-socail-wrap .social-icon-wrap .social-icon a {
    display: flex;
    justify-content: center;
}

.single-post-section .primary .right-sidebar .post-socail-wrap .social-icon-wrap .social-icon a i {
    width: 24px;
    font-size: 13px;
    padding-left: 6px;
}

.single-post-section .primary .right-sidebar .post-socail-wrap .social-icon-wrap .social-icon a span {
    font-weight: 700;
    padding: 9px 30px 9px 6px;
    background-image: none;
}

.single-post-section .primary .right-sidebar .author-wrap {
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 40px 32px;
    margin-bottom: 22px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 25px;
}

.single-post-section .primary .right-sidebar .author-wrap:before,
.single-post-section .primary .right-sidebar .author-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.single-post-section .primary .right-sidebar .author-wrap .author-thumb {
    width: 100px;
}

.single-post-section .primary .right-sidebar .author-wrap .author-thumb img {
    border-radius: 100%;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    margin-left: 20px;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content .author-name {
    margin-bottom: 12px;
    margin-top: 8px;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content p {
    margin-bottom: 20px;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content .button-text {
    color: var(--eventor-primary, #c3007d) ;
    font-weight: 500;
}

.single-post-section .primary .right-sidebar .author-wrap .author-content .button-text:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 575px) {
    .single-post-section .primary .right-sidebar .author-wrap {
        text-align: center;
        padding: 20px;
    }
    .single-post-section .primary .right-sidebar .author-wrap .author-thumb {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .single-post-section .primary .right-sidebar .author-wrap .author-content {
        width: 100%;
        margin-left: 0;
    }
}

.single-post-section .primary .right-sidebar .divider-line {
    padding-top: 10px;
    padding-bottom: 30px;
}

.single-post-section .primary .right-sidebar .divider-line .st-line {
    width: 100%;
    border-top: 1px solid rgba(175, 175, 175, 0.1803921569);
    display: inline-block;
}

.single-post-section .primary .right-sidebar .comment-area .comment-title {
    margin-bottom: 25px;
}

.single-post-section .primary .right-sidebar .comment-area ol {
    margin: 0;
    padding: 0;
}

.single-post-section .primary .right-sidebar .comment-area ol ol {
    margin-left: 30px;
}

.single-post-section .primary .right-sidebar .comment-area ol li {
    list-style: none;
    margin-bottom: 30px;
}

.single-post-section .primary .right-sidebar .comment-area ol li:before,
.single-post-section .primary .right-sidebar .comment-area ol li:after {
    content: "";
    display: block;
    clear: both;
}

.single-post-section .primary .right-sidebar .comment-area .comment-thumb {
    width: 55px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content {
    border: 1px solid #e6e6e6;
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    border-radius: 25px;
    float: right;
    padding: 20px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .comment-header {
    margin-bottom: 10px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content p {
    margin-bottom: 15px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content h5 {
    display: inline-block;
    margin-bottom: 0;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .post-on {
    font-size: 13px;
    margin-left: 10px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .reply {
    background-color: rgba(250, 3, 104, 0.54);
    font-size: 14px;
    color: #ffffff;
    padding: 5px 12px 6px;
    display: inline-block;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .reply i {
    margin-right: 4px;
    font-size: 12px;
}

.single-post-section .primary .right-sidebar .comment-area .comment-content .reply:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 575px) {
    .single-post-section .primary .right-sidebar .comment-area .comment-thumb {
        width: 25px;
    }
    .single-post-section .primary .right-sidebar .comment-area .comment-content {
        width: -moz-calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
    }
}

.single-post-section .primary .right-sidebar .comment-form-wrap {
    padding-top: 5px;
}

.single-post-section .primary .right-sidebar .comment-form-wrap .comment-title {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 52px;
}

.single-post-section .primary .right-sidebar .comment-form-wrap .rate-wrap {
    padding: 0 15px;
    margin-bottom: 15px;
}

.single-post-section .primary .right-sidebar .comment-form-wrap label {
    display: block;
    color: #292929;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input {
    border: none;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input:not([type=submit]) {
    background-color: #F8F8F8;
    width: 100%;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input[type=submit] {
    margin-top: 0px;
    background-color: var(--eventor-primary, #c3007d) ;
    transition: all 0.4s;
}

.single-post-section .primary .right-sidebar .comment-form-wrap input[type=submit]:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
}

.single-post-section .primary .right-sidebar .comment-form-wrap input[type=checkbox] {
    width: auto;
}

.single-post-section .primary .right-sidebar .comment-form-wrap textarea {
    background-color: #F8F8F8;
    border: none;
}

.single-post-section .primary .right-sidebar .post-navigation {
    margin: 50px -10px 0;
}

.single-post-section .primary .right-sidebar .post-navigation:before,
.single-post-section .primary .right-sidebar .post-navigation:after {
    content: "";
    display: block;
    clear: both;
}

.single-post-section .primary .right-sidebar .post-navigation [class*=nav-] .nav-label {
    display: block;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    font-size: 13px;
    font-weight: 400;
}

.single-post-section .primary .right-sidebar .post-navigation [class*=nav-] .nav-title {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-label {
    color: var(--eventor-primary, #c3007d) ;
    font-size: 13px;
    font-weight: 600;
    
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev,
.single-post-section .primary .right-sidebar .post-navigation .nav-next {
    width: 50%;
    padding: 0 10px;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a {
    color: #292929;
    font-size: 15px;
    font-weight: normal;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:before,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:before {
    color: var(--eventor-primary, #c3007d) ;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:hover,
.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:focus,
.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:active,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:hover,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:focus,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:active {
    color: var(--eventor-primary-hover, #AB094B);
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:hover .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:focus .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:active .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:hover .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:focus .nav-title,
.single-post-section .primary .right-sidebar .post-navigation .nav-next a:active .nav-title {
    color: var(--eventor-primary-hover, #AB094B);
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev {
    float: left;
}

@media screen and (max-width: 768px) {
    .single-post-section .primary .right-sidebar .post-navigation .nav-prev {
        width: 100%;
    }
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a {
    padding-left: 30px;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-prev a:before {
    left: 0;
    content: "\f053";
}

.single-post-section .primary .right-sidebar .post-navigation .nav-next {
    float: right;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .single-post-section .primary .right-sidebar .post-navigation .nav-next {
        float: left;
        width: 100%;
    }
}

.single-post-section .primary .right-sidebar .post-navigation .nav-next a {
    padding-right: 30px;
}

.single-post-section .primary .right-sidebar .post-navigation .nav-next a:before {
    content: "\f054";
    right: 0;
}

@media screen and (max-width: 768px) {
    .single-post-section .primary .right-sidebar .post-navigation .nav-prev~.nav-next {
        border-top: 1px solid #ececec;
        margin-top: 15px;
        padding-top: 15px;
    }
}

.single-post-section .secondary .sidebar {
    padding-left: 28px;
}

@media screen and (max-width: 991px) {
    .single-post-section .secondary .sidebar {
        padding-left: 0px;
    }
}

.single-post-section .secondary .sidebar .search-widget .search-form {
    border-radius: 25px;
    padding: 0 55px 0 20px;
    background-color: #f8f8f8;
}

.single-post-section .secondary .sidebar .search-widget .search-form input {
    background-color: #f8f8f8;
}

.single-post-section .secondary .sidebar .search-widget .search-form .search-btn {
    padding: 20px;
    top: 0;
    right: 0;
    background-color: var(--eventor-primary, #c3007d) ;
    transition: all 0.3s;
    height: 100%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

@media screen and (max-width: 575px) {
    .single-post-section .secondary .sidebar .search-widget .search-form .search-btn {
        padding: 10px 20px;
    }
}

.single-post-section .secondary .sidebar .author_widget {
    background-color: #ffffff;
    text-align: center;
    border-radius: 25px;
}

.single-post-section .secondary .sidebar .author_widget .avatar {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}

.single-post-section .secondary .sidebar .author_widget .text-content {
    margin-bottom: 20px;
}

.single-post-section .secondary .sidebar .author_widget .text-content .name-title {
    margin-bottom: 20px;
}

.single-post-section .secondary .sidebar .author_widget .text-content .author-info {
    margin-bottom: 0;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul {
    margin: 0;
    padding: 0;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 4px;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul li:last-child {
    margin-right: 0;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul li a i {
    font-size: 14px;
    text-align: center;
    height: 34px;
    width: 34px;
    line-height: 33px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    color: #696A87;
    background-color: #ffffff;
    transition: all 0.4s;
}

.single-post-section .secondary .sidebar .author_widget .social-icon ul li a i:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.single-post-section .secondary .sidebar .widget_latest_post ul li {
    display: flex;
    align-items: center;
}

.single-post-section .secondary .sidebar .widget_latest_post ul li .post-thumb {
    overflow: hidden;
    border-radius: 15px;
    margin-right: 15px;
}

.single-post-section .secondary .sidebar .widget_latest_post ul li .post-thumb a img {
    object-fit: cover;
    width: 97px;
    height: 85px;
}

.single-post-section .secondary .sidebar .widget_latest_post .post-content h6 {
    color: #292929;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.single-post-section .secondary .sidebar .widget_latest_post .entry-meta span a {
    font-size: 12px;
    line-height: 1.3;
}

.single-post-section .secondary .sidebar .widget_video .video-wrapper {
    overflow: hidden;
    border-radius: 25px;
    height: 150px;
}

@media screen and (max-width: 479px) {
    .single-post-section .secondary .sidebar .widget_social .social-icon {
        width: 100%;
    }
}

.single-post-section .secondary .sidebar .widget_social .social-icon a {
    background-color: var(--eventor-primary, #c3007d) ;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    padding: 14px 20px;
}

.single-post-section .secondary .sidebar .widget_social .social-icon a:hover {
    filter: none;
    background-color: var(--eventor-primary-hover, #AB094B);
}

.single-post-section .secondary .sidebar .widget_social .social-icon a i {
    font-size: 20px;
    text-align: center;
}

.single-post-section .secondary .sidebar .widget_social .social-icon a span {
    background-image: none;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    line-height: 1.2;
}

/*--------------------------------------------------------------
>>> account-page
----------------------------------------------------------------*/

.account-section {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .account-section {
        margin-bottom: 60px;
    }
}

.account-section .account-title {
    margin-bottom: 30px;
}

.account-section .login-form {
    padding: 50px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
    border-radius: 25px;
}

.account-section .login-form .form-group label {
    margin-bottom: 10px;
    color: #696A87;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.account-section .login-form .form-group label .label-star {
    color: red;
}

.account-section .login-form .form-group input {
    background-color: #f8f8f8;
}

.account-section .login-form .form-group .display-password {
    position: relative;
}

.account-section .login-form .form-group .display-password .password-show {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    cursor: pointer;
}

.account-section .login-form .form-group .display-password .password-show:before {
    content: "\f06e";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
}

.account-section .login-form .form-group .display-password .show:before {
    content: "\f070";
}

.account-section .login-form .login-btn {
    margin-right: 16px;
    padding: 12px 32px;
    background-color: #5bc0de;
}

.account-section .login-form .forget-btn {
    margin-top: 15px;
}

.account-section .login-form .forget-btn a {
    background-color: transparent;
    color: var(--eventor-primary, #c3007d) ;
    transition: color 0.4s;
    font-size: 12px;
    font-weight: 400;
}

.account-section .login-form .forget-btn a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 575px) {
    .account-section .login-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}



.woocommerce-account-title {
    margin-bottom: 20px;
}

.woocommerce-account-field {
    margin-bottom: 20px;
}

.woocommerce-account-field .label {
    font-weight: 700;
}

.woocommerce-form-row {
    display: block;
    color: #121127;
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce-account-subtitle {
    color: #7D7D7D;
    margin: 20px 0 30px;
}

.woocommerce-account-subtitle {
    color: #7D7D7D;
    margin: 20px 0 30px;
}

.woocommerce-account-field {
    padding: 15px 0;
    border-bottom: 1px solid #EDEEF2;
}

.woocommerce-account-field .label {
    color: #807D7E;
    margin: 0 0 5px;
    display: block;
}

.woocommerce-account-field .input-value {
    color: #3C4242;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}

.woocommerce-account-field .input-value a {
    color: #7D7D7D;
    position: relative;
}

.validate-email + .form-row-wide {
    border-top: 1px solid #EDEEF2;
    margin: 30px 0 0 0;
}

.validate-email + .form-row-wide .h4 {
    margin: 30px 0;
}

.woocommerce-account-shipping {
    background-color: #F6F6F6;
    border-radius: 12px;
    padding: 25px 40px;
}

.woocommerce-account-shipping .shipping_display_name {
    color: #3C4242;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.woocommerce-account-shipping .shipping_phone {
    color: #807D7E;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.woocommerce-account-shipping .shipping_address {
    margin: 0 0 20px 0;
}

.woocommerce-account-shipping .edit-shipping {
    color: #7D7D7D;
    font-weight: 700;
}

.account-username {
    margin: 0 0 30px;
}

.wellcome-username {
    position: relative;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation-link a {
    border-radius: 12px;
    position: relative;
    color: #7D7D7D;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin: 0 0 5px;
    transition: all .4s ease;
}

.woocommerce-MyAccount-navigation-link:hover a,
.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #F6F6F6;
}

.woocommerce-MyAccount-navigation-link a:before {
    content: '';
    height: 24px;
    width: 24px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.8016 11.8571C14.0543 11.8571 15.8805 10.0309 15.8805 7.77815C15.8805 5.52542 14.0543 3.69922 11.8016 3.69922C9.54883 3.69922 7.72266 5.52542 7.72266 7.77815C7.72266 10.0309 9.54883 11.8571 11.8016 11.8571Z' stroke='%23807D7E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5418 21.9994C18.0852 21.9994 19.1876 20.3458 18.5261 18.9127C17.3134 16.3771 14.7779 14.6133 11.8014 14.6133C8.82486 14.6133 6.1791 16.3771 5.07669 18.9127C4.41524 20.3458 5.51764 21.9994 7.06102 21.9994H16.5418Z' stroke='%23807D7E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.woocommerce-MyAccount-navigation-link--edit-address a:before,
.woocommerce-MyAccount-navigation-link--edit-addressbilling a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0007 7.33304C8.91196 7.33304 8.02632 8.21868 8.02632 9.30853C8.02632 10.3972 8.91196 11.2818 10.0007 11.2818C11.0894 11.2818 11.975 10.3972 11.975 9.30853C11.975 8.21868 11.0894 7.33304 10.0007 7.33304ZM10.0007 12.974C7.97891 12.974 6.33398 11.3302 6.33398 9.30842C6.33398 7.28555 7.97891 5.64062 10.0007 5.64062C12.0224 5.64062 13.6673 7.28555 13.6673 9.30842C13.6673 11.3302 12.0224 12.974 10.0007 12.974Z' fill='%23807D7E'/%3E%3Cmask id='mask0_190_8356' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='22'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.693359 0H19.3082V22H0.693359V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_190_8356)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0012 1.69217C5.80202 1.69217 2.38581 5.14109 2.38581 9.37863C2.38581 14.7703 8.73084 20.0232 10.0012 20.303C11.2716 20.0221 17.6166 14.7692 17.6166 9.37863C17.6166 5.14109 14.2004 1.69217 10.0012 1.69217ZM10.0011 22C7.97705 22 0.693359 15.7362 0.693359 9.37877C0.693359 4.20708 4.86885 0 10.0011 0C15.1333 0 19.3087 4.20708 19.3087 9.37877C19.3087 15.7362 12.0251 22 10.0011 22Z' fill='%23807D7E'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.woocommerce-MyAccount-navigation-link--orders a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3H4.5L6.5 17H17M17 17C15.8954 17 15 17.8954 15 19C15 20.1046 15.8954 21 17 21C18.1046 21 19 20.1046 19 19C19 17.8954 18.1046 17 17 17ZM6.07142 14H18L21 5H4.78571M11 19C11 20.1046 10.1046 21 9 21C7.89543 21 7 20.1046 7 19C7 17.8954 7.89543 17 9 17C10.1046 17 11 17.8954 11 19Z' stroke='%23807D7E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.woocommerce-MyAccount-navigation-link--purchased-online a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12 9.5V15.5M12 15.5L10 13.5M12 15.5L14 13.5M8.4 19C5.41766 19 3 16.6044 3 13.6493C3 11.2001 4.8 8.9375 7.5 8.5C8.34694 6.48637 10.3514 5 12.6893 5C15.684 5 18.1317 7.32251 18.3 10.25C19.8893 10.9449 21 12.6503 21 14.4969C21 16.9839 18.9853 19 16.5 19L8.4 19Z' stroke='%237D7D7D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5492 12.0006H11' stroke='%237D7D7D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.9863 9.44531L21.5516 12L18.9863 14.5548' stroke='%237D7D7D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.791 8.06643C16.5019 4.92996 15.3279 3.79102 10.6583 3.79102C4.43701 3.79102 4.43701 5.81483 4.43701 11.895C4.43701 17.9752 4.43701 19.999 10.6583 19.999C15.3279 19.999 16.5019 18.8601 16.791 15.7236' stroke='%237D7D7D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.woocommerce-MyAccount-navigation-link--purchased-online .purchased_products {
    background-color: var(--eventor-primary, #c3007d);
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    margin-left: 5px;
}

.woocommerce-MyAccount-navigation-link:last-child {
    margin: 30px 0 0 0;
}

[name="account_display_name"] + span {
    font-size: 14px;
}

/* Woocommerce Account Orders */
[data-bs-toggle="collapse"] {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

[data-bs-toggle="collapse"]:after {
    content: '';
    height: 24px;
    width: 24px;
    display: inline-block;
    transition: all .4s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3977 15.6629C12.178 15.8826 11.8219 15.8826 11.6022 15.6629L5.86739 9.92804C5.64772 9.70837 5.64772 9.35227 5.86739 9.13259L6.13256 8.86739C6.35222 8.64772 6.70838 8.64772 6.92805 8.86739L12 13.9393L17.0719 8.86739C17.2916 8.64772 17.6477 8.64772 17.8674 8.86739L18.1326 9.13259C18.3522 9.35227 18.3522 9.70837 18.1326 9.92804L12.3977 15.6629Z' fill='%237D7D7D'/%3E%3C/svg%3E%0A");
}

[aria-expanded="false"][data-bs-toggle="collapse"]:after {
    content: '';
    transform: rotate(180deg);
}

.woocommerce-account .card .order_name {
    font-weight: 700;
    color: #3C4242;
}

.woocommerce-account .card .order_name {
    font-weight: 700;
    color: #3C4242;
}

.woocommerce-account .order-status,
.woocommerce-account .order-date {
    color: #807D7E;
    font-weight: 700;
    padding: 0 0 0 15px;
}

.woocommerce-account .completed {
    color: #008000;
}

.woocommerce-account .card .col-auto {
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
}

.woocommerce-account .card {
    padding: 30px 30px;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    margin-bottom: 30px;
}

.woocommerce-account .card .card-header {
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
}

.order_details .size-woocommerce_thumbnail {
    max-height: 100px;
    width: auto;
}

.billing {
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    padding: 15px;
}

.billing [class*="billing"] {
    padding: 5px 0;
}

.billing_customer_name {
    color: var(--black-color);
    font-weight: 700;
}


@media screen and (max-width: 992px) {
    .product-thumbnail {
        width: 90px;
    }
}


/* WooCommerce Login / Register */
ul.woocommerce-error {
    list-style: none;
    padding: 0;
    margin: 0;
}


.show-password-input {
    position: absolute;
    top: 12px;
    right: 20px;
    border: none;
    padding: 0;
    width: 30px;
    height: 28px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(
    "data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M960 1489.82c-348.474 0-668.545-202.323-841.298-529.918C291.455 632.306 611.526 429.984 960 429.984s668.545 202.322 841.298 529.918C1628.545 1287.497 1308.474 1489.82 960 1489.82Zm948.342-553.552C1720.645 558.648 1357.332 324 960 324c-397.333 0-760.645 234.648-948.342 612.268L0 959.902l11.658 23.634c187.697 377.62 551.01 612.268 948.342 612.268 397.333 0 760.645-234.648 948.342-612.268L1920 959.902l-11.658-23.634ZM960 1171.869c-116.9 0-211.967-95.067-211.967-211.967 0-116.9 95.067-211.967 211.967-211.967 116.9 0 211.967 95.067 211.967 211.967 0 116.9-95.067 211.967-211.967 211.967m0-529.918c-175.297 0-317.951 142.654-317.951 317.951 0 175.297 142.654 317.95 317.951 317.95 175.297 0 317.951-142.653 317.951-317.95S1135.297 641.951 960 641.951' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.display-password {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M1591.462 544.364c129.295 100.893 238.985 236.548 316.774 392.233L1920 960.23l-11.658 23.634c-187.797 377.713-551.097 612.353-948.31 612.353-111.385 0-220.227-18.546-323.876-55.003l35.186-99.94c92.203 32.43 189.386 48.963 288.69 48.963 348.463 0 668.417-202.422 841.164-529.795-69.735-131.839-164.48-246.404-274.912-332.46ZM959.968 430.361c99.41 0 196.487 16.533 290.492 49.6 27.555 8.69 55.321 19.711 82.982 32.005l-189.704 189.705c-52.142-36.988-115.2-59.35-183.77-59.35-175.291 0-317.94 142.65-317.94 317.941 0 68.57 22.362 131.627 59.349 183.77l-212.703 212.596c-30.734-18.547-62.21-39.319-94.852-64.012-110.537-86.056-205.283-200.727-275.124-332.46C291.55 632.677 611.61 430.361 959.968 430.361Zm181.968 422.861c18.653 31.582 29.993 67.827 29.993 107.04 0 116.896-95.065 211.96-211.96 211.96-39.107 0-75.459-11.34-106.935-29.992l288.902-289.008Zm-181.968-104.92c39.213 0 75.458 11.446 107.04 29.992L778 1067.302c-18.546-31.582-29.992-67.827-29.992-107.04 0-116.79 95.064-211.96 211.96-211.96Zm0 529.9c175.397 0 317.94-142.543 317.94-317.94 0-68.463-22.361-131.627-59.242-183.663l573.67-573.671L1717.408 128l-304.905 304.905c-43.027-21.408-86.373-40.273-128.66-53.52-103.542-36.457-212.49-55.004-323.875-55.004-397.213 0-760.62 234.64-948.204 612.354L0 960.368l11.764 23.634c77.79 155.685 187.479 291.34 317.516 392.656 28.403 21.514 55.64 40.167 82.24 57.23l-283.814 283.814 74.928 74.928 573.67-573.67c52.037 36.88 115.095 59.243 183.664 59.243' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}


.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    padding: 25px 0;
}

.woocommerce-account .woocommerce-form-login .form-control,
.woocommerce-account .woocommerce-form-register .form-control {
    background-color: #fff;
}

.woocommerce-privacy-policy-text p {
    font-size: 12px;
    line-height: 18px;
}

.woocommerce-account .lost_password {
    text-align: center;
}

.woocommerce-account .lost_password a {
    color: #7D7D7D;
}

.woocommerce-account .woocommerce-form-login .button,
.woocommerce-account .woocommerce-form-register .button {
    max-width: 100%;
    /* border-radius: 8px; */
    font-weight: 400;
    display: block;
    width: 100%;
}

.woocommerce-account .water-account .nav {
    padding: 0;
    margin: 0;
    border: none;
    display: flex;
    list-style: none;
}

.woocommerce-account .water-account .nav .nav-item {
    
}

.woocommerce-account .water-account .nav .nav-item .nav-link {
    color: var(--black-color);
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-account .water-account .nav .nav-item .nav-link.active {
    border-bottom: 2px solid var(--primary-blue-color);
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .logged-in header {
        top: 0;
    }

    .woocommerce-account-field .input-value a:before {
        content: '';
        display: inline-block;
        height: 19px;
        width: 19px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.97511 16.1226L1.28821 17.7149L2.88054 12.0281L13.2939 1.66527C13.4116 1.5449 13.5522 1.44926 13.7073 1.38396C13.8625 1.31867 14.0291 1.28503 14.1975 1.28503C14.3658 1.28503 14.5325 1.31867 14.6877 1.38396C14.8428 1.44926 14.9834 1.5449 15.1011 1.66527L17.3379 3.91475C17.4563 4.03223 17.5504 4.17202 17.6146 4.326C17.6788 4.48001 17.7117 4.64519 17.7117 4.81202C17.7117 4.97885 17.6788 5.14403 17.6146 5.29803C17.5504 5.45204 17.4563 5.59181 17.3379 5.70929L6.97511 16.1226Z' stroke='%237D7D7D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .woocommerce-MyAccount-navigation {
        margin: 0 0 30px;
    }

    .woocommerce-MyAccount-navigation-link:last-child {
        margin: 15px 0 0 0;
    }

    .woocommerce-account-subtitle {
        color: #7D7D7D;
        margin: 10px 0 20px;
    }

    .woocommerce-account-shipping {
        padding: 15px 15px;
    }

    .woocommerce-account-shipping .shipping_display_name {
        margin: 0 0 10px 0;
    }
    
    .woocommerce-account-shipping .shipping_phone {
        margin: 0 0 10px 0;
    }
    
    .woocommerce-account-shipping .shipping_address {
        margin: 0 0 10px 0;
    }

    .woocommerce-account .card {
        padding: 10px 15px 10px 5px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .woocommerce-account .card .order_name {
        display: block;
    }

    .woocommerce-account .order-status {
        padding: 0;
    }

    .woocommerce-account table.order_details img {
        width: 100%;
        box-shadow: none;
    }

    .woocommerce table.shop_table .order-total2 td {
        padding-left: 0;
        padding-right: 0;
    }
}




/*--------------------------------------------------------------
>>> recover-page
----------------------------------------------------------------*/

.account-recover-section {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .account-recover-section {
        margin-bottom: 60px;
    }
}

.account-recover-section .recover-wrapper {
    border-radius: 25px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
    padding: 50px;
}

.account-recover-section .recover-wrapper .form-group label {
    margin-bottom: 10px;
    color: #696A87;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.account-recover-section .recover-wrapper .form-group label .label-star {
    color: red;
}

.account-recover-section .recover-wrapper .form-group input {
    background-color: #f8f8f8;
}

@media screen and (max-width: 575px) {
    .account-recover-section .recover-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/*--------------------------------------------------------------
>>> product-archive-page
----------------------------------------------------------------*/

.product-outer-wrap {
    padding-top: 90px;
    padding-bottom: 60px;
}

.speaker-event-section + .product-outer-wrap {
    padding-top: 0px;
}

@media screen and (max-width: 991px) {
    .product-outer-wrap {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .speaker-event-section + .product-outer-wrap {
        padding-top: 0px;
    }
}

.product-outer-wrap .product-notices-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.product-outer-wrap .product-notices-wrapper select,
.product-outer-wrap .product-notices-wrapper form {
    width: 100%;
}

@media screen and (min-width: 576px) {
    .product-outer-wrap .product-notices-wrapper p {
        margin-bottom: 0;
        font-size: 15px;
        color: #696A87;
    }
    .product-outer-wrap .product-notices-wrapper form {
        width: auto;
    }
    .product-outer-wrap .product-notices-wrapper form select {
        width: auto;
        font-size: 16px;
        border-radius: 0;
        border: 1px solid #d9d9d9;
        color: #000;
        padding: 8px 16px;
        height: 50px;
    }
}

.product-inner-wrap {
    margin-bottom: 110px;
}

@media screen and (max-width: 991px) {
    .product-inner-wrap {
        margin-bottom: 80px;
    }
}

.single-product-outer-wrapper {
    padding: 120px 0 0;
}

@media screen and (max-width: 768px) {
    .single-product-outer-wrapper {
        padding: 80px 0 0;
    }
}

.product-toolbar {
    margin-bottom: 60px;
}

.product-toolbar .form-group {
    position: relative;
}

.product-toolbar .form-group i {
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 50px;
    text-align: center;
    right: 0;
    top: 0;
    border-left: 1px solid #e6e6e6;
}

.product-toolbar .form-group input[type=text] {
    padding-right: 55px;
}

.product-item {
    -webkit-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 13px -4px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    padding: 10px 10px 25px;
    border-radius: 25px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.product-item .product-image {
    position: relative;
    overflow: hidden;
}

.product-item .product-image a {
    display: block;
    overflow: hidden;
    border-radius: 25px;
    height: 240px;
}

.product-item .product-image a img {
    -webkit-transition: linear 0.4s;
    -moz-transition: linear 0.4s;
    -ms-transition: linear 0.4s;
    -o-transition: linear 0.4s;
    transition: linear 0.4s;
    border-radius: 25px;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .product-image a:hover img {
    transform: scale(1.2) rotate(5deg);
    border-radius: 25px;
}

.product-item .product-content h5 {
    margin-bottom: 5px;
    padding: 25px 0 15px;
    color: #223645;
}

.product-item .product-content .product-cat a {
    color: #4a4a4a;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}

.product-item .product-content .product-cat a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.product-item .product-content .product-price {
    font-size: 20px;
    font-weight: 600;
    
    line-height: 1.2;
    padding: 0 20px;
    margin-bottom: 30px;
}

.product-item .product-content .product-price del {
    color: #787878;
    opacity: 0.5;
}

.product-item .product-content .product-price ins {
    color: var(--eventor-primary, #c3007d) ;
    text-decoration: underline;
}

.product-item .product-content .button-round-primary {
    padding: 10px 15px;
}

.product-item .onsale {
    background: var(--eventor-primary, #c3007d);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    left: 50%;
    line-height: 30px;
    padding: 0px 12px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.product-item .onsale:after {
    content: "!";
}

.product-item .rate-wrap {
    padding: 20px 20px 0;
    border-top: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item .button-round-primary {
    font-size: 15px;
    margin-top: 18px;
    padding: 10px 15px;
}

.product-item:hover {
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.pagination li {
    margin-left: 0;
    margin-right: 0;
}

.pagination li:hover a,
.pagination li.active a {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.pagination li a {
    color: #696A87;
    padding: 15px;
    background-color: #f8f8f8;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-radius: 0;
}

.sidebar {
    padding-left: 0;
}

@media screen and (max-width: 991px) {
    .sidebar {
        padding-left: 0;
    }
}

.sidebar .divider-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.sidebar .search_widget form input {
    border-radius: 25px;
    height: 50px;
    background-color: #f8f8f8;
}

.sidebar .search_widget form .search-btn {
    font-size: 24px;
    top: 0;
    right: 0;
    font-size: 15px;
    border-radius: 0 25px 25px 0;
    background-color: var(--eventor-primary, #c3007d) ;
    color: white;
    padding: 16px;
    height: 100%;
}

.sidebar .widget_category_product_thumb {
    margin-bottom: 40px;
}

.sidebar .widget_category_product_thumb ul li {
    padding: 10px;
}

.sidebar .widget_category_product_thumb ul li .count,
.sidebar .widget_category_product_thumb ul li h5 {
    color: #292929;
    
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.sidebar .widget.widget-product-thumb .product-thumb {
    border-radius: 25px;
    overflow: hidden;
    transform: scale(1.02);
}

.sidebar .widget.widget-product-thumb .product-content h6 {
    margin-bottom: 10px;
}

.sidebar .widget.widget-product-thumb .product-content h6 a {
    color: #292929;
    line-height: 1.1;
    
}

.sidebar .widget.widget-product-thumb .product-content h6 a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.sidebar .widget.widget-product-thumb .product-content .entry-meta span:before {
    top: 25%;
}

.sidebar .widget.widget-product-thumb .product-content .entry-meta span a {
    font-size: 12px;
    color: #adadad;
    line-height: 1.3;
}

.sidebar .widget.widget-product-thumb .product-content .entry-meta span a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.sidebar .gallery-colum-3 .gallery-item {
    padding: 9px;
}

.sidebar .gallery-colum-3 .gallery-item a {
    border-radius: 25px;
    overflow: hidden;
}

/*---------------------------
product slider range for price css
----------------------------*/

#slider-range.ui-widget-content {
    background-color: #e6e6e6;
    border: none;
    height: 6px;
    margin-top: 20px;
}

#slider-range .ui-widget-header {
    background-color: var(--eventor-primary, #c3007d) ;
}

#slider-range .ui-corner-all,
#slider-range.ui-widget-content {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
    margin-left: -1px;
    top: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #f8f8f8;
}

#slider-range .price-amout .button-round-secondary {
    border-radius: 5px;
}

.ui-widget-content {
    color: inherit;
}

/*--------------------------------------------------------------
>>> product-detail-page
----------------------------------------------------------------*/

.bg-gray {
    background-color: #f8f8f8;
}

/*---------------------------
procduct details css
----------------------------*/

.sale-tag {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #77a464;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    z-index: 1;
    border-radius: 50%;
    font-size: 13px;
}

.product-outer-wrap .product-thumbnails-outer {
    position: relative;
}

.single-product-item .feature-image img {
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}

.single-product-item .image-search-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.single-product-item .image-search-icon a {
    background-color: #ffffff;
    border-radius: 100%;
    color: #383838;
    display: block;
    font-size: 17px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.single-product-item .image-search-icon a:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.product-thumb-nav .single-product-item {
    padding: 10px 5px 0 5px;
}

.product-thumb-nav .single-product-item .feature-image {
    border-radius: 5px;
    overflow: hidden;
}

.product-thumb-nav .single-product-item .feature-image img {
    opacity: 0.5;
}

.product-thumb-nav .slick-center .feature-image img {
    opacity: 1;
}

.product-thumb-nav.slick-slider .slick-prev:before,
.product-thumb-nav.slick-slider .slick-next:before {
    height: 25px;
    width: 25px;
    font-size: 12px;
    line-height: 25px;
}

.product-thumb-nav.slick-slider .slick-prev {
    left: 5px;
}

.product-thumb-nav.slick-slider .slick-next {
    right: 5px;
}

.product-summary .breadcrumb-content ul {
    margin-left: 0;
    margin-bottom: 20px;
}

.product-summary .breadcrumb-content ul li {
    padding: 0;
}

.product-summary .breadcrumb-content ul li:before {
    padding: 0 5px;
    line-height: 1.8;
    font-size: 12px;
}

.product-summary .breadcrumb-content ul li a {
    color: #767676;
    
    font-size: 15px;
    font-weight: 500;
    line-height: 1.1;
    transition: color 0.4s;
}

.product-summary .breadcrumb-content ul li a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.product-summary .breadcrumb-content ul li:last-child a {
    color: #414141;
    font-weight: 600;
}

.woocommerce-variation .woocommerce-variation-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
}

.product-summary .product-price ins,
.woocommerce-variation .woocommerce-variation-price ins {
    color: var(--eventor-primary, #c3007d) ;
}

.product-summary .product-price del {
    opacity: 0.5;
    display: inline-block;
    color: #223645;
    font-size: 26px;
}

.product-summary .product-desc {
    border-top: 1px solid #D9D9D9;
    margin-top: 20px;
    padding-top: 20px;
}

.product-summary .product-desc p {
    color: #696A87;
}

.product-summary .cart-item {
    position: relative;
    display: inline-flex;
}

.product-summary .cart-item input {
    border-radius: 25px;
    width: 130px;
    height: 45px;
    text-align: center;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    padding: 0;
    color: #333;
}

.woocommerce-message {
    color: #223645;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 10px 25px;
    margin-bottom: 30px;
}

/* Chrome, Safari, Edge, Opera */
.product-summary .cart-item input::-webkit-outer-spin-button,
.product-summary .cart-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.product-summary .cart-item input[type=number] {
  -moz-appearance: textfield;
}


.product-summary .cart-item input::-webkit-input-placeholder {
    text-align: center;
}

.product-summary .cart-item input:-moz-placeholder {
    text-align: center;
}

.product-summary .cart-item > button {
    border: none;
    padding: 10px 10px;
    background-color: transparent;
    color: var(--eventor-primary, #c3007d) ;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.quantity-left {
    left: 0;
}

.quantity-plus {
    right: 0;
}


.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.reset_variations {
    border: none;
    background-color: transparent;
    font-size: 14px;
    position: relative;
    color: var(--eventor-primary, #c3007d);
    display: inline-flex;
    padding: 0;
    align-items: center;
}

.reset_variations:before {
    content: 'x';
    display: inline-block;
    margin: 0 5px 0 0;
}

.product-summary .cart-item + .btn {
    border: none;
    margin-left: 10px;
    padding: 10px 30px;
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    line-height: 100%;
    font-weight: 500;
    height: 45px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.product-summary .product-meta {
    border-top: 1px solid #D9D9D9;
    margin-top: 20px;
    padding-top: 20px;
}

.product-summary .single_variation_wrap {
    padding-top: 20px;
}

.product-summary .product-meta [class*=-detail] {
    line-height: 1.2;
}

.product-summary .product-meta strong {
    color: #292929;
    
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 5px;
}

.product-summary .product-meta a {
    
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    color: #696A87;
}

.product-summary .product-meta a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.product-summary .product-meta span:not(.sku) {
    color: #111111;
    font-weight: 700;
}


table.variations th.label label {
    margin: 0;
}


table.variations td.value select {
    margin: 0;
    height: 35px;
}

@media screen and (min-width: 992px) {
    .product-summary {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .product-summary {
        margin-top: 40px;
    }
    .product-summary h2 {
        font-size: 30px;
    }
    .product-summary .product-price {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .product-summary h2 {
        margin-bottom: 12px;
    }
    .product-summary .product-price {
        margin-bottom: 12px;
    }
}

.product-tab-outer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.product-tab-outer .tab-container .responsive-tabs ul {
    padding-left: 15px;
    border-bottom: 1px solid #d3ced2;
}

.product-tab-outer .tab-container .responsive-tabs ul li a {
    font-size: 18px;
    font-weight: 500;
    
    line-height: 1.1;
    padding: 15px 22px;
    color: #223645;
}

.product-tab-outer .tab-container .responsive-tabs ul li a.active {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d3ced2;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    color: var(--eventor-primary, #c3007d) ;
    font-weight: 700;
}

.product-tab-outer .tab-container .responsive-tabs ul li a:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content {
    background-color: #ffffff;
    border: 1px solid #d3ced2;
    border-top: 0;
    padding: 30px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body {
    background-color: #ffffff;
    padding: 16px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body h6 {
    color: #292929;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px;
    margin-top: 8px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body p {
    color: #696A87;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-title {
    margin-bottom: 25px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol {
    margin: 0;
    padding: 0;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol ol {
    margin-left: 30px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol li {
    list-style: none;
    margin-bottom: 30px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol li:before,
.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area ol li:after {
    content: "";
    display: block;
    clear: both;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-thumb {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content {
    border: 1px solid #e6e6e6;
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    border-radius: 25px;
    float: right;
    padding: 20px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .comment-header {
    margin-bottom: 10px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content p {
    margin-bottom: 15px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content h5 {
    display: inline-block;
    margin-bottom: 0;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .post-on {
    font-size: 13px;
    margin-left: 10px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .reply {
    background-color: rgba(250, 3, 104, 0.54);
    font-size: 14px;
    color: #ffffff;
    padding: 5px 12px 6px;
    display: inline-block;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .reply i {
    margin-right: 4px;
    font-size: 12px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content .reply:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 575px) {
    .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-thumb {
        width: 25px;
    }
    .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-content {
        width: -moz-calc(100% - 35px);
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
    }
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap {
    margin-bottom: 10px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap label {
    display: block;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate {
    display: inline-block;
    position: relative;
    font-size: 13px;
    letter-spacing: 3px;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate {
        font-size: 12px;
    }
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate:before {
    color: var(--eventor-primary, #c3007d) ;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 free";
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
    z-index: 1;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .rate-wrap .procduct-rate span:before {
    color: #FEBF00;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form label {
    font-size: 15px;
    color: #292929;
    font-family: "Mulish", sans-serif;
    line-height: 1.6;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input {
    display: block;
    background-color: #f8f8f8;
    width: 100%;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .procduct-rate:before {
    color: var(--eventor-primary, #c3007d) ;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .aggrement-tick input {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form .aggrement-tick label {
    display: inline;
    color: #223645;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input[type=submit] {
    border-radius: 0;
    padding: 10px 15px;
    margin-top: 0;
    background-color: var(--eventor-primary, #c3007d) ;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    display: inline-block;
    transition: all 0.4s;
    width: auto;
}

.product-tab-outer .tab-container .responsive-tabs .tab-content .card-body .comment-area .comment-form input[type=submit]:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 768px) {
    .product-tab-outer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .product-tab-outer .tab-container .responsive-tabs .tab-content {
        padding: 0;
        border: none;
    }
    .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body {
        padding: 0 22px 10px;
    }
}

@media screen and (max-width: 575px) {
    .product-tab-outer .tab-container .responsive-tabs .tab-content .card-body {
        padding: 0 15px 10px;
    }
}

.product-outer-wrap .tab-container {
    margin-top: 0;
}

.product-outer-wrap .tab-container table {
    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.product-outer-wrap .tab-container table th {
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.product-outer-wrap .tab-container table tr:last-child td {
    border-bottom: none;
}

.product-outer-wrap .tab-container table tr:last-child th {
    border-bottom: none;
}

.product-outer-wrap .rate-wrap {
    padding: 0;
}

.product-outer-wrap .comment-area {
    margin-top: 0;
}

@media screen and (max-width: 575px) {
    .product-outer-wrap .tab-content {
        padding: 30px 15px;
    }
}

/*---------------------------
Related product css
----------------------------*/

.related-product {
    margin-top: 80px;
}

.related-product .product-item {
    background-color: #ffffff;
}

.related-product .product-item .button-round-primary {
    margin-top: 25px;
}

@media screen and (max-width: 991px) {
    .related-product {
        margin-top: 60px;
    }
}

.related-title h4 {
    margin-bottom: 40px;
    margin-top: 8px;
    color: #292929;
}

@media screen and (max-width: 768px) {
    .related-title h4 {
        font-size: 25px;
    }
}

/*---------------------------
product cart css
----------------------------*/

.cart-section {
    margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
    .cart-section {
        margin-bottom: 50px;
    }
}

/*---------------------------
product slider range for price css
----------------------------*/

#slider-range.ui-widget-content {
    background-color: #e6e6e6;
    border: none;
    height: 6px;
    margin-top: 20px;
}

#slider-range .ui-widget-header {
    background-color: #223645;
}

#slider-range .ui-corner-all,
#slider-range.ui-widget-content {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

#slider-range.ui-slider-horizontal .ui-slider-handle {
    margin-left: -1px;
    top: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: #f8f8f8;
}

#slider-range .price-amout .button-round-secondary {
    border-radius: 5px;
}

.ui-widget-content {
    color: inherit;
}

/*--------------------------------------------------------------
>>> cart-page
----------------------------------------------------------------*/

.carts-section {
    padding: 110px 0;
}

@media screen and (max-width: 768px) {
    .carts-section {
        padding: 60px 0;
    }
}

.cart-list-inner .left-item-total .table-responsive {
    padding: 35px;
    border-radius: 25px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .cart-list-inner .left-item-total .table-responsive {
        padding: 35px 20px;
    }
}

@media screen and (max-width: 575px) {
    .cart-list-inner .left-item-total .table-responsive .update-btn {
        text-align: center;
    }
}

.cart-list-inner .table {
    border-width: 0;
    border-style: solid;
    border-color: #dee2e6;
}

.cart-list-inner .table thead tr th {
    background-color: #f8f8f8;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

.cart-list-inner .table tr .cartImage {
    display: block;
    overflow: hidden;
    width: 55px;
    margin-right: 0px;
}

.cart-list-inner .table tr td {
    color: #696A87;
    
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
    border-top: none;
    position: relative;
    padding: 10px 5px;
    /* font-size: 13px; */
    font-weight: 600;
    /* line-height: 1.7; */
}
.cart-list-inner .table tr td.product-thumbnail img {
    max-width: 100px;
    max-height: 100px;
}
.cart-list-inner .table tr td .close {
    background-color: transparent;
    font-size: 24px;
    float: left;
    border: none;
    padding: 0;
    position: relative;
    top: 15px;
    margin-right: 10px;
}

.cart-list-inner .table tr td input {
    width: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    text-align: center;
    color: #333;
    border-width: 1px;
    border-color: #d5d8dc;
    border-style: solid;
    padding: 2px 10px;
}

.cart-list-inner .table tr td .product-name {
    color: #223645;
    font-weight: 400;
}

.cart-list-inner .table tr td.product-subtotal,
.cart-list-inner .table tr th.product-subtotal {
    text-align: right;
}


@media screen and (max-width: 575px) {
    .cart-list-inner .table {
        display: block;
    }
    .cart-list-inner .table thead,
    .cart-list-inner .table tbody,
    .cart-list-inner .table th,
    .cart-list-inner .table td,
    .cart-list-inner .table tr {
        display: block;
    }
    .cart-list-inner .table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .cart-list-inner .table tr {
        border: 1px solid #e6e6e6;
        margin-top: 20px;
    }
    .cart-list-inner .table tr:first-child {
        margin-top: 0px;
    }
    .cart-list-inner .table td {
        border: none;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
        text-align: center;
    }
    .cart-list-inner .table td .close {
        margin: 0;
        left: 10px;
    }
    .cart-list-inner .table td .cartImage {
        margin: auto;
    }
    .cart-list-inner .table td:before {
        display: block;
        white-space: nowrap;
        content: attr(data-column);
        color: #223645;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 15px;
    }
}

.cart-list-inner .updateArea {
    padding: 35px 0;
    border-radius: 25px;
    background-color: #f8f8f8;
}

@media screen and (max-width: 991px) {
    .cart-list-inner .updateArea {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .cart-list-inner .updateArea {
        padding: 35px 20px;
    }
}

.cart-list-inner .updateArea .input-group-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    width: auto;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control {
    width: auto;
    display: inline-block;
    padding: 15px;
    border-radius: 25px;
    margin-right: 30px;
    color: #696A87;
    flex: 2;
    background-color: #ffffff;
    border: none;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::-webkit-input-placeholder {
    /* Edge */
    color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control ::placeholder {
    color: #a7a7a7;
}

.cart-list-inner .updateArea .input-group-wrapper .form-control:focus {
    border: none;
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .cart-list-inner .updateArea .input-group-wrapper .form-control {
        text-align: center;
    }
}

.cart-list-inner .updateArea a {
    padding: 18px 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    
    width: auto;
    flex: 1;
    text-align: center;
}

.cart-list-inner .updateArea a.update-btn {
    float: right;
}

@media screen and (max-width: 575px) {
    .cart-list-inner .updateArea .input-group-wrapper {
        width: 100%;
        display: block;
    }
    .cart-list-inner .updateArea .input-group-wrapper .form-control {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .cart-list-inner .updateArea a {
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
        padding: 15px 30px;
    }
    .cart-list-inner .updateArea a.update-btn {
        float: none;
    }
}

@media screen and (max-width: 768px) {
    .cart-list-inner .updateArea {
        text-align: center;
    }
}

.cart-list-inner .updateArea .input-group-wrapper input {
    height: 55px;
}

@media screen and (max-width: 768px) {
    .cart-list-inner .updateArea a.update-btn {
        float: none;
        margin-top: 15px;
    }
}

@media screen and (max-width: 575px) {
    .cart-list-inner .updateArea a.update-btn {
        margin-top: 0;
    }
}

.cart-list-inner .right-total .balance-amt-wrapper {
    padding: 35px;
    background-color: #f8f8f8;
    border-radius: 25px;
}

.cart-list-inner .right-total .balance-amt-wrapper .balance-title {
    margin-bottom: 16px;
    color: #223645;
}

.cart-list-inner .right-total .balance-amt-wrapper .checkBtnArea {
    padding-top: 15px;
}

.cheakout-btn {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-color: #5bc0de;
    background-color: #5bc0de;
    transition: all 0.4s;
}

.cheakout-btn:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    border-color: var(--eventor-primary-hover, #AB094B);
}

@media screen and (max-width: 575px) {
    .cart-list-inner .right-total .balance-amt-wrapper {
        padding: 35px 20px;
    }
}

.cart-list-inner .totalAmountArea ul {
    margin: 0;
    padding: 0;
}

.cart-list-inner .totalAmountArea ul li {
    padding: 12px 12px 9px 0px;
    border-bottom: 1px solid #e6e6e6;
    
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #787878;
}

.cart-list-inner .totalAmountArea ul li:last-child {
    border-bottom: none;
}

.cart-list-inner .totalAmountArea ul li strong {
    font-weight: 600;
}

.cart-list-inner .totalAmountArea ul li span {
    display: inline-block;
    float: right;
}

.cart-list-inner .totalAmountArea ul li .grandTotal {
    font-weight: 700;
}

/*--------------------------------------------------------------
>>> cheakout-page
----------------------------------------------------------------*/

.checkout-section {
    padding: 110px 0;
}

@media screen and (max-width: 768px) {
    .checkout-section {
        padding: 60px 0;
    }
}

.checkout-section .cheakout-title {
    color: var(--eventor-primary, #c3007d) ;
}

.checkout-field-wrap {
    padding: 40px;
    margin-bottom: 24px;
    background-color: #f8f8f8;
    border-radius: 25px;
}

.checkout-field-wrap .coupon-field {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
}

.checkout-field-wrap .coupon-field label {
    display: block;
    margin-bottom: 10px;
    color: #696A87;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: middle;
    
}

.checkout-field-wrap .coupon-field label a {
    color: inherit;
}

.checkout-field-wrap .coupon-field .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.checkout-field-wrap .coupon-field .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: auto;
    height: 50px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 25px;
    border: none;
    color: #696A87;
}

.checkout-field-wrap .coupon-field .form-group input[type=submit] {
    line-height: 1;
    height: 50px;
    padding: 0 30px;
    background-color: var(--eventor-primary, #c3007d) ;
}

.checkout-field-wrap .coupon-field .form-group input {
    margin: 0 15px;
}

.checkout-field-wrap .coupon-field .form-group .coupon-txt {
    margin-bottom: 15px;
}

.checkout-field-wrap .coupon-field .form-group .coupon-btn {
    margin-bottom: 15px;
}

.checkout-field-wrap .label-star {
    color: red;
    text-decoration: none;
    border-bottom: none;
}

.checkout-field-wrap .form-group,
.woocommerce-form-login .form-group {
    margin-bottom: 15px;
}

.checkout-field-wrap .form-group label,
.woocommerce-form-login .form-group label {
    display: block;
    margin-bottom: 15px;
    color: #696A87;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    vertical-align: middle;
    
}

.checkout-field-wrap input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.woocommerce-form-login input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    width: 100%;
    height: 50px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 25px;
    border: none;
    padding: 16px;
    border: 1px solid #ddd;
}

.zen-ui-select__value {
    border-radius: 25px;
    padding: 13px 28px 13px 15px!important;
}

@media screen and (max-width: 575px) {
    .checkout-field-wrap .form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
        font-size: 13px;
    }
}

.checkout-field-wrap .form-group select {
    border: none;
    color: #a7a7a7;
    font-size: 15px;
    background-color: #ffffff;
}

.checkout-field-wrap .form-group select option {
    color: #696A87;
    border-radius: 25px;
}

@media screen and (max-width: 575px) {
    .checkout-field-wrap .form-group select {
        font-size: 13px;
    }
}

.checkout-field-wrap .form-group input[type=submit] {
    line-height: 1;
    height: 55px;
    padding: 0 30px;
}

.checkout-field-wrap .form-group ::-webkit-input-placeholder {
    /* Edge */
    color: #a7a7a7;
}

.checkout-field-wrap .form-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a7a7a7;
}

.checkout-field-wrap .form-group ::placeholder {
    color: #a7a7a7;
}

.checkout-field-wrap .last-form-group {
    margin-bottom: 0;
}

.checkout-field-wrap .inner-form-group {
    margin-bottom: 15px;
}

.checkout-field-wrap .inner-form-group input {
    width: 100%;
    height: 55px;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 25px;
    border: none;
    color: #696A87;
    padding: 16px;
    margin-bottom: 10px;
}

.checkout-field-wrap .inner-form-group ::-webkit-input-placeholder {
    /* Edge */
    color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a7a7a7;
}

.checkout-field-wrap .inner-form-group ::placeholder {
    color: #a7a7a7;
}

@media screen and (max-width: 575px) {
    .checkout-field-wrap {
        padding: 20px;
    }
    .checkout-field-wrap .coupon-field .form-group input[type=submit] {
        margin-top: 15px;
    }
}

.special-notes-wrap {
    margin-bottom: 0;
    padding: 40px;
    background-color: #f8f8f8;
    border-radius: 25px;
}

@media screen and (max-width: 479px) {
    .special-notes-wrap {
        padding: 40px 20px;
    }
}

.special-notes-wrap .Information-title {
    color: var(--eventor-primary, #c3007d) ;
}

.special-notes-wrap .form-group {
    margin-bottom: 0;
}

.special-notes-wrap .form-group label {
    display: block;
    margin-bottom: 10px;
    color: #696A87;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    vertical-align: middle;
    
}

.woocommerce-additional-fields textarea {
    background-color: #ffffff;
    padding: 16px;
    color: #696A87;
    border: none;
}

.woocommerce-additional-fields textarea ::-webkit-input-placeholder {
    /* Edge */
    color: #a7a7a7;
}

.woocommerce-additional-fields :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a7a7a7;
}

.woocommerce-additional-fields ::placeholder {
    color: #a7a7a7;
}

.widget-table-summary cheakout-title {
    margin-bottom: 30px;
}

.widget-table-summary table thead tr {
    background-color: transparent;
}

.widget-table-summary table thead tr th {
    padding-bottom: 16px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    
    line-height: 1.2;
    /* color: #787878; */
}

.widget-table-summary table tbody tr td {
    color: #696A87;
    border-right: none;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
}

.widget-table-summary table tbody tr td strong {
    color: #787878;
    font-size: 15px;
    font-weight: 700;
}

.widget-table-summary table tbody tr:last-child td {
    border-bottom: none;
}

.widget-paymet-bank .form-group label {
    color: #696A87;
    margin-bottom: 0;
}

.widget-paymet-bank .form-group .desc {
    padding: 20px;
    font-size: 13px;
    border-radius: 25px;
    margin-top: 15px;
}

.widget-paymet-bank .custom-radio-field img {
    width: 150px;
    margin-top: -5px;
}

.widget-paymet-bank .button-round {
    width: 100%;
    border: none;
    display: block;
    margin-top: 25px;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .sidebar .widget-bg {
        padding-left: 20px;
        right: 20px;
    }
}

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

/*--------------------------------------------------------------
>>> contact-page
----------------------------------------------------------------*/

.contact-page-section {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .contact-page-section {
        margin-bottom: 60px;
    }
}

.contact-page-section .section-head {
    margin-bottom: 0;
}

.contact-page-section .section-head .section-title {
    margin-bottom: 0;
}

.contact-page-section .contact-deatil-list {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 30px;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .contact-page-section .contact-deatil-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .contact-page-section .contact-deatil-list {
        grid-column-gap: 25px;
    }
}

@media screen and (max-width: 575px) {
    .contact-page-section .contact-deatil-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.contact-page-section .contact-deatil-list .connection-detail-wrapper {
    padding: 40px;
    background-color: #f8f8f8;
    text-align: center;
    border-radius: 25px;
}

@media screen and (max-width: 768px) {
    .contact-page-section .contact-deatil-list .connection-detail-wrapper {
        padding: 20px 40px;
    }
}

.contact-page-section .contact-deatil-list .connection-detail-wrapper .contact-icon {
    margin-bottom: 20px;
}

.contact-page-section .contact-deatil-list .connection-detail-wrapper .contact-icon i {
    font-size: 50px;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 99px;
    color: #ffffff;
    background-color: var(--eventor-primary, #c3007d) ;
    border-radius: 50%;
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.contact-page-section .contact-deatil-list .connection-detail-wrapper .contact-info-list .contact-list-title {
    margin-bottom: 15px;
}

.contact-page-section .contact-deatil-list .connection-detail-wrapper .contact-info-list ul {
    margin: 0;
    padding: 0;
}

.contact-page-section .contact-deatil-list .connection-detail-wrapper .contact-info-list ul li {
    list-style-type: none;
}

.contact-page-section .contact-deatil-list .connection-detail-wrapper .contact-info-list ul li a {
    color: #696A87;
    transition: all 0.4s;
}

.contact-page-section .contact-deatil-list .connection-detail-wrapper .contact-info-list ul li a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.contact-page-section .contact-form-inner {
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .contact-page-section .contact-form-inner {
        margin-top: 30px;
    }
}

.contact-page-section .contact-form-inner .contact-from-wrap {
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 479px) {
    .contact-page-section .contact-form-inner .contact-from-wrap {
        padding: 40px 20px;
    }
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from {
    row-gap: 30px;
}

.contact-page-section .contact-form-inner .contact-from-wrap .contact-from input:not([type=submit]) {
    width: 100%;
}

/*--------------------------------------------------------------
>>> legal-page
----------------------------------------------------------------*/

.term-and-condition-section,
.policy-page-section {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .term-and-condition-section,
    .policy-page-section {
        margin-bottom: 60px;
    }
}

/*--------------------------------------------------------------
>>> Compatibility  
----------------------------------------------------------------*/

.widget {
    margin-bottom: 20px;
}

.widget a {
    display: block;
}

.widget .widget-title {
    margin-bottom: 30px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    list-style: none;
}

.widget ul li a {
    color: #383838;
}

.widget ul li a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.widget.author_widget {
    text-align: center;
}

.widget.author_widget .profile .avatar {
    margin-bottom: 14px;
}

.widget.author_widget .profile .avatar a {
    display: block;
    position: relative;
    overflow: hidden;
}

.widget.author_widget .profile .avatar a:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: none;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.widget.author_widget .profile .avatar a:hover:before,
.widget.author_widget .profile .avatar a:focus:before,
.widget.author_widget .profile .avatar a:active:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
    display: block;
}

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

.widget.author_widget .text-content p:last-child {
    margin-bottom: 0;
}

.widget.author_widget .socialgroup {
    margin-top: 25px;
}

.widget.author_widget .socialgroup ul {
    margin: 0;
}

.widget.author_widget .socialgroup ul li {
    list-style: none;
    border-bottom: none;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
}

.widget.author_widget .socialgroup ul li a {
    color: var(--eventor-primary, #c3007d) ;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding: 3px 9px;
    border: 1px solid var(--eventor-primary, #c3007d) ;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.author_widget .socialgroup ul li a:hover,
.widget.author_widget .socialgroup ul li a:focus,
.widget.author_widget .socialgroup ul li a:active {
    border-color: var(--eventor-primary-hover, #AB094B);
    color: var(--eventor-primary-hover, #AB094B);
}

.widget.author_widget .profile .avatar {
    width: 29%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #fff;
}

.widget.author_widget .profile .avatar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;

    height: 100%;
    width: 100%;
    object-fit: cover;
}

.widget.author_widget .widget-content.text-center .profile .avatar {
    margin-left: auto;
    margin-right: auto;
}

.widget.author_widget .widget-content.text-right .profile .avatar {
    margin-left: auto;
}

.widget.widget-post-thumb li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.widget.widget-post-thumb li:before,
.widget.widget-post-thumb li:after {
    content: "";
    display: block;
    clear: both;
}

.widget.widget-post-thumb li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget.widget-post-thumb li a {
    color: inherit;
}

.widget.widget-post-thumb .post-thumb {
    width: 100px;
    float: left;
    position: relative;
}

.widget.widget-post-thumb .post-content {
    float: right;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
}

.widget.widget-post-thumb .post-content h6 {
    margin-bottom: 5px;
}

.widget.widget-post-thumb .post-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.widget.widget-post-thumb .post-content .entry-meta {
    margin-left: -8px;
    margin-right: -8px;
}

.widget.widget-post-thumb .post-content .entry-meta span {
    padding: 0 8px;
    position: relative;
}

.widget.widget-post-thumb .post-content .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1.8;
}

.widget.widget-post-thumb .post-content .entry-meta span:last-child:before {
    display: none;
}

.widget.widget-post-thumb .post-content .entry-meta a {
    color: #adadad;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}

.widget.widget-post-thumb .post-content .entry-meta a:hover,
.widget.widget-post-thumb .post-content .entry-meta a:focus {
    color: var(--eventor-primary-hover, #AB094B);
}

.widget.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.widget.widget_tag_cloud .tagcloud a {
    background-color: #F6F6F6;
    color: #383838;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 5px 15px;
    margin: 5px;
    text-align: center;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.widget.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.widget.widget_recent_post li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(135, 135, 135, 0.3);
}

.widget.widget_recent_post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget.widget_recent_post li a {
    color: inherit;
}

.widget.widget_recent_post li h5 {
    
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.widget.widget_recent_post li .entry-meta {
    margin-left: -8px;
    margin-right: -8px;
}

.widget.widget_recent_post li .entry-meta span {
    padding: 0 8px;
    position: relative;
}

.widget.widget_recent_post li .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.widget.widget_recent_post li .entry-meta span:last-child:before {
    display: none;
}

.widget.widget_recent_post li .entry-meta a {
    color: #CCC;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}

.widget.widget_recent_post li .entry-meta a:hover,
.widget.widget_recent_post li .entry-meta a:focus {
    color: var(--eventor-primary-hover, #AB094B);
}

.widget .gallery,
.widget .insta-gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.widget .gallery .gallery-item,
.widget .insta-gallery .gallery-item {
    padding: 5px;
}

.widget .gallery .gallery-item a,
.widget .insta-gallery .gallery-item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.widget .gallery .gallery-item a:before,
.widget .insta-gallery .gallery-item a:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.widget .gallery .gallery-item a:hover:before,
.widget .gallery .gallery-item a:focus:before,
.widget .gallery .gallery-item a:active:before,
.widget .insta-gallery .gallery-item a:hover:before,
.widget .insta-gallery .gallery-item a:focus:before,
.widget .insta-gallery .gallery-item a:active:before {
    opacity: 1;
}

.widget .gallery.gallery-colum-3 .gallery-item,
.widget .insta-gallery.gallery-colum-3 .gallery-item {
    width: 33.33%;
}

.widget.widget_social {
    margin-top: 20px;
}

.widget.widget_social .social-icon {
    width: 50%;
}

.widget.widget_category ul li {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #888888;
    text-align: right;
}

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

.widget.widget_category ul li a {
    float: left;
}

.widget.search_widget {
    position: relative;
}

.widget.search_widget input {
    width: 100%;
    padding: 0 55px 0 10px;
}

.widget.search_widget button {
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    font-size: 14px;
    border: none;
    position: absolute;
    right: 6px;
    top: 7px;
    padding: 13px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.widget.search_widget button:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
}

.widget.widget_social ul {
    margin: -2px;
}

.widget.widget_social ul li {
    display: inline-block;
    margin: 2px;
}

.widget.widget_social ul li a {
    border: 1px solid #e6e6e6;
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.widget.widget_social ul li a:hover {
    background-color: var(--eventor-primary-hover, #AB094B);
    border-color: var(--eventor-primary-hover, #AB094B);
    color: #ffffff;
}

.widget.price_handel_widget .price-amout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: 25px;
}

.widget.price_handel_widget .price-amout input {
    background-color: transparent;
    display: inline-block;
    width: 70px;
    border: none;
    font-size: 15px;
    padding: 0;
    text-align: right;
    height: 42px;
}

.widget.price_handel_widget .price-label {
    border: 1px solid #e6e6e6;
    padding: 0 10px;
}

.widget.price_handel_widget button {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 8px 20px;
    font-weight: normal;
}

.widget.widget_text ul {
    margin-top: 20px;
}

.widget.widget_text ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

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

.widget.widget_text ul li i {
    color: var(--eventor-primary, #c3007d) ;
    position: absolute;
    left: 0;
}

.widget.widget_newslatter .newslatter-form {
    margin-top: 24px;
}

.widget.widget_newslatter .newslatter-form input {
    width: 100%;
    margin-bottom: 15px;
}

.widget.widget_newslatter .newslatter-form [type=submit] {
    padding: 17px 30px;
    margin-bottom: 0;
}

.widget.widget-product-thumb li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.widget.widget-product-thumb li:before,
.widget.widget-product-thumb li:after {
    content: "";
    display: block;
    clear: both;
}

.widget.widget-product-thumb li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget.widget-product-thumb li a {
    color: inherit;
}

.widget.widget-product-thumb .product-thumb {
    width: 80px;
    float: left;
    position: relative;
    border-radius: 30px;
}

.widget.widget-product-thumb .product-content {
    float: right;
    padding-left: 20px;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
}

.widget.widget-product-thumb .product-content h5 {
    color: #151515;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Mulish", sans-serif;
}

.widget.widget-product-thumb .product-content .entry-meta {
    margin-left: -8px;
    margin-right: -8px;
}

.widget.widget-product-thumb .product-content .entry-meta span {
    padding: 0 8px;
    position: relative;
}

.widget.widget-product-thumb .product-content .entry-meta span:before {
    color: #B6B6B6;
    content: "|";
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.widget.widget-product-thumb .product-content .entry-meta span:last-child:before {
    display: none;
}

.widget.widget-product-thumb .product-content .entry-meta a {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
}

.widget.widget-product-thumb .product-content .entry-meta a:hover,
.widget.widget-product-thumb .product-content .entry-meta a:focus {
    color: var(--eventor-primary-hover, #AB094B);
}

.widget.widget_category_product_thumb {
    margin-bottom: 40px;
}

.widget.widget_category_product_thumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.widget.widget_category_product_thumb li {
    padding: 5px;
}

.widget.widget_category_product_thumb li .product-thumb {
    margin-bottom: 10px;
    border-radius: 25px;
    overflow: hidden;
}

.widget.widget_category_product_thumb li .product-thumb a {
    display: block;
    position: relative;
}

.widget.widget_category_product_thumb li .product-thumb a:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.widget.widget_category_product_thumb li .product-thumb a:hover:before,
.widget.widget_category_product_thumb li .product-thumb a:focus:before,
.widget.widget_category_product_thumb li .product-thumb a:active:before {
    opacity: 1;
}

.widget.widget_category_product_thumb li .product-content {
    text-align: center;
}

.widget.widget_category_product_thumb li .product-content h6 {
    margin-bottom: 5px;
    display: inline-block;
    color: #292929;
    
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.widget.widget_category_product_thumb li .product-content .count {
    color: #223645;
    
    font-weight: 600;
    font-size: 13px;
    display: block;
}

.widget.widget_category_product_thumb.colum-3 li {
    width: 33.33%;
}

.widget.widget_category_product_thumb.colum-2 li {
    width: 50%;
}

.sidebar .widget {
    margin-bottom: 15px;
}

.sidebar .widget .widget-title {
    display: table;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    color: #223645;
}

.sidebar .widget .widget-title:before,
.sidebar .widget .widget-title:after {
    background-color: #a7a7a7;
    content: "";
    position: absolute;
    top: 45%;
    width: 50px;
    height: 1px;
}

.sidebar .widget .widget-title:before {
    left: -10px;
}

.sidebar .widget .widget-title:after {
    right: -10px;
}

.sidebar .widget .widget-title-dash-border {
    padding: 5px 25px;
    border-radius: 25px;
    border: 1px dashed #d9d9d9;
    margin-bottom: 35px;
    color: #223645;
    display: inline-block;
}

.sidebar .widget .widget-title-divider-center-bottom {
    position: relative;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 27px;
    text-align: center;
}

.sidebar .widget .widget-title-divider-center-bottom:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: var(--eventor-primary, #c3007d) ;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

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

.sidebar .widget-map iframe {
    height: 280px;
}

.sidebar .widget-bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sidebar .widget-bg-image:before {
    background-color: #151515;
    opacity: 0.7;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sidebar .widget-bg-image * {
    color: #ffffff;
}

.sidebar .information-content {
    margin-bottom: 50px;
    padding: 50px 30px;
}

.sidebar .information-content .button-round-primary {
    margin-top: 20px;
    display: inline-block;
}

.sidebar .icon-list-content ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

.sidebar .icon-list-content ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(250, 3, 104, 0.25);
}

.sidebar .icon-list-content ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .icon-list-content ul li i {
    color: var(--eventor-primary, #c3007d) ;
    margin-right: 8px;
    font-size: 18px;
}

.sidebar .icon-list-content ul li a {
    color: #223645;
    line-height: 1.3;
    font-weight: 600;
}

.sidebar .icon-list-content ul li a:hover {
    color: var(--eventor-primary-hover, #AB094B);
}

.sidebar .widget-detail li {
    -webkit-align-items: end;
    -moz-align-items: end;
    -ms-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 15px;
}

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

.sidebar .widget-detail li h5 {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 500;
}

.sidebar .widget-detail li span {
    color: #787878;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

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

.sidebar .widget-from input:not([type=submit]) {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .sidebar {
        margin-top: 0;
    }
}

.sidebar .widget-bg {
    background-color: #f8f8f8;
    margin-bottom: 50px;
    padding: 30px;
    border-radius: 25px;
}

.sidebar .widget-bg .bg-title {
    background-color: var(--eventor-primary, #c3007d) ;
    color: #ffffff;
    padding: 17px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 30px;
}

.sidebar .sidebar-list ul {
    padding: 0;
    margin: 0;
}

.sidebar .sidebar-list li {
    list-style: none;
    margin-bottom: 8px;
}

.sidebar .sidebar-list li i {
    color: #223645;
    margin-right: 10px;
    font-size: 14px;
}

.sidebar .faq-widget .accordion .card button {
    font-size: 15px;
    font-weight: 600;
    padding: 18px;
    text-transform: capitalize;
}

.sidebar .widget-icon {
    background-color: var(--eventor-primary, #c3007d) ;
    border-radius: 100%;
    color: #ffffff;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.sidebar .or-style {
    color: var(--eventor-primary, #c3007d) ;
    display: table;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 20px;
}

.sidebar .or-style:before,
.sidebar .or-style:after {
    background-color: var(--eventor-primary, #c3007d) ;
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    top: 50%;
    display: inline-block;
}

.sidebar .or-style:before {
    left: 0;
}

.sidebar .or-style:after {
    right: 0;
}

.sidebar .upload-widget .button-primary {
    margin-top: 20px;
}


.site-footer .menu li {
    display: inline-block;
    margin: 0 5px 0;
}

.site-footer .menu {
    text-align: center;
    padding: 0;
    margin: 0 0 5px;
}

.thank-you {
    font-size: 26px;
    font-family: 'Lobster';
    box-shadow: 4px 8px 40px 8px rgba(195, 0, 125, 0.2);
}

.thank-you strong {
    border-bottom: 4px solid #c3007d;
}

.thank-you h1,
.thank-you h2,
.thank-you h3,
.thank-you h4,
.thank-you h5 {
    font-size: 78px;
    font-family: 'Lobster';
}


.flex-viewport {
    margin-bottom: 10px;
}

.flex-control-thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;
}

.flex-control-thumbs li {
    padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 25%;
    width: 25%;
    margin-bottom: 10px;
}

.flex-control-thumbs li img {
    width: 100%;
    cursor: pointer;
}


#wpadminbar {
    /* z-index: 10 !important; */
}

.inner-banner-wrap + .container .woocommerce-message {
    margin-top: 30px;
}


.downloads-style {
    overflow: hidden;
    border-radius: 30px;
    border: 1px dashed #7D87FF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
}

.downloads-style .course-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.downloads-style .course-img {
    margin: 17px 17px 0 17px;
    overflow: hidden;
    border-radius: 20px;
}

.downloads-style .course-content {
    padding: 25px 30px 0 30px;
}

.downloads-style .course-name {
    margin-bottom: 10px;
    /* font-size: 22px; */
}

.downloads-style .course-meta {
    border-bottom: 1px solid #DEDEDE;
    margin-top: 17px;
    padding-bottom: 25px;
}

.downloads-style .course-meta {
    padding-bottom: 20px;
}

.downloads-style .course-footer {
    position: relative;
    padding: 15px 0 15px 0;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}

.downloads-style .course-footer {
    padding: 15px 0 20px 0;
}

.downloads-style .course-teacher img {
    margin-right: 10px;
    vertical-align: middle;
    width: 44px;
    /* border-radius: 50%; */
}

.downloads-style .course-review {
    color: #F6B800;
    font-size: 14px;
}

.downloads-style .course-price {
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    padding: 0 25px;
    border-radius: 20px;
}


.downloads-style .course-price {
    height: 37px;
    line-height: 38px;
    font-size: 18px;
    padding: 0px 30px;
    border-radius: 20px;
    bottom: 24px;
    right: 24px;
}

.downloads-table .product-name {
    font-weight: 700;
}

.downloads-table .product-image {
    width: 100px;
    border-radius: 8px;
    overflow: hidden;
}

.downloads-table .product-source-image {
    max-width: 35px;
}

.downloads-table .product-action {
    width: 135px;
    text-align: right;
}

.downloads-table .product-action .btn {
    color: #066ac9;
    background-color: #066ac91a;
    position: relative;
    overflow: hidden;
    outline: 0;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
}


.product-item .master-wrapper {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 22px;
}

.product-item .master-name {
    font-size: 16px;
    font-family: 'Lobster';
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .master-name svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

@media screen and (max-width: 991px) {
    .product-item .master-name {
        font-size: 14px;
    }

    .product-item .master-name svg {
        width: 16px;
        height: 16px;
    }
}