

/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #783c00;
	--primary-100: #5f2f00;
	--primary-200: #522900;
	--primary-300: #452200;
	--primary--100: #924900;
	--primary--200: #9e4f00;
	--primary--300: #ab5600;
	--primary-rgba-0: rgba(120, 60, 0, 0);
	--primary-rgba-10: rgba(120, 60, 0, 0.1);
	--primary-rgba-20: rgba(120, 60, 0, 0.2);
	--primary-rgba-30: rgba(120, 60, 0, 0.3);
	--primary-rgba-40: rgba(120, 60, 0, 0.4);
	--primary-rgba-50: rgba(120, 60, 0, 0.5);
	--primary-rgba-60: rgba(120, 60, 0, 0.6);
	--primary-rgba-70: rgba(120, 60, 0, 0.7);
	--primary-rgba-80: rgba(120, 60, 0, 0.8);
	--primary-rgba-90: rgba(120, 60, 0, 0.9);
	--secondary: #e5f6fb;
	--secondary-100: #cfeef8;
	--secondary-200: #c4ebf6;
	--secondary-300: #b9e7f4;
	--secondary--100: #fbfefe;
	--secondary--200: #ffffff;
	--secondary--300: #ffffff;
	--secondary-rgba-0: rgba(229, 246, 251, 0);
	--secondary-rgba-10: rgba(229, 246, 251, 0.1);
	--secondary-rgba-20: rgba(229, 246, 251, 0.2);
	--secondary-rgba-30: rgba(229, 246, 251, 0.3);
	--secondary-rgba-40: rgba(229, 246, 251, 0.4);
	--secondary-rgba-50: rgba(229, 246, 251, 0.5);
	--secondary-rgba-60: rgba(229, 246, 251, 0.6);
	--secondary-rgba-70: rgba(229, 246, 251, 0.7);
	--secondary-rgba-80: rgba(229, 246, 251, 0.8);
	--secondary-rgba-90: rgba(229, 246, 251, 0.9);
	--tertiary: #2baab1;
	--tertiary-100: #26969c;
	--tertiary-200: #248c92;
	--tertiary-300: #218388;
	--tertiary--100: #30bec6;
	--tertiary--200: #34c6ce;
	--tertiary--300: #3fc9d0;
	--tertiary-rgba-0: rgba(43, 170, 177, 0);
	--tertiary-rgba-10: rgba(43, 170, 177, 0.1);
	--tertiary-rgba-20: rgba(43, 170, 177, 0.2);
	--tertiary-rgba-30: rgba(43, 170, 177, 0.3);
	--tertiary-rgba-40: rgba(43, 170, 177, 0.4);
	--tertiary-rgba-50: rgba(43, 170, 177, 0.5);
	--tertiary-rgba-60: rgba(43, 170, 177, 0.6);
	--tertiary-rgba-70: rgba(43, 170, 177, 0.7);
	--tertiary-rgba-80: rgba(43, 170, 177, 0.8);
	--tertiary-rgba-90: rgba(43, 170, 177, 0.9);
	--quaternary: #383f48;
	--quaternary-100: #2d323a;
	--quaternary-200: #272c32;
	--quaternary-300: #22262b;
	--quaternary--100: #434c56;
	--quaternary--200: #49525e;
	--quaternary--300: #4e5865;
	--quaternary-rgba-0: rgba(56, 63, 72, 0);
	--quaternary-rgba-10: rgba(56, 63, 72, 0.1);
	--quaternary-rgba-20: rgba(56, 63, 72, 0.2);
	--quaternary-rgba-30: rgba(56, 63, 72, 0.3);
	--quaternary-rgba-40: rgba(56, 63, 72, 0.4);
	--quaternary-rgba-50: rgba(56, 63, 72, 0.5);
	--quaternary-rgba-60: rgba(56, 63, 72, 0.6);
	--quaternary-rgba-70: rgba(56, 63, 72, 0.7);
	--quaternary-rgba-80: rgba(56, 63, 72, 0.8);
	--quaternary-rgba-90: rgba(56, 63, 72, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFF;
	--secondary-inverse: #777;
	--tertiary-inverse: #FFF;
	--quaternary-inverse: #FFF;
	--dark-inverse: #FFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}


.bg-pri { background-color:var(--primary) !important; color: #fff; }
.bg-pri a { color: #fff; }
.text-white { color: white !important; }
.bg-pri { background:var(--primary) !important; }
.btn-top { background: #fff; color: var(--primary) !important;padding-right: 40px !important; }
.btn-top:hover  { color: #fff !important; }
.btn-with-arrow span, .btn-with-arrow-solid span{ margin-left: 10px; background-color:var(--primary) !important; }
.btn-with-arrow span, .btn-with-arrow-solid span:hover { background-color: #fff; }
/*
* Coaching Consulting
*/
.coaching-consulting .col-coaching-consulting-imgs .card {
    position: absolute;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(1) {
    z-index: 1;
    top: 0;
    right: 20px;
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(2) {
    z-index: 3;
    bottom: 30px;
    left: 60%;
    transform: translateX(-50%);
}

.coaching-consulting .col-coaching-consulting-imgs .card:nth-child(3) {
    z-index: 2;
    left: 40px;
    bottom: 10%;
}

@media (max-width: 991px) {
    .coaching-consulting .col-coaching-consulting-imgs .card {
        position: relative;
        max-width: 30%;
        margin-top: 30px;
        transform: none !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        float: left;
        margin-right: 3.33%;
    }
}




/*
* Custom Circles & Counters
*/
.custom-circles-group-1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.custom-circles-group-1 .circle-1 {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 96px;
    margin-bottom: 6rem;
}

.custom-circles-group-1 .circle-2,
.custom-circles-group-1 .circle-3 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate3d(-50%, -50%, 0);
}

.custom-circles-group-1 .circle-2 {
    top: 56%;
    left: 76%;
    width: 190px;
    height: 190px;
}

.custom-circles-group-1 .circle-3 {
    top: 75%;
    left: 53%;
    width: 170px;
    height: 170px;
}

@media (max-width: 767px) {
    .custom-circles-group-1 .circle-2 {
        left: 84%;
    }
    .custom-circles-group-1 .circle-3 {
        left: 40%;
    }
}

.custom-circle {
    position: absolute;
    border-radius: 100%;
}

.custom-circle.custom-circle-big {
    width: 52px;
    height: 52px;
}

.custom-circle.custom-circle-medium {
    width: 23px;
    height: 23px;
}

.custom-circle.custom-circle-small {
    width: 15px;
    height: 15px;
}

.custom-circle.custom-circle-extra-small {
    width: 10px;
    height: 10px;
}

.custom-circle.custom-circle-pos-1 {
    top: 25%;
    left: -13%;
}

.custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
    top: 45%;
}

.custom-circle.custom-circle-pos-2 {
    top: 43%;
    left: -4%;
}

.custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
    top: 77%;
    left: -1%;
}

.custom-circle.custom-circle-pos-3 {
    top: 9%;
    left: 17%;
}

.custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
    top: 35%;
}

.custom-circle.custom-circle-pos-4 {
    top: 53%;
    left: 20%;
}

.custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
    left: 107%;
}

.custom-circle.custom-circle-pos-5 {
    top: 61%;
    left: 39%;
}

.custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
    top: 21%;
    left: 96%;
}

.custom-circle.custom-circle-pos-6 {
    top: 41%;
    left: 46%;
}

.custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
    top: 28%;
    left: 119%;
}

.custom-circle.custom-circle-pos-7 {
    top: 30%;
    left: 104%;
}

.custom-circle.custom-circle-pos-8 {
    top: 7%;
    left: 114%;
}

.custom-circle.custom-circle-pos-9 {
    top: 76%;
    left: 27%;
}

.custom-circle.custom-circle-pos-10 {
    top: 10%;
    left: 114%;
}

.custom-circle.custom-circle-pos-11 {
    top: 6%;
    left: 117%;
}

.custom-circle.custom-circle-pos-12 {
    top: 9%;
    left: 119.3%;
}

.custom-circle.custom-circle-pos-13 {
    top: 6%;
    left: 120%;
}

.custom-circle.custom-circle-pos-14 {
    left: 60%;
    top: -15%;
}

.custom-circle.custom-circle-pos-15 {
    top: -11%;
    left: 60.7%;
}

.custom-circle.custom-circle-pos-16 {
    top: -13.9%;
    left: 62%;
}

.custom-circle.custom-circle-pos-17 {
    top: 6%;
    left: 105%;
}

.custom-circle.custom-circle-pos-18 {
    top: 8%;
    left: 106.9%;
}

.custom-circle.custom-circle-pos-19 {
    top: 9.5%;
    left: 108.4%;
}

.custom-circle.custom-circle-pos-20 {
    bottom: 5.5%;
    left: -7%;
}

.custom-circle.custom-circle-pos-21 {
    bottom: 4.5%;
    left: -8.6%;
}

.custom-circle.custom-circle-pos-22 {
    bottom: 2.7%;
    left: -6.8%;
}

.custom-circle.custom-circle-pos-23 {
    bottom: 2.5%;
    left: -8.5%;
}

.custom-circle.custom-circle-pos-24 {
    top: 38%;
    left: -14.5%;
}

.custom-circle.custom-circle-pos-25 {
    top: 12.5%;
    left: -8.5%;
}

.custom-circle.custom-circle-pos-26 {
    top: 25.5%;
    left: 0.5%;
}

.custom-circle.custom-circle-pos-27 {
    top: 46%;
    left: 44.5%;
}

.custom-circle.custom-circle-pos-28 {
    top: 26%;
    left: 107%;
}

.custom-circle.custom-circle-pos-29 {
    top: 6.5%;
    left: 110%;
}

.custom-circle.custom-circle-pos-30 {
    top: 36.5%;
    left: 119.5%;
}

.custom-circle.custom-circle-pos-31 {
    top: 66.5%;
    left: 23.7%;
}

.custom-circle.custom-circle-pos-32 {
    top: 79%;
    left: 20%;
}

.custom-circle.custom-circle-pos-33 {
    top: 82%;
    left: 24.2%;
}

.custom-circle.custom-circle-pos-34 {
    top: 86%;
    left: 20.2%;
}

.custom-circle.custom-circle-pos-35 {
    top: 84%;
    left: 69.5%;
}

.custom-circle.custom-circle-pos-36 {
    top: 89.3%;
    left: 74.3%;
}

.custom-circle.custom-circle-pos-37 {
    top: 13.1%;
    left: 69.5%;
}

.custom-circle.custom-circle-pos-38 {
    top: 11.5%;
    left: 80.7%;
}

.custom-circle.custom-circle-pos-39 {
    top: 5.4%;
    left: 75.7%;
}

.custom-circle.custom-circle-pos-40 {
    top: 5.4%;
    left: 82.7%;
}

.custom-circle.custom-circle-pos-41 {
    top: 86%;
    left: 103%;
}

.custom-circle.custom-circle-pos-42 {
    top: 88.8%;
    left: 104.6%;
}

.custom-circle.custom-circle-pos-43 {
    top: 91%;
    left: 105.8%;
}

.custom-circle.custom-circle-pos-44 {
    left: 103%;
    top: 10%;
}

.custom-circle.custom-circle-pos-45 {
    left: 104.7%;
    top: 14.1%;
}

.custom-circle.custom-circle-pos-46 {
    left: 106.2%;
    top: 10.4%;
}

.custom-circle.custom-circle-pos-47 {
    top: 86%;
    left: -3%;
}

.custom-circle.custom-circle-pos-48 {
    top: 95%;
    left: -2.5%;
}

.custom-circle.custom-circle-pos-49 {
    top: 93%;
    left: -4.5%;
}

.custom-circle.custom-circle-pos-50 {
    top: 97%;
    left: -4.3%;
}

.custom-dots-rect-1 {
    width: 103px;
    height: 138px;
    position: absolute;
    bottom: 50px;
    left: -104px;
    z-index: 0;
}

.custom-dots-rect-2 {
    width: 79px;
    height: 75px;
    position: absolute;
    bottom: -43px;
    right: -39px;
    z-index: 0;
}

.custom-dots-rect-3 {
    width: 99px;
    height: 119px;
    position: absolute;
    top: -77px;
    left: -71px;
    z-index: 0;
}

.custom-dots-rect-4 {
    position: absolute;
    top: -50px;
    right: -388px;
    width: 144px;
    height: 100px;
    transform: rotateX(180deg);
}

.custom-dots-rect-5 {
    position: absolute;
    bottom: -80px;
    left: -38px;
    width: 144px;
    height: 100px;
    transform: rotateX(180deg);
}


.bg-color-tertiary, .bg-tertiary {
    background-color: #783c15 !important;
}
.bg-color-secondary, .bg-secondary {
    background-color: #b3734c !important;
}
.bg-color-quaternary, .bg-quaternary {
    background-color: #020001 !important;
}
.progress-bar-quaternary {
    background-color: #783c15;
}

.progress {  background: #e19c73; }

.accordion.accordion-modern-status.accordion-modern-status-arrow-dark > .card .card-header a:after {
    background: #783c15; }