/*
Theme Name: Prosper Minds Child
Description: Child theme for the Prosper Minds. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: GC / Rkoms
Author URI: http://gocreative.cloud
Template: prosperminds
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Preset colors         
    - body
	- Normalize
	- Box sizing
# Base
    - Secondary Typography      OK
    - Highlights                OK
	- Elements
	- Links
	- Forms
## Layouts
# Components
    - Header
	    - Navigation
    - Footer

	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries

#Pages
    - About                     OK
# plugins
	    
# Utilities
	


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/



/* Preset colors
--------------------------------------------- */
:root {
    --secColor: #ba8c4a;
}

::-moz-selection {
    /* Code for Firefox */
    color: var(--mainColor) !important;
    background: var(--secondaryBackground) !important;
}

p {
    margin: 0;
    padding: 0;
}

::selection {
    color: var(--mainColor) !important;
    background: var(--secondaryBackground) !important;
}


h2, .text-h2 {
    font-size: 90px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.04em;
}


/*for preloader*/
header {
    z-index: 9999999 !important;
}
.nayla-page-transition {
        z-index: 99999999 !important;
   
}
/*header var color fixes*/

body .site-header.dark {
    --secColor: #ba8c4a;

    --mainBackground: #F8F8F8 !important;
    --secondaryBackground: #BA8C4A !important;
}

body {
    background-position: center center;
    background-repeat: repeat-y;
    background-size: auto;
}

body.light {
    background-image: url(/assets/img/bg.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: auto;
    transition: .52s ease all;
}

body.dark, .light:not(body) {
    background-color: #1C1D20;
    background-image: url(/assets/img/line_dark.png);
    background-position: center center;
    background-repeat: repeat-y;
    transition: .52s ease all;

}

body.dark .elementor-1572 .elementor-element.elementor-element-f9b6d7a:not(.elementor-motion-effects-element-type-background) {
    background-color: initial;
    transition: .52s ease all;
}

/* SVG Back shapes
--------------------------------------------- */
body .svg-holder {
    display: flex;
    justify-content: space-between;
    max-width: 530px;
    margin: auto;
}

body.dark .svg-holder,
.light:not(body) .svg-holder {
    max-width: 456px;
    padding-left: 3px;
}

.svg-holder::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--mainBackground);
    position: absolute;
    left: 0;
    top: 11px;
    z-index: -1;
}


body.light .svg-holder svg {
    fill: var(--mainColor);
    /* width: 20px; */
}

body.dark .svg-holder svg,
.light:not(body) .svg-holder svg {
    fill: var(--mainColor)
}


/* Heading & text prefixes
--------------------------------------------- */
.prefix_on_normal {
    position: relative;
}

.prefix_on_normal::before {
    position: relative;
    display: inline-block;
    content: "";
    height: 1px;
    inset-inline-start: 0;
    transition: all .5s;
    background-color: var(--mainColor);
    --prefix-width: 90px;
    --prefix-gap: 30px;
    vertical-align: middle;
}

.gc-title.prefix_on_normal::before {
    width: var(--prefix-width);
    margin-right: var(--prefix-gap);
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Secondary highlight fonts
--------------------------------------------- */
@font-face {
    font-family: 'newyorkregular';
    src: url('/assets/fonts/NewYork.woff2') format('woff2'),
        url('/assets/fontsNewYork.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    size-adjust: 128%
}



@font-face {
    font-family: 'Glorify';
    src: url('/assets/fonts/GlorifyDEMO.woff2') format('woff2'),
        url('/assets/fonts/GlorifyDEMO.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Meditative';
    src: url('/assets/fonts/Meditative.woff2') format('woff2'),
        url('/assets/fonts/Meditative.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('/assets/fonts/Recoleta-Regular.woff2') format('woff2'),
        url('/assets/fonts/Recoleta-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Secondary highlight fonts
--------------------------------------------- */
.highlight {
    font-family: 'newyorkregular';
    display: contents !important;
    font-size: .9em;
}

.highlight {
    font-family: 'Glorify';
    display: contents !important;
    font-size: 1.12em;
    letter-spacing: .01em;
    /* color: var(--secColor); */
}

.highlight.section-h1 {
    font-size: 102px !important;
    letter-spacing: -0.04em;
}



.highlight.section-h2 {
    font-size: 90px !important;
    letter-spacing: -0.04em;
}

.gc-title.section-h2 {
    /* for higlight text at second line not first*/
    font-size: 64px !important;
    /* for higlight text at first line not second*/
    font-size: 21px !important;
    letter-spacing: 2px;
    width: 100% !important;
}

.gc-title.section-h2::before {
    width: 90px !important;
    --prefix-gap: 15px;
    /* vertical-align: text-top; */
    /* for higlight text at second line not first*/
}

.section-h3 {
    font-family: 'Glorify';
    font-size: 52px !important;
    letter-spacing: -0.04em;
}

/*highlights*/
.linesMask .anim_line span {
    width: 100%;
}

.highlight-color {
    color: var(--secColor);
}

.highlight-contact {
    font-family: 'Glorify';
    display: contents !important;
    font-size: 1.12em;
    letter-spacing: .01em;
    /* color: var(--secColor); */
    line-height: 1.3;
    font-size: 1em;
    letter-spacing: -0.02em;
}


/*--------------------------------------------------------------
# Components => Section
--------------------------------------------------------------*/
section.elementor-section.section {
    padding: 72px 0;
}

/*--------------------------------------------------------------
# Components => Header
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */


/* Navigation Menu
--------------------- */
.menu-toggle .toggle-lines {
    align-items: flex-end;
}

.menu-toggle .toggle-line {
    width: 50px;
    height: 2px;
}

.menu-toggle .toggle-line:first-child {
    width: 70px
}

.menu-toggle.active .toggle-line:first-child {
    width: 50px;
}

#site-navigation.classic ul.menu>li>a>span {
    padding-left: 14px;
}

#site-navigation.classic ul.menu>li>a>span.hov_span::before {
    display: block;
    content: "";
    height: 8px;
    width: 8px;
    -webkit-box-shadow: 0 0 0 2px var(--secondaryBackground) inset;
    box-shadow: 0 0 0 2px var(--secondaryBackground) inset;
    border-radius: 50%;
    top: 4px;
    left: 5px;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
    position: absolute;
    /* opacity: 0; */
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

#site-navigation.classic ul.menu>li>a>span::after {
    /*  content: "◯ "attr(data-text); */
}


/* Drop down content
--------------------- */
.elementor-759 .elementor-element.elementor-element-52b201f7:not(.elementor-motion-effects-element-type-background),
.elementor-759 .elementor-element.elementor-element-52b201f7>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--mainBackground) !important;
}


/* left side - menu
--------------------- */


.fullscreen_menu ul.menu.main-menu li {
    font-size: 5.4vh;
    letter-spacing: -0.01em;
}

@media (max-width: 767px) {
    .fullscreen_menu ul.menu.main-menu li {
        font-size: 30px;
    }
}

.fullscreen_menu .highlight {}


#site-navigation.fullscreen_menu ul.menu.active li:hover a {
    color: var(--secColor);
    transition: .3s ease all;

}


/* Menu Indicator
--------------------- */
/* .menu-prosper-minds-main-menu {
    list-style: none;
    margin: 50px auto;
    max-width: 720px;
    padding: 0;
    width: 100%;
}

.menu-item {
    background: var(--mainBackground);

    display: block;
    float: left;
    margin: 0;
    width: 20%;
}

.menu-item:first-child {
    border-radius: 3px 0 0 3px;
}

.menu-item:last-child {
    border-radius: 0 3px 3px 0;
}

.menu-item.is-active a {
    color: #e82d00;
}

.menu-item a {
    color: #121212;
    display: block;
    text-decoration: none;
    margin: 5px 0;
}

.menu-item a:hover {
    color: #e82d00;
}

.main-menu {
    position: relative;
    z-index: 0;
}

.main-menu .menu-item:last-child:before, .main-menu .menu-item:last-child:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    transition: left 1.3s ease;
}

.main-menu .menu-item:last-child:before {
    border: 2px solid transparent;
    border-top-color: var(--mainColor);
    width: 0;
    height: 0;
    top: 0;
    left: 10%;
    margin-left: -3px;
}

.main-menu .menu-item:last-child:after {
    box-shadow: 0px 0px 20px #e4e4e4;
    top: -1px;
    bottom: -1px;
    left: 1px;
    width: inherit;
    z-index: -1;
}

.main-menu .menu-item:nth-child(1).is-active~.menu-item:last-child:after {
    left: 0%;
}

.main-menu .menu-item:nth-child(1).is-active~.menu-item:last-child:before {
    left: 10%;
}

.main-menu .menu-item:nth-child(2).is-active~.menu-item:last-child:after {
    left: 20%;
}

.main-menu .menu-item:nth-child(2).is-active~.menu-item:last-child:before {
    left: 30%;
}

.main-menu .menu-item:nth-child(3).is-active~.menu-item:last-child:after {
    left: 40%;
}

.main-menu .menu-item:nth-child(3).is-active~.menu-item:last-child:before {
    left: 50%;
}

.main-menu .menu-item:nth-child(4).is-active~.menu-item:last-child:after {
    left: 60%;
}

.main-menu .menu-item:nth-child(4).is-active~.menu-item:last-child:before {
    left: 70%;
}

.main-menu .menu-item:nth-child(1):hover~.menu-item:last-child:after {
    left: 0% !important;
}

.main-menu .menu-item:nth-child(1):hover~.menu-item:last-child:before {
    left: 10% !important;
}

.main-menu .menu-item:nth-child(2):hover~.menu-item:last-child:after {
    left: 20% !important;
}

.main-menu .menu-item:nth-child(2):hover~.menu-item:last-child:before {
    left: 30% !important;
}

.main-menu .menu-item:nth-child(3):hover~.menu-item:last-child:after {
    left: 40% !important;
}

.main-menu .menu-item:nth-child(3):hover~.menu-item:last-child:before {
    left: 50% !important;
}

.main-menu .menu-item:nth-child(4):hover~.menu-item:last-child:after {
    left: 60% !important;
}

.main-menu .menu-item:nth-child(4):hover~.menu-item:last-child:before {
    left: 70% !important;
}

.main-menu .menu-item:last-child:hover:before, .main-menu .menu-item:last-child.is-active:before {
    left: 90% !important;
}

.main-menu .menu-item:last-child:hover:after, .main-menu .menu-item:last-child.is-active:after {
    left: 80% !important;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.menu-prosper-minds-main-menu:before,
.menu-prosper-minds-main-menu:after {
    content: " ";
    display: table;
}

.menu-prosper-minds-main-menu:after {
    clear: both;
}



.toggle {
    color: #fff;
    font-family: sans-serif;
    text-align: center;
} */


/*--------------------------------------------------------------
# Components => Footer
--------------------------------------------------------------*/


/* Logo dark/light   
--------------------------------------------- */
body.light #footer .dark-logo {
    display: none;
}

body.dark #footer .light-logo {
    display: none;
}



/*--------------------------------------------------------------
# Pages => Landing
--------------------------------------------------------------*/


/* Hero CTA
--------------------------------------------- */


@media only screen and (min-width: 1600px) {
    .elementor-section.wrapper-wide.gc-hero .elementor-container {
        max-width: 100% !important;

    }
}

/* Left Section 
--------------------------------------------- */

/*wcf*/
.wcf--counter {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    text-align: flex-start
}

.wcf--counter-number {
    color: #1C1D20;
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: -8px
}

.wcf--counter-number-prefix {
    color: #1C1D20
}

.wcf--counter-number-suffix {
    color: #1C1D20;
    font-size: 0.5em;
    top: 3px;
    position: relative;
}

.wcf--counter-number-prefix,
.wcf--counter-number-suffix {
    font-size: 60px;
    line-height: 1.1em;
    letter-spacing: -8px
}

.wcf--counter .title {
    color: #1C1D20;
    font-size: 16px;
    line-height: 1.25em
}

/*Cou*/
/*counter elements*/
.gc-hero-left {}

.gc-hero-left .elementor-counter-number-wrapper {
    font-size: 41px !important
}

.gc-hero-left .elementor-counter-title {
    font-size: .9rem !important;
    line-height: 20px !important;
    color: var(--mainColor) !important;
}

.gc-hero-left .elementor-widget-counter {
    margin: 0 !important
}

.gc-hero-left .elementor-counter .elementor-counter-number-suffix {
    color: var(--mainColor);
    font-size: 0.5em;
    top: 3px;
    position: relative;
}

.gc-hero-pre-h p {
    font-size: .9rem !important;
}

.gc-hero-left .elementor-counter-number,
.gc-hero-left .elementor-counter-number-prefix {
    color: var(--mainColor);
    /*  color: var(--mainBackground) !important;
    text-shadow: 0 0 5px #0000004a; */
}

/* Middle section image
--------------------------------------------- */
.gc-hero-img .single-image {
    /*  position: absolute;
    bottom: 0;
    left: 300px; */
}

.elementor-element-94c88d2 {
    overflow: hidden;
    border-radius: 20px;
}




/* right Section 
--------------------------------------------- */

/* top  section heading/highlight
------------- */
.highlight.hero {
    font-size: 120px;
    letter-spacing: -0.04em;
}

.gc-hero-right .text-h2 {
    font-size: 64px;
    margin: 0;
}



/* bottom section rates
------------- */
.gc-hero-rates .md-arrow_downward,
.gc-hero-rates .md-arrow_upward {
    font-size: 70px;
}

.gc-hero-rates .md-arrow_downward {
    color: var(--mainColor);
}

.gc-hero-rates .md-arrow_upward {
    color: var(--secColor)
}

.gc-hero-right .elementor-icon {
    border: 1px solid var(--mainColor) !important;
}

.nayla-list.underlined li {
    width: fit-content;
}

.nayla-list.underlined li.has-anim-text::after {
    height: 1px;
}

/*media queries*/
@media screen and (max-width: 1600px) {
    .highlight.hero {
        font-size: 100px;
    }

    .gc-hero-right .text-h2 {
        font-size: 50px;
    }

    body:not(.rtl) .elementor-1572 .elementor-element.elementor-element-d454596 {
        left: 12% !important;
    }

    .elementor-1572 .elementor-element.elementor-element-d454596 .single-image {
        width: 641px !important;
    }

    .elementor-1572 .elementor-element.elementor-element-f9b6d7a {
        padding: 90px 50px 90px 50px !important;
    }

}

@media screen and (max-width: 1024px) {
    .elementor-1572 .elementor-element.elementor-element-f9b6d7a {
        padding: 120px 0px 120px 0px !important;
    }

    .gc-hero-right {
        order: 1 !important;
    }

    .gc-hero-left {
        order: 2 !important;
    }
}

@media screen and (max-width: 767px) {
    .highlight.hero {
        font-size: 61px;
    }

    .gc-hero-right .text-h2 {
        font-size: 32px;
    }

    .prefix_on_normal::before {
        --prefix-width: 41px;
        --prefix-gap: 20px;

    }

    .gc-hero-right-one {
        order: 3 !important
    }

    .gc-hero-right-two {
        order: 4 !important
    }

    .gc-hero-right-three {
        order: 1 !important
    }

    .gc-hero-right-four {
        order: 2 !important
    }

    .nayla-list.underlined li {
        width: fit-content;
    }

    .elementor-1572 .elementor-element.elementor-element-d454596 .single-image {
        width: 355px !important;
    }
}


@media only screen and (min-width: 1367px) and (max-width: 1600px) {}

/* 30 years experience
--------------------------------------------- */
.experience-right-wrap {
    bottom: -140px;
}

.elementor-column.experience-left {
    height: 370px !important;
    width: 350px !important;
}

.elementor-column.experience-left .gc-years {
    color: var(--mainBackground);
}

.elementor-column.experience-right {
    max-width: 200px;
    height: 175px !important;

}

.elementor-column.experience-left .elementor-widget-wrap {
    background: var(--mainColor) !important;
}

.elementor-column.experience-right .elementor-widget-wrap {
    background: var(--secColor) !important;
}

.experience-arrow {
    max-width: 100px;
    position: absolute !important;
    bottom: -44px;
    right: 5px;
}

@media screen and (max-width: 1024px) {
    .elementor-column.experience-left {
        height: 320px !important;
        width: 300px !important;
    }

    .elementor-column.experience-right {
        max-width: 150px;
        height: 125px !important;
    }

}

@media screen and (max-width: 767px) {
    .elementor-column.experience-left {
        height: 320px !important;
        width: 100% !important;
    }

    .highlight.section-h2 {
        font-size: 60px !important;
    }

    .experience-arrow {
        transform: rotateY(180deg);
        right: 75px;
    }
}

/*--------------------------------------------------------------
# Pages => About
--------------------------------------------------------------*/

/* Timeline transition  
--------------------------------------------- */
.elementor-1572 .elementor-element.elementor-element-00e1058:not(.elementor-motion-effects-element-type-background),
.elementor-1572 .elementor-element.elementor-element-00e1058>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--mainBackground);
}

body.dark .elementor-1572 .elementor-element.elementor-element-00e1058:not(.elementor-motion-effects-element-type-background),
.elementor-1572 .elementor-element.elementor-element-00e1058>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: var(--secondaryBackground);
}

/* Timeline 
--------------------------------------------- */


.btn {
    background-color: var(--fg);
    border-radius: 0.25em;
    color: var(--bg);
    cursor: pointer;
    padding: 0.375em 0.75em;
    transition:
        background-color calc(var(--trans-dur) / 2) linear,
        color var(--trans-dur);
    -webkit-tap-highlight-color: transparent;
    border: none;
    color: var(--mainColor)
}

.btn:hover {
    background-color: hsl(var(--hue), 10%, 50%);
}

.btn-group {
    display: flex;
    gap: 0.375em;
    margin-bottom: 1.5em;
}

.timeline {
    margin: auto;
    padding: 0 1.5em;
    width: 100%;
    max-width: 36em;
}

.timeline__today {
    color: var(--secColor);
    position: absolute;
    left: -30px;
    bottom: 50px
}

.timeline__arrow {
    color: var(--mainColor);
    pointer-events: none;
    background-color: transparent;
    border-radius: 0.25em;
    cursor: pointer;
    flex-shrink: 0;
    margin-inline-end: 0.25em;
    outline: transparent;
    width: 2em;
    height: 2em;
    transition:
        background-color calc(var(--trans-dur) / 2) linear,
        color var(--trans-dur);
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    border: none;
    left: -9px;
    position: relative
}

.timeline__arrow:focus-visible,
.timeline__arrow:hover {
    background-color: hsl(var(--hue), 10%, 50%, 0.4);
}

.timeline__arrow-icon {
    display: block;
    pointer-events: none;
    transform: rotate(-90deg);
    transition: transform var(--trans-dur) var(--trans-timing);
    width: 100%;
    height: auto;
}

.timeline__date {
    color: var(--secColor);
    font-weight: 700;
    font-size: 0.833em;
    line-height: 2.4;
}

.timeline__dot {
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    margin: 0.625em 0;
    margin-inline-end: 1em;
    position: relative;
    width: 0.75em;
    height: 0.75em;
}

.timeline__item {
    position: relative;
    padding-bottom: 2.25em;
}

.timeline__item:not(:last-child):before {
    background-color: currentColor;
    content: "";
    display: block;
    position: absolute;
    top: 1em;
    left: 2.625em;
    width: 0.125em;
    height: 100%;
    transform: translateX(-50%);
}

[dir="rtl"] .timeline__arrow-icon {
    transform: rotate(90deg);
}

[dir="rtl"] .timeline__item:not(:last-child):before {
    right: 2.625em;
    left: auto;
    transform: translateX(50%);
}

.timeline__item-header {
    display: flex;
}

.timeline__item-body {
    border-radius: 0.375em;
    overflow: hidden;
    margin-top: 0.5em;
    margin-inline-start: 4em;
    height: 0;
}

.timeline__item-body-content {
    background-color: hsl(var(--hue), 10%, 50%, 0.2);
    opacity: 0;
    padding: 0.5em 0.75em;
    visibility: hidden;
    transition:
        opacity var(--trans-dur) var(--trans-timing),
        visibility var(--trans-dur) steps(1, end);
}

.timeline__meta {
    width: 100%;
}

.timeline__title {
    font-size: 1.5em;
    line-height: 1.333;
}

/* Expanded state */
.timeline__item-body--expanded {
    height: auto;
}

.timeline__item-body--expanded .timeline__item-body-content {
    opacity: 1;
    visibility: visible;
    transition-delay: var(--trans-dur), 0s;
}

.timeline__arrow[aria-expanded="true"] .timeline__arrow-icon {
    transform: rotate(0);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue), 10%, 10%);
        --fg: hsl(var(--hue), 10%, 90%);
        --primary: hsl(var(--hue), 90%, 70%);
    }
}


span.timeline__dot.job {
    color: var(--secColor);
    outline: var(--mainColor) 3px solid;
    opacity: 0;
}

/* ==================== Progress bar idicator bfr ==================== */

.progress-container {
    width: 100%;
    height: 4px;
    background: #fff0;
    z-index: 99999;
    position: fixed;
    top: 0;
    z-index: 999999999;
}


/* The progress bar (scroll indicator) */

.gc-progress-bar {
    height: 4px;
    background: var(--secColor);
    width: 0%;
    z-index: 9999999;
}


/* ==================== The progress Scroll button bar  ==================== */

:root {
    --bfr-green: var(--secColor);
    --bfr-black: var(--mainColor);
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 479px) {
    .progress-wrap {
        right: 15px;
        bottom: 15px;
    }
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'ETmodules' !important;
    content: "\18";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'ETmodules' !important;
    content: "\18";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--bfr-green), var(--bfr-black));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--grey);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

body .progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

body .progress-wrap::after {
    color: var(--bfr-green);
}

body .progress-wrap svg.progress-circle path {
    stroke: var(--bfr-green);
}