/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
    --thm-font: "Myriad Pro Regular";
    --heading-font: "Satisfy", cursive;
    /*--thm-base: #ffc6b3;*/
    --thm-base: #f58220;
    --thm-base-rgb: 0, 113, 187;
    --thm-primary: #023c83;
    --thm-primary-rgb: 2, 60, 131;
    --thm-secondary: #0071bb;
    --thm-secondary-rgb: 0, 113, 187;
    --thm-black-rgb: 8, 39, 64;
    --thm-gray: #747474;
    --thm-white: #ffffff;
    --thm-black: #000000;
    --thm-bg-lightgray: #f4f4f4;
    --thm-base-bg-3: #b8c0cb;
    --thm-base-bg-4: #b8b08d;
    --thm-base-bg-5: #eaf0ce;
    --thm-base-bg-6: #c0c5c1;
    --thm-bg-lightgray-1: #e3e3e3;
    --thm-bg-lightgray-2: #d1d1d1;

    --thm-primary-1: #242424;
    --thm-primary-2: #544445;
    --thm-primary-3: #777762;
    --thm-primary-4: #809279;
    --thm-primary-5: #b1b0a1;
    --thm-primary-6: #bfb6a7;
}
body {
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
a {
    text-decoration: none;
}
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font);
}
h1 {
    font-size: 38px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
/* Topbar */
.site-header__header-one-wrap .topbar-one {
    padding: 8px 0px;
    display: inline-block;
    /*box-shadow: 0px 0px 56px 10px #000;*/
    width: 100%;
}
.topbar-one {
    background-color: #0e004f;
}
.topbar-one a {
    color: #fff;
}
.topbar-one__right {
    display: flex;
    width: 100%;
    justify-content: end;
}
.topbar-one__right .right-links {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
}
.topbar-one__right .font-color-part {
    display: flex;
    flex-direction: row;
    margin-left: 15px;
}
.font-color-part a.box {
    border: 1px solid #a4a3a3;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
    transition: all 500ms ease;
    padding: 2px 5px;
    background: #dedede;
    margin: 0px 8px 0px 0px;
    color: #000;
}
.right-links {
    margin-right: 10px;
}
.right-links a {
    margin: 0px 7px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    font-size: 10px;
}
.right-links select {
    color: #fff;
    background: transparent;
    border: none;
}
.font-color-part a.box.orange {
    background: #d96400;
}
.font-color-part a.box.black {
    background: #000;
}

/* main nav and banner */
.main-nav__header-one {
    background: transparent;
    padding-bottom: 10px;
}
.main-nav__header-one.darkHeader {
    background: #e1e1e1c9;
}
.navigation {
    width: 100%;
    display: flex;
}
.main-nav__main-navigation .main-nav__navigation-box > li ul {
    position: absolute;
    padding-left: 0px;
    top: 45px;
    width: 250px;
    list-style: none;
    background-color: var(--thm-white);
    border-top: 5px solid #747474;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 991;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box > li:hover > ul {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.main-nav__main-navigation .main-nav__navigation-box > li ul > li > a {
    color: var(--thm-gray);
}
.main-nav__main-navigation .main-nav__navigation-box > li ul > li:hover > a,
.main-nav__main-navigation .main-nav__navigation-box > li ul > li.current > a,
.main-nav__main-navigation .main-nav__navigation-box > li ul > li:hover {
    /* color: #fff;
    background-color: #d96400;*/
}
.hero-banner .slick-next.slick-arrow {
    display: none !important;
}
.header-navigation {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.51) 0px 87px 36px -28px inset;
}
.header-navigation .container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.header-navigation .right-nav-wrp {
    display: flex;
    margin-left: 15px;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    /*padding-top: 20px;*/
}
/* .main-logo{
    width: 120px;
    height: 141px;
} */
.main-nav__logo-box a.main-nav__logo img.main-logo {
    height: 110px;
}
.main-logo-text-wrap {
    margin: 15px 0px;
}
.main-logo-text {
    /* font-family: 'FRADMCN'; */
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 15px;
    color: #ffffff;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: 700;
}
.main-logo-description {
    font-family: "FRADMCN";
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
}
.main-navigation-box-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header-navigation .main-nav__main-navigation {
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    display: block;
    align-self: center;
}
.header-navigation .main-navigation-list {
    /* display: block; */
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header-navigation ul.main-nav__navigation-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
    /*background: #fff;*/
    padding: 0px 0px;
    margin-bottom: 0px;
    justify-content: space-between;
}
.header-navigation ul.main-nav__navigation-box li {
    font-size: 16px;
    padding: 8px 10px;
}
.header-navigation ul.main-nav__navigation-box li a {
    font-family: "calibribold";
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}
.header-navigation ul.main-nav__navigation-box li.current,
.header-navigation ul.main-nav__navigation-box li {
    position: relative;
}
.header-navigation ul.main-nav__navigation-box li.current::after,
.header-navigation ul.main-nav__navigation-box li:hover::after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
/* .header-navigation ul.main-nav__navigation-box li.align-items-right.current::after,
.header-navigation ul.main-nav__navigation-box li.align-items-right:hover::after {
    content: "";
    background-color: #0E004F;
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0px;
    position: absolute;
} */
.nav-donation-btn-wrap button {
    width: 160px;
    font-size: 20px;
    font-family: "calibribold";
    padding: 8px 0px;
    border: none;
    background: #d96400;
    color: #fff;
}
.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.side-menu__block.active {
    transform: scale(1, 1);
}
.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
}
.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.cursor {
    visibility: visible;
    position: absolute;
    background-color: var(--thm-white);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}
.side-menu__block-overlay .cursor-follower {
    background-color: rgba(var(--thm-black-rgb), 0.3);
}
.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.side-menu__block-inner {
    position: relative;
    max-width: 532px;
    width: 100%;
    margin-right: auto;
    height: 100vh;
    background-color: var(--thm-white);
    z-index: 999999;
    overflow-y: auto;
    padding: 40px 0;
    padding-top: 20px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: space-between;
}
.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}
.mCustomScrollBox {
    position: relative;
    /* overflow: hidden; */
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.mobile-nav__container {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    width: 100%;
}
.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a {
    color: #d96400;
}
.mobile-nav__container li > a,
.mobile-nav__container li > a {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
.dropdown-btn {
    position: relative;
    border: none;
    color: transparent;
    background: transparent;
    display: none;
}
/*.dropdown-btn:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid #d96400;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 16%;
    right: 22px;
}*/
.main-navigation-box-wrap {
    background-color: #000;
}
/*** Style for the banner image ***/
.banner_img {
    /* background-image: url("/assets/site/img/netra_daan_icons/banner_1.jpg"); */
    background-size: cover !important;
    background-position: top center !important;
}
/* @media (min-width: 768px) {
    .banner_img {
        background-image: url("/assets/site/img/netra_daan_icons/banner_1.jpg");
        background-size: cover;
        background-position: top center;
    }
}
@media (max-width: 767px) {
    .banner_img {
        background-image: url("/assets/site/img/netra_daan_icons/mobile_banner_1.jpg");
        background-size: cover;
        background-position: top center;
    }
} */
/*** Style end for the banner image ***/
/* Banner */
.hero-banner .banner {
    padding: 275px 0px 70px 0px;
    /* padding: 172px 0px 172px 0px; */
    align-items: flex-end;
}
/* hide slider until JS init */
.slick-banner-slider {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.slick-banner-slider[style*="visibility: visible"] {
    opacity: 1;
}

.main-nav__header-one,
.hero-banner {
    /*background: url('/img/banner-bg.png')no-repeat;*/
    background-size: cover;
    background-position: top center;
    /* background-color: var(--thm-base); */
}
.banner-text-col h1 {
    background: #54d1ff;
    background-size: contain;
    width: max-content;
    display: inline-block;
    color: #000;
    font-family: "impactregular";
    padding: 10px;
    float: right;
    font-size: 28px;
}
.banner-text-col2 h1 {
    /* background: #2f3193; */
    background-size: contain;
    width: max-content;
    display: inline-block;
    color: #fff;
    font-family: "impactregular";
    float: right;
    font-size: 40px;
    margin-bottom: -10px;
}
.banner-text-col h2 {
    float: right;
    background: #d96400;
    padding: 14px;
    color: #fff;
    font-family: "impactregular";
    font-size: 21px;
}
.link_on_the_banner_to_display {
    position: absolute;
    bottom: 15%;
    left: 46%;
    background-color: #54d1ff;
    /* background-color: rgba(84, 209, 255, 0.8); */
    color: #000;
    padding: 10px 15px;
    /* border-radius: 8px; */
    z-index: 10;
}
.link_on_the_banner_to_display a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}

/* page css */
.tithi-bhojan-at-glance-section {
    padding-top: 25px;
    padding-bottom: 25px;
}
.tithi-bhojan-at-glance-section .container {
    position: relative;
}
.tithi-bhojan-at-glance-section .title-h2 {
    text-align: center;
    /* font-family: "FRADMCN"; */
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
}
.tithi-bhojan-at-glance-section .title-h2 .Bold-text {
    /* font-weight: 500; */
    padding-right: 10px;
    letter-spacing: 3px;
}
.tithi-bhojan-at-glance-section .daily-number .box-wrap {
    width: 220px;
    min-height: 149px;
    text-align: center;
    padding-top: 43px;
    padding-bottom: 10px;
    position: relative;
    min-height: 200px;
    padding: 5px;
}
.registeredHospitalImage {
    content: "";
    /* background: #000; */
    width: 100%;
    height: 10px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    padding: 3px;
}
.tithi-bhojan-at-glance-section .daily-number .box-wrap {
    /* background: #54d1ff; */
    /* text-align: center;
    padding-top: 43px;
    padding-bottom: 10px;
    position: relative;
    min-height: 149px; */
}

.tithi-bhojan-at-glance-section .daily-number .box-wrap::after {
    /* content: '';
    background: #000;
    width: 100%;
    height: 10px;
    bottom: 0px;
    left: 0px;
    position: absolute; */
}
.tithi-bhojan-at-glance-section .daily-number .box-wrap .number-text {
    font-size: 20px;
    color: black;
    margin-top: 5px;
    font-family: "impactregular";
}
.tithi-bhojan-at-glance-section .daily-number .box-wrap .number-details {
    font-family: "calibribold";
    color: black;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.tithi-bhojan-at-glance-section .daily-number .box-with-img {
    text-align: right;
    padding-right: 30px;
}
.tithi-bhojan-at-glance-section .daily-number .box-with-img .number-text {
    position: relative;
}
.tithi-bhojan-at-glance-section
    .daily-number
    .box-with-img
    .number-text::before {
    content: "";
    background: url("/img/snacks-icon.png") no-repeat;
    width: 115px;
    height: 85px;
    left: 30px;
    top: -10px;
    position: absolute;
}
.tithi-bhojan-at-glance-section .daily-number {
    margin-bottom: 20px;
}
.tithi-bhojan-at-glance-section .profile-box-wrap {
    display: flex;
}
.tithi-bhojan-at-glance-section .profile-img {
    margin-bottom: 20px;
    padding-right: 10px;
}
.tithi-bhojan-at-glance-section .left-col .profile-content-box {
    padding-top: 82px;
}
.tithi-bhojan-at-glance-section .profile-details .title-h6 {
    font-family: "FRADMCN";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 6px;
    font-size: 16px;
}
.tithi-bhojan-at-glance-section .profile-details .title-h5 {
    font-family: "calibriregular";
    margin-bottom: 0px;
}
.tithi-bhojan-at-glance-section .profile-details p {
    font-size: 16px;
    font-family: "calibriregular";
    position: absolute;
}
.tithi-bhojan-at-glance-section .profile-content-box .profile-title {
    font-family: "calibribold";
}
.tithi-bhojan-at-glance-section .profile-content-box p {
    font-family: "Myriad Pro Regular";
    /* font-size: 14px;*/
    font-size: 12px;
    text-align: justify;
}
.tithi-bhojan-at-glance-section .profile-content-box p a {
    color: gray;
}
.tithi-bhojan-at-glance-section .dignitiers-box {
    /*padding-top: 30px;*/
    padding-top: 10px;
}
.tithi-bhojan-at-glance-section .dignitiers-box .dignitiers-title {
    font-size: 80px;
    text-transform: uppercase;
    font-family: "FRADMCN";
    margin-bottom: -12px;
    line-height: 83px;
    font-weight: bold;
    color: #e1e1e1;
    letter-spacing: 10px;
}
.tithi-bhojan-at-glance-section .container::after {
    position: absolute;
    /* content: "Donate"; */
    bottom: -105px;
    z-index: -1;
    right: 0px;
    font-size: 102px;
    font-weight: bold;
    color: #e1e1e1;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: "FRADMCN";
}
.whats-new-section {
    padding-top: 55px;
    padding-bottom: 55px;
}
.whats-new-section .title-h2 {
    font-family: "FRADMCN";
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #54d1ff;
    color: #fff;
    background-size: cover;
    width: max-content;
    margin: 0 auto;
    padding: 3px 11px;
    margin-bottom: 20px;
    font-size: 33px;
}
.whats-new-section .title-h2-new {
    font-family: "FRADMCN";
    text-transform: uppercase;
    letter-spacing: 1px;
    /* background: #54d1ff; */
    color: #fff;
    background-size: cover;
    width: max-content;
    margin: 0 auto;
    padding: 3px 11px;
    margin-bottom: 20px;
    font-size: 33px;
}
ul.nav.nav-tabs {
    border-bottom: none;
}
.village-list-box-wrap .village-list-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3px;
    position: relative;
}
.village-list-box-wrap .village-list-box .village-name {
    font-size: 14px;
    font-family: "calibribold";
    letter-spacing: 1px;
    margin-bottom: 0px;
    line-height: 14px;
}
.village-list-box-wrap .village-list-box .village-count {
    font-family: "FRADMCN";
    padding: 6px 10px;
    background: #54d1ff;
    border: 1px solid #54d1ff;
    border-radius: 5px;
    width: 96px;
    text-align: center;
    color: #000;
}
.village-list-box-wrap .village-list-box:after {
    position: absolute;
    content: "";
    width: 65%;
    right: 100px;
    bottom: 0px;
    border: 1px Dotted #a2a0a0;
    height: 1px;
}
.village-list-box-wrap .village-view-more-btn {
    margin-top: 20px;
}
.village-list-box-wrap .village-view-more,
.tab-view-more-btn button {
    background: #d96400;
    font-family: "calibribold";
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
}

.village-list-box-wrap .village-view-more-btn a {
    background: #54d1ff;
    font-family: "calibribold";
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
    margin-left: 76%;
}

.village-list-box-wrap .village-view-more,
.tab-view-more-btn a {
    background: #54d1ff;
    font-family: "calibribold";
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
}

.citizen-tab-box ul {
    justify-content: space-between;
}
.citizen-tab-box .nav-item {
    background: #898989;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    width: 49%;
}
.citizen-tab-box .nav-item.active {
    background: #54d1ff;
}
.citizen-tab-box .nav-item .nav-link.active {
    border-radius: 10px 10px 0px 0px;
    background: #54d1ff;
    color: #000;
    border-color: #54d1ff #54d1ff #54d1ff;
}
.citizen-tab-box .nav-item .nav-link {
    text-align: center;
    color: #fff;
    font-family: "FRADMCN";
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px 10px 0px 0px;
}
.citizen-tab-box-wrap .tab-content {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 35px 10px 10px 25px;
}
.citizen-tab-box-wrap .tab-content .tab-list {
    list-style: none;
}
.citizen-tab-box-wrap .tab-content li {
    font-family: "calibriregular";
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 10px;
    line-height: 28px;
    position: relative;
}
.citizen-tab-box-wrap .tab-content li::before {
    position: absolute;
    content: "";
    background: #54d1ff;
    width: 9px;
    height: 9px;
    left: -20px;
    top: 10px;
}
.citizen-tab-box-wrap .tab-content .tab-view-more-btn {
    text-align: right;
}
.list-of-scheme-section {
    /*background: url(/img/list-of-scheme-bg.png)no-repeat;*/
    background-color: #272727;
    background-size: cover;
    background-position: center;
    padding-top: 65px;
    padding-bottom: 55px;
}
.list-of-scheme-title {
    margin-bottom: 50px;
}
.list-of-scheme-title .title-h2 {
    color: #fff;
    text-align: center;
    font-family: "FRADMCN";
    text-transform: uppercase;
    letter-spacing: 1px;
}
.list-of-scheme-title .title-h2 .bold-text {
    font-weight: bold;
    background: #d96400;
    padding: 5px 11px;
}
.list-of-scheme {
    list-style: none;
}
.list-of-scheme li {
    color: #fff;
    font-size: 14px;
    font-family: "Myriad Pro Bold";
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.list-of-scheme li::before {
    position: absolute;
    content: "";
    background: #d96400;
    width: 9px;
    height: 9px;
    left: -20px;
    top: 10px;
}

.list-of-scheme-section
    .container
    .scheme-carousel
    .owl-stage-outer
    .owl-stage
    .owl-item
    .item
    .causes-details
    ul {
    padding: 0px;
}
.list-of-scheme-section .left-border {
    border-left: 1px solid #fff;
    padding-left: 50px;
}
.media-section {
    padding-top: 50px;
    /*padding-bottom: 45px;*/
}
.media-section .tab-content {
    margin-bottom: 15px;
}
.media-section ul {
    border: none;
    justify-content: center;
    margin-bottom: 22px;
}
.media-section ul li {
    background: #000;
}
.media-section ul li.active {
    background: #d96400;
}
.media-section ul li:hover,
.media-section ul li a:hover {
    border: none;
    color: #fff;
    margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.media-section .nav-tabs .nav-item {
    margin-bottom: 0px !important;
}
.media-section ul li a {
    color: #fff;
    font-family: "calibribold";
    text-transform: uppercase;
    padding: 8px 40px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border: none !important;
}
.media-section .img-box img {
    width: 100%;
}
.media-section .img-box p {
    background: #00000085;
    width: 100%;
    margin-bottom: 0px;
    z-index: 9999;
    color: #fff;
    padding: 5px 10px;
}
.media-section .view-more {
    text-align: center;
    margin-bottom: 50px;
}
.media-section .view-more .view-more-btn {
    background: #54d1ff;
    font-family: "calibribold";
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 5px 5px;
    border-radius: 0px;
}
.media-section .row .nav-tabs .nav-item .active {
    color: #000;
    background-color: #54d1ff;
    /* border-color: #54d1ff; */
    border: none;
}
.compony-logos-wrap .col-lg-2 {
    border-left: 1px solid #c4c4c4;
}
.compony-logos-wrap .col-lg-2:last-child {
    border-right: 1px solid #c4c4c4;
}
/* Footer */
.site-footer {
    /* background: url("/assets/site/img/index_01 (12).jpg") no-repeat; */
    background-color: #0e004f;
    background-size: cover;
    background-position: center center;
}
.site-footer .row-col {
    padding: 20px 0px 20px;
}
.footer-title {
    font-family: "calibribold";
    text-transform: uppercase;
    color: #54d1ff;
    margin-bottom: 30px;
    font-size: 22px;
}
.footer-address,
.footer-phone,
.footer-email {
    position: relative;
    padding-left: 40px;
}
.footer-address p,
.footer-phone P,
.footer-email P {
    font-size: 17px;
    color: #fff;
    line-height: 21px;
    font-family: "calibriregular";
}
.footer-address::before {
    position: absolute;
    content: "";
    background: url("/assets/site/img/location-pin.png") no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    top: 5px;
}
.footer-phone::before {
    position: absolute;
    content: "";
    background: url("/assets/site/img/phone.png") no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    top: 5px;
}
.footer-email::before {
    position: absolute;
    content: "";
    background: url("/assets/site/img/email.png") no-repeat;
    width: 20px;
    height: 30px;
    background-size: 100%;
    left: 0px;
    top: 5px;
}
.footer-QR {
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.footer-QR img {
    height: 70px;
}
.footer-QR p {
    padding-left: 15px;
    color: #fff;
    font-family: "calibriregular";
    margin-bottom: 0px;
    font-size: 19px;
}
.usefull-list-wrap .usefull-list {
    list-style: none;
    padding-left: 0px;
    columns: 2;
    margin-bottom: 70px;
}
.usefull-list-wrap .usefull-list li a {
    font-family: "calibriregular";
    font-size: 17px;
    color: #fff;
    line-height: 21px;
}
.footer-social-wrap {
    display: inline-flex;
    width: 100%;
}
.footer-social-wrap .social-icon-wrap {
    display: flex;
    width: 50%;
}
.footer-social-wrap .social-icon {
    margin-right: 5px;
}
.footer-social-wrap .visiotr-text {
    padding: 7px 20px;
    background: #54d1ff;
}
.footer-social-wrap .visiotr-text p {
    margin-bottom: 0px;
    color: #000;
    font-family: "calibribold";
    font-size: 19px;
}
.footer-full-width-text {
    font-family: "calibriregular";
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}
/* Bottom bar */
.site-footer__bottom {
    background: #000;
}
.site-footer__bottom .row {
    align-items: center;
    padding: 15px 0px;
}
.site-footer__bottom .lst-up-wrap p,
.site-footer__bottom .copy-claim p {
    margin-bottom: 0px;
    font-family: "calibriregular";
    font-size: 14px;
    color: #fff;
}
.site-footer__bottom .cert-icon-wrap {
    float: right;
    display: flex;
}
.site-footer__bottom .cert-icon-wrap .cert-icon {
    padding-right: 10px;
}

/* Calander section */
.calender-section {
    background: #474646 url(/img/background.png) no-repeat center;
    background-size: cover;
    padding: 50px 0px;
}
.calendar-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    font-family: "FRADMCN";
}

.calendar-wrapper table {
    clear: both;
    width: 100%;
    border-collapse: collapse;
    color: #000;
}
.calendar-wrapper td {
    height: auto;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.calendar-wrapper td span {
    background-color: #fff;
    color: #000;
    width: 100%;
    display: inline-block;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    padding: 22px 30px;
}
.calendar-wrapper td.not-current span {
    color: #fff;
}
.calendar-wrapper .days td span {
    background-color: #d96400;
    color: #fff;
    text-transform: uppercase;
    height: auto;
    padding: 3px 3px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.calendar-wrapper td.not-current {
    color: #000;
}
.calendar-wrapper td.today span {
    background: #d96400;
    color: #fff;
    border: 1px solid #fff;
}

.calendar-wrapper thead td {
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    font-size: 1.5em;
}
.calendar-wrapper #btnPrev {
    float: left;
    margin-bottom: 20px;
}
.calendar-wrapper #btnPrev:::before {
    content: "\f104";
    font-family: FontAwesome;
    padding-right: 4px;
}

.calendar-wrapper #btnNext {
    float: right;
    margin-bottom: 20px;
}
.calendar-wrapper#btnNext::after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 4px;
}

#btnPrev,
#btnNext {
    background: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: absolute;
    font-family: "FRADMCN";
}
#btnPrev {
    left: 0px;
}
#btnNext {
    right: 0px;
}
#btnPrev:hover,
#btnNext:hover {
    color: #d96400;
}

/* ============== custom select ================= */

.custom-select {
    position: relative;
    /* padding: 0px; */
    /* height: auto; */
    /* background: transparent; */
    /* border: none; */
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #d96400 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #d96400 transparent;
    top: 10px;
    right: 15px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.drowp-wrp {
    display: block;
    /*margin-bottom: 30px;*/
    margin-bottom: 21px;
}

.drowp-wrp label {
    font-size: 19px;
    color: #fff;
    font-family: "Myriad Pro Regular";
    /*line-height: 38px;*/
    line-height: 24px;
    margin-bottom: 0px;
    /*margin-bottom: 10px;*/
}

.btn-next {
    display: block;
    background: #d96400;
    font-size: 36px;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    border: 2px solid #fff;
    font-family: "Myriad Pro Regular";
}
.btn-next:hover {
    background: #fff;
    color: #d96400;
    border: 2px solid #fff;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header::before {
    content: "";
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: var(--thm-primary);
    opacity: 0.5;
}

.page-header {
    position: relative;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center center;
    padding: 40px 0px 40px 0px;
    background-size: cover;
    overflow: hidden;
}

.page-header::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    /* background-color: var(--thm-black);
    opacity: 0.3; */
}

.page-header .container {
    position: relative;
    text-align: center;
}

.page-header h2 {
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 1em;
    color: var(--thm-white);
    font-family: var(--thm-font1);
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 0px 0px 06px rgba(0, 0, 0, 0.5);
}

.thm-breadcrumb {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.thm-breadcrumb li {
    display: -webkit-box;
    display: flex;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-white);
}

.thm-breadcrumb li + li::before {
    content: "/";
    margin-left: 15px;
    margin-right: 15px;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
    color: var(--thm-base);
}

.detail-page h3 {
    margin-bottom: 15px;
    color: var(--thm-black);
    font-size: 22px;
    font-weight: 700;
    font-family: var(--thm-font);
    line-height: 1em;
    text-transform: capitalize;
}
.detail-page ul li {
    margin-bottom: 6px;
}

.vertical-tab-design .nav-pills .nav-item .nav-link.active,
.vertical-tab-design .nav-pills .nav-item .nav-link:hover {
    /* border: 1px solid var(--thm-base); */
    border-radius: 0px;
    background-color: #54d1ff;
    color: var(--thm-white);
}
.vertical-tab-design .nav-pills .nav-item .nav-link {
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px;
    /* border: 1px solid var(--thm-gray); */
    color: var(--thm-gray);
    text-transform: capitalize;
    padding: 10px 15px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    transition: all 0.3s;
    border-bottom: 1px solid var(--thm-gray);
}
.vertical-tab-design .nav-pills .nav-item:last-child .nav-link {
    border-bottom: none;
}
.vertical-tab-design {
}
.vertical-tab-design .nav-pills {
    background-color: transparent;
    /* padding: 25px; */
    padding: 0 0 0 0;
}

.detail-page p {
    font-size: 15px;
    font-weight: 500;
    font-family: "Myriad Pro Regular";
}

.section-padding {
    padding: 50px 0px;
}
.departments-box {
    margin-bottom: 20px;
}

/* Recent Causes */

.recent-causes {
    border-bottom: 3px solid var(--thm-base);
    border-radius: 0 0 2px 2px;
    margin-bottom: 30px;
    min-height: 380px;
    /*min-height: 400px;*/
    overflow: hidden;
    position: relative;
}
.recent-causes .thumb {
    overflow: hidden;
    position: relative;
}

.recent-causes .thumb:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    /*background: rgba(32,42,48,0.4);*/
}

.recent-causes .thumb .round-style {
    background-color: #fbf7f8;
    border-radius: 50%;
    bottom: 12px;
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 70px;
}
.recent-causes:hover .thumb .round-style {
    bottom: 76px;
}
.recent-causes .causes-details {
    background-color: #fbf7f8;
    bottom: -55px;
    padding: 0 25px 20px;
    /*position: absolute;*/
    text-align: center;
    /*transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;*/
    width: 100%;
    min-height: 200px;
    /*6-7-2022*/
}
.recent-causes .causes-details h4 {
    color: var(--thm-black);
    font-weight: 700;
}
.causes-details .round-style {
    background: #fbf7f8 none repeat scroll 0 0;
    border-radius: 50%;
    height: 70px;
    left: 0;
    /*margin: 0 auto;*/
    position: absolute;
    right: 0;
    top: -35px;
    width: 70px;
    margin-top: 56%;
    margin-left: 40.6%;
    /*6-7-2022*/
}
.recent-causes:hover .causes-details {
    bottom: 0;
}
.recent-causes .causes-details .icon {
    color: #f68a15;
    display: inline-block;
    font-size: 30px;
}
.recent-causes .donate-piechart {
    top: -26px;
    display: table;
    left: 3px;
    margin: 0 auto;
    position: relative;
    right: 0;
}
.recent-causes .donate-piechart .piechart-block {
    background-color: var(--thm-base);
    border-radius: 50%;
}
.recent-causes .donate-piechart .piechart {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.recent-causes .donate-piechart .piechart canvas {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 51px;
}
.recent-causes .donate-piechart .piechart-block .piechart {
    min-height: 50px;
    min-width: 50px;
}
.recent-causes .donate-piechart .piechart-block .piechart span {
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
    line-height: 51px;
}
.recent-causes .donate-piechart .piechart-block .piechart span:after {
    color: var(--thm-white);
    content: "%";
    font-size: 13px;
    font-weight: 600;
}
.recent-causes .causes-details .title {
    /*margin-bottom: 10px;*/
    font-size: 18px;
}
.recent-causes .causes-details .details {
    font-size: 14px;
    padding-bottom: 8px;
    color: var(--thm-gray);
}
.recent-causes .causes-details a.btn-thm {
    margin-top: 15px;
}
.recent-causes:hover .causes-details a.btn-thm {
    margin-top: 10px;
}
.recent-causes .causes-details .causes-raised,
.recent-causes .causes-details .causes-goal {
    font-weight: 600;
}
.recent-causes .causes-details ul {
    margin-bottom: 0px;
}

.causes-details p {
    margin-bottom: 0px;
}

.thm-btn.sml-btn {
    padding: 5px 15px;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}

.thm-btn.orange-btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid var(--thm-base);
    outline: none;
    background-color: var(--thm-base);
    color: var(--thm-white);
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 300px;
    transition: all 0.4s ease;
}

/*-----------accordion-design End -----------*/

.Form-design {
}
.Form-design .form-control {
    border-radius: 0px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--thm-primary) !important;
}
.Form-design textarea.form-control {
    height: 150px;
}

.Form-design .form-control:focus {
    color: #495057;
    background-color: var(--thm-white);
    border-color: var(--thm-primary);
    outline: 0;
    box-shadow: none;
}

.Form-design .form-control::-webkit-input-placeholder {
    /* Edge */
    color: var(--thm-primary);
}

.Form-design .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--thm-primary);
}

.Form-design .form-control::placeholder {
    color: var(--thm-primary);
}
.Form-design .form-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: var(--thm-primary);
    font-size: 16px;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
}
.Form-design .form-btn:hover,
.Form-design .form-btn:focus {
    background-color: var(--thm-base);
    color: var(--thm-white);
}
.Form-design .form-group {
    margin-bottom: 15px;
}

.Form-design.footer-form .form-group {
    margin-bottom: 5px;
}
.Form-design.footer-form .form-group .form-control {
    background-color: #343c42;
    border: none;
    color: var(--thm-white) !important;
}

.Form-design.footer-form .form-group .form-control::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.Form-design.footer-form .form-group .form-control:-ms-input-placeholder {
    color: var(--thm-gray);
}

.Form-design.footer-form .form-group .form-control::placeholder {
    color: var(--thm-gray);
}

.footer-form button.btn.btn-lg.form-btn {
    width: 100%;
    background-color: var(--thm-base);
    transition: all 0.3s;
}
.footer-form button.btn.btn-lg.form-btn:hover {
    background-color: #343c42;
    /*color: var(--thm-base);*/
}
.footer-form.Form-design textarea.form-control {
    height: 83px;
}

/*-----------officer-wrapper Start -----------*/
.officer-wrapper {
}
.officer-wrapper .officer-block {
    padding: 20px;
    margin-bottom: 30px;
}
.officer-wrapper .officer-block.border-none {
    border-bottom: none;
}
.officer-wrapper .officer-block + .officer-block {
    margin-top: 30px;
}

.officer-block .officer-photo .photo-wrap {
    background-color: var(--thm-white);
    border: 1px solid #dadada;
    overflow: hidden;
}
.officer-block .officer-photo .photo-wrap img {
    width: 100%;
}
.officer-block .officer-details {
}
section.bg-color-primary .officer-block .officer-details p {
    color: var(--thm-white);
}
.officer-block .officer-details p span.title {
    font-weight: bold;
    padding-right: 10px;
}
.officer-block.thm-base-bg .officer-details p,
.officer-block.thm-base-bg-2 .officer-details p {
    color: var(--thm-white);
}
.officer-block .officer-details p {
    font-size: 13px;
    margin-bottom: 10px;
}
.officer-block.thm-base-bg-3 .officer-details p {
    color: var(--thm-primary-rgb);
}
.thm-base-bg-2 {
    background-color: var(--thm-base);
}

.officer-block .officer-photo .photo-wrap {
    background-color: var(--thm-white);
    border: 1px solid #dadada;
    overflow: hidden;
}

.officer-block .officer-details p span.title {
    font-weight: bold;
    padding-right: 10px;
    font-family: "Poppins";
}

/*-----------officer-wrapper End -----------*/

.piechart i.fas.fa-file-alt {
    font-size: 20px;
    color: var(--thm-white);
    padding: 15px 8px;
}

.recent-causes .causes-details ul li {
    list-style-type: none;
}

/* Media Button */

.tabpanel-design .nav-tabs .nav-link.active {
    border: 1px solid #54d1ff;
    border-radius: 0px;
    background-color: #54d1ff;
    color: var(--thm-white);
}

.tabpanel-design .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid var(--thm-gray);
    color: var(--thm-gray);
    text-transform: uppercase;
    padding: 10px 15px;
    margin-right: 5px;
    width: 100px;
    text-align: center;
    font-weight: 700;
}

.event-gallery .event-gallery-title {
    font-size: 16px;
    color: var(--thm-black);
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;
}

/* School Page */

.office-address-wrapper .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.office-address-wrapper [class*="col-"] {
    margin-bottom: 30px;
}

.office-address-wrapper .row-flex .office-block {
    padding: 30px 30px 0px 30px;
    margin-bottom: 30px;
}

.office-address-wrapper .content {
    height: 100%;
}

.office-block .thm-base-bg-3 .office-address p,
.office-block.thm-base-bg-3 .office-address h4 {
    color: var(--thm-primary-rgb);
}

.office-block .office-address h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--thm-gray);
    text-decoration: underline;
}

.office-block .office-address p {
    font-size: 14px;
    margin-bottom: 7px;
}

.office-block .office-address p span.title {
    font-weight: bold;
    padding-right: 3px;
}

.office-address .thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid var(--thm-base);
    outline: none;
    background-color: var(--thm-base);
    font-size: 13px;
    color: var(--thm-white);
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 9px;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.office-address .thm-btn i {
    margin-right: 5px;
}

.office-address-wrapper .office-block.thm-base-bg-3:hover {
    background-color: lightgray;
    color: var(--thm-black);
}

.sub-title h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.office-address-wrapper .office-block.border-none {
    border-bottom: none;
}
.office-address-wrapper .office-block + .office-block {
    margin-top: 30px;
}

.office-block .officer-photo .photo-wrap {
    background-color: var(--thm-white);
    border: 1px solid #dadada;
    overflow: hidden;
}
.office-block .officer-photo .photo-wrap img {
    width: 100%;
}
.office-block .office-address {
    font-family: "Poppins";
}
section.bg-color-primary .office-block .office-address p {
    color: var(--thm-white);
}
.office-block .office-address p span.title {
    font-weight: bold;
    padding-right: 3px;
}
.office-block.thm-base-bg .office-address p,
.office-block.thm-base-bg-2 .office-address p {
    color: var(--thm-white);
}
.office-block.thm-base-bg-3 .office-address p,
.office-block.thm-base-bg-3 .office-address h4 {
    color: var(--thm-primary-rgb);
}
.thm-base-bg-2 {
    background-color: var(--thm-base);
}

/*-----------accordion-design Start -----------*/
.accordion-design .accordion-wrapper .faq-department .card {
    margin-bottom: 15px;
    border: 0;
    border-radius: 0px;
}

.accordion-design .accordion-wrapper .faq-department .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 0px;
    padding: 0;
    margin-bottom: 0px;
}

.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .card-header
    .btn-header-link {
    text-align: left;
    display: block;
    background: var(--thm-white);
    color: var(--thm-black);
    padding: 14px 20px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #dadada;
}

.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .card-header
    .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .card-header
    .btn-header-link.collapsed {
    background: var(--thm-white);
    color: var(--thm-black);
    border: 1px solid #dadada;
}

.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .card-header
    .btn-header-link.collapsed:after {
    content: "\f106";
}

.accordion-design .accordion-wrapper .faq-department .card .collapsing {
    background: var(--thm-white);
    line-height: 20px;
    border: 1px solid #dadada;
    margin-top: -1px;
}

.accordion-design .accordion-wrapper .faq-department .card .collapse {
    border: 0;
    border: 1px solid transparent;
    margin-top: -1px;
}
.accordion-design
    .accordion-wrapper
    .faq-department
    .card
    .collapse
    .card-body
    p {
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.accordion-design .accordion-wrapper .faq-department .card .collapse.show {
    background: var(--thm-white);
    line-height: 30px;
    color: #222;
    border: 1px solid #dadada;
    margin-top: -1px;
}
/*.accordion-design .accordion-wrapper .faq-department .card .collapse.show .card-body{
    padding: 14px 20px;
}*/
/*-----------accordion-design End -----------*/

.bg-lightgray {
    background-color: var(--thm-bg-lightgray);
}

.bg-lightgray-1 {
    background-color: var(--thm-bg-lightgray-1);
}

.bg-lightgray-2 {
    background-color: var(--thm-bg-lightgray-2);
}

.sitemap-wrapper ol.organizational-chart,
.sitemap-wrapper ol.organizational-chart ol,
.sitemap-wrapper ol.organizational-chart li,
.sitemap-wrapper ol.organizational-chart li > div {
    position: relative;
}

.sitemap-wrapper ol.organizational-chart,
.sitemap-wrapper ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-wrapper ol.organizational-chart {
    text-align: center;
}

.sitemap-wrapper ol.organizational-chart ol {
    padding-top: 1em;
}

.sitemap-wrapper ol.organizational-chart ol:before,
.sitemap-wrapper ol.organizational-chart ol:after,
.sitemap-wrapper ol.organizational-chart li:before,
.sitemap-wrapper ol.organizational-chart li:after,
.sitemap-wrapper ol.organizational-chart > li > div:before,
.sitemap-wrapper ol.organizational-chart > li > div:after {
    background-color: #9e9f9e;
    content: "";
    position: absolute;
}

.sitemap-wrapper ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

.sitemap-wrapper ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0px;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart > li ol:after {
    height: 1px;
    left: 1px;
    top: 1em;
    width: 50%;
}

.sitemap-wrapper
    ol.organizational-chart
    > li
    ol
    > li:not(:last-of-type):before {
    height: 1px;
    left: 0;
    top: 2em;
    width: 1em;
}

.sitemap-wrapper ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart > li ol > li:last-of-type:before {
    height: 1px;
    left: 0;
    top: 2em;
    width: 1em;
}

.sitemap-wrapper ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart li > div {
    background-color: var(--thm-white);
    border-radius: 3px;
    min-height: 2em;
    /*padding: 0.5em;*/
}

/*** PRIMARY ***/
.sitemap-wrapper ol.organizational-chart > li > div {
    /*background-color: #a2ed56;
    margin-right: 1em;*/
}

.sitemap-wrapper ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 1px;
    right: -1em;
    width: 1em;
}

.sitemap-wrapper ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

.sitemap-wrapper ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart > li > div {
    /*display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;*/

    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    /*margin: 0 auto;*/
    margin: 0 1em 1em 1em;
    background-color: transparent;
}
.sitemap-wrapper ol.organizational-chart > li > div > a {
    background: var(--thm-primary);
    padding: 10px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
}

/*** SECONDARY ***/
.sitemap-wrapper ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

.sitemap-wrapper ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

.sitemap-wrapper ol.organizational-chart > li > ol > li > div {
    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    /*margin: 0 auto;*/
    /*margin: 0 1em 1em 1em;*/
    background-color: transparent;
}
.sitemap-wrapper ol.organizational-chart > li > ol > li > div > a {
    background-color: var(--thm-base);
    padding: 10px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
}

/*** TERTIARY ***/
.sitemap-wrapper ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #fd6470;
}
.sitemap-wrapper ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: transparent;
}
.sitemap-wrapper ol.organizational-chart > li > ol > li > ol > li > div > a {
    padding: 10px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-black);
    font-size: 13px;
    font-weight: 600;
    background-color: #b8c0cb;
}
/*** QUATERNARY ***/
.sitemap-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fca858;
}

/*** QUINARY ***/
.sitemap-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fddc32;
}

.piechart i.fas.fa-file-alt {
    font-size: 20px;
    color: var(--thm-white);
    padding: 15px 8px;
}

.os-structure-wrapper ol.organizational-chart,
.os-structure-wrapper ol.organizational-chart ol,
.os-structure-wrapper ol.organizational-chart li,
.os-structure-wrapper ol.organizational-chart li > div {
    position: relative;
}

.os-structure-wrapper ol.organizational-chart,
.os-structure-wrapper ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.os-structure-wrapper ol.organizational-chart {
    text-align: center;
}

.os-structure-wrapper ol.organizational-chart ol {
    padding-top: 1em;
}

.os-structure-wrapper ol.organizational-chart ol:before,
.os-structure-wrapper ol.organizational-chart ol:after,
.os-structure-wrapper ol.organizational-chart li:before,
.os-structure-wrapper ol.organizational-chart li:after,
.os-structure-wrapper ol.organizational-chart > li > div:before,
.os-structure-wrapper ol.organizational-chart > li > div:after {
    background-color: #9e9f9e;
    content: "";
    position: absolute;
}

.os-structure-wrapper ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

.os-structure-wrapper ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 1px;
}

.os-structure-wrapper ol.organizational-chart > li ol:after {
    height: 1px;
    left: 1px;
    top: 1em;
    width: 50%;
}

.os-structure-wrapper
    ol.organizational-chart
    > li
    ol
    > li:not(:last-of-type):before {
    height: 1px;
    left: 0;
    top: 2em;
    width: 1em;
}

.os-structure-wrapper
    ol.organizational-chart
    > li
    ol
    > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
}

.os-structure-wrapper ol.organizational-chart > li ol > li:last-of-type:before {
    height: 1px;
    left: 0;
    top: 2em;
    width: 1em;
}

.os-structure-wrapper ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 1px;
}

.os-structure-wrapper ol.organizational-chart li > div {
    background-color: var(--thm-white);
    border-radius: 3px;
    min-height: 2em;
}

/*** PRIMARY ***/

.os-structure-wrapper ol.organizational-chart > li > div {
    background-color: #a2ed56;
    margin-right: 1em;
}

.os-structure-wrapper ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 1px;
    right: -1em;
    width: 1em;
}

.os-structure-wrapper ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 1px;
}

.os-structure-wrapper ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

.os-structure-wrapper ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 1px;
}

.os-structure-wrapper ol.organizational-chart > li > div {
    /*display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;*/

    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    /*margin: 0 auto;*/
    margin: 0 1em 1em 1em;
    background-color: transparent;
}
.os-structure-wrapper ol.organizational-chart > li > div > span {
    background: var(--thm-primary);
    padding: 10px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
}

/*** SECONDARY ***/

.os-structure-wrapper ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

.os-structure-wrapper ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

.os-structure-wrapper ol.organizational-chart > li > ol > li > div {
    background-color: #83e4e2;
}
.os-structure-wrapper ol.organizational-chart > li > ol > li > div {
    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    /*margin: 0 auto;*/
    /*margin: 0 1em 1em 1em;*/
    background-color: transparent;
}
.os-structure-wrapper ol.organizational-chart > li > ol > li > div span {
    background-color: var(--thm-primary-1);
    padding: 10px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
}

/*** TERTIARY ***/

.os-structure-wrapper ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #fd6470;
}
.os-structure-wrapper ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: transparent;
}
.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > div
    > span {
    padding: 10px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
    background-color: var(--thm-primary-2);
}

/*** QUATERNARY ***/

.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fca858;
}
.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: transparent;
}
.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div
    > span {
    padding: 10px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
    background-color: var(--thm-primary-3);
}

.sitemap-wrapper ol.organizational-chart > li > div > a {
    background: var(--thm-base);
}

.os-structure-wrapper ol.organizational-chart > li > div > span {
    background: var(--thm-base);
}

/*** QUINARY ***/

.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fddc32;
}
.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: transparent;
}
.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div
    > span {
    padding: 10px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
    background-color: var(--thm-primary-4);
}

.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div
    > span {
    padding: 10px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
    background-color: var(--thm-primary-5);
}

.os-structure-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div
    > span {
    padding: 10px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
    background-color: var(--thm-primary-6);
}

#root {
    --font1: "FRADMCN";
    --font2: "FRADMCN";
    --color1: rgb(217 100 0);
    --weekHeaderBGColor: rgb(217, 100, 0);
    --todayTextColor: #fff;
    --dayActiveColor: rgb(217 100 0);
    --dayHoverColor: rgb(217 100 0);
    --borderColor: rgba(0, 0, 0, 0.1);
    --fullDayHeight: 6rem;
    --transitionTime: 300ms;
}

.calendar-wrapper {
    box-sizing: content-box;
    display: flex;
    position: relative;
    justify-content: center;
    /* overflow:hidden;*/
}

.calendar {
    position: absolute;
    transform: initial;
    font-family: "FRADMCN";
    display: inline-grid;
    grid-template:
        "M M M M M M M"
        "W W W W W W W"
        "Days Days Days Days Days Days Days";
}

/*Headings*/
.display.month {
    font-size: 2rem;
    margin: 0 auto;
}

.display.week div {
    padding: 0 0.2em;
}

.display.week {
    font-size: 1.2em;
    /*  border-radius:6px 6px 0 0; */
    grid-area: W;
}

/* Individual Units*/

.calendar .header {
    font-family: var(--font1);
    text-align: center;
    color: #fff;
}

.week {
    display: grid;
    justify-content: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    grid-template-columns: repeat(7, 1fr);
}

.header.week {
    background-color: var(--weekHeaderBGColor);
    color: white;
}

.calendar .row {
    display: flex;
    flex-flow: row nowrap;
}

.days {
    width: 100%;
    grid-area: Days;
    grid-auto-rows: var(--fullDayHeight);
}

.day {
    cursor: pointer;
    position: relative;
    border-collapse: collapse;
    border-top: 1px solid var(--borderColor);
    padding: 2px;
}

.day.today {
    background: var(--thm-gray) !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.day.today:before {
    content: "";
    position: absolute;
    background-color: var(--color1);
    filter: hue-rotate(40deg);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    top: 4px;
    right: 5px;
    z-index: -1;
}

.day:not(:nth-child(7n + 0)) {
    border-right: 1px solid var(--borderColor);
}

.day.active {
    color: white !important;
    background-color: #d96400 !important;
}

.blank.day {
    opacity: 1;
    color: #fff !important;
}

.day:hover,
.day:active,
.blank.day:hover,
.blank.day:active {
    background-color: var(--dayHoverColor);
}

/* mini class styling*/
.mini .days {
    grid-auto-rows: min-content;
}

.calendar-wrapper.mini {
    width: 20rem;
    height: 15rem;
}

.mini .week {
    grid-auto-columns: fit-content(0.5rem);
    grid-auto-rows: fit-content(0.5rem);
}

.mini .day {
    background-color: #fff;
    color: #000;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    padding: 22px 30px;
}

/*UI Components*/

.calendar .mainheader {
    grid-area: M;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-transform: uppercase;
}

.calendar .arrow {
    transform: scale(1.2);
    border-radius: 50%;
    /* background-color:var(--color1); */
    height: 1em;
    width: 1em;
    color: white;
    line-height: 0.8em;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    margin: 0.5em;
}

.calendar .arrow.left:after {
    content: "\02039";
}

.calendar .arrow.right:after {
    content: "\0203A";
}

/* Animations */

.anim-slide-left-in {
    animation: kfSlideLeftIn var(--transitionTime) linear;
}

.anim-slide-left-out {
    animation: kfSlideLeftOut var(--transitionTime) linear;
}

.anim-slide-right-in {
    animation: kfSlideLeftOut var(--transitionTime) linear reverse;
}

.anim-slide-right-out {
    animation: kfSlideLeftIn var(--transitionTime) linear reverse;
}

@keyframes kfSlideLeftIn {
    0% {
        opacity: 0;
        transform: translate(100%);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes kfSlideLeftOut {
    0% {
        opacity: 1;
        transform: translate(0);
    }
    100% {
        opacity: 0;
        transform: translate(-100%);
    }
}

/*For Demo formatting*/

#input-date {
    height: 10em;
}

/*Google fonts*/
/* latin-ext */
@font-face {
    font-family: "Margarine";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Margarine"), local("Margarine-Regular"),
        url(https://fonts.gstatic.com/s/margarine/v8/qkBXXvoE6trLT9Y7YLyu7Z5KoAU.woff2)
            format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
        U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Margarine";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Margarine"), local("Margarine-Regular"),
        url(https://fonts.gstatic.com/s/margarine/v8/qkBXXvoE6trLT9Y7YLyu455K.woff2)
            format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: "Nova Round";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Nova Round"), local("NovaRound"),
        url(https://fonts.gstatic.com/s/novaround/v11/flU9Rqquw5UhEnlwTJYTUYDUeA.woff2)
            format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

.drowp-wrp select.main_select_dropdown {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    width: 100%;
    font-size: 15px;
}

#search_b {
    display: block;
    background: #d96400;
    font-size: 25px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    border: 2px solid #fff;
    font-family: "Myriad Pro Regular";
    width: 100%;
}

/* 10 .event styles */

.event {
    margin-bottom: 25px;
}
.event .event-thumb {
    position: relative;
}
.event .event-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.event .event-title {
    font-size: 16px;
    font-weight: 700;
}
.event .event-title a {
    color: #202a30;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.event:hover .event-title a {
    color: var(--thm-base);
}
.event .event-content .event-held {
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.event .event-content .event-held li {
    list-style-type: none;
}
.event .event-content .event-held li i {
    color: var(--thm-base);
}
.event .event-content .event-date {
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
}
.event .event-content .event-date.style2 {
    top: -86px;
    text-transform: uppercase;
}
.event .event-content .date {
    background-color: var(--thm-base);
    color: var(--thm-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    padding: 10px 15px;
}
.dat {
    font-size: 24px;
}
.event-content {
    position: relative;
}
.event .event-thumb .event-date {
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
}
.event .event-thumb .event-date.style3 {
    top: 0;
    text-transform: uppercase;
}
.event .event-thumb .date {
    background-color: var(--thm-base);
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    padding: 15px 15px;
}
.event-date.style3.p-10.right-none {
    right: -25px;
}

/* bx-event-carousel style-two */

.event.style-two {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}
.event.style-two .event-thumb .event-date {
    left: 0;
    padding-left: 0;
}
.event.style-two .event-thumb .date {
    font-size: 28px;
    padding: 20px 0;
}

/*sec-title*/
.sec-title {
    margin-bottom: 20px;
}
.sec-title p {
    font-size: 16px;
    color: var(--thm-gray);
    margin: 0;
    margin-bottom: 20px;
}
.sec-title {
    position: relative;
}
.sec-title h2 {
    color: #202a30;
    position: relative;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
}
.sec-title .double-line {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 30px;
    height: 6px;
    border-top: 1px solid var(--thm-base);
    border-bottom: 1px solid var(--thm-base);
}

/*#root .calendar-wrapper .calendar div{
    margin: 2px;
}*/

/* .container .col-lg-12 .daily-number div{
    padding-left: 5px;
    padding-right: 5px;
} */

.profile-box-wrap .profile-img-box .profile-details h5 {
    font-size: 16px;
}

.profile-box-wrap .profile-content-box p a {
    cursor: grab;
    text-decoration: underline;
}

/*** MEDIA QUERIES ***/

@media only screen and (min-width: 64em) {
    .os-structure-wrapper ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    .os-structure-wrapper ol.organizational-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    .os-structure-wrapper ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(2),
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(2)
        ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(3),
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(3)
        ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(4),
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(4)
        ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(5),
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:nth-last-of-type(5)
        ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    .os-structure-wrapper ol.organizational-chart > li > div:before,
    .os-structure-wrapper ol.organizational-chart > li > div:after {
        bottom: -1em !important;
        top: inherit !important;
    }

    .os-structure-wrapper ol.organizational-chart > li > div:before {
        height: 1em !important;
        left: 50% !important;
        width: 1px !important;
        display: none;
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:only-of-type:after {
        display: none;
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:not(:only-of-type):after,
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 1px;
        width: calc(50% + 1em + 3px);
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > div
        + div:not(:last-of-type):after {
        height: 1px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    .os-structure-wrapper ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }

    .os-structure-wrapper ol.organizational-chart > li > ol:before,
    .os-structure-wrapper ol.organizational-chart > li > ol > li:before {
        height: 1em !important;
        left: 50% !important;
        top: 0 !important;
        width: 1px !important;
    }

    .os-structure-wrapper ol.organizational-chart > li > ol:after {
        display: none;
    }

    .os-structure-wrapper ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    .os-structure-wrapper ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:only-of-type:before,
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:only-of-type:after {
        display: none;
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:first-of-type:not(:only-of-type):after,
    .os-structure-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:last-of-type:not(:only-of-type):after {
        height: 1px;
        top: 0;
        width: 50%;
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > ol
        > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    .os-structure-wrapper
        ol.organizational-chart
        > li
        > ol
        > li
        + li:not(:last-of-type):after {
        height: 1px;
        left: 0;
        top: 0;
        width: 100%;
    }
}

.media-section .thm-btn.orange-btn {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #54d1ff;
    outline: none;
    background-color: #54d1ff;
    font-size: 14px;
    color: black;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 20px;
    border-radius: 300px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.section-padding {
    padding: 25px 0px;
    /* color: WHITE; */
}

/* NEW ADDED css */
section.whats-new-section {
    background-color: #272727;
    color: white;
}
li.align-items-right {
    /* margin-left: 18px; */
    margin-left: 43px;
}
.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
}
.number-details {
    font-size: 16px;
    margin-top: 5px;
}
.why-donation-p {
    margin-top: 15px;
    letter-spacing: 1px;
    font-weight: 700;
}
.border-bottom-class {
    /* border-bottom: 5px solid #54d1ff; */
    font-weight: bold;
}
.pdfIcon {
    height: 22px;
}
.margin_btm {
    margin-bottom: 0px;
}
.brdcmb {
    margin-bottom: 20px;
    margin-top: 15px;
}
.breadcrumb {
    background-color: #fff;
}

/*  Site map code start */

.sitemap-wrapper ol.organizational-chart,
.sitemap-wrapper ol.organizational-chart ol,
.sitemap-wrapper ol.organizational-chart li,
.sitemap-wrapper ol.organizational-chart li > div {
    position: relative;
}

.sitemap-wrapper ol.organizational-chart,
.sitemap-wrapper ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sitemap-wrapper ol.organizational-chart {
    text-align: center;
}

.sitemap-wrapper ol.organizational-chart ol {
    padding-top: 1em;
}

.sitemap-wrapper ol.organizational-chart ol:before,
.sitemap-wrapper ol.organizational-chart ol:after,
.sitemap-wrapper ol.organizational-chart li:before,
.sitemap-wrapper ol.organizational-chart li:after,
.sitemap-wrapper ol.organizational-chart > li > div:before,
.sitemap-wrapper ol.organizational-chart > li > div:after {
    background-color: #9e9f9e;
    content: "";
    position: absolute;
}

.sitemap-wrapper ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}

.sitemap-wrapper ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0px;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart > li ol:after {
    height: 1px;
    left: 1px;
    top: 1em;
    width: 50%;
}

.sitemap-wrapper
    ol.organizational-chart
    > li
    ol
    > li:not(:last-of-type):before {
    height: 1px;
    left: 0;
    top: 2em;
    width: 1em;
}

.sitemap-wrapper ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart > li ol > li:last-of-type:before {
    height: 1px;
    left: 0;
    top: 2em;
    width: 1em;
}

.sitemap-wrapper ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart li > div {
    background-color: var(--thm-white);
    border-radius: 3px;
    min-height: 2em;
    /*padding: 0.5em;*/
}

.sitemap-wrapper ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 1px;
    right: -1em;
    width: 1em;
}

.sitemap-wrapper ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart > li > div + div {
    margin-top: 1em;
}

.sitemap-wrapper ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 1px;
}

.sitemap-wrapper ol.organizational-chart > li > div {
    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    /*margin: 0 auto;*/
    margin: 0 1em 1em 1em;
    background-color: transparent;
}

.sitemap-wrapper ol.organizational-chart > li > div > a {
    background: #00394a;
    padding: 10px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-white);
    font-size: 13px;
    font-weight: 600;
}
.sitemap-wrapper ol.organizational-chart > li > div > a:hover {
    background: #14657c;
}
.sitemap-wrapper ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
}

.sitemap-wrapper ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}

.sitemap-wrapper ol.organizational-chart > li > ol > li > div {
    display: flex;
    float: none;
    vertical-align: bottom;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
}

.sitemap-wrapper ol.organizational-chart > li > ol > li > div > a {
    /* background-color: var(--thm-base); */
    background-color: #54d1ff;
    padding: 10px 20px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
}
.sitemap-wrapper ol.organizational-chart > li > ol > li > div > a:hover {
    background-color: #00678d;
}

.sitemap-wrapper ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #fd6470;
}

.sitemap-wrapper ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: transparent;
}

.sitemap-wrapper ol.organizational-chart > li > ol > li > ol > li > div > a {
    padding: 10px 10px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 0px;
    color: var(--thm-black);
    font-size: 13px;
    font-weight: 600;
    background-color: #b8c0cb;
}
.sitemap-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > div
    > a:hover {
    background-color: #777c83;
}
.sitemap-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fca858;
}

.sitemap-wrapper
    ol.organizational-chart
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > ol
    > li
    > div {
    background-color: #fddc32;
}
/* site map code end */
