/*
 Theme Name: compartamos
 Description: Dev Software798
 Author: Soporte TI
 Version: V1
 */
 body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}
 img.wp-smiley,
 img.emoji {
     display: inline !important;
     border: none !important;
     box-shadow: none !important;
     height: 1em !important;
     width: 1em !important;
     margin: 0 0.07em !important;
     vertical-align: -0.1em !important;
     background: none !important;
     padding: 0 !important;
 }



 .wp-block-audio figcaption {
     color: #555;
     font-size: 13px;
     text-align: center
 }

 .is-dark-theme .wp-block-audio figcaption {
     color: hsla(0, 0%, 100%, .65)
 }

 .wp-block-audio {
     margin: 0 0 1em
 }

 .wp-block-code {
     border: 1px solid #ccc;
     border-radius: 4px;
     font-family: Menlo, Consolas, monaco, monospace;
     padding: .8em 1em
 }

 .wp-block-embed figcaption {
     color: #555;
     font-size: 13px;
     text-align: center
 }

 .is-dark-theme .wp-block-embed figcaption {
     color: hsla(0, 0%, 100%, .65)
 }

 .wp-block-embed {
     margin: 0 0 1em
 }

 .blocks-gallery-caption {
     color: #555;
     font-size: 13px;
     text-align: center
 }

 .is-dark-theme .blocks-gallery-caption {
     color: hsla(0, 0%, 100%, .65)
 }

 .wp-block-image figcaption {
     color: #555;
     font-size: 13px;
     text-align: center
 }

 .is-dark-theme .wp-block-image figcaption {
     color: hsla(0, 0%, 100%, .65)
 }

 .wp-block-image {
     margin: 0 0 1em
 }

 .wp-block-pullquote {
     border-bottom: 4px solid;
     border-top: 4px solid;
     color: currentColor;
     margin-bottom: 1.75em
 }

 .wp-block-pullquote cite,
 .wp-block-pullquote footer,
 .wp-block-pullquote__citation {
     color: currentColor;
     font-size: .8125em;
     font-style: normal;
     text-transform: uppercase
 }

 .wp-block-quote {
     border-left: .25em solid;
     margin: 0 0 1.75em;
     padding-left: 1em
 }

 .wp-block-quote cite,
 .wp-block-quote footer {
     color: currentColor;
     font-size: .8125em;
     font-style: normal;
     position: relative
 }

 .wp-block-quote.has-text-align-right {
     border-left: none;
     border-right: .25em solid;
     padding-left: 0;
     padding-right: 1em
 }

 .wp-block-quote.has-text-align-center {
     border: none;
     padding-left: 0
 }

 .wp-block-quote.is-large,
 .wp-block-quote.is-style-large,
 .wp-block-quote.is-style-plain {
     border: none
 }

 .wp-block-search .wp-block-search__label {
     font-weight: 700
 }

 .wp-block-search__button {
     border: 1px solid #ccc;
     padding: .375em .625em
 }

 :where(.wp-block-group.has-background) {
     padding: 1.25em 2.375em
 }

 .wp-block-separator.has-css-opacity {
     opacity: .4
 }

 .wp-block-separator {
     border: none;
     border-bottom: 2px solid;
     margin-left: auto;
     margin-right: auto
 }

 .wp-block-separator.has-alpha-channel-opacity {
     opacity: 1
 }

 .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
     width: 100px
 }

 .wp-block-separator.has-background:not(.is-style-dots) {
     border-bottom: none;
     height: 1px
 }

 .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
     height: 2px
 }

 .wp-block-table {
     margin: 0 0 1em
 }

 .wp-block-table td,
 .wp-block-table th {
     word-break: normal
 }

 .wp-block-table figcaption {
     color: #555;
     font-size: 13px;
     text-align: center
 }

 .is-dark-theme .wp-block-table figcaption {
     color: hsla(0, 0%, 100%, .65)
 }

 .wp-block-video figcaption {
     color: #555;
     font-size: 13px;
     text-align: center
 }

 .is-dark-theme .wp-block-video figcaption {
     color: hsla(0, 0%, 100%, .65)
 }

 .wp-block-video {
     margin: 0 0 1em
 }

 .wp-block-template-part.has-background {
     margin-bottom: 0;
     margin-top: 0;
     padding: 1.25em 2.375em
 }
 .dox {
    background-color: #DE2021
}

.dox {
    color: #DE2021
}

html:roots {
    --tp-theme-1: #DE2021;
}

.dox {
    border-color: #DE2021
}

.dox {
    background-color: #2FC0AF
}
.etn-event-single-content-wrap .etn-event-meta .etn-event-category span,
.etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border,
.etn-btn.etn-btn-border,
.attr-btn-primary.etn-btn-border,
.etn-attendee-form .etn-btn.etn-btn-border,
.etn-ticket-widget .etn-btn.etn-btn-border,
.etn-settings-dashboard .button-primary.etn-btn-border,
.etn-single-speaker-item .etn-speaker-content a:hover,
.etn-event-style2 .etn-event-date,
.etn-event-style3 .etn-event-content .etn-title a:hover,
.event-tab-wrapper ul li a.etn-tab-a,
.etn-speaker-item.style-3:hover .etn-speaker-content .etn-title a,
.etn-variable-ticket-widget .ticket-header,
.events_calendar_list .calendar-event-details:hover .calendar-event-title,
.etn-event-item:hover .etn-title a,
.etn-recurring-widget .etn-date-text,

.etn-event-header ul li i {
    color: #5D78FF;
}

.etn-event-item .etn-event-category span,
.etn-btn,
.attr-btn-primary,
.etn-attendee-form .etn-btn,
.etn-ticket-widget .etn-btn,
.schedule-list-1 .schedule-header,
.speaker-style4 .etn-speaker-content .etn-title a,
.etn-speaker-details3 .speaker-title-info,
.etn-event-slider .swiper-pagination-bullet,
.etn-speaker-slider .swiper-pagination-bullet,
.etn-event-slider .swiper-button-next,
.etn-event-slider .swiper-button-prev,
.etn-speaker-slider .swiper-button-next,
.etn-speaker-slider .swiper-button-prev,
.etn-single-speaker-item .etn-speaker-thumb .etn-speakers-social a,
.etn-event-header .etn-event-countdown-wrap .etn-count-item,
.schedule-tab-1 .etn-nav li a.etn-active,
.schedule-list-wrapper .schedule-listing.multi-schedule-list .schedule-slot-time,
.etn-speaker-item.style-3 .etn-speaker-content .etn-speakers-social a,
.event-tab-wrapper ul li a.etn-tab-a.etn-active,
.etn-btn,
button.etn-btn.etn-btn-primary,
.etn-schedule-style-3 ul li:before,
.etn-zoom-btn,
.cat-radio-btn-list [type=radio]:checked+label:after,
.cat-radio-btn-list [type=radio]:not(:checked)+label:after,
.etn-default-calendar-style .fc-button:hover,
.etn-default-calendar-style .fc-state-highlight,
.etn-calender-list a:hover,
.events_calendar_standard .cat-dropdown-list select,
.etn-event-banner-wrap,
.events_calendar_list .calendar-event-details .calendar-event-content .calendar-event-category-wrap .etn-event-category,
.etn-variable-ticket-widget .etn-add-to-cart-block,
.etn-recurring-event-wrapper #seeMore,
.more-event-tag,
.etn-settings-dashboard .button-primary {
    background-color: #5D78FF;
}

.etn-event-item .etn-event-footer .etn-atend-btn .etn-btn-border,
.etn-btn.etn-btn-border,
.attr-btn-primary.etn-btn-border,
.etn-attendee-form .etn-btn.etn-btn-border,
.etn-ticket-widget .etn-btn.etn-btn-border,
.event-tab-wrapper ul li a.etn-tab-a,
.event-tab-wrapper ul li a.etn-tab-a.etn-active,
.etn-schedule-style-3 ul li:after,
.etn-default-calendar-style .fc-ltr .fc-basic-view .fc-day-top.fc-today .fc-day-number,
.etn-default-calendar-style .fc-button:hover,
.etn-variable-ticket-widget .etn-variable-total-price,
.etn-settings-dashboard .button-primary.etn-btn-border {
    border-color: #5D78FF;
}

.schedule-tab-wrapper .etn-nav li a.etn-active,
.etn-speaker-item.style-3 .etn-speaker-content {
    border-bottom-color: #5D78FF;
}

.schedule-tab-wrapper .etn-nav li a:after,
.etn-event-list2 .etn-event-content,
.schedule-tab-1 .etn-nav li a.etn-active:after {
    border-color: #5D78FF transparent transparent transparent;
}

.etn-default-calendar-style .fc .fc-daygrid-bg-harness:first-of-type:before {
    background-color: #5D78FF2A;
}

.sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,
.left-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,
.right-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,
.widget .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,
.widgets .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,
.main-sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before,
#sidebar .etn-default-calendar-style .fc .fc-daygrid-bg-harness:nth-of-type(1)::before {
    background-color: #5D78FF;
}



.woocommerce form .form-row .required {
    visibility: visible;}
    .woocommerce-product-gallery {
        opacity: 1 !important;
    }

 

    .campaign-progress-bar .bar,
    .donate-button,
    .charitable-donation-form .donation-amount.selected,
    .charitable-donation-amount-form .donation-amount.selected {
        background-color: #f89d35;
    }

    .charitable-donation-form .donation-amount.selected,
    .charitable-donation-amount-form .donation-amount.selected,
    .charitable-notice,
    .charitable-drag-drop-images li:hover a.remove-image,
    .supports-drag-drop .charitable-drag-drop-dropzone.drag-over {
        border-color: #f89d35;
    }

    .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
        background-color: #5fbd74;
    }

    .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
        color: #5fbd74;
        border-color: #5fbd74;
    }
    .admin-bar .header-sticky {
        margin-top: 0px !important;
    }
    .elementor-195 .elementor-element.elementor-element-7dffe7b > .elementor-widget-container{
        padding: 0px 0px 0px 0px !important;
    }
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.tp-slider-2__thumb-text {
    right: 20% !important;
}
.tp-slider-2__content{
    padding-top: 140px !important;
}
}
.elementor-195 .elementor-element.elementor-element-94cba0b > .elementor-widget-container{
    padding: 0px 0px 0px 0px !important;
}
.tp-about-2__right-box{
    padding-left: 20px !important;
}
.tp-donate-2__right-text{
    padding-bottom: 40px !important;
}
.tp-btn{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%);
}
.tp-btn::after {
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%);
}
.tp-slider-2-title{
    color: #d61965 !important;
}
.tp-slider-2-title b{
    -webkit-text-stroke-color: #440266 !important;
}
.tp-section-subtitle{
    color: #d61965 !important;
}

.tp-section-subtitle-2{
    color: #d61965 !important;
}
.tp-section-subtitle-3{
    color: #d61965 !important;
}
.tp-section-subtitle-3::after{
    background-color: #330066 !important;
}
.tp-section-subtitle-2::before{
    background-color: #330066 !important;
}
.tp-section-title{
    color: #1d1729 !important;
}
.tp-about-2__list-icon i{
    color: #1d1729 !important;
}
.tp-about-2__thumb-border{
    border: 4px solid #d61965 !important;
}
h1, h2, h3, h4, h5, h6{
    color: #1d1729 !important;
}
.tp-funfact-2__title-sm{
    color: white !important;
}
.tp-funfact-2__icon span{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%) !important;
}
.theme-bg{
    background: #000000 !important;
}
.tp-funfact-2__icon span::after{
    background: -webkit-linear-gradient(180deg,  #330066 0%, #d61965 100%) !important;
}
.scroll-top{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%) !important;
}
.tp-about-2__list-icon i{
    color: #1d1729 !important;
}
.tp-donate-2__title{
    color: #1d1729 !important;
}
.tp-donate-2-progress-item .progress .progress-bar{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%) !important;
}
.tp-service-3__title-sm{
    color: #1d1729 !important;
}
.tp-about-2__title-sm{
    color: #1d1729 !important;
}
.tp-header-2__plr{
    margin-top: 0px !important;
}
.tp-donate-2__thumb::after{
    background-color: none !important;
}
.tp-grey-btn{
    color: #c91765 !important;
}
.tp-grey-btn::after{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%) !important;
    color: white !important;
}
.tp-grey-btn:hover {
    color: white !important;
}
.tp-section-subtitle::before{
    background-color: #c91765 !important;
}
.tp-testimonial-2__icon span{
    color: #c91765 !important;
}
.tp-donate-2-progress-item .progress-count{
    color: #1d1729 !important;
}
.tp-donate-2-progress-item .progress-goals span b{
    color: #1d1729 !important;
}
.tp-footer-color{
    background-color: rgb(255 255 255 / 100%) !important;
}
.tp-breadcrumb-height{
    background-color: #696565 !important ;
}
.tp-breadcrumb__list span{
    text-transform: initial;
}
.tp-breadcrumb__title{
    color: white !important;
}
.tp-breadcrumb-height{
    padding-top: 110px !important;
    padding-bottom: 55px !important;
}
.charitable-submit-field .button{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%) !important;

}
.tp-donation-details__progress-item{
    padding-top: 30px !important;
}
.tp-event-details__author-info{
    padding: 25px !important;
}
.tp-footer__bg{
    padding-top: 70px !important;
    padding-bottom: 0px !important;
}
.action-title{
    color: white !important;
}
.tp-section-subtitle::after{
    background-color: #330066 !important;
}
.tp-event-details__social-box a::after{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%) !important;
}
.tp-donate-2-progress-item .progress-goals::after{
content: none !important;
}
.tp-custom-accordion .accordion-buttons::after{
    color: #d61965 !important;
}
.tp-custom-accordion .accordion-body::after{
    background-color: #d61965 !important;
}
.tp-header-2__main-menu > nav > ul > li > a::after{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%) !important;
}
.tp-header-2__bar button{
    color: #d61965 !important;
    border: 1px solid #d61965 !important;
}
.h-white{
    color: white !important;
}
.tpoffcanvas__social .social-icon a:hover{
    background: -webkit-linear-gradient(180deg, #d61965 0%, #330066 100%) !important;
}
.tp-main-menu-mobile ul li:hover > a{
    color: #d61965 !important;
}
.tpoffcanvas__contact-info ul li a:hover{
    color: #d61965 !important;
}
.tp-footer__icon i{
    color: #d61965 !important;
}
.tp-footer__list ul li a:hover{
    color: #d61965 !important;
}
.tp-testimonial-2__space{

    padding-bottom: 30px !important;
}