@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Outfit', sans-serif; */
/* font-family: 'adelia'; */



/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
@font-face {
    font-family: 'adelia';
    src: url('fonts/adelia.eot');
    src: url('fonts/adelia.eot?#iefix') format('embedded-opentype'),
        url('fonts/adelia.woff2') format('woff2'),
        url('fonts/adelia.woff') format('woff'),
        url('fonts/adelia.ttf') format('truetype'),
        url('fonts/adelia.svg#adelia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'adelia';
    src: url('fonts/adelia_1.eot');
    src: url('fonts/adelia_1.eot?#iefix') format('embedded-opentype'),
        url('fonts/adelia_1.woff2') format('woff2'),
        url('fonts/adelia_1.woff') format('woff'),
        url('fonts/adelia_1.ttf') format('truetype'),
        url('fonts/adelia_1.svg#adelia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primarycolor: #20B2E8;
    --secondarycolor: #034254;
    --headingcolor: #12223A;
    --navlinkcolor: #484848;
    --bodycolor: #5D696D;
    --formbordercolor: #A2C7D4;
    --btnbordercolor: #252525;
    --whitecolor: #ffffff;
    --blackcolor: #000000;
    --OutfitFont: 'Outfit', sans-serif;
    --adeliafont: 'adelia';
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--OutfitFont);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-weight: normal;
    font-style: normal;
    color: var(--bodycolor);
    font-size: 19px;
    line-height: 1.4;
    background-color: var(--whitecolor);
}

b,
strong {
    font-weight: 700;
}

p {
    margin: 0 0 22px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    color: var(--headingcolor);
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}



h1,
.h-one {
    font-weight: 700;
    font-size: 105px;
    line-height: 1;
}

h2,
.h-two {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
}

h3,
.h-three {
    font-weight: 700;
    font-size: 37px;
    line-height: 1.2;
}

h4,
.h-four {
    font-size: 24px;
    line-height: 1.2;

}

h5,
.h-five {
    font-size: 19px;
    line-height: normal;
    text-transform: capitalize;
}


a {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    color: var(--secondarycolor);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--primarycolor);
}

img {
    max-width: 100%;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
    background-color: transparent;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: var(--bodycolor);
    border: 1px solid var(--formbordercolor);
    height: 55px;
    padding: 0 19px;
    outline: none !important;
}

textarea {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid var(--formbordercolor);
    padding: 15px 19px;
    width: 100%;
    color: var(--bodycolor);
    height: 143px;
    outline: none !important;
    display: block;
    resize: none;
}

select {
    border: 1px solid var(--formbordercolor);
    width: 100%;
    padding: 0 11px;
    background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
    background-size: 18px;
    padding-right: 40px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
    background: url(./images/sub-arw.svg) no-repeat right 8px center var(--whitecolor);
    color: var(--secondarycolor);
    height: 66px;
    border: 1px solid var(--btnbordercolor);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 100px;
    padding-left: 32px;
    padding-right: 77px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
    background: url(./images/sub-arw.svg) no-repeat right 8px center var(--secondarycolor);
    color: var(--whitecolor);
    border-color: var(--secondarycolor);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: var(--bodycolor);
}

:-ms-input-placeholder {
    opacity: 1;
    color: var(--bodycolor);
}

::-moz-placeholder {
    opacity: 1;
    color: var(--bodycolor);
}

:-moz-placeholder {
    opacity: 1;
    color: var(--bodycolor);
}

/* custom css */
.cmn-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primarycolor);
    border-radius: 100px;
    padding: 23px 75px 23px 35px;
    min-width: 210px;
    font-size: 18px;
    -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.10);
    color: var(--whitecolor);
    font-weight: 400;
    line-height: 1;
}

.cmn-btn span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--whitecolor);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cmn-btn:hover {
    background-color: var(--secondarycolor);
    color: var(--whitecolor);
}

.main-head .cmn-btn span {
    right: 4px;
    width: 29px;
    height: 29px;
    top: 4px;
    bottom: 4px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.main-head .cmn-btn {
    padding: 10px 42px 11px 17px;
    font-size: 16px;
    min-width: 113px;
    background-color: var(--secondarycolor);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-head .cmn-btn:hover {
    background-color: var(--primarycolor);
}

.cmn-btn.bg-white {
    background-color: transparent !important;
    color: var(--secondarycolor);
    border: 1px solid var(--btnbordercolor);
    -webkit-box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.10);
}

.bg-white span {
    background-color: var(--primarycolor);
}

.cmn-btn.bg-white:hover {
    background-color: var(--secondarycolor) !important;
    color: var(--whitecolor);
}


/* custom css */


/* images alignment for wordpress content pages */
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

/* custom checkbox */

.form_input_check label {
    position: relative;
    margin: 0;
    padding-left: 40px;
    display: inline-block;
}

.form_input_check label span {
    margin: 0;
    padding: 0;
}

.form_input_check label input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #3E3E42;
    background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 22px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(images/tick.svg) no-repeat center center;
    background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* custom radio */

.form_input_radio label {
    position: relative;
    margin: 0;
    padding-left: 30px;
    display: inline-block;
}

.form_input_radio label span {
    margin: 0;
    padding: 0;
}

.form_input_radio label input[type="radio"] {
    visibility: hidden;
    display: none;
}

.form_input_radio label input[type="radio"]+span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4b0049;
    position: absolute;
    top: 6px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* custom radio end */

/* navbar*/

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 272px;
    display: inline-block;
}

.navbar {
    background: none;
    margin: 0;
    padding: 0;
    min-height: inherit;
    height: inherit;
    border: none;
    border-radius: 0;
}

.navbar-nav li {
    position: relative;
    list-style: none;
}

.navbar-nav>li {
    margin: 0 18px;
    padding: 15px 0;
    position: relative;
}

.navbar-nav>li:last-child,
.header-right-part ul li:last-child {
    margin-right: 0;
}

.navbar-nav>li:first-child,
.header-right-part ul li:first-child {
    margin-left: 0;
}

.navbar-nav>li>a {
    color: var(--navlinkcolor);
    font-size: 16px;
    line-height: 1;
    position: relative;
    font-weight: normal;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: var(--primarycolor);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
}


/* navbar submenu*/

.sub-menu {
    background: var(--whitecolor);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    border: 0;
    border-radius: 0;
    width: 140px;
    padding: 0;
    -webkit-box-shadow: 0px 4px 54px rgba(123, 84, 198, 0.10);
    box-shadow: 0px 4px 54px rgba(123, 84, 198, 0.10);
}

.sub-menu>li>a {
    color: var(--navlinkcolor);
    display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.sub-menu>li {
    width: 100%;
    display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
    background: var(--primarycolor);
    color: var(--whitecolor);
}

.navbar-nav>li:last-child>.sub-menu {
    right: 0;
    left: inherit;
    padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}


/* for push-menu */
.navbar-collapse .navbar-toggler {
    display: none;
}

#navoverlay {
    display: block;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

/* for push-menu end*/

.header-right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 22px;
}

.header-right-part ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-right-part ul li {
    display: inline-block;
    line-height: 1;
    margin: 0 5px;
}

.header-right-part ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background-color: var(--primarycolor);
    border-radius: 50%;
}

.header-right-part ul li a:hover {
    background-color: var(--secondarycolor);
}

.header-right-part .cmn-btn {
    margin-left: 9px;
}

.main-head {
    position: relative;
    padding: 15px 0 5px;
    background-color: var(--whitecolor);
    z-index: 9999;
}

.main-head::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 100%;
    height: 24px;
    background: url(./images/Union.png) repeat-x center;
    background-size: 100% 100%;
    z-index: -1;
}

/* banner css */

.banner-main-warper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 0 146px;
    min-height: 667px
}

.banner-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 400px);
    z-index: 1;
}

.banner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-inner-contant {
    position: relative;
    z-index: 3;
}

.banner-main-warper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(1deg, #5E5757 33%, rgba(0, 0, 0, 0.00) 58%);
    background: linear-gradient(89deg, #5E5757 33%, rgba(0, 0, 0, 0.00) 58%);
    z-index: 2;
}

.banner-btn {
    padding-top: 10px;
}

.banner-inner-contant p {
    font-size: 20px;
    color: var(--whitecolor);
}

.bansub-title {
    display: block;
    line-height: 2;
    color: var(--whitecolor);
    font-family: var(--adeliafont);
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 6px;
}

.banner-inner-contant h1 {
    color: var(--whitecolor);
    margin-bottom: 21px;
}

.banner-inner-contant h1 span {
    font-size: 50px;
    font-weight: 500;
    color: var(--whitecolor);
    display: block;
}


/* founder details css */
.founder-right-part {
    width: 318px;
    margin-left: auto;
}

.founder-content-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.founder-left-content {
    position: relative;
    width: calc(100% - 318px);
    padding-right: 32px;
    padding-top: 48px;
}

.founder-left-content p {
    font-size: 20px;
    color: var(--whitecolor);
}

.founder-details-wraper {
    position: relative;
    background-color: var(--primarycolor);
    padding: 25px 0 44px;
}

.founder-title-wpr {
    position: relative;
    padding-left: 46px;
}

.founder-title-wpr span {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: var(--whitecolor);
    line-height: 1.2;
    text-transform: capitalize;
}

.founder-title-wpr span::before {
    position: absolute;
    content: "";
    top: 14px;
    left: -46px;
    width: 32px;
    height: 2px;
    background-color: var(--whitecolor);
}

.founder-right-part figure {
    margin-bottom: 0;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    border: 5px solid var(--whitecolor);
    overflow: hidden;
    position: relative;
}

.founder-right-part figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.founder-right-part .founder-img-wpr:last-child {
    margin-left: 100px;
    margin-top: -93px;
    position: relative;
    z-index: 2;
}

.founder-img-wpr {
    position: relative;
}

.founder-right-part .founder-img-wpr::before {
    content: "";
    position: absolute;
    top: 37px;
    left: 155px;
    width: 67px;
    height: 13px;
    background: url(./images/founder-top-arw.svg) no-repeat right center;
    background-size: cover;
}

.founder-right-part .founder-img-wpr:last-child::before {
    top: inherit;
    bottom: 17px;
    left: -50px;
    background: url(./images/founder-btm-arw.svg) no-repeat right center;
    background-size: cover;
}

.qutaion-img {
    position: absolute;
    top: -15px;
    left: 0;
    width: 106px;
    opacity: 0.3;
}

.founder-name {
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 17px;
    color: var(--whitecolor);
    line-height: 1;
}

.founder-right-part {
    padding-left: 36px;
}

.founder-right-part .founder-img-wpr:last-child .founder-name {
    top: inherit;
    bottom: 15px;
    left: -135px;
}

/* about us css */
.about-main-wraper {
    position: relative;
    padding-top: 103px;
}

.about-img-wpr figure {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.about-img-wpr figure img {
    width: 100%;
}

.about-img-wpr {
    position: relative;
    padding: 0 85px 48px 0;
}

.pace-charity-txt {
    position: absolute;
    left: -49px;
    bottom: 45px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 35px;
    color: var(--blackcolor);
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 21.7px;
    text-align: center;
    border-bottom: 1px solid var(--blackcolor);
}

.pace-charity-txt::before {
    position: absolute;
    content: "";
    right: 0;
    /* top: 0; */
    bottom: 0;
    width: 1px;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.sec-head-line h2 {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 13px;
}

.sec-head-line h2::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0;
    width: 448px;
    height: 6px;
    background: url(./images/big-line.svg) no-repeat left center;
    background-size: contain;
    z-index: 1;
}

.about-right-col>p {
    margin-bottom: 0px;
}

.about-top-map {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.about-btm-map {
    position: absolute;
    bottom: -441px;
    left: 0;
    z-index: -1;
}

.about-row {
    --bs-gutter-x: 73px;
}

.about-main-wraper .sec-head-line h2::before {
    left: -158px;
}

.text-box {
    position: relative;
    background: url(./images/milion-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 13px 7px 10px;
}

.text-box-img-wpr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.93; */

}

.text-box-img-wpr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.93);
}

.text-box-inner {
    position: relative;
    z-index: 2;
    border-top: 1px solid #000;
    padding: 21px 15px 27px;
}

.text-box-inner::before,
.text-box-inner::after {
    position: absolute;
    content: '';
    top: 0;
    width: 1px;
    height: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 1)), color-stop(26%, rgba(0, 0, 0, 1)), color-stop(61%, rgba(0, 0, 0, 0.5)), color-stop(81%, rgba(0, 0, 0, 0.2)), color-stop(82%, rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 26%, rgba(0, 0, 0, 0.5) 61%, rgba(0, 0, 0, 0.2) 81%, rgba(0, 0, 0, 0.19) 82%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 26%, rgba(0, 0, 0, 0.5) 61%, rgba(0, 0, 0, 0.2) 81%, rgba(0, 0, 0, 0.19) 82%, rgba(0, 0, 0, 0) 100%);
}

.text-box-inner::before {
    left: 0;
}

.text-box-inner::after {
    right: 0;
}

.bold-text {
    color: #20B2E8;
    text-align: center;
    font-size: 66px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;

}

.bold-text span {
    color: transparent;
    background-image: url(images/dd.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: text;
    background-position: 100% 40%;
    -webkit-background-clip: text;
}

.bold-text::before {
    content: '2.4';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    mix-blend-mode: color;
}



/* about us css */


/* services css */
.home-serv-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.services-card {
    background-color: var(--whitecolor);
    -webkit-box-shadow: 0px 4px 54px rgba(123, 84, 198, 0.10);
    box-shadow: 0px 4px 54px rgba(123, 84, 198, 0.10);
    position: relative;
    padding: 19px 15px 27px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services-card>figure {
    display: block;
    width: 100%;
    margin-bottom: 17px;
    overflow: hidden;
}

.services-card>figure>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* .services-card>a:hover img {
    transform: scale(1.1);
} */

/* .services-card h3 {
    margin-bottom: 16px;
} */

.services-card h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.services-card h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 144px;
    height: 5px;
    background: url(./images/line.svg) no-repeat left center;
    background-size: cover;
    z-index: 1;
}

.services-card p {
    font-size: 17px;
}

.services-card p a {
    font-size: 16px;
    color: var(--primarycolor);
}

.services-card p a:hover {
    color: var(--secondarycolor);
}

.services-main-warper {
    position: relative;
    padding: 150px 0 103px;
}

.services-card:hover {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.about-right-col ul {
    counter-reset: sec;
    list-style-type: none;
}

.about-right-col ul li {
    display: block;
    position: relative;
    counter-increment: sec;
}

.about-right-col ul li::before {
    /* counter-increment: sec; */
    content: counter(sec)". ";
    color: var(--primarycolor);
}

.about-bg-text {
    background-color: var(--secondarycolor);
    padding: 15px 18px 24px;
    margin-top: 15px;
}

.about-bg-text p {
    color: var(--whitecolor);
    margin-bottom: 28px;
}

.about-bg-text p:last-child {
    margin-bottom: 0;
}

.about-btn {
    padding-top: 30px;
}

.about-left-col {
    position: relative;
}

.milion-wpr {
    position: absolute;
    bottom: 0;
    right: 0;
    /* background: url(./images/milion-bg.jpg) no-repeat top center; */
    /* background-color: var(--whitecolor); */
    background-size: cover;
    z-index: 3;
    text-align: center;
    -webkit-box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.25);
    /* padding: 47px 18px 36px 18px; */
}

.milion-wpr::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.93);
    z-index: -1;
}

.count-text {
    font-size: 66px;
    font-weight: 900;
    line-height: 1;
    /* padding: 10px; */
    margin: 0;
    color: var(--primarycolor);
    background-image: url(./images/);
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
}

.milion-wpr h3 {
    font-size: 26px;
    font-weight: 900;
    color: var(--blackcolor);
    margin-bottom: 5px;
}

.milion-title {
    font-size: 12px;
    font-weight: 400;
    color: var(--blackcolor);
    font-family: var(--adeliafont);
    line-height: 2;
}

/* involved css */
.get-involved-wpr {
    position: relative;
    padding-top: 78px;
    /* background-color: var(--secondarycolor); */
    overflow-x: hidden;
}

.get-involved-wpr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 77px);
    background-color: var(--secondarycolor);
}

.white-text h2,
.white-text p {
    color: var(--whitecolor);
}

.white-line h2 {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 23px;
    /* display: inline-block; */
}

.white-line h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    width: 389px;
    height: 5px;
    background: url(./images/white-line.svg) no-repeat center;
    background-size: cover;
}

.get-involved-wpr .sec-head {
    max-width: 729px;
    margin: 0 auto 46px;
}

.involved-left-col h3,
.involved-left-col p {
    color: var(--whitecolor);
    margin-bottom: 4px;
}

.involved-left-col p {
    font-size: 24px;
}

.arrow-dtls-list {
    margin-top: 18px;
}

.arrow-dtls-list li {
    position: relative;
    display: block;
    line-height: 1.4;
    margin-bottom: 29px;
    font-size: 19px;
    color: var(--whitecolor);
    padding-left: 25px;
}

.arrow-dtls-list li::before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    background: url(./images/arrow-top-right.svg) no-repeat left center;
    background-size: 100% 100%;
    width: 15px;
    height: 11px;
}

.arrow-dtls-list li:last-child {
    margin-bottom: 0;
}

.involved-btn {
    padding-top: 30px;
}

.involved-inner-wpr {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.involved-column-right {
    position: relative;
}

.involved-column-right figure {
    /* position: absolute;
    right: 0;
    top: 0; */
    margin-bottom: 0;
    margin-right: -230px;
    /* max-width: 52%; */
}

.involved-column-right figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.involved-row {
    --bs-gutter-x: 33px;
}

.involved-btn .cmn-btn.bg-white {
    border: 1px solid var(--whitecolor);
    color: var(--whitecolor);
}

.involved-btn .cmn-btn.bg-white:hover {
    background-color: var(--primarycolor) !important;
    border-color: var(--primarycolor);
}

.involved-btn .cmn-btn.bg-white:hover span {
    background-color: var(--secondarycolor);
}


/* sg-16-10-2023 */


.footer-sec {
    padding-top: 66px;
    background: #034254;
    color: var(--whitecolor);
    font-size: 15px;
}

.footer-top {
    padding-bottom: 46px;
}

.footer-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -61px;
}

.footer-top-clm {
    padding: 0 61px;
    position: relative;
}

.footer-top-clm::before {
    position: absolute;
    content: '';
    height: 187px;
    width: 1px;
    background: #606D78;
    right: 0;
    bottom: -46px;
}

.footer-top-clm:last-child::before {
    display: none;
}

.ftr-logo {
    width: 348px;
    margin-bottom: 11px;
}

.footer-top-clm1 {
    width: 38%;
}

.footer-top-clm1-wpr p {
    line-height: 1.8;
    margin-bottom: 11px;
    max-width: 329px;
}

.footer-top-clm1-wpr span {
    letter-spacing: 0.3px;

}

.footer-top-clm1-wpr span strong {
    margin-right: 5px;
}

.footer-top-clm2 {
    width: 29%;
}

.footer-top-clm3 {
    width: 33%;
}

.ftr-hdr {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 29px;
}

.ftr-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.ftr-link li {
    margin-bottom: 15px;
    width: 50%;
    padding: 0 30px;
}

.ftr-link li:last-child {
    margin-bottom: 0;

}

.ftr-link li a {
    color: var(--whitecolor);
}

.ftr-link li a:hover {
    color: var(--primarycolor);
}



.ftr-link li:nth-last-child(-n + 2) {
    width: 100%;
}

.contact-ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 14px;
}

.contact-ul li:last-child {
    padding-bottom: 0;
}

.contact-ul li i {
    border-radius: 50%;
    background: #043442;
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-ul li i img {
    max-width: 11px;
}

.right-txt {
    margin-top: 5px;
    width: calc(100% - 33px);
    padding-left: 14px;
}



.right-txt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.right-txt ul li {
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}

.right-txt ul li::before {
    position: absolute;
    content: '/';
    right: 0;
    top: 0;
    font-size: 15px;
    color: var(--whitecolor);
}

.right-txt a {
    color: var(--whitecolor);
    letter-spacing: 0.3px;
}

.right-txt ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.right-txt ul li:last-child::before {
    display: none;
}

.right-txt a:hover {
    color: var(--primarycolor);
}

.footer-btm {
    padding: 15px 0;
    border-top: 1px solid #606D78;

}

.footer-btm p {
    text-align: center;
}

.footer-btm p a {
    color: var(--whitecolor);
}

.footer-btm p a:hover {
    color: var(--primarycolor);
}

.price-draw-sec {
    background: var(--primarycolor);
    padding: 53px 0 59px;
    position: relative;
}

.price-draw-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 24px;
    top: -1px;
    left: 0;
    right: 0;
    background: url(images/Union-btm.png) no-repeat center;
    background-size: cover;
}

.price-draw-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.price-draw-row h2 {
    color: var(--whitecolor);
    font-size: 86px;
    margin-bottom: 0;
    position: relative;
    padding-right: 62px;
}

.price-draw-row h2::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 97px;
    top: 12px;
    right: 0;
    background: url(images/prize-abs2.svg) no-repeat center;
    background-size: cover;
}



.price-draw-wpr {
    max-width: 768px;
    margin: 0 auto;
}

.arr-btn {
    border: 1px solid var(--whitecolor);
}

.connect-sec {
    padding: 121px 0 70px;

}

.connect-sec-wpr {
    max-width: 993px;
    margin: 0 auto;
}

.connect-sec-row {
    --bs-gutter-x: 150px;
}

.onnect-sec-clm-wpr>i {
    max-width: 42px;
    margin-bottom: 17px;
    display: inline-block;
}

/* .onnect-sec-clm-wpr h2 {
    margin-bottom: 23px;
} */
.onnect-sec-clm-wpr p {
    margin-bottom: 25px;
}

.onnect-sec-clm-wpr p:last-of-type {
    margin-bottom: 0;
}

.highlight-p {
    color: var(--secondarycolor);
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 17px;
    max-width: 404px;
}

.connect-btn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.connect-btn {
    color: var(--secondarycolor);
    font-size: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--secondarycolor);
}

.connect-btn img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.connect-btn:hover {
    border-bottom: 1px solid var(--primarycolor);
}

.connect-btn:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(54%) saturate(4797%) hue-rotate(161deg) brightness(97%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(73%) sepia(54%) saturate(4797%) hue-rotate(161deg) brightness(97%) contrast(87%);
}

.connect-btn i {
    display: inline-block;
    margin-left: 21px;
}

.connect-btn-flex>li {
    padding-right: 35px;
    border-right: 1px solid #D6D6D6;
    margin-right: 21px;
}

.connect-btn-flex>li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.social-link li {
    padding-right: 12px;
}

.social-link li:last-child {
    padding-right: 0;
}

.social-link li a img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-link li a:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(54%) saturate(4797%) hue-rotate(161deg) brightness(97%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(73%) sepia(54%) saturate(4797%) hue-rotate(161deg) brightness(97%) contrast(87%);

}

.onnect-sec-clm {
    position: relative;
}

.onnect-sec-clm::before {
    position: absolute;
    content: '';
    height: 502px;
    width: 1px;
    background: #D6D6D6;
    right: 0;
    top: -24px;
}

.onnect-sec-clm:last-child::before {
    display: none;
}

.area-of-involvement-sec {
    padding: 121px 0 93px;
    background: #F5F1FD;
    margin-top: -69px;
}

.involvement-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -18px;
}

.involvement-ul li {
    width: 33.333%;
}

.involvement-ul li {
    padding-left: 27px;
    position: relative;
    margin-bottom: 11px;
}

.involvement-ul li::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 15px;
    background: url(images/involve-arr.svg) no-repeat center;
    left: 0;
    top: 8px;
    background-size: 18px;
}

.area-of-involvement-sec .sec-head-line h2::before {
    width: 285px;
    height: 6px;
    background-position: right center;
}

/* sg-16-10-2023 */

/* 17.10.23 css */

/* programms page css */
.inner-banner-wraper {
    min-height: 454px;
    padding: 100px 0 168px;
}

.inner-banner-wraper h1 {
    font-size: 100px;
}

.inner-banner-wraper.banner-main-warper::before {
    background: -o-linear-gradient(10deg, #000 26.6%, rgba(0, 0, 0, 0.22) 63.49%, rgba(0, 0, 0, 0.00) 73.56%);
    background: linear-gradient(80deg, #000 26.6%, rgba(0, 0, 0, 0.22) 63.49%, rgba(0, 0, 0, 0.00) 73.56%);
}

.programms-main-wpr {
    position: relative;
    padding-top: 64px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34.18%, #F5F1FD), to(rgba(245, 241, 253, 0.00)));
    background: -o-linear-gradient(top, #F5F1FD 34.18%, rgba(245, 241, 253, 0.00) 100%);
    background: linear-gradient(180deg, #F5F1FD 34.18%, rgba(245, 241, 253, 0.00) 100%);
    /* overflow-x: hidden; */
    /* z-index: 2; */
}

/* .programms-outer-wraper {
    position: relative;
} */

.health-hub-row .services-card {
    -webkit-box-shadow: 0px 4px 12px rgba(123, 84, 198, 0.10);
    box-shadow: 0px 4px 12px rgba(123, 84, 198, 0.10);
}

/* .programms-outer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

.programms-outer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34.18%, #F5F1FD), to(rgba(245, 241, 253, 0.00)));
    background: -o-linear-gradient(top, #F5F1FD 34.18%, rgba(245, 241, 253, 0.00) 100%);
    background: linear-gradient(180deg, #F5F1FD 34.18%, rgba(245, 241, 253, 0.00) 100%);
    z-index: 1;
}

/* .programs-top-para {
    padding-bottom: 40px;
} */

.programs-top-para p {
    color: var(--blackcolor);
}

/* contact css */
.contact-ban .banner-img {
    width: calc(100% - 40%);
}

.contact-ban.inner-banner-wraper.banner-main-warper::before {
    background: -o-linear-gradient(10deg, #000 42.6%, rgba(0, 0, 0, 0.22) 65.49%, rgba(0, 0, 0, 0.00) 73.56%);
    background: linear-gradient(80deg, #000 42.6%, rgba(0, 0, 0, 0.22) 65.49%, rgba(0, 0, 0, 0.00) 73.56%);
}

.get-in-touch-wpr {
    padding: 50px 0 82px;
}

.get-in-touch-wpr .sec-head {
    max-width: 905px;
    margin: 0 auto 48px;
}

.get-touch-content {
    max-width: 935px;
    margin: 0 auto;
}

.touch-con-wpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.touch-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border: 1px dashed var(--blackcolor);
    border-radius: 50%;
    padding: 7px;
}

.touch-icon i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: var(--secondarycolor);
    border-radius: 50%;
}

.touch-rtl-con {
    width: calc(100% - 66px);
    padding-left: 20px;
}

.touch-rtl-con p {
    color: var(--secondarycolor);
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 1.5;
}

.touch-column-first {
    width: 35%;
}

.touch-column-second {
    width: 24%;
}

.touch-column-third {
    width: 41%;
}

.touch-column-third .touch-con-wpr {
    padding-left: 66px;
}

.touch-rtl-con ul li {
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

.touch-rtl-con ul li:last-child {
    margin-bottom: 0;
}

.touch-rtl-con ul li a {
    font-size: 18px;
}

/* contact css */

/* donate css */
.donate-pace-wpr {
    max-width: 678px;
    margin: 0 auto 85px;
}

.doanate-pace-wpr .sec-head {
    max-width: 863px;
    margin: 0 auto 33px;
}

.doanate-pace-wpr .sec-head h2 {
    margin-bottom: 20px;
}

.doanate-pace-wpr {
    position: relative;
    padding-top: 38px;
    padding-bottom: 60px;
}

.donate-pace-wpr .touch-rtl-con {
    padding-left: 10px;
}

.donate-pace-wpr .touch-column-first {
    width: 38%;
}

.donate-pace-wpr .touch-column-second {
    width: 26%;
}

.donate-pace-wpr .touch-column-third {
    width: 36%;
}

.donate-pace-wpr .touch-column-third .touch-con-wpr {
    padding-left: 30px;
}

.donate-row {
    --bs-gutter-x: 37px;
    --bs-gutter-y: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.donate-pace-right figure {
    margin-bottom: 0;
}

.donate-pace-right figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.donate-pace-inner-con .h-five {
    margin-bottom: 11px;
}

.donate-pace-inner-con p {
    margin-bottom: 12px;
}

.balck-text {
    color: var(--blackcolor);
}

.donate-pace-inner-con p a {
    font-weight: 700;
    color: var(--primarycolor);
    text-decoration: underline !important;
}

.doanate-inner-wpr .donate-repet-col:not(:last-child) {
    margin-bottom: 72px;
}

.doanate-inner-wpr .donate-repet-col:nth-child(2) .sec-head {
    max-width: 873px;
    margin: 0 auto 40px;
}

.doanate-inner-wpr .donate-repet-col:nth-child(2) .sec-head h2 {
    margin-bottom: 5px;
}

.doanate-inner-wpr .donate-repet-col:nth-child(even) .donate-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    --bs-gutter-x: 45px;
}

.donate-pg-btn {
    padding-top: 10px;
}

.nmbr-list-com {
    counter-reset: my-sec-counter;
}

.nmbr-list-com li {
    display: block;
    color: var(--blackcolor);
    margin-bottom: 16px;
}

.nmbr-list-com li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ". ";
}

.nmbr-list-com li:last-child {
    margin-bottom: 12px;
}

.connect-single-wpr .onnect-sec-clm {
    max-width: 848px;
    margin: 0 auto;
    text-align: center;
}

.connect-single-wpr .highlight-p {
    max-width: 680px;
    margin: 0 auto 12px;
}

.onnect-sec-clm-wpr p {
    margin-bottom: 10px;
}

.connect-btn-wpr {
    padding-top: 28px;
}

.connect-sec.connect-single-wpr {
    padding: 0px 0 80px;
}

.sec-top-map {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-width: 800px;
}

.sec-btm-map {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    max-width: 600px;
    pointer-events: none;
}

/* donate css */

/* about page css */
.about-page-main-wpr {
    position: relative;
    padding: 49px 0 68px;
}

.about-pg-inner-left {
    position: relative;
    padding-right: 114px;
    padding-bottom: 54px;
    z-index: 2;
}

.about-pg-inner-left figure {
    margin-bottom: 0;
}

.about-pg-inner-left figure img {
    width: 100%;
}

.about-pg-row {
    --bs-gutter-x: 44px;
}

.about-pg-small {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 11px solid var(--whitecolor);
    width: 334px;
    height: 264px;
    margin-bottom: 0;
}

.about-pg-small img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-pg-inner-right p {
    margin-bottom: 18px;
}

.head-line-left.sec-head-line h2::before {
    left: -160px;
    z-index: 1;
}

.about-pg-left {
    width: 54%;
}

.about-pg-right {
    width: 46%;
}

.sec-gradient {
    position: relative;
    z-index: 1;
}

.sec-gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(34.18%, #F5F1FD), to(rgba(245, 241, 253, 0.00)));
    background: -o-linear-gradient(top, #F5F1FD 34.18%, rgba(245, 241, 253, 0.00) 100%);
    background: linear-gradient(180deg, #F5F1FD 34.18%, rgba(245, 241, 253, 0.00) 100%);
    z-index: -1;
}

.about-page-main-wpr .about-pg-row:not(:last-child) {
    margin-bottom: 79px;
}

.about-page-main-wpr .about-pg-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    --bs-gutter-x: 32px;
}

.about-page-main-wpr .about-pg-row:nth-child(even) .about-pg-inner-left {
    padding-right: 0;
    padding-left: 137px;
    padding-bottom: 53px;
}

.about-page-main-wpr .about-pg-row:nth-child(even) .about-pg-small {
    left: 0;
    right: inherit;
    height: 244px;
    width: 360px;
}

.head-line-right h2 {
    padding-bottom: 0;
}

.head-line-right h2::before {
    display: none;
}

.head-line-right h2::after {
    content: "";
    position: absolute;
    top: 32px;
    right: -172px;
    width: 408px;
    height: 6px;
    background: url(./images/left-line.svg) no-repeat left center;
    background-size: cover;
    z-index: 1;
}

.existing-row {
    --bs-gutter-x: 60px
}

.existing-support-wpr {
    position: relative;
    padding: 81px 0 106px;
    background-color: var(--secondarycolor);
}

.existing-column-left figure {
    margin-bottom: 0;
}

.existing-column-left figure img {
    width: 100%;
}

.existing-column-right p {
    color: var(--whitecolor);
    padding-right: 12px;
}

.existing-support-wpr .white-line h2 {
    margin-bottom: 74px;
}


.our-impact-sec {
    padding: 67px 0 73px;
    background: #F5F1FD;
}

.our-impact-sec-wpr {
    text-align: center;
}

.our-impact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}

.our-impact-btn li {
    padding-right: 30px;
}

.our-impact-btn li:last-child {
    padding-right: 0;
}

.green-btn {
    background: var(--secondarycolor);
    border: 1px solid var(--secondarycolor);
    min-width: 266px;
    padding-left: 53px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.green-btn span {
    background: var(--primarycolor);
}

.green-btn:hover {
    background: transparent;
    color: var(--secondarycolor);
}

.our-impact-sec-wpr h2 {
    margin-bottom: 32px;
}

/* valunteer css */
.voluntary-right-col figure {
    margin-bottom: 0;
}

.voluntary-right-col figure img {
    width: 100%;
}

.volunteer-main-warper {
    padding-top: 58px;
    position: relative;
}

.volunteer-main-warper .sec-head {
    max-width: 886px;
    margin: 0 auto 66px;
}

.volunteer-main-warper .sec-btm-map {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 9%;
}

.vol-row {
    --bs-gutter-x: 36px;
    --bs-gutter-y: 30px;
}

.enquery-warper {
    padding: 60px 0;
}

.enquery-warper .sec-head {
    max-width: 852px;
    margin: 0 auto 62px;
}

.enquery-warper .sec-head .h-three {
    font-weight: 400;
}

.enquery-warper .sec-head .h-three strong {
    text-decoration: underline;
}

.enquery-warper .sec-head .h-three a {
    font-weight: 700;
    color: var(--headingcolor);
    text-decoration: underline !important;
}

.enquery-box-wpr {
    padding: 38px 36px 49px;
    background-color: var(--whitecolor);
    -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.07);
}

.enquery-box-wpr h3 {
    text-align: center;
    font-weight: 400;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 45px;
}

.enquery-box-wpr h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 173px;
    height: 1px;
    background: var(--blackcolor);
}

.enquery-form-wpr label {
    color: var(--headingcolor);
    margin-bottom: 8px;
    display: block;
}

.enquery-row {
    --bs-gutter-x: 36px;
    --bs-gutter-y: 20px;
}

.submit-col {
    padding-top: 9px;
}

.board-inner-wpr .catagory-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.board-inner-wpr .catagory-listing li {
    width: 50%;
}

.catagory-listing li {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
    color: var(--whitecolor);
    margin-bottom: 8px;
}

.catagory-listing li:last-child {
    margin-bottom: 0;
}

.catagory-listing li::before {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    background: url(./images/arrow-top-right.svg) no-repeat left center;
    background-size: 100%;
    width: 16px;
    height: 12px;
}

.broard-catagory-wpr {
    position: relative;
    background-color: var(--secondarycolor);
    padding: 84px 0 113px;
}

.broard-left-col figure {
    margin-bottom: 0;
}

.broard-left-col figure img {
    width: 100%;
}

.broard-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board-inner-wpr h3 {
    color: var(--whitecolor);
    margin-bottom: 18px;
}

.board-inner-wpr h4 {
    color: var(--whitecolor);
    margin-bottom: 14px;
}

.board-inner-wpr p {
    color: var(--whitecolor);
}

.broard-inner-wpr {
    padding-bottom: 51px;
}

.teaching-coaches-wpr .catagory-listing li {
    width: 100%;
}

.clearefix {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.teaching-right-img {
    margin-left: 54px;
    margin-bottom: 47px;
}


.teaching-contenr-wraper h3 {
    color: var(--whitecolor);
    margin-bottom: 20px;
}

.teaching-floting-con {
    padding-top: 60px;
}

.teaching-coaches-wpr .catagory-listing li p:last-child {
    margin-bottom: 20px;
}

.teaching-coaches-wpr .catagory-listing li strong {
    margin-bottom: 14px;
    display: block;
}

.teaching-coaches-wpr .catagory-listing li:last-child p:last-child {
    margin-bottom: 0;
}

.teaching-coaches-wpr .catagory-listing li p a {
    font-weight: 700;
    text-decoration: underline !important;
    color: var(--whitecolor);
}

.teaching-coaches-wpr .catagory-listing li p a:hover {
    color: var(--primarycolor);
}


/* sg 17-10-2023 */

.programms-tab .nav-tabs .nav-link {
    border: none;
    color: var(--secondarycolor);
    font-size: 18px;
    font-weight: 400;
    padding: 19.5px 19px;
    min-width: 131px;
    border-radius: 100px;
    border: 1px solid #252525;
}

.nav-tabs-wpr {
    max-width: 963px;
    margin: 0 auto;
}

.programms-tab .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin: 0 -5px -22px -5px;
}

.programms-tab .nav-item {
    /* padding-right: 10px; */
    padding: 0 5px;
    margin-bottom: 22px;
}

.programms-tab .nav-item:last-child {
    padding-right: 0;

}

.programms-tab .nav-tabs .nav-link {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.programms-tab .nav-tabs .nav-item.show .nav-link,
.programms-tab .nav-tabs .nav-link.active,
.programms-tab .nav-tabs .nav-link:hover {
    background: #20B2E8;
    color: var(--whitecolor);
    border-color: #20B2E8;
    -webkit-filter: drop-shadow(0px 7px 26px rgba(0, 0, 0, 0.10));
    filter: drop-shadow(0px 7px 26px rgba(0, 0, 0, 0.10));
}

.tab-pane1 {
    padding: 31px 0 0;
    /* border-bottom: 1px solid #D6D6D6; */
}

.tab-pane1-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.tab-pane1-clm-rt {
    width: 486px;
}

.tab-pane1-clm-lft {
    width: calc(100% - 486px);
    padding-right: 50px;
}

.tab-pane1-clm-rt figure {
    margin-bottom: 0;
}

.tab-pane1-clm-rt figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tab-pane1-clm-lft-wpr h2 {
    margin-bottom: 20px;
    max-width: 452px;
}

.top-gap {
    padding-top: 22px;
}

.tab-pane1-clm-lft-wpr p {
    margin-bottom: 14px;
}

.tab-pane1-clm-lft-wpr p:last-child {
    margin-bottom: 0;
}

.tab-span {
    margin-bottom: 25px;
    color: var(--blackcolor);
    display: inline-block;

}

.tab-span:last-child {
    margin-bottom: 0;
}

.tab-pane1-clm-lft-wpr h3 {
    margin-bottom: 8px;
}

.tab-pane1-clm-lft-wpr h3 span {
    color: var(--bodycolor);
    font-weight: 400;
}

.tab-span a {
    text-decoration: underline !important;
    color: #20B2E8;
    font-weight: 700;
}

.tab-span a:hover {
    color: var(--secondarycolor);
}

.program-connect {
    padding-top: 67px;
}

.tab-pane2 {
    padding: 43px 0 23px;
}

.tab-pane2-wpr figure {
    position: relative;
    max-width: 536px;
    padding-bottom: 55px;
    margin: 0 0 39px 48px;
}

.align-abs {
    position: absolute;
    bottom: 0;
    left: -76px;
}

.tab-2-ul li {
    padding: 0 0 2px 23px;
    position: relative;
}

.tab-2-ul li:last-child {
    padding-bottom: 0;
}

.tab-2-ul li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #12223A;
}

.tab-2-ul {
    margin-bottom: 45px;
}

.tab-pane1-row {
    /* padding-top: 50px; */
    padding: 50px 0 43px;
    border-bottom: 1px solid #d6d6d6;
}

.programs-top-para h2 {
    color: var(--blackcolor);
    margin-bottom: 12px;
    text-transform: capitalize;

}

.quote-text {
    padding: 13px 30px 13px 27px;
    position: relative;
    color: var(--blackcolor);
    font-size: 25px;
    line-height: 1.1;
    display: inline-block;
}

.quote-text::before {
    position: absolute;
    content: '';
    width: 26px;
    height: 18px;
    top: 0;
    left: 0;
    background: url(images/prev-quote.svg) no-repeat center;
    background-size: contain;
}

.quote-text::after {
    position: absolute;
    content: '';
    width: 26px;
    height: 18px;
    bottom: 0;
    right: 0;
    background: url(images/next-quote.svg) no-repeat center;
    background-size: contain;
}

.tab-pane2-wpr {
    padding-top: 82px;
}

.tab-pane3 {
    padding: 31px 0 75px;
}

.technology-lft-clm figure {
    margin-bottom: 0;
}

.technology-lft-clm figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.technology-row {
    padding: 67px 0 104px;
}

.technology-ul {
    max-width: 532px;
}

.technology-ul li {
    position: relative;
    padding: 0 0 8px 7px;
}

.technology-ul li::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 12px;
    left: 0;
    background: var(--bodycolor);
}

.employment-assistance {
    padding: 60px 0 0;
    background: var(--secondarycolor);
    position: relative;
}

/* 
.employment-assistance::before {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    top: 0;
    left: -4999px;
    background: var(--secondarycolor);
}

.employment-assistance::after {
    position: absolute;
    content: '';
    width: 5000px;
    height: 100%;
    top: 0;
    right: -4999px;
    background: var(--secondarycolor);
} */

.employment-assistance-clm-lft {
    color: var(--whitecolor);
    padding-top: 59px;
}

.employment-assistance-clm-lft h3 {
    margin-bottom: 5px;
    color: var(--whitecolor);
}

.employment-assistance-clm-lft p {
    padding-left: 9px;
    margin-bottom: 31px;
}

.employment-ul {
    padding-left: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
}

.employment-ul li {
    position: relative;
    width: 50%;
    padding: 0 0 15px 7px;
}

.employment-ul li::before {
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 3px;
    height: 3px;
    background: var(--whitecolor);
    border-radius: 50%;
}

.tab-pane4 {
    padding: 20px 0 11px;
}

.programs-top-para strong {
    color: var(--blackcolor);
    padding-top: 25px;
    max-width: 700px;
    margin: 0 auto;
    display: inline-block;
}

.health-hub-row {
    padding-top: 88px;
}

.tab-pane5 {
    padding: 29px 0 3px;
}

.faq-accordian-item {
    padding: 44px 34px 44px 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.40);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-accordian-sec .faq-accordian-item:first-of-type {
    border-top: transparent;
}

.faq-accordian-sec .faq-accordian-item.active {
    border-top-color: var(--whitecolor);
}

.faq-accordian-sec .faq-accordian-item.active+.faq-accordian-item {
    border-top-color: transparent;
}

.faq-accordian-head h4 {
    color: var(--blackcolor);
    font-size: 25px;
    margin-bottom: 0;
}

.faq-accordian-head {
    position: relative;
    padding-right: 55px;
}

.faq-accordian-body {
    padding-top: 18px;
    display: none;
}

.acc-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
}

span.acc-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #000;
    top: 10px;
    left: 0;
}

span.acc-btn::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    border-radius: 2px;
    background: #000;
    left: 11px;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    /* opacity: 1;
    visibility: visible; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.acc-minus {
    display: none;
}

/* .faq-accordian-head.active span.acc-btn{
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease-in-out;
} */
.faq-accordian-head.active span.acc-btn::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* opacity: 0;
    visibility: hidden; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-accordian-head.active .acc-plus {
    display: none;
}

.acc-btn img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-accordian-item.active {
    background: var(--whitecolor);
    -webkit-box-shadow: 0px 23px 54px 0px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 23px 54px 0px rgba(255, 255, 255, 0.25);
    border-bottom-color: var(--whitecolor);
}

.faq-accordian-head.active h4 {
    color: var(--headingcolor);
}

.faq-accordian-sec {
    padding-top: 70px;
}

.tab-pane6 {
    padding: 53px 0 0;
    /* border-bottom: 1px solid #D6D6D6; */
}

.read-write-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 86px;
    border-bottom: 1px solid #d6d6d6;
}

.read-write-rt {
    width: 486px;
}

.read-write-lft {
    width: calc(100% - 486px);
    padding-right: 42px;
}

.read-write-rt figure {
    margin-bottom: 0;
}

.employment-assistance-clm-rt figure {
    margin-bottom: -75px;
    margin-left: -44px;
}

.employment-assistance-row {
    position: relative;
    z-index: 5;
}

/* sg 17-10-2023 */
.navbar-nav li.current-menu-item a,
.ftr-link li.current-menu-item a {
    color: var(--primarycolor);
}

.technology-rt-clm.top-gap {
    padding-top: 19px;
}

/* sg 18-10-2023 */

.program-abs1 {
    position: absolute;
    top: 0;
    right: 0;
}

.programms-tab {
    position: relative;
    z-index: 2;
}

.program-abs2 {
    position: absolute;
    left: 0;
    top: 31%;
}

.about-pg-row,
.existing-row {
    --bs-gutter-y: 30px;
}

/* sg 18-10-2023 */

.enquery-form-wpr .error {
    color: #f00;
    font-size: 15px;
    display: block;
    margin-top: 3px;
}


/* sg 20-10-2023 */

.donate-pg-btn .cmn-btn {
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
}

.donate-pg-btn form,
.connect-donate-wpr .connect-btn form {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.donate-pg-btn form input[type="image"],
.connect-donate-wpr .connect-btn form input[type="image"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.donate-pg-btn form img,
.connect-donate-wpr .connect-btn form img {
    position: absolute;
}

.connect-donate-wpr .connect-btn {
    max-width: 105px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
}

.connect-donate-wpr .connect-btn:hover {
    color: var(--primarycolor);
}

/* sg 20-10-2023 */

/* 26.10.23 css */
.support-managment-col-left figure {
    margin-bottom: 0;
}

.support-managment-col-left figure img {
    width: 100%;
}

.support-managment-col-right p strong {
    color: var(--blackcolor);
}

.support-managment-wpr .support-row {
    align-items: center;
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

.support-managment-wpr .support-row:not(:last-child) {
    margin-bottom: 80px;
}

.support-managment-wpr .support-row:nth-child(even) {
    flex-direction: row-reverse;
}

.support-management-team {
    padding-top: 60px;
    padding-bottom: 30px;
}

.support-management-team .sec-head {
    margin: 0 auto 40px;
}

/* 26.10.23 css */


/* ========== responsive css =========== */

@media (min-width:1200px) {
    .container {
        max-width: 1164px;
    }
}

@media(min-width:1025px) {

    /* navbar*/
    .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

@media (max-width:1399px) {
    .banner-img {
        width: calc(100% - 300px);
    }
}


@media (max-width:1299px) {
    .footer-top-row {
        margin: 0 -30px;
    }

    .footer-top-clm {
        padding: 0 30px;
    }

    .pace-charity-txt {
        left: -26px;
        font-size: 20px;
    }

    .about-row {
        --bs-gutter-x: 44px;
    }

    .cmn-btn {
        -webkit-box-sizing: 0px 4px 12px rgba(0, 0, 0, 0.10);
        box-sizing: 0px 4px 12px rgba(0, 0, 0, 0.10);
    }
}

@media(max-width:1199px) {

    /* SD 18.10.23 start */

    .navbar-brand {
        width: 150px;
    }

    .navbar-nav>li {
        margin: 0 12px;
    }

    .bansub-title {
        font-size: 30px;
    }

    h1,
    .h-one {
        font-size: 80px;
    }

    h2,
    .h-two {
        font-size: 40px;
    }

    h3,
    .h-three {
        font-size: 30px;
    }

    .sec-head-line h2 {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .banner-inner-contant h1 span {
        font-size: 40px;
    }

    .banner-inner-contant h1 {
        margin-bottom: 15px;
    }

    .connect-sec-row {
        --bs-gutter-x: 50px;
    }

    .banner-btn {
        padding-top: 0;
    }

    .banner-main-warper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 100px 0;
        min-height: 550px;
    }

    .banner-img {
        width: calc(100% - 150px);
    }

    .founder-right-part .founder-img-wpr:last-child {
        margin-left: 80px;
        margin-top: -75px;
    }

    .founder-right-part figure {
        width: 130px;
        height: 130px;
    }

    .founder-right-part .founder-img-wpr::before {
        left: 120px;
    }

    .founder-name {
        right: 20px;
    }

    .founder-right-part .founder-img-wpr:last-child .founder-name {
        left: -125px;
    }

    .founder-right-part {
        padding-left: 25px;
        width: 280px;
    }

    .founder-left-content {
        width: calc(100% - 280px);
        padding-right: 20px;
        padding-top: 30px;
    }

    .founder-title-wpr span {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .about-img-wpr {
        padding: 0 20px 100px 30px;
    }

    .pace-charity-txt {
        left: 0;
        bottom: 110px;
    }

    .about-row {
        --bs-gutter-x: 30px;
    }

    .cmn-btn span {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .cmn-btn {
        padding: 17px 50px 17px 25px;
        min-width: 190px;
    }

    .founder-details-wraper {
        padding: 25px 0;
    }

    .about-main-wraper {
        padding-top: 80px;
    }

    .services-main-warper {
        padding: 80px 0;
    }

    .get-involved-wpr .sec-head {
        margin-bottom: 35px;
    }

    .white-line h2 {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .involved-row>* {
        width: 50%;
    }

    .involved-row {
        --bs-gutter-x: 30px;
    }

    .involved-column-right figure {
        margin-right: -135px;
        height: 100%;
    }

    .involved-left-col p {
        font-size: 22px;
    }

    .arrow-dtls-list li {
        margin-bottom: 15px;
        font-size: 18px;
        padding-left: 22px;
    }

    .involved-btn {
        padding-top: 20px;
        padding-bottom: 70px;
    }

    .get-involved-wpr {
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .area-of-involvement-sec {
        margin-top: -80px;
        padding: 80px 0;
    }

    .involvement-ul li {
        width: 50%;
    }

    .main-head .cmn-btn span {
        padding: 5px;
    }

    /* SD 18.10.23 end */


    /* / sg  18.10.23 start  / */

    .footer-top-row {
        margin: 0 -22px;
    }

    .footer-top-clm {
        padding: 0 22px;
    }

    .connect-sec {
        padding: 90px 0 70px;
    }

    .highlight-p {
        font-size: 22px;
    }

    .price-draw-row h2 {
        font-size: 72px;
    }

    .price-draw-wpr {
        max-width: 705px;
    }

    .ftr-logo {
        width: 278px;
    }

    .doanate-inner-wpr .donate-repet-col:not(:last-child) {
        margin-bottom: 50px;
    }

    .doanate-inner-wpr .donate-repet-col:nth-child(even) .donate-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        --bs-gutter-x: 30px;
    }

    /* / sg 18.10.23 start  / */

    /* mm */

    .inner-banner-wraper h1 {
        font-size: 80px;
    }

    /* programmes css */
    .inner-banner-wraper {
        min-height: 380px;
    }

    .tab-pane2-wpr {
        padding-top: 52px;
    }

    .align-abs {
        left: -36px;
    }

    .technology-row {
        padding: 45px 0 50px;
    }

    .employment-assistance-clm-lft {
        padding-bottom: 40px;
        padding-right: 20px;
        padding-top: 28px;
    }

    .employment-ul li {
        font-size: 15px;
    }

    .health-hub-row {
        padding-top: 40px;
    }

    .home-serv-row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 24px;
    }

    .programs-top-para strong {
        padding-top: 15px;
    }

    .faq-accordian-item {
        padding: 30px 30px 30px 35px;
    }

    .faq-accordian-head h4 {
        font-size: 22px;
    }

    .read-write-row {
        padding-bottom: 50px;
    }

    .volunteer-main-warper .sec-head {
        max-width: 100%;
        margin: 0 auto 45px;
    }

    .enquery-warper {
        padding: 40px 0;
    }

    .enquery-box-wpr {
        padding: 35px 25px;
    }

    .broard-catagory-wpr {
        padding: 55px 0 60px;
    }

    .board-inner-wpr .catagory-listing li {
        font-size: 16px;
    }

    .about-page-main-wpr .about-pg-row:not(:last-child) {
        margin-bottom: 30px;
    }

    .about-pg-row {
        --bs-gutter-x: 24px;
    }

    .about-pg-inner-left {
        padding-right: 70px;
        padding-bottom: 40px;
    }

    .about-pg-small {
        border: 5px solid var(--whitecolor);
        width: 290px;
        height: 210px;
    }

    .head-line-right h2::after {
        top: 26px;
        right: -242px;
    }

    .existing-row {
        --bs-gutter-x: 30px;
    }

    .existing-support-wpr {
        padding: 60px 0 65px;
    }

    .existing-support-wpr .white-line h2 {
        margin-bottom: 40px;
    }

    .our-impact-sec {
        padding: 50px 0 50px;
    }

    .about-page-main-wpr .about-pg-row:nth-child(even) .about-pg-inner-left {
        padding-left: 80px;
        padding-bottom: 45px;
    }

    /* M.M 18.10.23 end */

}

@media(max-width:1024px) {

    /* navbar*/
    .navbar-nav .clickD {
        position: absolute;
        right: 0;
        top: 17px;
        width: 20px;
        height: 20px;
        background: url(images/sort-down.svg) center center no-repeat;
        display: block;
        background-size: 10px;
        cursor: pointer;
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .sub-menu>li.menu-item-has-children .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 20px;
    }

    .sub-menu>li.menu-item-has-children>a {
        padding-right: 20px;
    }

    .sub-menu.show {
        display: block;
    }

    .navbar-nav>li {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:after,
    .navbar-nav>li.menu-item-has-children>a:after {
        width: 100%;
        opacity: 0;
    }

    .navbar-nav>li.current-menu-item>a:after,
    .navbar-nav>li>a:hover:after,
    .navbar-nav>li.menu-item-has-children:hover>a:after {
        width: 100%;
        opacity: 1;
    }

    /* navbar end*/


}


@media (max-width: 991px) {

    /* navbar*/
    .navbar-toggler {
        position: relative;
        width: 33px;
        margin-left: auto;
        height: 28px;
        padding: 0;
        outline: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .stick,
    .stick:after,
    .stick:before {
        width: 30px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 0;
        top: auto;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        border-radius: 5px;
    }

    .stick:before {
        content: '';
        top: -10px;
        left: 0;
    }

    .stick:after {
        content: '';
        top: 10px;
        left: 0;
    }

    .stick.open {
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
        background: transparent;
    }

    .stick.open:before {
        -webkit-transform: rotate(45deg) translate(42px, -28px);
        -ms-transform: rotate(45deg) translate(42px, -28px);
        transform: rotate(45deg) translate(42px, -28px);
        left: 2px;
    }

    .stick.open:after {
        -webkit-transform: rotate(-45deg) translate(42px, 28px);
        -ms-transform: rotate(-45deg) translate(42px, 28px);
        transform: rotate(-45deg) translate(42px, 28px);
        left: 2px;
    }

    .navbar-nav .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .navbar-nav .clickD.toggled {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu>li.menu-item-has-children .clickD {
        top: 8px;
        right: 10px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }


    .sub-menu,
    .navbar-nav>li>.sub-menu .sub-menu {
        position: relative;
        width: 100%;
        left: inherit;
        top: inherit;
        border: none;
        right: inherit;
    }

    .navbar-nav>li.menu-item-has-children {
        padding-right: 0;
    }

    .navbar-nav>li {
        margin: 0;
        padding: 0;
    }

    .navbar-nav>li>a {
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .navbar-nav li.menu-item-has-children>a {
        padding-right: 30px;
    }

    .sub-menu>li>a {
        padding-left: 40px;
    }

    .sub-menu .sub-menu>li>a {
        padding-left: 60px;
    }

    .sub-menu .sub-menu .sub-menu>li>a {
        padding-left: 80px;
    }

    .navbar-nav>li>a:after {
        bottom: 0;
    }

    /* navbar end*/

    /* push nav */

    .navbar-collapse {
        background: #fff;
        position: fixed;
        top: 0;
        height: 100% !important;
        width: 290px;
        overflow-y: auto;
        -webkit-transition: inherit !important;
        -o-transition: inherit !important;
        transition: inherit !important;
        right: 0;
        margin: 0;
        display: block !important;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
        z-index: 100;
    }

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        display: block !important;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.2s ease-in-out !important;
        -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
        transition: -webkit-transform 0.2s ease-in-out !important;
        -o-transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out !important;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    }

    .navbar-collapse .navbar-nav {
        margin: 80px 0 0;
        padding: 0 0 40px 0;
    }

    .navbar-collapse .navbar-toggler {
        display: block;
        right: 20px;
        top: 20px;
        position: absolute;
    }

    #navoverlay.open {

        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: all;
        -webkit-transition: background-color 0.5s linear;
        -o-transition: background-color 0.5s linear;
        transition: background-color 0.5s linear;
    }

    body.open-nav,
    html.open-nav {
        height: 100%;
        overflow: hidden;
    }

    /* push nav end */


    /* SD 18.10.23 start */

    h1,
    .h-one {
        font-size: 60px;
    }

    h2,
    .h-two {
        font-size: 36px;
    }

    h3,
    .h-three {
        font-size: 28px;
    }

    h4,
    .h-four {
        font-size: 22px;
    }

    .banner-inner-contant h1 span {
        font-size: 34px;
    }

    .bansub-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .navbar-toggler {
        margin-left: 20px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .header-right-part {
        margin-left: auto;
    }

    .banner-main-warper {
        padding: 70px 0;
        min-height: 450px;
    }

    .banner-img {
        width: calc(100% - 80px);
    }

    .founder-content-wpr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .founder-left-content {
        width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 35px;
        text-align: center;
    }

    .founder-details-wraper {
        padding: 40px 0;
    }

    .founder-title-wpr {
        padding-left: 0;
    }

    .founder-title-wpr span::before {
        display: none;
    }

    .founder-right-part {
        padding: 0 25px;
        margin: 0 auto;
    }

    .about-right-col ul li {
        margin-bottom: 10px;
    }

    .about-right-col>p {
        margin-bottom: 15px;
    }

    .home-serv-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .involved-row>* {
        width: 100%;
    }

    .involved-column-right figure {
        margin-right: 0;
        height: inherit;
    }

    .involved-btn {
        padding-bottom: 0;
    }

    .involved-left-col {
        margin-bottom: 35px;
    }

    .get-involved-wpr::before {
        height: 100%;
    }

    .get-involved-wpr {
        padding: 80px 0;
    }

    .area-of-involvement-sec {
        margin-top: 0;
        padding: 60px 0;
    }

    /* SD 18.10.23 end */


    /* sg 18-10-2023 */

    .footer-top-clm1 {
        width: 100%;
        margin-bottom: 30px;
    }

    .connect-sec {
        padding: 80px 0 70px;
    }

    .onnect-sec-clm-wpr>i {
        width: 36px;
    }

    .highlight-p {
        font-size: 19px;
    }

    .price-draw-row h2 {
        font-size: 56px;
        padding-right: 50px;
    }


    .price-draw-row h2::before {
        width: 14px;
        height: 63px;
    }

    .price-draw-wpr {
        max-width: 590px;
    }

    .footer-top-clm1-wpr p {
        max-width: initial;
    }

    .footer-top-clm::before {
        display: none;
    }

    .footer-top-clm2 {
        width: 50%;
    }

    .footer-top-clm3 {
        width: 50%;
    }

    .ftr-hdr {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .touch-column-first,
    .touch-column-second,
    .touch-column-third {
        width: 50%;
    }

    .touch-column-third .touch-con-wpr {
        padding-left: 0;
    }

    .touch-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        --bs-gutter-y: 35px
    }

    .get-in-touch-wpr {
        padding: 50px 0 75px;
    }

    .donate-pace-wpr {
        max-width: 678px;
        margin: 0 auto 60px;
    }

    .donate-pace-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .donate-pace-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .doanate-inner-wpr .donate-repet-col:not(:last-child) {
        margin-bottom: 35px;
    }

    .donate-row {
        --bs-gutter-y: 22px
    }

    .doanate-pace-wpr {
        padding-bottom: 45px;
    }

    .connect-sec.connect-single-wpr {
        padding: 0px 0 70px;
    }

    /* sg 18-10-2023 */

    /* M.M 18.10.23 start */

    .tab-pane3 {
        padding: 31px 0 0;
    }


    .inner-banner-wraper h1 {
        font-size: 60px;
    }

    .inner-banner-wraper {
        min-height: 300px;
    }

    .programms-tab .nav-tabs .nav-link {
        padding: 12px 18px;
    }

    .tab-pane1-clm-lft {
        width: 100%;
        padding-right: 0;
    }

    .tab-pane1-clm-rt {
        width: 100%;
        padding-bottom: 20px;
    }

    .tab-pane1-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .tab-pane2-wpr figure {
        max-width: 100%;
        float: none;
    }

    .tab-pane2-wpr figure img:first-child {
        width: 100%;
    }

    .employment-assistance-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .employment-assistance-clm-rt figure {
        margin-bottom: 0;
        margin-left: 0;
    }

    .employment-assistance {
        padding: 50px 0 0;
    }

    .employment-assistance-clm-rt figure img {
        width: 100%;
    }

    .employment-assistance-clm-lft p {
        margin-bottom: 20px;
    }

    .home-serv-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .programs-top-para strong {
        padding-top: 0;
        font-size: 16px;
    }

    .faq-accordian-head h4 {
        font-size: 20px;
    }

    .read-write-lft {
        width: 100%;
        padding-right: 0;
    }

    .read-write-rt {
        width: 100%;
    }

    .read-write-rt figure img {
        width: 100%;
    }

    .tab-pane6 {
        padding: 30px 0 0;
    }

    .read-write-row {
        padding-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .volunteer-main-warper .sec-head {
        margin: 0 auto 25px;
    }

    .enquery-box-wpr h3 {
        padding-bottom: 12px;
        margin-bottom: 25px;
    }

    .teaching-right-img {
        margin-left: 0;
        margin-bottom: 0;
        float: none;
    }

    .teaching-right-img img {
        width: 100%;
    }

    .broard-inner-wpr {
        padding-bottom: 30px;
    }

    .teaching-floting-con {
        padding-top: 40px;
    }

    .about-pg-left,
    .about-pg-right {
        width: 100%;
    }

    .head-line-left.sec-head-line h2::before {
        left: 0;
        background-size: contain;
        width: 100%;
    }

    .head-line-right h2::after {
        top: 28px;
        right: 0;
    }

    .our-impact-btn {
        margin-bottom: 20px;
    }

    .about-page-main-wpr .about-pg-row:nth-child(even) {
        --bs-gutter-y: 30px;
    }

    .existing-column-right p {
        padding-right: 0;
    }

    /* M.M 18.10.23 end */

    /* 26.10.23 css */
    .support-managment-wpr .support-row:not(:last-child) {
        margin-bottom: 40px;
    }

    /* 26.10.23 css */


}

@media (max-width: 767px) {

    /* images alignment for wordpress content pages */
    .alignright,
    .alignleft,
    .aligncenter {
        float: none;
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        clear: both;
        margin-bottom: 24px;
    }


    /* SD 18.10.23 start */

    h1,
    .h-one {
        font-size: 54px;
    }

    h2,
    .h-two {
        font-size: 30px;
    }

    h3,
    .h-three {
        font-size: 26px;
    }

    .banner-inner-contant h1 span {
        font-size: 30px;
    }

    .bansub-title {
        font-size: 24px;
    }

    .banner-img {
        width: 100%;
    }

    .banner-main-warper {
        min-height: inherit;
    }

    .founder-title-wpr span {
        font-size: 20px;
    }

    .founder-left-content p {
        font-size: 18px;
    }

    .about-main-wraper {
        padding-top: 60px;
    }

    .about-img-wpr {
        padding: 0 15px 40px 30px;
    }

    .about-left-col {
        margin-bottom: 35px;
    }

    .services-main-warper,
    .get-involved-wpr {
        padding: 60px 0;
    }

    .white-line h2::before {
        width: 280px;
        background: url(./images/white-line.svg) no-repeat center left;
    }

    /* SD 18.10.23 end */


    /* sg max-width: 767px 18-10-2023 */

    .onnect-sec-clm::before {
        display: none;
    }

    .connect-sec-row .onnect-sec-clm {
        padding-bottom: 35px;
    }

    .connect-sec-row .onnect-sec-clm:last-child {
        padding-bottom: 0;
    }

    .onnect-sec-clm::after {
        position: absolute;
        content: '';
        width: 90%;
        height: 1px;
        background-color: #d6d6d6;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .onnect-sec-clm:last-child:after {
        display: none;
    }

    .connect-sec-row {
        --bs-gutter-y: 30px;
    }

    .connect-sec {
        padding: 70px 0;
    }

    .price-draw-row h2 {
        font-size: 45px;
        padding-right: 43px;
    }

    .price-draw-wpr {
        max-width: 482px;
    }

    .ftr-logo {
        width: 230px;
    }

    .price-draw-sec {
        padding: 60px 0 50px;
    }

    .price-draw-row h2::before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .touch-icon {
        width: 55px;
        height: 55px;
        padding: 4px;
    }

    .touch-rtl-con {
        width: calc(100% - 55px);
        padding-left: 13px;
    }

    .touch-rtl-con p,
    .touch-rtl-con ul li a {
        font-size: 15px;
    }

    .get-in-touch-wpr .sec-head {
        margin: 0 auto 40px;
    }

    .touch-icon i img {
        max-width: 18px;

    }

    .get-in-touch-wpr {
        padding: 50px 0 68px;
    }

    .donate-pace-wpr {
        margin: 0 auto 45px;
    }

    .doanate-inner-wpr .donate-repet-col:nth-child(2) .sec-head {
        margin: 0 auto 30px;
    }

    .connect-btn-wpr {
        padding-top: 20px;
    }

    /* sg 18-10-2023 */

    /* M.M 18.10.23 start */
    .inner-banner-wraper h1 {
        font-size: 48px;
    }

    .inner-banner-wraper {
        min-height: 220px;
    }

    .banner-img {
        width: 100%;
    }

    .programms-main-wpr {
        padding-top: 50px;
    }

    .tab-pane1-row {
        padding: 40px 0 30px;
    }

    .quote-text {
        font-size: 20px;
    }

    .tab-2-ul {
        margin-bottom: 25px;
    }

    .faq-accordian-item {
        padding: 15px;
    }

    .faq-accordian-sec {
        padding-top: 30px;
    }

    .teaching-floting-con {
        padding-top: 0;
    }

    .white-line h2 {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .enquery-warper>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .enquery-box-wpr h3 br {
        display: none;
    }

    input[type="text"],
    input[type="tel"],
    input[type="password"],
    input[type="email"],
    select {
        height: 48px;
        font-size: 16px !important;
    }

    textarea {
        height: 110px;
    }

    input[type="submit"] {
        height: 54px;
        background-size: 40px;
    }

    input[type="submit"]:hover {
        background-size: 40px;
    }

    .head-line-right h2::after {
        top: inherit;
        right: inherit;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .faq-accordian-body p {
        font-size: 17px;
    }

    /* M.M 18.10.23 end */


}

@media (max-width: 575px) {

    /* sg 18-10-2023 */
    .connect-sec-row {
        --bs-gutter-x: 18px;
    }

    .footer-top-clm2 {
        width: 100%;
    }

    .footer-top-clm3 {
        width: 100%;
    }

    .footer-top-row {
        margin: 0 -10px;
    }

    .footer-top-clm {
        padding: 0 10px;
    }

    .ftr-link {
        margin: 0 -10px;
    }

    .ftr-link li {
        padding: 0 10px;
    }

    .connect-sec {
        padding: 60px 0;
    }

    .onnect-sec-clm-wpr>i {
        width: 30px;
    }

    .connect-btn-flex>li {
        padding-right: 26px;
        margin-right: 19px;
    }

    .connect-btn {
        font-size: 17px;
    }

    .connect-btn i {
        margin-left: 14px;
    }

    .price-draw-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .price-draw-row h2 {
        padding-right: 0;
        padding-bottom: 25px;
        font-size: 38px;
        margin-bottom: 15px;
    }

    .price-draw-row h2::before {
        display: none;
    }

    .price-draw-row h2::after {
        position: absolute;
        content: '';
        width: 76px;
        height: 15px;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(images/price-abs-3.svg) no-repeat center;
        background-size: cover;
    }

    .banner-btn {
        padding-top: 0;
    }

    .footer-sec {
        padding-top: 55px;
    }

    .ftr-logo {
        width: 200px;
    }

    .footer-top-clm2 {
        margin-bottom: 30px;
    }

    .involvement-ul li {
        width: 100%;
    }

    .involved-row {
        --bs-gutter-x: 0;
    }

    .about-row {
        --bs-gutter-x: 16px;
    }

    .home-serv-row {
        --bs-gutter-x: 20px;
    }

    .get-in-touch-wpr {
        padding: 50px 0 55px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 20px 0;
    }

    body {
        font-size: 18px;
    }

    .touch-icon {
        width: 48px;
        height: 48px;
        padding: 4px;
    }

    .touch-rtl-con {
        width: calc(100% - 48px);
    }

    .touch-row {
        --bs-gutter-y: 30px;
    }

    .donate-pace-wpr .touch-column-first,
    .donate-pace-wpr .touch-column-second,
    .donate-pace-wpr .touch-column-third {
        width: 50%;
    }

    .donate-pace-wpr .touch-column-third .touch-con-wpr {
        padding-left: 0;
    }

    .donate-row {
        --bs-gutter-x: 0;
    }

    .donate-pace-wpr .touch-row {
        --bs-gutter-y: 20px;
    }

    .doanate-inner-wpr .donate-repet-col:nth-child(even) .donate-row {
        --bs-gutter-x: 0;
    }

    .connect-sec.connect-single-wpr {
        padding: 0 0 60px;
    }

    /* sg 18-10-2023 */

    /* M.M 18.10.23 start */
    .sec-btm-map,
    .sec-top-map {
        max-width: 100%;
    }

    .broard-row {
        --bs-gutter-x: 0px;
    }

    .vol-row {
        --bs-gutter-x: 15px;
    }

    .enquery-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 10px;
    }

    .our-impact-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .our-impact-btn li {
        padding-right: 15px;
        padding-bottom: 0;
    }

    .our-impact-btn li:last-child {
        padding-bottom: 0;
    }

    .existing-row {
        --bs-gutter-x: 0px;
    }

    .about-page-main-wpr .about-pg-row:nth-child(even) {
        --bs-gutter-x: 12px;
    }

    .about-page-main-wpr .about-pg-row:nth-child(even) .about-pg-inner-left {
        padding-left: 40px;
        padding-bottom: 25px;
    }

    .about-pg-inner-left {
        padding-right: 45px;
        padding-bottom: 25px;
    }

    .about-page-main-wpr {
        padding: 45px 0 45px;
    }

    .existing-support-wpr .white-line h2 {
        margin-bottom: 30px;
    }

    .tab-pane2 {
        padding: 43px 0 0;
    }

    /* M.M 18.10.23 end */

    /* 26.10.23 css */
    .support-managment-wpr .support-row {
        --bs-gutter-x: 0;
    }

    /* 26.10.23 css */

}

@media (max-width: 479px) {
    /* SD 18.10.23 start */

    h1,
    .h-one {
        font-size: 40px;
    }

    h2,
    .h-two {
        font-size: 26px;
    }

    h3,
    .h-three {
        font-size: 22px;
    }

    h4,
    .h-four {
        font-size: 20px;
    }

    body {
        font-size: 16px;
    }

    .bansub-title {
        font-size: 18px;
    }

    .banner-inner-contant p {
        font-size: 18px;
    }

    .banner-inner-contant h1 span {
        font-size: 22px;
    }

    .navbar-brand {
        width: 130px;
    }

    .main-head .cmn-btn {
        font-size: 0;
        line-height: 0;
        padding: 0;
        min-width: inherit;
    }

    .main-head .cmn-btn span {
        position: static;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        background-color: var(--primarycolor);
    }

    .main-head .cmn-btn span img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .cmn-btn span {
        width: 30px;
        height: 30px;
        padding: 5px;
        right: 5px;
    }

    .cmn-btn {
        padding: 12px 40px 12px 15px;
        min-width: 150px;
        font-size: 16px;
    }

    .banner-main-warper {
        padding: 50px 0;
    }

    .qutaion-img {
        width: 65px;
    }

    .founder-title-wpr span {
        font-size: 18px;
    }

    .founder-left-content p {
        font-size: 16px;
    }

    .bold-text {
        font-size: 54px;
        margin-bottom: 5px;
    }

    .milion-wpr h3 {
        font-size: 22px;
    }

    .milion-title {
        font-size: 14px;
    }

    .about-img-wpr {
        padding: 0 15px 30px 28px;
    }

    .about-left-col {
        margin-bottom: 20px;
    }

    .about-main-wraper {
        padding-top: 40px;
    }

    .pace-charity-txt {
        bottom: 40px;
        font-size: 16px;
        letter-spacing: 15px;
        line-height: 1.8;
    }

    .about-row {
        --bs-gutter-x: 0;
    }

    .about-bg-text p {
        margin-bottom: 20px;
    }

    .about-btn {
        padding-top: 20px;
    }

    .services-main-warper,
    .get-involved-wpr {
        padding: 40px 0;
    }

    .services-card p {
        font-size: 16px;
    }

    .services-card {
        padding: 15px 15px 20px;
    }

    .white-line h2 {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .get-involved-wpr .sec-head {
        margin-bottom: 25px;
    }

    .involved-left-col p {
        font-size: 18px;
    }

    .arrow-dtls-list li {
        font-size: 16px;
    }

    .area-of-involvement-sec {
        padding: 40px 0;
    }

    .involvement-ul li {
        width: 100%;
        margin-bottom: 8px;
    }

    .home-serv-row {
        --bs-gutter-x: 0;
    }

    .navbar-toggler {
        margin-left: 15px;
    }

    .main-head::before {
        bottom: -15px;
        height: 15px;
    }

    /* SD 18.10.23 end */


    /* sg 18-10-2023 */

    .connect-sec {
        padding: 50px 0;
    }

    .onnect-sec-clm-wpr>i {
        width: 22px;
    }

    .highlight-p {
        font-size: 17px;
    }

    .connect-sec-row {
        --bs-gutter-y: 32px
    }

    .price-draw-sec::before {
        height: 15px;
    }

    .price-draw-sec {
        padding: 42px 0;
    }

    .price-draw-row h2 {
        padding-bottom: 25px;
        font-size: 32px;
    }

    .price-draw-row h2::after {
        width: 64px;
        height: 12px;
    }

    .footer-sec {
        padding-top: 45px;
    }

    .ftr-logo {
        width: 150px;
    }

    .footer-top-clm1 {
        margin-bottom: 25px;
    }

    .ftr-hdr {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .footer-top-clm2 {
        margin-bottom: 25px;
    }

    .contact-ul li i {
        width: 29px;
        height: 29px;
    }

    .contact-ul li i img {
        max-width: 8px;
    }

    .right-txt {
        margin-top: 3px;
        width: calc(100% - 29px);
        padding-left: 11px;
    }

    .footer-top {
        padding-bottom: 32px;
    }

    .footer-btm p {
        max-width: 232px;
        margin: 0 auto;
    }

    .onnect-sec-clm-wpr .h-three {
        margin-bottom: 15px;
    }

    .ftr-link li {
        padding: 0 10px;
        margin-bottom: 8px;
    }

    .contact-ul>li {
        padding-bottom: 10px;
    }

    .footer-top-clm1-wpr p {
        line-height: 1.5
    }

    .touch-column-first,
    .touch-column-second,
    .touch-column-third {
        width: 100%;
    }

    .get-in-touch-wpr {
        padding: 45px 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 16px 0;
    }

    .get-in-touch-wpr .sec-head {
        margin: 0 auto 30px;
    }

    .touch-icon {
        width: 42px;
        height: 42px;
        padding: 3px;
    }

    .touch-icon i img {
        max-width: 14px;
    }

    .touch-rtl-con {
        width: calc(100% - 42px);
    }

    .doanate-pace-wpr .sec-head h2 {
        margin-bottom: 13px;
    }

    .donate-pace-wpr .touch-column-first,
    .donate-pace-wpr .touch-column-second,
    .donate-pace-wpr .touch-column-third {
        width: 100%;
    }

    .doanate-pace-wpr .sec-head {
        margin: 0 auto 28px;
    }

    .donate-pace-wpr {
        margin: 0 auto 32px;
    }

    .doanate-inner-wpr .donate-repet-col:not(:last-child) {
        margin-bottom: 20px;
    }

    .doanate-pace-wpr {
        padding-bottom: 32px;
    }

    .connect-sec.connect-single-wpr {
        padding: 0px 0 50px;
    }

    /* sg 18-10-2023 */

    /* M.M 18.10.23 start */

    /* .our-impact-btn li {
        padding-right: 0;
        padding-bottom: 15px;
    } */
    .inner-banner-wraper h1 {
        font-size: 36px;
    }

    .programms-tab .nav-item {
        width: 100%;
    }

    .programms-tab .nav-tabs .nav-link {
        width: 100%;
        font-size: 16px;
        padding: 8px 10px;
    }

    .programms-tab .nav-item {
        margin-bottom: 15px;
    }

    .programms-tab .nav-tabs {
        margin: 0 -5px -15px -5px;
    }

    .tab-pane2 {
        padding: 30px 0 20px;
    }

    .quote-text {
        font-size: 16px;
        padding: 13px 20px 13px 20px;
    }

    .tab-pane2-wpr {
        padding-top: 30px;
    }

    .employment-ul li {
        width: 100%;
    }

    .employment-assistance-clm-lft p {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .services-card {
        padding: 10px 10px 20px;
    }

    .faq-accordian-head h4 {
        font-size: 16px;
    }

    .faq-accordian-body {
        padding-top: 12px;
    }

    .faq-accordian-body p {
        font-size: 14px;
    }

    .faq-accordian-head {
        padding-right: 30px;
    }

    .acc-btn {
        width: 20px;
        height: 20px;
    }

    span.acc-btn::after {
        width: 2px;
        height: 100%;
        border-radius: 2px;
        left: 9px;
        top: 0;
    }

    span.acc-btn::before {
        width: 100%;
        height: 2px;
        top: 9px;
        left: 0px;
    }

    .board-inner-wpr .catagory-listing li {
        width: 100%;
    }

    .white-line h2::before {
        width: 100%;
        background-size: contain;
    }

    .enquery-box-wpr {
        padding: 25px 12px;
    }

    .catagory-listing li {
        padding-left: 20px;
    }

    .broard-catagory-wpr {
        padding: 45px 0 40px;
    }

    .enquery-warper {
        padding: 30px 0;
    }

    .volunteer-main-warper {
        padding-top: 40px;
    }

    .enquery-form-wpr label {
        font-size: 16px;
    }

    .about-page-main-wpr .about-pg-row:nth-child(even) .about-pg-small {
        height: 145px;
        width: 80%;
    }

    .about-pg-small {
        width: 80%;
        height: 145px;
    }

    /* M.M 18.10.23 end */

    .connect-sec-row .onnect-sec-clm {
        padding-bottom: 25px;
    }

    .connect-sec-row {
        --bs-gutter-y: 25px;
    }

    .tab-2-ul li::before {
        top: 10px;
        width: 3px;
        height: 3px;
    }

    .tab-2-ul li {
        padding: 0 0 2px 12px;
    }

    /* 26.10.23 css */
    .support-management-team {
        padding-top: 30px;
    }

    .support-managment-wpr .support-row:not(:last-child) {
        margin-bottom: 30px;
    }

    /* 26.10.23 css */

}

@media (max-width: 374px) {

    /* SD 18.10.23 start */

    .founder-right-part figure {
        width: 100px;
        height: 100px;
    }

    .founder-right-part .founder-img-wpr:last-child {
        margin-left: 60px;
        margin-top: -55px;
    }

    .founder-right-part {
        padding: 0 15px;
        width: 230px;
    }

    .founder-name {
        right: -30px;
        font-size: 16px;
    }

    .founder-right-part .founder-img-wpr:last-child::before {
        left: -40px;
    }

    .founder-right-part .founder-img-wpr:last-child .founder-name {
        left: -110px;
    }

    .bold-text {
        font-size: 44px;
    }

    .milion-wpr h3 {
        font-size: 20px;
    }

    .milion-title {
        font-size: 10px;
    }

    .text-box-inner {
        padding: 15px;
    }

    /* SD 18.10.23 end */

    /* mm */

    .programms-tab .nav-tabs .nav-link {
        font-size: 15px;
    }

    .our-impact-btn li {
        padding-right: 0;
        padding-bottom: 15px;
    }

    /* mm */

}