@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

/* @font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-VariableFontwght.eot');
    src: url('../fonts/RedHatDisplay-VariableFontwght.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RedHatDisplay-VariableFontwght.woff2') format('woff2'),
         url('../fonts/RedHatDisplay-VariableFontwght.woff') format('woff'),
         url('../fonts/RedHatDisplay-VariableFontwght.ttf')  format('truetype'),
         url('../fonts/RedHatDisplay-VariableFontwght.svg#Red Hat Display') format('svg');
} */

/* 
Font family
-----------------------------------------------

    font-family: "Urbanist", sans-serif;
    font-family: "Red Hat Display", sans-serif;
    font-family: "Livvic", sans-serif;
    font-family: "Instrument Sans", sans-serif;
    
-----------------------------------------------*/

:root {
    --primarycolor: #3384AD;
    --secondarycolor: #F1C26F;
    --greencolor: #57B3AB;
    --darkbluecolor: #006599;

    --paracolor: #4B4A4A;
    --blackcolor: #0F0F0F;
    --whitecolor: #fff;

    --errorcolor: #C73931;
    --selection: #d9d9d9;

    /* --font-Urbanist: 'Urbanist'; */
    /* --font-Urbanist: "Urbanist"; */
    --font-Urbanist: "Urbanist", sans-serif;

    /* --font-Red-Hat-Display: "Red Hat Display"; */
    --font-Red-Hat-Display: 'Red Hat Display';
    /* --font-Red-Hat-Display: "Red Hat Display", sans-serif; */
    --font-Livvic: "Livvic", sans-serif;
}

.validation-error {
    color: rgb(255 0 0) !important;
    font-size: 14px !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    list-style: none;
}

body,
ul,
li,
a {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 18px;
    color: var(--blackcolor);
}

body {
    max-width: 100%;
    overflow-x: hidden !important;
    background: var(--whitecolor) !important;
}

.common-outer {
    overflow: hidden !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

body.page-id-8 .common-outer {
    padding-top: 0px;
    padding-bottom: 0px;
}

body.page-id-155 .common-outer {
    padding-bottom: 0;
}

h1.hidden-heading-tag {
    display: none !important;
}

/* == CONTAINER-CSS START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.container,
.e-con-inner,
.elementor-container {
    max-width: 100% !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1240px) {

    .container,
    .e-con-inner,
    .elementor-container {
        max-width: 91% !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        row-gap: 0 !important;
    }

    .view-more-outer .elementor-container {
        max-width: 1195px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .form-short-sec .e-con-inner {
        max-width: 1220px !important;
    }

    .virtual-outer .e-con-inner {
        max-width: 1220px !important;
    }

    .admissions-page-outer .e-con-inner,
    .table-adm-outer .e-con-inner,
    .admissions-page-outer .e-con-inner,
    .team-shortcode .e-con-inner,
    .about-bi-bett .e-con-inner {
        max-width: 1220px !important;
    }

    /* .donation-form {
        width: 600px !important;
    } */

}

/* == CONTAINER-CSS END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

hr.wp-block-separator {
    color: transparent !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.userway_buttons_wrapper {
    bottom: 100px !important;
}


/* == SELECTION-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

::-moz-selection {
    background: var(--selection);
    color: var(--blackcolor);
}

::-webkit-selection {
    background: var(--selection);
    color: var(--blackcolor);
}

::selection {
    background: var(--selection);
    color: var(--blackcolor);
}

/* == SELECTION-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/




/* == BACKEND-ISSUES-CLEAR-CODE-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body.elementor-editor-active .common-outer ul {
    float: none;
    width: auto;
    margin: 0px;
}

body.elementor-editor-active .common-outer ul li {
    float: none;
    width: auto;
    color: #000;
    font-size: 20;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    padding: 0 10px;
}

body.elementor-editor-active .common-outer ul li::before {
    position: absolute;
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0%;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    display: none;
}

.elementor-editor-active ul li::before {
    display: none !important;
}

/* == BACKEND-ISSUES-CLEAR-CODE-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/





/* == TYPOGRAPHY-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

h1,
h2,
h3,
h4,
h5,
h6,
.common-outer h1,
.common-outer h2,
.common-outer h3,
.common-outer h4,
.common-outer h5,
.common-outer h6,
.common-outer h1 a,
.common-outer h2 a,
.common-outer h3 a,
.common-outer h4 a,
.common-outer h5 a,
.common-outer h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: var(--font-Urbanist);
    color: var(--blackcolor);
}

h1,
h1 a,
h1 strong,
.common-outer h1,
.common-outer h1 a {
    font-family: var(--font-Urbanist) !important;
    font-weight: 700;
    font-size: 66px;
    color: var(--blackcolor);
    text-align: initial;
    line-height: 64px !important;
    margin: 40px 0 20px !important;
}

h2,
h2 a,
h2 strong,
.common-outer h2,
.common-outer h2 a {
    font-family: var(--font-Urbanist) !important;
    font-weight: 700 !important;
    font-size: 50px;
    color: var(--blackcolor) !important;
    line-height: 53px;
    margin: 40px 0 20px;
}

h3,
h3 a,
.common-outer h3,
.common-outer h3 a {
    font-family: var(--font-Urbanist) !important;
    font-weight: 600;
    font-size: 45px;
    color: var(--blackcolor) !important;
    line-height: 49px;
    margin: 40px 0 20px;
}


h4,
h4 a,
.common-outer h4,
.common-outer h4 a {
    font-family: var(--font-Urbanist) !important;
    font-weight: 600;
    font-size: 40px;
    color: var(--blackcolor) !important;
    line-height: 42px !important;
    margin: 40px 0 20px;
}

h5,
h5 a,
h5 strong,
.common-outer h5,
.common-outer h5 a,
h5.elementor-image-box-title {
    font-family: var(--font-Urbanist) !important;
    font-weight: 500;
    font-size: 30px;
    color: var(--blackcolor) !important;
    line-height: 35px;
    margin: 40px 0 20px;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

h6,
h6 a,
h6 strong,
.common-outer h6,
.common-outer h6 a {
    font-family: var(--font-Urbanist) !important;
    font-weight: 500;
    font-size: 24px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.elementor-widget-heading .elementor-heading-title {
    margin-bottom: 0 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: 500 !important;
    text-decoration: underline !important;
    transition: 0.5s ease;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    transition: 0.5s ease;
    text-decoration: none !important;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-family: var(--font-Urbanist) !important;
    font-weight: 300 !important;
}

strong {
    font-weight: 600 !important;
    color: var(--blackcolor);
}

.common-outer blockquote p {
    margin-bottom: 0;
}

a,
a strong {
    text-decoration: none !important;
    color: var(--darkbluecolor);
    font-weight: 500;
    transition: 0.5s ease;
}

a:hover,
a strong {
    color: var(--greencolor);
    transition: 0.5s ease;
}

p {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 19px;
    color: var(--paracolor) !important;
    line-height: 28px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}

blockquote {
    margin-top: 50px;
    padding: 50px 30px 40px 30px !important;
    /* background: linear-gradient(180deg, rgb(241 194 111) 0%, rgb(75 175 222 / 37%) 100%); / */
    background-color: #E4F4F1;
    /* / border-left: 5px solid var(--darkbluecolor) !important; */
    border-right: 5px solid var(--darkbgcolor) !important;
    width: fit-content;
    position: relative;
}

blockquote::before {
    position: absolute;
    content: "";
    background: url(../images/testimonial-quote-icon.png);
    height: 64px;
    width: 68px;
    top: -30px;
    left: 30px;
    padding-bottom: 0;
    background-repeat: no-repeat;
    transition: 0.5s ease;
    background-position: center;
    background-size: contain;
}

blockquote::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 108%;
    border: 1px solid #CFCFCF;
    right: -8px;
    top: -8px;
    z-index: -1;
}


/* == TYPOGRAPHY-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/



/* UL LI / OL LI CSS CODE START ::::::::::::::::::::::::::::::::::::::: */


.common-outer ul,
.team-popup-right ul {
    margin: 20px 0 20px 20px !important;
}

.common-outer ul li,
.team-popup-right ul li {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 19px;
    color: var(--paracolor) !important;
    line-height: 28px !important;
    padding: 0px 0px 0px 22px;
    margin-bottom: 10px;
    position: relative;
}

.common-outer ul li::before,
.team-popup-right ul li::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    /* left: 0; */
    margin-left: -21px;
    border-radius: 20px;
    top: 6px;
    background: url(../images/star-png-icon.svg);
    filter: brightness(0) saturate(100%) invert(58%) sepia(6%) saturate(3793%) hue-rotate(126deg) brightness(84%) contrast(70%);
}

.common-outer ol,
.team-popup-right ol {
    padding-left: 17px;
    margin: 0 0 20px 20px;
}

.common-outer ol li,
.team-popup-right ol li {
    list-style-type: decimal;
}

.common-outer ol li,
.team-popup-right ol li {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 19px;
    color: var(--paracolor) !important;
    line-height: 28px !important;

    padding: 0px;
    margin-bottom: 10px !important;
}

/* UL LI / OL LI CSS CODE END ::::::::::::::::::::::::::::::::::::::: */






/* == FORM-TYPOGRAPHY-CSS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
::placeholder {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 18px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
}

label {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 18px;
    color: var(--blackcolor) !important;
    line-height: 28px !important;
    padding: 0px;
    margin-bottom: 18px !important;
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wpcf7-not-valid {
    border: none;
    border: 1px solid var(--errorcolor) !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.invalid .wpcf7-response-output {
    text-align: center;
    color: var(--errorcolor);
    border: 1px solid var(--errorcolor) !important;
    width: 100%;
    font-weight: 400;
    margin: 10px 0px 20px !important;
    font-size: 14px;
}

input {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 18px;
    color: var(--paracolor) !important;
    line-height: 28px !important;
}

textarea {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 18px;
    color: var(--paracolor) !important;
    line-height: 28px !important;
}

/* wpcf7 form wpcf7-response-output :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/





/* GREY BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg ul li,
.dark-bg ol li {
    color: var(--whitecolor) !important;
}

.dark-bg p {
    font-weight: 300;
}

.dark-bg h1 strong,
.dark-bg h2 strong,
.dark-bg h3 strong,
.dark-bg h4 strong,
.dark-bg h5 strong,
.dark-bg h6 strong {
    color: var(--whitecolor);
}

.dark-bg ul li::before {
    background: var(--whitecolor) !important;
}

.dark-bg a {
    text-decoration: underline !important;
    color: var(--whitecolor) !important;
}

.dark-bg a.common-btn,
.dark-bg .common-btn a {
    color: var(--whitecolor) !important;
}

.dark-bg a:hover {
    text-decoration: none !important;
}

/* DARK BACKGROUND SECTION TYPOGRAPY CSS ::::::::::::::::::::::::::  */



/* == IMAGE-WRAP-CSS_START == 
===============================================================*/

.alignnone {
    margin: 5px 30px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto 20px auto;
}

.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}

.alignleft {
    float: left;
    margin: 10px 60px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 40px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 40px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figcaption,
.gallery-caption,
.wp-caption-text {
    font-size: 12px !important;
}

/* IMAGE-WRAP-CSS_END == 
===============================================================*/



/* INNER PAGE BANNER CS CODE START :::::::::::::::::::::::::::::::::: */

.banner-wrapper {
    height: 330px;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.banner-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(63deg, rgba(0, 101, 153, 0.69) 17%, rgba(255, 163, 0, 0.7) 100%);
    top: 0;
    left: 0;
}

.banner-title-overlay {
    position: absolute;
    z-index: 9;
    top: 63%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100% !important;
    padding-left: 53px;
    padding-right: 53px;
}

.banner-title-overlay h2 {
    text-align: center;
    margin: 0;
    color: var(--whitecolor) !important;
    font-size: 67px !important;
    line-height: 68px !important;
    font-family: var(--font-Urbanist) !important;
    font-weight: 300 !important;
}

/* INNER PAGE BANNER CS CODE END :::::::::::::::::::::::::::::::::: */


/* 404ERROR PAGE CSS CODE START :::::::::::::::::::::::::::::::::::::::: */

.page-notfound-section .title-error {
    display: none;
}

.error-title h1 {
    margin-top: 0 !important;
    text-align: center;
}

.error-page {
    margin-top: 30px !important;
}

/* 404ERROR PAGE CSS CODE END :::::::::::::::::::::::::::::::::::::::: */


/* SCROLL_TO_TOP_CSS_START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

a.ScrollTop {
    position: fixed;
    width: 53px;
    height: 53px;
    right: 30px;
    bottom: 120px;
    font-size: 0 !important;
    transition: 0.5s ease;
    z-index: 99;
    cursor: pointer !important;
    border-radius: 100px;
    background: var(--secondarycolor) !important;
    overflow: hidden;
}

a.ScrollTop::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/MAN-img.png);
    background-position: top !important;
    background-size: 47% !important;
    background-repeat: no-repeat !important;
    left: 0;
    top: 58px;
    transition: 0.5s ease;
    /* filter: invert(1); */
    transform: rotate(0deg);
}

a.ScrollTop::before {
    position: absolute;
    content: "up";
    width: 100%;
    height: 100%;
    top: -3px;
    font-size: 20px;
    z-index: 9;
    color: var(--blackcolor) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(360deg);
    left: 1px;
    transition: 0.5s ease;
}

a.ScrollTop:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 0.5s ease;
}

a.ScrollTop:hover::after {
    top: 6px;
    transition: 0.5s ease;
}

a.ScrollTop:hover::before {
    top: -58px;
    transition: 0.5s ease;
}

/* SCROLL_TO_TOP_CSS_END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/



/* BUTTON CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::: */

/* BUTTON ONE CSS CODE :::::::::::::::::::::::::::::::::::: */

a.common-btn,
.common-btn a {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 5px 50px 5px 20px;
    position: relative;
    transition: 0.5s ease;
    background: transparent !important;
    color: var(--blackcolor) !important;
    font-family: var(--font-Red-Hat-Display) !important;
}

a.common-btn::before,
.common-btn a::before {
    position: absolute;
    content: "";
    width: 51px;
    height: 51px;
    background: url(../images/button-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -5px;
    left: -15px;
    z-index: -1;
    transition: 0.5s ease;
    transform: scale(1) rotate(9deg);
}

a.common-btn:hover::before,
.common-btn a:hover::before {
    transition: 0.5s ease;
    transform: scale(1.3);
}

a.common-btn::after,
.common-btn a::after {
    position: absolute;
    content: "";
    width: 43px;
    height: 1px;
    background: var(--blackcolor);
    top: 19px;
    right: 0;
    transition: 0.5s ease;
}

a.common-btn:hover::after,
.common-btn a:hover::after {
    width: 33px;
    right: 10px;
    transition: 0.5s ease;
}

a.common-btn.banner-btn {
    padding: 5px 5px 5px 20px;
}

a.common-btn.banner-btn::after {
    display: none;
}

button,
a,
input {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}


/* TWO BUTTON CSS CODE  ::::::::::::::::::::::::: */

.common-btn-two a {
    background: #4CB7A5 !important;
    border: 3px solid #A3D7CB !important;
    padding: 15px 70px 15px 46px;
    border-radius: 100px;
    font-weight: 700 !important;
    position: relative;
    color: var(--whitecolor) !important;
    font-size: 18px !important;
    transition: 0.5s ease;
    font-family: var(--font-Red-Hat-Display) !important;
    line-height: 25px !important;
}

.common-btn-two a:hover {
    background: var(--darkbluecolor) !important;
    border: 3px solid var(--darkbluecolor) !important;
    transition: 0.5s ease;
}

.common-btn-two a::before {
    background: url(../images/payment-icon.svg);
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -2px;
    right: 28px;
}

.indeed-btn a::before {
    background: url(../images/careers-icon.svg);
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -2px;
    right: 28px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(262deg) brightness(104%) contrast(102%);
}


/* Join a Virtual Session page BUTTON CSS CODE  ::::::::::::::::::::::::: */

.common-btn-two.virtual-btn a {
    background: #f1c16f !important;
    border: 3px solid #ffffff57 !important;
    padding: 15px 70px 15px 46px;
    border-radius: 100px;
    font-weight: 700 !important;
    position: relative;
    color: var(--whitecolor) !important;
    font-size: 18px !important;
    transition: 0.5s ease;
    font-family: var(--font-Red-Hat-Display) !important;
}

.common-btn-two.virtual-btn a:hover {
    background: var(--darkbluecolor) !important;
    border: 3px solid var(--darkbluecolor) !important;
    transition: 0.5s ease;
}

.common-btn-two.virtual-btn a::before {
    background: url(../images/join-icon.svg);
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: 0;
    right: 28px;
}


/* Make a Payment BUTTON CSS CODE  ::::::::::::::::::::::::: */

.common-btn-two a.make-a-payment {
    background: #48afe3 !important;
    border: 3px solid #ffffff94 !important;
    padding: 15px 70px 15px 46px;
    border-radius: 100px;
    font-weight: 700 !important;
    position: relative;
    color: var(--whitecolor) !important;
    font-size: 18px !important;
    transition: 0.5s ease;
    font-family: var(--font-Red-Hat-Display) !important;
    line-height: 25px !important;
    cursor: pointer;
}

.common-btn-two a.make-a-payment:hover {
    background: var(--darkbluecolor) !important;
    border: 3px solid var(--darkbluecolor) !important;
    transition: 0.5s ease;
}

.common-btn-two a.make-a-payment::before {
    background: url(../images/payment-icon-coine.svg);
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -2px;
    right: 28px;
}




/* BUTTON CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::: */




/* HEADER CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media (min-width: 991px) {

    .header-desktop-menu {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

}

.header-desktop-menu {
    padding: 10px 20px 0 15px;
    position: absolute;
    top: 0px !important;
    z-index: 999;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 17%, rgba(0, 0, 0, 0) 100%);
}

header.main-header.sticky .header-desktop-menu {
    position: fixed;
    /* background: #006599; */
    background: url(../images/banner-img-scaled.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0 !important;
    padding-top: 0;
    z-index: 99999;
    padding: 0px 20px 0 5px;
}

header.main-header.sticky .header-desktop-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(63deg, rgba(0, 101, 153, 0.69) 17%, rgba(255, 163, 0, 0.7) 100%);
    top: 0;
    left: 0;
    z-index: -1;
}

header.main-header.sticky .header-desktop-menu .header-logo {
    width: 152px;
    height: 90px;
    bottom: -12px;
    position: relative;
}

/* LOGO CSS CODE ::::::::::::::::::::::::::::::::: */

.header-outer .header-logo {
    width: 140px;
    height: 90px;
}

.header-outer .header-logo img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}

/* MENU CSS CODE ::::::::::::::::::::::::::::::::: */

.header-desktop-menu nav.desktop-menu ul#menu-header-menu {
    display: flex;
    gap: 20px;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li a {
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition: 0.5s ease;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li a:hover {
    color: var(--secondarycolor) !important;
    transition: 0.5s ease;
}

li.current-menu-parent>a,
li.current-menu-item>a,
li.current-menu-parent ul.sub-menu li.current-menu-item a {
    color: var(--secondarycolor) !important;
}

nav.desktop-menu ul#menu-header-menu li.current-menu-item.blue-btn a {
    background: #48afe3;
    border: 2px solid #48afe3;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

nav.desktop-menu ul#menu-header-menu li.current-menu-item.yellow-btn a {
    background: #f1c16f;
    border: 2px solid #f1c16f;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

nav.desktop-menu ul#menu-header-menu li.current-menu-item.green-btn a {
    background: #4cb7a5;
    border: 2px solid #4cb7a5;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

nav.desktop-menu ul#menu-header-menu li.blue-btn a,
nav.desktop-menu ul#menu-header-menu li.yellow-btn a,
nav.desktop-menu ul#menu-header-menu li.green-btn a {
    padding: 15px 55px 15px 25px;
    border-radius: 100px;
    font-weight: 700;
    position: relative;
}

nav.desktop-menu ul#menu-header-menu li.blue-btn a {
    background: #48afe394;
    border: 2px solid #48B0E3;
    transition: 0.5s ease;
}

nav.desktop-menu ul#menu-header-menu li.blue-btn a:hover {
    background: #48afe3;
    border: 2px solid #48afe3;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

nav.desktop-menu ul#menu-header-menu li.blue-btn a::before,
nav.desktop-menu ul#menu-header-menu li.yellow-btn a::before,
nav.desktop-menu ul#menu-header-menu li.green-btn a::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: 16px;
    right: 23px;
}

nav.desktop-menu ul#menu-header-menu li.blue-btn a::before {
    background: url(../images/payment-icon-coine.svg);
    top: 13px;
    width: 24px;
    height: 24px;
}

nav.desktop-menu ul#menu-header-menu li.yellow-btn a::before {
    background: url(../images/join-icon.svg);
}

nav.desktop-menu ul#menu-header-menu li.green-btn a::before {
    background: url(../images/payment-icon.svg);
}

nav.desktop-menu ul#menu-header-menu li.yellow-btn a {
    background: #f1c16f85;
    border: 2px solid #F1C26F;
}

nav.desktop-menu ul#menu-header-menu li.yellow-btn a:hover {
    background: #f1c16f;
    border: 2px solid #f1c16f;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

nav.desktop-menu ul#menu-header-menu li.green-btn a {
    background: #4cb7a58c;
    border: 2px solid #4CB7A5;
}

nav.desktop-menu ul#menu-header-menu li.green-btn a:hover {
    background: #4cb7a5;
    border: 2px solid #4cb7a5;
    color: var(--whitecolor) !important;
    transition: 0.5s ease;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li ul.sub-menu {
    position: absolute;
    display: none;
    background: var(--primarycolor);
    border: 2px solid #53a9d5;
    margin-left: -9px;
    z-index: 9;
    width: 260px;
    top: 40px;
    padding: 0;
    margin-top: 25px;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li:hover ul.sub-menu {
    display: block !important;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li ul.sub-menu li {
    padding: 0;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li ul.sub-menu li a {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ffffff70;
    font-weight: 600;
    transition: 0.5s ease;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li ul.sub-menu li a:hover {
    color: var(--secondarycolor) !important;
    transition: 0.5s ease;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li ul.sub-menu li:last-child a {
    border-bottom: 0;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li.menu-item-has-children a {
    position: relative;
}

.header-desktop-menu nav.desktop-menu ul#menu-header-menu li.menu-item-has-children>a::before {
    display: none !important;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #f3c16e;
    top: 10px;
    right: -10px;
    z-index: -1;
    border-radius: 50px;
}

/* HEADER CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/




/* HOME PAGE - BANNER CSS CODE START :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.home-banner-outer .e-con-inner {
    max-width: 100% !important;
}

.custom-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.custom-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(63deg, rgba(0, 101, 153, 0.69) 17%, rgba(255, 163, 0, 0.7) 100%);
    top: 0;
    left: 0;
}

.custom-banner-container {
    display: flex;
    align-items: center;
    padding-left: 88px;
    padding-right: 90px;
    padding-top: 106px;
    padding-bottom: 50px;
    z-index: 0;
    position: relative;
}

/* LEFT SIDE CSS CODE ::::::::::::::::::::::::::::::::: */

.custom-banner-container .banner-left {
    width: 50%;
    position: relative;
    bottom: -13px;
}

.custom-banner-container .banner-left p.banner-subtitle {
    font-size: 20px;
    font-weight: 500;
    width: 70%;
}

.custom-banner-container .banner-left h1.banner-title {
    font-size: 50px;
    font-weight: 300;
    margin-top: 8px !important;
    line-height: 43px !important;
}

.custom-banner-container .banner-left .contact-banner {
    display: flex;
    justify-content: flex-start;
    gap: 53px;
    padding-top: 40px;
}

.custom-banner-container .banner-left .contact-banner a {
    text-decoration: none !important;
}

.custom-banner-container .banner-left .contact-banner p.banner-phone {
    margin-bottom: 0 !important;
}

.custom-banner-container .banner-left .contact-banner p.banner-phone a {
    padding-left: 43px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.5s ease;
}

.custom-banner-container .banner-left .contact-banner p.banner-phone a::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: url(../images/phone-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    left: 0;
}

.custom-banner-container .banner-left .contact-banner p.banner-phone a::after {
    position: absolute;
    content: "";
    width: 75%;
    height: 1px;
    background: var(--secondarycolor);
    right: 0;
    bottom: 0;
    transition: 0.5s ease;
}

.custom-banner-container .banner-left .contact-banner p.banner-phone a:hover:after {
    width: 0;
    transition: 0.5s ease;
}

/* RIGHT  CSS CODE ::::::::::::::::::::::::::::::::: */

.custom-banner-container .banner-right .service-list {
    width: 190px;
    bottom: 10px;
    position: relative;
}


.custom-banner-container .banner-right .service-list p.service-item {
    width: 263px;
}

.custom-banner-container .banner-right .service-list p.service-item:first-child {
    right: -63px;
    position: relative;
}

.custom-banner-container .banner-right .service-list p.service-item:nth-child(3) {
    position: relative;
    /* right: 8px; */

}

.custom-banner-container .banner-right .service-list p.service-item:last-child {
    position: relative;
    right: -28px;
}

.custom-banner-container .banner-right .service-list p.service-item a::before {
    position: absolute;
    content: "";
    width: 146%;
    height: 6px;
    background: url(../images/banner-title-underline-design.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    left: -35px;
    transition: 0.5s ease;
    z-index: 9;
}

.custom-banner-container .banner-right .service-list p.service-item a:hover::before {
    left: -60px;
    transition: 0.5s ease;
}

.custom-banner-container .banner-right .service-list p.service-item a {
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 700;
    width: fit-content;
    display: block;
    position: relative;
    padding: 11px 70px 11px 15px;
}

.custom-banner-container .banner-right {
    width: 50%;
    display: flex;
    align-items: flex-end;
    top: -30px;
    position: relative;
}

.custom-banner-container .banner-right .banner-logo {
    width: 447px;
    height: 360px;
    z-index: 9;
}

.custom-banner-container .banner-right .banner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* HOME PAGE - BANNER CSS CODE END :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/




/* HOME PAGE - BANNER BOTTOM SCROLLING TEXT ANIMATION CSS CODE START :::::::::::::::::::: */

.scrolling-text-outer {
    background: var(--secondarycolor);
}

.scrolling-text-outer .marquee-wrapper {
    overflow: hidden !important;
    overflow: hidden;
    width: 100%;
}

.scrolling-text-outer .e-con-inner {
    max-width: 100% !important;
}

.scrolling-text-outer .marquee-wrapper .marquee-track {
    /* width: 4100px; */
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    white-space: nowrap;
    will-change: transform;
}

.scrolling-text-outer .marquee-wrapper .marquee-track span.marquee-text {
    font-size: 35px;
    font-weight: 500;
    color: var(--whitecolor);
    display: flex;
    width: fit-content;
    padding-left: 13px;
    gap: 13px;
    /* margin-right: 2rem; */
    display: flex;
    align-items: center;
}

.scrolling-text-outer .marquee-wrapper .marquee-track span.star-img {
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
}

.scrolling-text-outer .marquee-wrapper .marquee-track span.star-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/banner-botton-scrollig-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}



/* HOME PAGE - BANNER BOTTOM SCROLLING TEXT ANIMATION CSS CODE END :::::::::::::::::::: */





/* COMMON HEADING CSS CODE :::::::::::::::::: */

.common-heading h6 {
    font-size: 18px !important;
    font-weight: 400;
    color: #3A3A3A !important;
    padding-left: 74px;
    position: relative;
    text-transform: uppercase !important;
}

.common-heading h6::before {
    position: absolute;
    content: "";
    width: 62px;
    height: 14px;
    background: url(../images/subheading-overlay-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: 0;
}

.common-heading h2 {
    margin-top: 13px;
    margin-bottom: 0;
}

/* COMMON HEADING CSS CODE :::::::::::::::::: */




/* HOME PAGE - ABOUT US SECTION CSS CODE START :::::::::::::::::::: */

.about-outer {
    padding-top: 66px;
    padding-bottom: 63px;
    position: relative;
}

.about-outer::before {
    position: absolute;
    content: "" !important;
    width: 72px !important;
    height: 120px !important;
    background: url(../images/hp-who-we-are-overlay-img-one.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 0px !important;
    left: 0 !important;
    display: block !important;
}

.about-outer::after {
    position: absolute;
    content: "";
    width: 388px;
    height: 100%;
    background: url(../images/hp-who-we-are-overlay-img-two.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    top: 0;
    right: 0;
    z-index: -6;
}

.about-outer .e-con-inner {
    max-width: 1220px !important;
    display: flex;
    justify-content: space-between !important;
}

/* LEFT SIDE CSS CODE :::::::::::::::::::::::::::::::: */

.about-outer .who-outer {
    width: 60%;
    padding-right: 34px;
}

.about-outer .who-outer img.alignleft {
    float: left;
    margin: 4px 26px 20px 0;
}

.about-us-bottom-since-con {
    width: 140px !important;
    position: relative;
    gap: 5px !important;
}

.about-us-bottom-since-con h3 {
    margin-top: 0 !important;
    font-size: 71px !important;
    font-weight: 200 !important;
    font-family: var(--font-Red-Hat-Display) !important;
}

.about-us-bottom-since-con .elementor-widget-image {
    position: absolute;
    width: 20px;
    height: 70px;
    bottom: -36px;
}

.about-us-bottom-since-con h6 {
    margin-top: 0 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    font-family: var(--font-Red-Hat-Display) !important;
    color: var(--primarycolor) !important;
    text-transform: uppercase !important;
    text-align: right;
}

.about-us-bottom-con {
    width: 240px;
    margin-right: 50px;
}

.about-us-bottom-con h6 {
    font-size: 26px !important;
    color: #3A3A3A !important;
    padding-top: 11px;
}

.about-us-bottom-con-outer .common-btn {
    margin-top: 13px;
}

/* RIGHT SIDE CSS CODE :::::::::::::::::::::::::::::::: */

.about-outer .service-home {
    width: 35%;
}

.about-outer .service-home .elementor-widget-text-editor h3 {
    margin-top: 0;
    font-size: 50px;
}

.about-outer .service-home .services-home-code .services-grid .service-item {
    margin-bottom: 13px;
}

.about-outer .service-home .services-home-code .services-grid .service-item a {
    display: flex;
    flex-direction: row-reverse;
    gap: 2px;
}

.about-outer .service-home .services-home-code .services-grid .service-item a img {
    width: 150px;
    min-width: 30%;
    height: 62px;
    object-fit: cover;
    float: none;
    margin: 0;
}

.about-outer .service-home .services-home-code .services-grid .service-item a h6 {
    height: 62px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 15px;
    border-radius: 100px 0px 0px 100px;
    position: relative;
    text-align: center;
    justify-content: center;
    color: var(--whitecolor) !important;
    font-family: var(--font-Red-Hat-Display) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 24px !important;
}

.about-outer .service-home .services-home-code .services-grid .service-item a h6::before {
    position: absolute;
    content: "";
    background: var(--primarycolor);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100px 0px 0px 100px;
    transition: 0.5s ease;
    right: 0;
}

.about-outer .service-home .services-home-code .services-grid .service-item a:hover h6::before {
    background: var(--darkbluecolor);
    transition: 0.5s ease;
    width: 124%;
    right: 0;
}

/* HOME PAGE - ABOUT US SECTION CSS CODE END :::::::::::::::::::: */




/* HOME PAGE - DONATE SECTION CSS CODE START :::::::::::::::::::: */

.donate-outer {
    position: relative;
}

.donate-outer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 101%;
    background: #ffffffd9;
    top: -1px;
    left: 0;
}

.donate-outer .e-con-inner {
    z-index: 9;
    max-width: 100% !important;
    display: flex;
    align-items: center !important;
    justify-content: space-between !important;
}

.donate-outer .e-con-inner .donate-video {
    width: 474px;
    height: 265px !important;
    position: relative;
    top: -17px !important;
}

.donate-outer .e-con-inner .donate-video::before {
    position: absolute;
    content: "";
    width: 110%;
    height: 110%;
    background: url(../images/home-video-bg-overlay.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 29px;
    left: 22px;
}

.donate-outer .e-con-inner .donate-video .elementor-widget-video {
    width: 100% !important;
    height: 100% !important;
    display: block;
    border-radius: 0 500px 500px 0;
}

.elementor-custom-embed-play {
    position: relative;
}

.elementor-custom-embed-play::before {
    position: relative;
    content: "";
    width: 90px;
    height: 90px;
    background: url(../images/video-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 58px;
    left: -25px;
    display: block;
}

.elementor-custom-embed-play svg {
    opacity: 0 !important;
}

.donate-outer .e-con-inner .donate-con {
    padding-left: 30px;
}

.donate-outer .e-con-inner .donate-img {
    width: 352px;
    margin-top: -50px;
    height: 445px;
}

/* HOME PAGE - DONATE SECTION CSS CODE END :::::::::::::::::::: */



/* HOME PAGE - TESTIMONIAL SECTION CSS CODE START :::::::::::::::::::: */

.testimonial-outer {
    padding-top: 66px;
    padding-bottom: 18px;
}

.testimonial-outer .e-con-inner {
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    display: flex;
    align-items: center !important;
}

.testimonial-con {
    row-gap: 28px;
}

.testimonial-outer .testimonial-con {
    padding-top: 18px;
    padding-bottom: 18px;
    width: 60% !important;
    padding-left: 74px;
    padding-right: 50px;
    border-right: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    position: relative;
}

.testimonial-con::before {
    position: absolute;
    content: "" !important;
    width: 33px !important;
    height: 33px !important;
    background: url(../images/star-png-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -17px !important;
    left: 269px !important;
}

.testimonial-con::after {
    position: absolute !important;
    content: "" !important;
    width: 33px !important;
    height: 33px !important;
    background: url(../images/star-png-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -17px !important;
    right: -17px !important;
    top: auto !important;
    left: auto !important;
}

.testimonial-code {
    position: relative;
}

.testimonial-code::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    background: url(../images/hp-testimonial-sun-overlay-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    right: -30px;
    z-index: -1;
    opacity: 0.3;
}

.testimonial-con .testimonial-read {
    position: absolute;
    right: 28px;
    top: 74px;
}

.testimonial-outer .quote-img {
    width: 19% !important;
    padding-left: 25px;
}

.testimonial-outer .quote-img .elementor-widget-image {
    width: 170px;
    height: 130px;
}

.testimonial-outer .quote-img .elementor-widget-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.projects-count h3 {
    font-size: 22px !important;
    font-family: var(--font-Red-Hat-Display) !important;
    font-weight: 800 !important;
    font-style: italic;
    color: #f1c26f !important;
    line-height: 26px !important;
    text-align: center;
    padding-top: 5px !important;
}

.projects-count .elementor-counter-number-wrapper span {
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 65px !important;
    color: transparent !important;
    -webkit-text-stroke: 1px var(--blackcolor) !important;
    text-stroke: 1px var(--blackcolor) !important;
}

.testimonial-item h6 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--primarycolor) !important;
    position: relative;
    padding-left: 53px;
}

.testimonial-item h6::before {
    position: absolute;
    content: "";
    width: 34px;
    height: 2px;
    background-color: var(--primarycolor);
    top: 13px;
    left: 10px;
}

.testimonial-code {
    padding-right: 60px;
}

.testimonial-code .owl-nav {
    display: flex;
    position: absolute;
    right: -80px;
    bottom: -3px;
    gap: 13px;
    z-index: 99;
}

.owl-nav button {
    width: 33px;
    height: 33px;
    border: 1.5px solid var(--blackcolor) !important;
    border-radius: 8px;
    position: relative;
    background: var(--whitecolor) !important;
    transition: 0.5s ease;
}

.owl-nav button:hover {
    border: 1.5px solid #f1c26f !important;
    background: #f1c26f !important;
    transition: 0.5s ease;
}

.owl-nav button span {
    color: #000 !important;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* HOME PAGE - TESTIMONIAL SECTION CSS CODE END :::::::::::::::::::: */




/* FOOTER START :::::::::::::::::::: */

footer p {
    font-size: 18px;
}

/* SECTION ONE START :::::::::::::::::::: */

footer .section-one {
    padding-left: 57px;
    padding-right: 57px;
    padding-top: 75px;
    padding-bottom: 54px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 70px;
    background: linear-gradient(0deg, rgba(0, 101, 153, 1) 0%, rgba(63, 167, 218, 0.93) 81%, rgba(255, 255, 255, 1) 100%);
}

footer .section-one .service-box {
    width: 100%;
    background: var(--whitecolor);
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

footer .section-one .service-box::before {
    position: absolute;
    content: "";
    width: 220px;
    height: 220px;
    background: #43a29230;
    top: -58px;
    border-radius: 1000px 1000px 1000px 1000px;
    z-index: 0;
}

footer .section-one .service-box .service-image {
    width: 161px;
    height: 130px;
    z-index: 9;
    position: relative;
    top: -23px;
}

footer .section-one .service-box:first-child .service-image {
    width: 105px;
    top: -21px;
}

footer .section-one .service-box:last-child .service-image {
    top: -25px;
    width: 150px;
}


footer .section-one .service-box .service-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .section-one .service-box .service-content {
    text-align: center;
    z-index: 9;
    margin-top: 20px;
}



.footer-icons {
    display: flex;
    column-gap: 7px;
    margin: 38px 0 0 20px;
}

.footer-icons a {
    width: 65px;
    height: 65px;
    display: block;
    position: relative;
}

.footer-icons a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/SM-bg-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.footer-icons a:hover::before {
    filter: brightness(0) saturate(100%) invert(95%) sepia(59%) saturate(6066%) hue-rotate(309deg) brightness(106%) contrast(89%);
}

.footer-icons a::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: 21px;
    left: 21px;
}

.footer-icons .footer-fb a::after {
    background: url(../images/facebook.svg);
}

.footer-icons .footer-li a::after {
    background: url(../images/linkedin.svg);
}

.footer-icons .footer-ig a::after {
    background: url(../images/instagram.svg);
}

/* SECTION TWO START :::::::::::::::::::: */

footer .section-two {
    background: linear-gradient(139deg, rgba(243, 193, 110, 1) 2%, rgba(0, 101, 153, 1) 97%);
}

footer .section-two .site-image {
    display: flex;
    justify-content: center;
    padding-top: 33px;
}

footer .section-two .site-image img.img-footer {
    width: 58%;
}

footer .section-two .footer-two-outer {
    width: 92%;
    background: var(--whitecolor);
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: -20px;
    position: relative;
    overflow: hidden;
}

footer .section-two .footer-two-outer::before {
    position: absolute;
    content: "";
    width: 315px;
    height: 315px;
    background: url(../images/footer-pattern.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    right: 10px;
    bottom: 10px;
}

footer .section-two .footer-two-outer .f-logo-outer {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

footer .section-two .footer-two-outer .f-logo-outer .footer-logo {
    width: 280px;
    height: 150px;
    margin-bottom: 18px !important;
}

footer .section-two .footer-two-outer .f-logo-outer .footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .section-two .footer-two-outer .f-logo-outer .company-desc {
    width: 64%;
    text-align: center;
    font-size: 0;
}

footer .section-two .footer-two-outer .f-logo-outer .company-desc h6 {
    color: #282828;
}

footer .section-two .footer-two-outer .f-logo-outer .company-desc h5 {
    font-size: 18px;
    font-weight: 600;
    color: #282828 !important;
    margin-bottom: 0 !important;
    margin-top: 0;
    line-height: 28px !important;
    font-family: var(--font-Red-Hat-Display) !important;
}

footer .section-two .footer-two-outer .f-company-outer {
    width: 50%;
    padding-right: 42px;
    border-left: 1px solid #C3C5C3;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer {
    padding-left: 10px;
    border-bottom: 1px solid #C3C5C3;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    position: relative;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer::before {
    position: absolute !important;
    content: "" !important;
    width: 33px !important;
    height: 33px !important;
    background: url(../images/star-png-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -17px !important;
    left: -17px !important;
    top: auto !important;
    right: auto !important;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer h6 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer .location,
footer .section-two .footer-two-outer .f-company-outer .about-company-outer .hours {
    padding-left: 40px;
    position: relative;
}

.cky-revisit-bottom-left {
    bottom: 38px !important;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer .location p {
    width: 260px;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer .location::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/location-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    left: 5px;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer .hours::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/clock-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    left: 5px;
}

.location-left {
    width: 60%;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer .phone-outer a {
    padding-left: 40px;
    position: relative;
    color: var(--blackcolor);
    margin-bottom: 12px !important;
    display: block;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer .phone-outer a:hover {
    color: var(--primarycolor) !important;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer .phone-outer a.fax::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/fax-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    left: 5px;
}

footer .section-two .footer-two-outer .f-company-outer .about-company-outer .phone-outer a.telephone::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/phone-icon-f.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    left: 5px;
}

footer .section-two .footer-two-outer .f-company-outer>.footer-menu {
    padding-left: 53px;
}

footer .section-two .footer-two-outer .f-company-outer .footer-menu ul#menu-footer-menu {
    display: flex;
    justify-content: space-between;
}

footer .section-two .footer-two-outer .f-company-outer .footer-menu ul#menu-footer-menu li a {
    font-size: 16px;
    color: var(--blackcolor);
}


footer .section-two .footer-two-outer .f-company-outer .footer-menu ul#menu-footer-menu li a:hover,
footer .section-two .footer-two-outer .f-company-outer .footer-menu ul#menu-footer-menu li.current-menu-item a {
    color: var(--primarycolor) !important;
}

footer .section-two .footer-three-outer {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .section-two .footer-three-outer .wd-logo-outer {
    width: 97px;
    height: 36px;
}

footer .section-two .footer-three-outer .wd-logo-outer img.footer-360-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-three-outer .copy-text p.copy {
    color: var(--whitecolor) !important;
    font-size: 16px;
}

.footer-three-outer .copy-text p.copy a {
    color: var(--whitecolor) !important;
    font-size: 16px;
    text-decoration: underline !important;
    transition: 0.5s ease;
}

.footer-three-outer .copy-text p.copy a:hover {
    color: var(--secondarycolor) !important;
    text-decoration: none !important;
    transition: 0.5s ease;
}

.privacy-policy-outer .elementor-widget-text-editor h4:first-child {
    margin-top: 0;
}

.phone-outer {
    display: flex;
    flex-direction: column-reverse;
}

/* FOOTER END :::::::::::::::::::: */




/* TEAM PAGE CSS CODE START :::::::::::::::::::: */

/* TEAM PAGE DESIGN CHANGES */

.team-member {
    width: 30%;
    border: 1px solid #468F89;
    padding: 10px;
    border-radius: 1000px 1000px 0 0;
}

.team-shortcode .team-members.Board.of.Directors .team-member {
    width: 23%;
}

.team-member .team-img {
    position: relative;
    padding-bottom: 130%;
    border-radius: 1000px 1000px 0 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.team-member .team-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(243, 193, 110, 0) 49%, rgb(0 101 153 / 95%) 100%);
    z-index: 9;
    top: 0;
    left: 0;
    transition: 0.5s ease;
}

.team-member a .team-img::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #006599db;
    z-index: 9;
    top: 0;
    left: 0;
    transition: 0.5s ease;
    opacity: 0;
}

.team-member a:hover .team-img::after {
    opacity: 1;
    transition: 0.5s ease;
}

.team-img img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.team-member {
    position: relative;
}

.team-member::after {
    position: absolute !important;
    content: "" !important;
    width: 33px !important;
    height: 33px !important;
    background: url(../images/star-png-icon.svg);

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -17px !important;
    right: -17px !important;
    top: auto !important;
    left: auto !important;
    filter: brightness(0) saturate(100%) invert(58%) sepia(6%) saturate(3793%) hue-rotate(126deg) brightness(84%) contrast(70%);
}

.team-info {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 94%;
    bottom: 10px;
    transition: 0.5s ease;
    padding-left: 10px;
    padding-right: 10px;
}

.team-member a:hover .team-info {
    bottom: 25px;
    transition: 0.5s ease;
}

.team-info h5 {
    color: #ffffff !important;
    margin-bottom: 8px;
    z-index: 9;
    text-align: center;
    width: 100%;
    font-size: 23px !important;
    line-height: 25px !important;
    font-weight: 700 !important;
}

.team-info p {
    color: #ffffff !important;
    z-index: 9;
    text-align: center;
    width: 100%;
    line-height: 20px !important;
    font-size: 17px;
}

.team-shortcode .team-members {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.team-shortcode h2.team-category-title {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin: 80px 0 50px 0 !important;
}

.team-shortcode h2.team-category-title:first-child {
    margin: 0 0 50px 0 !important;
    border-top: none;
    padding-top: 0;
}

/* .team-shortcode h2.team-category-title:nth-child(2) {
    margin: 80px 0 50px 0 !important;
    border-top: 1px solid #ccc;
    padding-top: 40px;
} */

/* Team page responsive design */

@media(max-width:767px) {
    .team-member {
        width: 46%;
    }

    .team-info h5 {

        font-size: 24px !important;
        font-weight: 600;
        line-height: 28px;
    }
}

@media(max-width:724px) {
    .team-member {
        /* display: flex;
        flex-direction: row;
        flex-wrap: wrap; */

        width: 100%;
    }
}

@media(max-width:425px) {
    .team-member {
        width: 100%;
    }

    .team-info h5 {

        font-size: 22px !important;
        font-weight: 600;
        line-height: 4px !;

    }
}

@media(max-width:375px) {
    .team-info p {

        font-size: 13px;
    }

    .team-info h5 {

        /* line-height: 4px !important; */
    }

}

@media(max-width:320px) {
    .team-member {
        width: 100%;
    }

    .team-info h5 {

        font-size: 16px !important;
        font-weight: 600;
        line-height: 4px !important;
    }

    .team-info p {

        font-size: 12px;
    }
}

/* team popup page design :::::::::::::::::::::::::::::::::::::: */

.fancybox-container {
    z-index: 999999;
}

.fancybox-container .fancybox-infobar {
    opacity: 0;
}

.team-popup-grid {
    margin-top: 0;
    width: 100%;
}

.team-popup-left img {
    width: 100%;
    /* margin: 0px 35px 0px 0; */
    /* float: left; */
    object-fit: cover;
    border-radius: 0 0 0px 200px;
    position: relative;
    /* top: -44px; */
    height: 100%;
    /* object-position: top; */
}

.team-popup-left::before {
    position: absolute;
    content: "";
    width: 104%;
    height: 102%;
    /* background: url(../images/home-video-bg-overlay.svg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: -7px;
    z-index: 0;
    /* transform: rotate(90deg); */
    border: 1px solid #CFCFCF;
    border-radius: 0 0 0px 210px;
}

.team-popup-left {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    display: block !important;
    float: left;
    width: 36%;
    margin: 0px 55px 0px 0;
    top: -24px;
    height: 381px;
}


@media (min-width: 1025px) {
    .team-popup-left::after {
        bottom: -59px;
        left: -63px;
    }
}

.team-popup-left::after {
    position: absolute;
    content: "";
    width: 280px;
    height: 220px;
    background: url(../images/team-popup-after.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -70px;
    left: -60px;
}

.team-popup-grid .team-popup-right h2 {
    margin-top: 0;
}

.team-popup-grid .team-popup-right h6.team-popup-designation {
    color: var(--greencolor) !important;
    font-weight: 700;
}

.team-popup-right {
    max-height: 433px !important;
    padding-right: 30px;
}

/* == SCROLLBAR_CSS_START == 
===============================================================*/

/* ==== width ==== */
.team-popup-right::-webkit-scrollbar {
    width: 10px;
    margin-right: 5px;
}

/* === Track === */
.team-popup-right::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 2px #979797; */
    border-radius: 10px;
}

/* ====  Handle ==== */
.team-popup-right::-webkit-scrollbar-thumb {
    background: var(--greencolor);
    border-radius: 10px;
    cursor: pointer;
}

/* ==== Handle on hover ==== */
.team-popup-right::-webkit-scrollbar-thumb:hover {
    background: var(--greencolor);
}

/* == SCROLLBAR_CSS_END == 
===============================================================*/


/* == POPUP_CSS ===
================================================== */

.fancybox-button {
    background: #fff !important;
}

.dialog-widget {
    z-index: 99999999999 !important;
    background: #062941 !important;
    /* opacity: .96 !important; */
}

.fancybox-bg {
    background: #062941;
    opacity: .96 !important;
}

.fancybox-infobar {
    display: none;
}

.fancybox-inner {
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 50%;
    padding: 30px;
    background: #fff;
    height: 470px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    overflow: hidden !important;
}

.fancybox-caption__body {
    color: #000;
}

.fancybox-button:hover {
    color: #000;
}

.fancybox-caption.fancybox-caption--separate {
    padding: 30px 90px 100px;
    background: linear-gradient(0deg, rgb(255 255 255 / 85%) 0, rgb(255 255 255 / 30%) 50%, rgb(255 255 255 / 15%) 65%, rgb(255 255 255 / 8%) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
}

.fancybox-caption__body h3 {
    color: var(--secondarycolor);
}

.fancybox-toolbar button.fancybox-button.fancybox-button--zoom,
.fancybox-toolbar button.fancybox-button.fancybox-button--play,
.fancybox-toolbar button.fancybox-button.fancybox-button--thumbs {
    display: none !important;
}

.popup-image {
    width: 240px;
    margin: 0 20px 20px 0;
    float: left;
}

.popup-content h3 {
    font-size: 32px;
    display: table-cell;
}

.popup-content .child-categories ul.popup-classes li {
    font-size: 13px;
    font-weight: 600;
    width: 28%;
    line-height: 16px;
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
}

.popup-content .child-categories ul.popup-classes li::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0 !important;
    margin-left: -20px;
    margin-top: 1px;
    background-image: url(/wp-content/themes/aydinspreparatoryacademy/images/ul-li-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}

.popup-content .child-categories ul.popup-classes {
    display: flex;
    padding-left: 0;
    column-gap: 40px;
    flex-wrap: wrap;
}

.popup-content .child-categories {
    width: 100%;
}

.popup-content a.calender-link.blue-btn {
    margin-top: 20px !important;
}

button.fancybox-button.fancybox-close-small {
    background: var(--secondarycolor) !important;
    border-radius: 0 0 0 20px !important;
    opacity: 1;
}

button.fancybox-button.fancybox-close-small svg {
    color: #000 !important;
}

.fancybox-navigation button.fancybox-button svg {
    opacity: 0;
}

button.fancybox-button.fancybox-button--arrow_left div {
    background: #f1a343;
    border-radius: 50px;
    margin-left: 0px;
    position: relative;
    left: 0;
    width: 33px;
    height: 33px;
    border: 1.5px solid var(--blackcolor) !important;
    border-radius: 8px;
    position: relative;
    background: var(--whitecolor) !important;
    transition: 0.5s ease;
}

button.fancybox-button.fancybox-button--arrow_left div:hover {
    background: var(--secondarycolor) !important;
    transition: 0.5s ease;
    border: 1.5px solid var(--secondarycolor) !important;
}

button.fancybox-button.fancybox-button--arrow_left div::before {
    position: absolute;
    content: "<";
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    right: 17px;
    top: 12px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #000 !important;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: var(--font-Red-Hat-Display) !important;
}

.fancybox-stage .fancybox-slide {
    padding: 0;
    overflow: hidden;
}

.team-popup-content {
    height: 100% !important;
    overflow: hidden !important;
    padding-right: 0 !important;
    position: relative;
    border-radius: 0 !important;
}

.team-popup-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    background: #fff;
    bottom: 0;
    left: 0;
}

/* .fancybox-stage .fancybox-slide .fancybox-content {
  max-height: 80vh;
  height: fit-content;
} */




.fancybox-container {
    z-index: 99999999999;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    /* right: auto; */
    left: 51px;
}

button.fancybox-button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5;
}

button.fancybox-button.fancybox-button--arrow_right div {

    border-radius: 50px;
    margin-left: 0px;
    position: relative;
    left: 0;
    width: 33px;
    height: 33px;
    border: 1.5px solid var(--blackcolor) !important;
    border-radius: 8px;
    position: relative;
    background: var(--whitecolor) !important;
    transition: 0.5s ease;
}

button.fancybox-button.fancybox-button--arrow_right div:hover {
    background: var(--secondarycolor) !important;
    transition: 0.5s ease;
    border: 1.5px solid var(--secondarycolor) !important;
}

.fancybox-navigation .fancybox-button {
    background-color: transparent !important;
    z-index: 99999999 !important;
    top: auto;
    bottom: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    left: 10px;
    bottom: 10px;
    opacity: 1 !important;
    visibility: visible;
}

button.fancybox-button.fancybox-button--arrow_right div::before {
    position: absolute;
    content: ">";
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    right: 17px;
    top: 12px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    color: #000 !important;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: var(--font-Red-Hat-Display) !important;
}

.team-popup-left {
    position: relative;
}


/* == POPUP_CSS ===
================================================== */


/* TEAM PAGE CSS CODE END :::::::::::::::::::: */




/* Join a Virtual Session PAGE CSS CODE start :::::::::::::::::::: */

.video-image {
    padding-top: 30px !important;
    position: relative;
}

.video-image::after {
    position: absolute !important;
    content: "" !important;
    width: 33px !important;
    height: 33px !important;
    background: url(../images/star-png-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -17px !important;
    right: -17px !important;
    top: auto !important;
    left: auto !important;
}

.video-image img {
    width: 100%;
    border: 1px solid #CFCFCF !important;
    padding-left: 10px;
    padding-right: 10px;
}

.virtual-service-cont .common-btn-two {
    z-index: 9;
}

.virtual-btn {
    margin-bottom: -50px !important;
    z-index: 9;

}

/* Join a Virtual Session PAGE CSS CODE END :::::::::::::::::::: */


.blog-single .cont-and-short-sec .cont-sec h5:first-child,
.blog-single .cont-and-short-sec .cont-sec h5:nth-child(2) {
    margin-top: 0 !important;
}

.blog-single .submit-you-pay .service-inr-payment-form-sec {
    display: flex;
    justify-content: center;
}


/* MAKE A DONATIVE CSS CODE ::::::::::::::::::::::::::::: */

.make-a-donation-sec {
    padding: 0 !important;
    height: 100%;
}

.make-a-donation-sec .make-a-donation-text {
    height: 100%;
}

.make-a-donation-sec .make-a-donation-text h6 {
    height: 100%;
}

.make-a-donation-sec form h6 {
    padding: 0 21px;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

/* MAKE A DONATIVE CSS CODE ::::::::::::::::::::::::::::: */


.multi-locations {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.multi-locations .e-con-inner {
    max-width: 100% !important;
}

.multi-locations #locations-list {
    padding: 30px !important;
    background: #f1c16f !important;
}

.multi-locations #locations-list h3 {
    margin-top: 0;
    font-size: 38px;
}

.multi-locations #locations-list ul#locationItems {
    margin-left: 0 !important;
}

.multi-locations #locations-list ul li {
    color: var(--blackcolor) !important;
}

.multi-locations #locations-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px transparent;
    border-radius: 10px;
}

.multi-locations #locations-list::-webkit-scrollbar-thumb {
    background: var(--primarycolor);
    border-radius: 10px;
    cursor: pointer;
}

.multi-locations #locations-list::-webkit-scrollbar {
    width: 6px;
}

.multi-locations #locations-list ul li {
    position: relative;
    width: fit-content;
    padding: 2px 8px 0px 18px !important;
}

.multi-locations #locations-list ul li::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    left: 16px;
    bottom: 0;
}

.multi-locations #locations-list ul li::before {
    margin-left: -25px;
    top: 11px;
}


.multi-locations #locations-list ul li.active:after,
.multi-locations #locations-list ul li:hover:after {
    width: 92%;
}

.multi-locations #locations-list ul li.active {
    color: #428f89 !important;
    background: transparent !important;
}

.paypal-text p {
    padding-left: 60px;
    position: relative;
    margin-left: 0px;
    border-bottom: 1px solid #C3C5C3;
    padding-bottom: 17px;
    color: var(--blackcolor) !important;
}

.paypal-text p::before {
    position: absolute;
    content: "";
    width: 62px;
    height: 74px;
    left: 0px;
    bottom: -3px;
    transform: rotate(0deg);
    background: url(../images/MAN-img.png);
    transition: 0.5s;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.post-image-inner span.date {
    position: absolute;
    /* right: -28px;
    top: -36px; */
    right: 0;
    top: 0;
    padding: 20px 25px 30px 45px;
    background: var(--darkbluecolor);
    color: var(--whitecolor);
    border-radius: 0 0 0 100px;
    width: 100px;
    height: 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-weight: 700;
    z-index: 9;
}

.post-image-inner {
    position: relative;
}



/* DONATON PAGE  :::::::::::::::::::::::::::::::::: */

.make-a-donation-sec h6 {
    text-transform: uppercase !important;
    color: #fff !important;
    padding-left: 10px;
    padding-right: 10px;
}

.donate-form-sec {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.donate-form-sec img {
    padding: 18px 10px 10px 10px;
    object-fit: contain;
}

.donate-form-sec {
    display: none;
}

.donation-outer .service-inner-donate-container .make-a-donation-sec {
    width: 100%;
}

/* DONATON PAGE  :::::::::::::::::::::::::::::::::: */


/* CAREER PAGE CSS CODE START :::::::::::::::::::: */

.careers-outer .e-con-inner .make-a-differ-cont-1 {
    justify-content: flex-start !important;
}

.career-video img {
    height: 280px !important;
}

.career-video .elementor-custom-embed-play::before {
    left: 4px;
}

/* CAREER PAGE CSS CODE END :::::::::::::::::::: */

/* PLAY BUTTON STYLE */
/* .career-video .elementor-custom-embed-play::before 
{

    background: url(../images/playbtn.png) !important;
    left: 0 !important;
} */

.career-video .elementor-custom-embed-play::before {
    background: url(../images/playbtn-icon.png) !important;
    left: 0px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

/* DONATE TODAY PAGE DESIGN */
.service-inner-donate-container a {
    width: 100% !important;
    padding: 20px 70px 20px 32px !important;
    position: relative;
    background: #4cb7a5 !important;
    border-radius: 60px !important;
    display: flex !important;
    align-items: center !important;
    width: fit-content !important;
    border: 3px solid #A3D7CB !important;
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 24px !important;
    font-family: var(--font-Urbanist) !important;
    font-weight: 500 !important;
}



.page-id-4386 .common-outer {
    padding-top: 40px;
    padding-bottom: 40px;
}



.make-a-differ-cont-1 {
    gap: 20px !important;
}

.empower_text p {
    margin-bottom: 0 !important;
    text-align: center;
}

.empower_image {
    width: 270px;
}

.empower_text p strong {
    font-weight: 700 !important;
    font-size: 17px;
}

.empowered-content p {
    text-align: center;
    margin-bottom: 0 !important;
    font-size: 21px;
}

.empowered-button {
    display: flex;
    justify-content: center !important;
}

.empowered-image {
    display: flex;
    justify-content: center !important;
}

.services-btn {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

@media (min-width: 1100px) {

    .services-btn {
        padding-left: 40px !important;
    }

}

.services-btn .elementor-custom-embed-play {
    inset-block-start: 83%;
    inset-inline-start: 90%;
}

.services-btn .elementor-custom-embed-play::before {
    left: 6px;
    background: url(../images/playbtn-icon.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.about-us-bottom-con-outer {
    display: flex;
    flex-wrap: wrap !important;
}

.grecaptcha-badge {
    z-index: 9999;
}

.empowered-logo-outer {
    border: 1px solid #CFCFCF;
    padding: 40px 70px 40px 50px !important;
    width: 530px !important;
    right: 38px;
    border-right: 0;
    background: var(--whitecolor);
    position: relative;
    margin-top: 30px !important;
    row-gap: 13px !important;
}

@media (min-width: 1517px) {
    .empowered-logo-outer {
        border-right: 1px solid #CFCFCF;
        margin-top: 10px !important;
        padding: 40px 50px 40px 50px !important;
    }
}

.empowered-logo-outer::before {
    position: absolute !important;
    content: "" !important;
    width: 33px !important;
    height: 33px !important;
    background: url(../images/star-png-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -17px !important;
    right: 100px !important;
    left: auto !important;
}

.empowered-logo-outer::after {
    position: absolute !important;
    content: "" !important;
    width: 33px !important;
    height: 33px !important;
    background: url(../images/star-png-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -17px !important;
    right: auto !important;
    left: -17px !important;
}

.empowered-logo-outer .empowered-button a,
.empowered-logo-outer .empowered-button p {
    font-size: 17px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--blackcolor) !important;
    margin-bottom: 0 !important;
}

.empowered-logo-outer .empowered-button a {
    color: var(--primarycolor) !important;
}

.empowered-logo-outer .empowered-button a:hover {
    color: #4CB7A5 !important;
}

/* .empowered-logo-outer .common-btn.empowered-button a::before {
    z-index: 9;
    left: 0;
    background: url(../images/playbtn-icon.png) !important;
    top: auto;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 44px;
    height: 44px;
    transform: scale(1);
} */

.empowered-logo-outer .common-btn.empowered-button a::after {
    display: none;
}

.empowered-logo-outer .icon-button {
    display: flex;
    justify-content: center;
    /* width: 50px; */
}

.empowered-logo-outer .icon-button a {
    width: 55px;
    height: 55px;
    background: transparent;
    color: transparent;
    font-size: 0;
    position: relative;
    bottom: -6px;
    transition: 0.5s ease;
}

.empowered-logo-outer .icon-button a::before {
    position: absolute;
    content: '';
    z-index: 9;
    left: 0;
    background: url(../images/playbtn-icon.png) !important;
    top: auto;
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 100%;
    height: 100%;
    transform: scale(1);
    top: 0;
    left: 0;
}

.empowered-logo-outer .icon-button a:hover::before {
    background: url(../images/playbtn-icon-hover.png) !important;
    transform: scale(1);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 100%;
    height: 100%;
}






/* Paypal account page form style css :::::::::::::::::::::::::::::::::::::::: */

body.page-id-4753 table tr {
    background: transparent !important;
}

body.page-id-4753 table tr td {
    padding: 0 0 20px 0;
    border: none;
}


body.page-id-4753 table tr td input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #57b3ab !important;
}

body.page-id-4753 table tr td select {
    width: 100%;
    padding: 16px;
    border-radius: 35px;
    border: 2px solid #57b3ab !important;
    /* appearance: none; */
    position: relative;
    z-index: 99;
    background: 0 0;
    cursor: pointer;
    color: #4b4a4a;
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 17px;
}

body.page-id-4753 .elementor-element-a8a911e {
    width: 600px;
}

body.page-id-4753 form button.paypal-btn {
    background: #4cb7a5 !important;
    border: 3px solid #a3d7cb !important;
    padding: 15px 46px;
    border-radius: 100px;
    font-weight: 700 !important;
    position: relative;
    color: var(--whitecolor) !important;
    font-size: 18px !important;
    transition: .5s ease;
    font-family: var(--font-Red-Hat-Display) !important;
    line-height: 25px !important;
    order: 2;
    width: 50%;
    cursor: pointer;
    margin-top: 20px !important;
}

.page-id-4753 select#planSelect {
    width: 50%;
    padding: 16px 21px;
    border-radius: 55px;
    border: 2px solid #57b3ab !important;
    margin-bottom: 30px;
    margin-left: 10px;
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 17px;
}

.page-id-4753 label {
    font-weight: 600 !important;
    color: var(--blackcolor);
    font-size: 18px;
}

/* Paypal account page form style css :::::::::::::::::::::::::::::::::::::::: */





/* Paypal demo page form style css :::::::::::::::::::::::::::::::::::::::: */

.services-pay .dui-payment-wrap select {
    width: 100% !important;
    padding: 10px 20px !important;
    border-radius: 25px;
    border: 2px solid #57b3ab !important;
    appearance: none;
    position: relative;
    z-index: 99;
    background: 0 0;
    cursor: pointer;
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 18px;
    color: var(--paracolor) !important;
    line-height: 28px !important;
}

.services-pay .dui-payment-wrap select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHg9IjExIiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDExIDApIiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wIiBwYXR0ZXJuQ29udGVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+Cjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF8yMDFfMTIyIiB0cmFuc2Zvcm09InNjYWxlKDAuMDEwNDE2NykiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8yMDFfMTIyIiB3aWR0aD0iOTYiIGhlaWdodD0iOTYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBR0FBQUFCZ0NBWUFBQURpbUhjNEFBQUFDWEJJV1hNQUFBc1RBQUFMRXdFQW1wd1lBQUFBNUVsRVFWUjRuTzNjc1UwRFlSQ0UwWTEvMGRKVTdSUVNXbklCUjJKeUxCbU41SDFQdWdibVc0U1R1eGtBQUFBQUFBQUFBRmpuUEI1SzQzL096UGZNZkNqUUdmOTZQQ0lVeDc5RTZJOS9pZEFmL3hMaGY5MytNUDd2OCtYWDBldGxadTVQUlBDUFdZVDNGSDhKZlJHaEx5TDBSWVMraU5BWEVmb2lRbDlFNklzSWZSR2hMeUwwUllTK2lOQVhFZm9pUWw5RUVHQ3R1SDdqcnhTWGIveVY0dktOdjFKY3Z2Rlhpc3MzL2tweCtjWmZLUzdmK0N2RjVSdC9wYmo4cnB1WDlMcU8xMVQ3amhlMSs0NVBGZlFkSCt2b096NVgwM2Q4a2dBQUFBQUFBQUFBQU9aWlB5OVEvUWhxNDRuaUFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: right 20px center;
    /* MOVE ARROW HERE */
    background-size: 18px;
}

.services-pay .dui-payment-wrap input {
    width: 100%;
    padding: 10px 20px !important;
    border-radius: 25px;
    border: 2px solid #57b3ab !important;
}

.services-pay .dui-payment-wrap {
    border: none !important;
    padding: 0 !important;
    max-width: 100% !important;
    border-radius: 0 !important;
}

.services-pay label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600 !important;
    color: var(--blackcolor);
}

/* #dui-message {
    background: red;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    color: #fff !important;
} */
#dui-message,
#success-message {
    /* background: #4cb7a5 !important; */
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    color: #035500 !important;
    font-size: 23px;
    font-weight: 600;
}

/* .services-pay .paypal-button-container .paypal-button-number-1 {
    display: none !important;
}

.paypal-buttons {
    position: relative;
    background: #4cb7a5 !important;
    border: 3px solid #a3d7cb !important;
    padding: 15px 46px;
    border-radius: 100px;
    position: relative;
    order: 2;
    width: 50%;
    cursor: pointer;
}

.paypal-buttons::before {
    position: absolute;
    content: "Pay Now";
    font-weight: 700 !important;
    color: var(--whitecolor) !important;
    font-size: 18px !important;
    transition: .5s ease;
    font-family: var(--font-Red-Hat-Display) !important;
    line-height: 25px !important;
}

.services-pay .paypal-button-container .paypal-button-number-0 .paypal-button img {
    opacity: 0;
}

div#dui-paypal-button-container iframe {
    opacity: 0 !important;
} */

p.note-message {
    /* padding: 10px; */
    /* border: 1px solid #cfcfcf; */
    font-family: var(--font-Red-Hat-Display);
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
    line-height: 21px !important;
    padding: 0px;
    margin-bottom: 16px !important;
}

/* Paypal demo page form style css :::::::::::::::::::::::::::::::::::::::: */


/* Form section custom demo page 1 style css :::::::::::::::::::::::::::::::::::::::: */

.pay-accordion-outer .services-pay-five {
    /* padding-top: 20px; */
    padding-bottom: 0px !important;
}

.paypal_class {
    max-width: 100% !important;
}

.paypal_class #dui-form {
    max-width: 100% !important;
}

.paypal_class .paypal_conteiner input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid #57b3ab !important;
    margin-bottom: 20px;
}

.paypal_class .paypal_conteiner input::placeholder {
    font-family: var(--font-Red-Hat-Display);
    /* font-weight: 400; */
    font-size: 18px !important;
    color: #4B4A4A !important;
    /* line-height: 28px !important; */
}


.paypal_class .paypal_conteiner label {
    font-size: 20px;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.paypal_class .paypal_conteiner select {
    width: 100% !important;
    padding: 10px 20px !important;
    border-radius: 25px;
    border: 2px solid #57b3ab !important;
    appearance: none;
    position: relative;
    z-index: 99;
    background: 0 0;
    cursor: pointer;
    font-family: var(--font-Red-Hat-Display);
    font-weight: 400;
    font-size: 18px;
    color: var(--black color) !important;
    line-height: 28px !important;
    margin-bottom: 20px;
}

.paypal_class .paypal_conteiner select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CjxyZWN0IHg9IjExIiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHRyYW5zZm9ybT0icm90YXRlKDkwIDExIDApIiBmaWxsPSJ1cmwoI3BhdHRlcm4wKSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wIiBwYXR0ZXJuQ29udGVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+Cjx1c2UgeGxpbms6aHJlZj0iI2ltYWdlMF8yMDFfMTIyIiB0cmFuc2Zvcm09InNjYWxlKDAuMDEwNDE2NykiLz4KPC9wYXR0ZXJuPgo8aW1hZ2UgaWQ9ImltYWdlMF8yMDFfMTIyIiB3aWR0aD0iOTYiIGhlaWdodD0iOTYiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBR0FBQUFCZ0NBWUFBQURpbUhjNEFBQUFDWEJJV1hNQUFBc1RBQUFMRXdFQW1wd1lBQUFBNUVsRVFWUjRuTzNjc1UwRFlSQ0UwWTEvMGRKVTdSUVNXbklCUjJKeUxCbU41SDFQdWdibVc0U1R1eGtBQUFBQUFBQUFBRmpuUEI1SzQzL096UGZNZkNqUUdmOTZQQ0lVeDc5RTZJOS9pZEFmL3hMaGY5MytNUDd2OCtYWDBldGxadTVQUlBDUFdZVDNGSDhKZlJHaEx5TDBSWVMraU5BWEVmb2lRbDlFNklzSWZSR2hMeUwwUllTK2lOQVhFZm9pUWw5RUVHQ3R1SDdqcnhTWGIveVY0dktOdjFKY3Z2Rlhpc3MzL2tweCtjWmZLUzdmK0N2RjVSdC9wYmo4cnB1WDlMcU8xMVQ3amhlMSs0NVBGZlFkSCt2b096NVgwM2Q4a2dBQUFBQUFBQUFBQU9aWlB5OVEvUWhxNDRuaUFBQUFBRWxGVGtTdVFtQ0MiLz4KPC9kZWZzPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 18px;

}

.paypal_class .paypal_conteiner h5 {
    border-top: 1px solid #ccc;
    /* color: #4B4A4A !important; */
    padding-top: 45px;
    /* margin-bottom: 20px; */
    margin-top: 0px !important;
}





.paypal_class .info-box {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 600;
    font-size: 16px;
    color: #000 !important;
    line-height: 28px !important;
    padding: 29px 29px;
    margin-bottom: 16px !important;
    background-color: #c3c5c366;
}

.paypal_class .info-box .new-client-text {
    margin-bottom: 0px !important;
}

.paypal_class .info-box .existing-client-text {
    margin-bottom: 0px !important;
}


.paypal_class .info-box strong {

    font-size: 18px !important;

}

.paypal_class .info-box p {
    font-size: 18px !important;

}

.paypal_class .paypal_conteiner #dui-form small {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 600;
    font-size: 18px;
    color: #000 !important;
    margin-bottom: 20px;

}



#dui-form #sub_block .sub-box {
    background: none;
    padding: 10px 17px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

#dui-form #sub_block .sub-row .sub-right {
    font-family: var(--font-Red-Hat-Display);
    font-weight: 600;
    font-size: 20px;
    color: #000 !important;
}

#dui-form #sub_block .sub-row .sub-left {
    font-family: var(--font-Red-Hat-Display);
    font-size: 20px !important;
    color: #4B4A4A !important;
}

#dui-form #sub_block .sub-box strong {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600 !important;
    font-family: var(--font-Red-Hat-Display);

}

#dui-form #sub_block .sub-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;


}

/* btn style */
.client-radio-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 15px;
    cursor: pointer;
    /* margin-top: 20px; */
}

.paypal_class .client-radio-group .client-radio {
    width: 31% !important;

}

.client-radio-group label.client-radio input {
    width: 20%;
    height: 20px;
    width: 20px;
    margin-bottom: 0px;
    accent-color: #02887c;
    cursor: pointer;
    /* accent-color: #57b3ab !important; */
}

.paypal_class .client-radio-group label.client-radio {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 16px !important;
    cursor: pointer;
}

.paypal_class #paypal-one {
    margin-top: 40px;
}

@media (max-width:991px) {
    .paypal_class .paypal_conteiner h5 {
        /* padding-top: 35px; */
    }

}

@media (max-width:563px) {
    .paypal_class .client-radio-group .client-radio {
        width: 38% !important;
    }
}

@media (max-width:486px) {
    .paypal_class .client-radio-group {
        display: flex;
        flex-direction: column;
    }

    .paypal_class .client-radio-group .client-radio {
        width: 100% !important;
    }
}

@media (max-width:486px) {
    .paypal_class .paypal_conteiner h5 {
        font-size: 26px;
    }

}


.paypal_class .paypal_conteiner #one_block {
    position: relative;
}

/* .paypal_class .paypal_conteiner #one_block input {
    padding-left: 32px !important;

} */

/* .paypal_class .paypal_conteiner #one_block ::before {
    content: '$';
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50px;
    left: 20px;
    background-repeat: no-repeat;
    background-position: center;
    color: var(--paracolor) !important;
    font-size: 18px !important;
} */

.paypal_class .paypal_conteiner #one_amount[type="number"]::-webkit-inner-spin-button,
.paypal_class .paypal_conteiner #one_amount[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.summary-row span.summary-right {
    width: 190px;
    /* margin-top: -20px; */
}

.summary-row span.summary-right input {
    width: 140px !important;
    padding-left: 17px !important;
}

.summary-row span.summary-right,
.summary-left {
    font-family: var(--font-Red-Hat-Display);
}


.single-service a.enroll-today-btn {
    background: #4CB7A5 !important;
    border: 3px solid #A3D7CB !important;
    padding: 15px 70px 15px 30px;
    border-radius: 100px;
    font-weight: 700 !important;
    position: relative;
    color: var(--whitecolor) !important;
    font-size: 18px !important;
    transition: 0.5s ease;
    font-family: var(--font-Red-Hat-Display) !important;
    line-height: 25px !important;
    margin-top: 20px !important;
    display: table;
}

.single-service a.enroll-today-btn:hover {
    background: var(--darkbluecolor) !important;
    border: 3px solid var(--darkbluecolor) !important;
    transition: 0.5s ease;
}

.single-service a.enroll-today-btn::before {
    background: url(../images/payment-icon.svg);
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    top: -2px;
    right: 28px;
}