/*     brand Colors              */
@import url("../fonts/icons-1.6.0/font/bootstrap-icons.css");

@font-face {
    font-family: 'Lora';
    src: url("../fonts/Lora/Lora-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mukta';
    src: url("../fonts/Mukta/Mukta-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mukta-Bold';
    src: url("../fonts/Mukta/Mukta-Bold.ttf");
    font-style: normal;
}

@font-face {
    font-family: 'Reenie Beanie';
    src: url("../fonts/Reenie_Beanie/ReenieBeanie-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
    font-family: "Lora";
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.286em;
    font-weight: normal;
}

h3 {
    font-size: 1.825em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.3em;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }
}

body {
    font-family: "Mukta";
    font-size: 16px;
}

button, .btn {
    background-color: #009D02;
    font-family: "Lora";
}

.small-btn {
    height: 50px;
    font-size: 18px !important;
    line-height: 0;
}

.mv-btn {
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1.5em;
}

.mv-append-btn {
    background: #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.mv-append-btn .btn.bluis-btn {
    border-radius: 50px !important;
    width: 150px;
}

.branch-border {
    border: solid 8px #009D02;
}

#branch-border {
    border-radius: 50px !important;
}

@media screen and (max-width: 992px) {
    .mv-btn {
        padding: 10px 25px;
        font-size: 20px;
    }
}

.stories-card {
    display: inline-block;
    padding: 90px 74px;
    max-width: 544px;
    position: relative;
}

.stories-card::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-image: url(../img/moroccan-flower.png);
    background-attachment: scroll;
    background-position: center top;
    opacity: 0.2;
    background-repeat: repeat;
}

.stories-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #2E4471;
    z-index: 1;
}

.stories-card__body, .stories-card__footer {
    position: relative;
}

.stories-card__body {
    font-family: "Lora";
    color: #FFFFFF;
    margin-bottom: 50px;
    z-index: 3;
}

.stories-card__body h4 {
    line-height: 160%;
}

.stories-card__footer {
    z-index: 3;
}

.stories-card__footer .by-name {
    color: #FFFFFF;
    font-size: 1.286em;
    letter-spacing: 1px;
}

/*******************************
* MODAL RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.carousel-item {
    background-color: #000000;
}

.carousel-item .bd-placeholder-img {
    opacity: 0.9;
    width: 100%;
    height: 100vh;
    /*object-fit: fill;*/
    object-fit: cover;
}

.carousel-control-prev i, .carousel-control-next i {
    font-size: 32px;
}

.carousel-indicators {
    display: none;
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.dropdown-menu {
    border: none;
    line-height: 28px;
    box-shadow: 0 10px 70px rgba(0, 0, 0, 0.15);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #2c2c2c;
    text-decoration: none;
    background-color: transparent;
}

.custom-dropdown__menu {
    padding: 30px;
    width: 410px;
}

.custom-dropdown__menu .dropdown-item {
    color: #282828;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-dropdown__menu .dropdown-item .icon-inner__wrap i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background-color: rgba(240, 241, 240, 0.42);
    border-radius: 8px;
    margin-right: 20px;
    justify-content: center;
}

.custom-dropdown__menu .dropdown-item:hover {
    color: #009D02;
    background-color: transparent;
    transition: color 200ms ease-in;
}

.custom-dropdown__menu .dropdown-item:hover .icon-inner__wrap i {
    background-color: rgba(222, 255, 222, 0.57);
}

.custom-dropdown__menu .dropdown-item:hover .right-arrow__wrap {
    display: block;
    opacity: 1;
}

.custom-dropdown__menu .dropdown-item .dropdown-innner__wrap {
    display: flex;
}

.drop-down__title {
    align-items: flex-start;
    display: inline-flex;
    margin-right: 15px;
    flex-direction: column;
    line-height: 22px;
    font-size: 18px;
}

.drop-down__title span {
    font-size: 14px;
    color: #7c7c7c;
}

.right-arrow__wrap {
    display: none;
    font-size: 24px;
}

.fade-in {
    animation: fadein 1000ms;
    opacity: 0;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.input-container {
    position: relative;
    /* Interation */
}

.input-container input {
    border: 0;
    border-bottom: 2px solid #1c7430;
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
}

.input-container select {
    border: 0;
    border-bottom: 2px solid #1c7430;
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    background: none;
}

.input-container select option:hover {
    /*background: #26cc48 !important; ;*/
}

.input-container label {
    top: 0;
    left: 0;
    right: 0;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-in-out;
    box-sizing: border-box;
}

.input-container input,
.input-container label {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
}

.input-container select,
.input-container label {
    width: 100%;
    height: 3rem;
    font-size: 1rem;
}

.input-container input:valid,
.input-container input:focus {
    border-bottom: 2px solid #009D02;
}

.input-container select:valid,
.input-container select:focus {
    border-bottom: 2px solid #009D02;
}

.input-container input:valid + label,
.input-container input:focus + label {
    color: #009D02;
    font-size: .8rem;
    top: -30px;
    pointer-events: none;
}

.input-container select:valid + label,
.input-container select:focus + label {
    color: #009D02;
    font-size: .8rem;
    top: -30px;
    pointer-events: none;
}

.mvn-bg {
    padding: 5px 20px;
    height: 75px;
    width: auto;
    display: flex;
    align-items: center;
}

.mvn-bg::after {
    content: '';
    width: calc(100% - 40px);
    height: 8px;
    position: absolute;
    bottom: -8px;
}

.navbar {
    padding-top: 0;
    background: linear-gradient(180deg, #010101 6%, rgba(2, 2, 2, 0) 100%);
}

.navbar .nav-item {
    margin: 0 30px;
}

.navbar .nav-item .nav-link {
    font-family: "Mukta";
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-brand {
    position: relative;
}

.navbar-brand img {
    width: auto;
    margin: auto;
    height: 65px;
}

.navbar .navbar-nav .active > .nav-link {
    color: #009D02;
}

.scrolled-nav {
    height: 76px !important;
    background: #FFFFFF !important;
    transition: background-color 1s;
    padding-bottom: 0;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.05);
}

.scrolled-nav .navbar-nav .nav-link {
    color: #2c2c2c;
}

.scrolled-nav .navbar-nav .nav-link:hover {
    color: #00bc02;
}

.scrolled-nav .navbar-nav .active > .nav-link {
    color: #009D02;
}

.scrolled-nav .navbar-nav .show > .nav-link {
    color: #009D02;
}

.scrolled-nav .burger-icon {
    margin-bottom: 15px;
}

.scrolled-nav .mvn-bg::after {
    display: none;
}

@media screen and (max-width: 992px) {
    .burger-item__menu {
        display: flex;
    }

    #global-navbar .navbar-collapse {
        display: flex;
        flex-basis: inherit;
    }

    #global-navbar .navbar-collapse .nav-item {
        display: none;
    }

    #global-navbar .navbar-collapse .nav-item.burger-item__menu {
        display: block;
    }

    .navbar-brand img {
        width: 45px;
        height: 45px;
        object-fit: cover;
        object-position: left;
        transition: width 1800ms ease-in-out;
    }
}

.container-tag {
    text-align: center;
    max-width: 260px;
    margin: auto;
    margin-bottom: 250px;
}

.container-tag h2 {
    font-family: "Reenie Beanie";
    color: #FFFFFF;
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 32px;
}

.caption-mv {
    padding: 65px 106px;
    justify-content: end;
    display: flex;
    flex-direction: column;
    position: relative;
}

.caption-mv h2 {
    line-height: 160%;
}

.caption-mv::before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    width: 8px;
    height: 50px;
    background-color: #009D02;
}

.readmore {
    color: #FFFFFF;
    font-size: 1.5em;
    margin-top: 25px;
}

.readmore:hover {
    color: #009D02;
    text-decoration: none;
}

.aw-down-container {
    position: absolute;
    width: 2.286em;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer;
    height: auto;
    bottom: 70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
}

.aw-down-container::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    width: 4px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    background-color: #009D02;
}

.aw-down-container i {
    font-size: 2.286em;
    color: #009D02;
}

@keyframes bounce {
    50% {
        transform: translateY(-15px);
    }
}

#global-navbar {
    z-index: 9999;
    height: 90px;
    width: 100%;
    -webkit-transition: height .5s, line-height .5s;
    /* Safari */
    transition: height .5s, line-height .5s;
}

.banner-hero .aw-down-container i {
    color: #FFFFFF;
}

.banner-hero .aw-down-container::before {
    background-color: #FFFFFF;
}

@media screen and (max-width: 1366px) {
    .caption-mv {
        padding: 40px;
    }

    .caption-mv h2 {
        font-size: 24px;
    }

    .container-tag {
        margin-bottom: 100px;
    }

    .container-tag h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    .caption-mv {
        padding: 25px;
        width: 100% !important;
        margin-top: 30px;
    }

    .caption-mv h2 {
        min-height: 127px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
    }

    .container-tag {
        width: 100% !important;
        margin: auto;
    }

    #myCarousel .carousel-caption {
        flex-direction: column-reverse;
    }

    .aw-down-container {
        margin-right: 0;
        right: 40px;
    }

    .container-tag h2 {
        font-size: 40px;
    }

    .readmore {
        font-size: 18px;
    }
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 75px;
    transition: 0.5s;
    z-index: 99999;
}

.viewMoreSideNav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    background-color: #445880;
    overflow-x: hidden;
    padding-top: 75px;
    transition: 0.5s;
    z-index: 99999;
}

.burger-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.burger-icon .line {
    background-color: #009D02;
    height: 2px;
    width: 37px;
    display: flex;
    margin-top: 10px;
}

/* The navigation menu links */
.sidenav {
    font-family: "Mukta";
}

.viewMoreSideNav {
    font-family: "Mukta";
}

.sidenav a {
    padding: 8px 15px 15px 32px;
    text-decoration: none;
    font-size: 28px;
    color: #818181;
    display: block;
}

.viewMoreSideNav a {
    padding: 8px 15px 15px 32px;
    text-decoration: none;
    font-size: 28px;
    color: #818181;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover,
.viewMoreSideNav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #009D02;
}

.viewMoreSideNav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #009D02;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

.sidenav {
    right: 0;
}

.viewMoreSideNav {
    right: 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    .viewMoreSideNav {
        padding-top: 15px;
    }

    .viewMoreSideNav a {
        font-size: 18px;
    }
}

.sidenav {
    right: 0;
    display: flex;
}

.viewMoreSideNav {
    right: 0;
    display: flex;
}

.viewMoreSideNav .menu-side {
    padding: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.viewMoreSideNav .menu-side p {
    color: white;
}

.viewMoreSideNav .menu-side ul {
    color: white;
}

.menu-side {
    padding: 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.menu-side .active {
    color: #009D02;
}

.menu-side a {
    text-transform: uppercase;
    font-weight: 700;
    min-width: 380px;
}

.menu-head {
    padding: 15px 32px;
    color: #FFFFFF;
    opacity: 0.5;
}

.menu-social {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.menu-social a {
    font-size: 1.5em;
}

.sidebar-footer {
    padding: 15px 50px;
    justify-content: space-between;
    align-items: center;
    min-width: 700px;
}

.sidebar-footer .get-touch a {
    font-size: 28px;
    color: #FFFFFF;
}

.sidebar-footer .get-touch a:hover {
    color: #009D02;
}

.sidebar-footer .donate-wrap-btn {
    margin-right: 60px;
}

.sidebar-right {
    width: 749px;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 99991;
}

@media screen and (max-width: 992px) {
    .sidebar-right {
        width: 100%;
    }

    .sidenav a {
        font-size: 18px;
    }

    .viewMoreSideNav a {
        font-size: 18px;
    }

    .sidebar-footer {
        flex-direction: column !important;
        align-items: flex-start;
        padding: 15px 40px;
    }

    .sidebar-footer .donate-wrap-btn {
        padding: 15px 32px;
        margin: 0;
    }

    .menu-side {
        padding: 40px;
    }
}

.activities-section {
    background-color: #2E4471;
    padding-top: 150px;
}

.dashboards-section {
    background-color: #009D02;
    padding-top: 150px;
}

.tag.light-tag {
    background-color: #FFFFFF;
    color: #2E4471;
}

.activities-title {
    margin-top: 20px;
}

.team-name h5 {
    color: inherit;
}
.act-title h5 {
    color: inherit;
}
.activities-title h4, h5{
    font-weight: normal;
    color: #FFFFFF;
    line-height: 160%;
}

.activities-card-wrapper {
    margin-top: 30px;
}

.act-card {
    background-color: #FFFFFF;
    padding: 20px;
    cursor: pointer;
}

.act-card:hover {
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
    transform: translate3D(0, -1px, 0) scale(1.02);
    transition: transform .4s ease;
}

.act-card__footer {
    margin-top: 15px;
}

.act-card__footer .readmore {
    color: #009D02;
    font-size: 18px;
}

.img-act__wrap {
    margin: -20px;
}

.img-act__wrap img {
    /*width: 100%;*/
}

.act-title {
    height: 120px;
    overflow: hidden;
}

.act-para {
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bluis-btn {
    color: #FFFFFF;
    background-color: #2E4471;
}

.bluis-btn:hover {
    color: #FFFFFF;
    background-color: #465b89;
    border-color: #4a5d89;
}

.bluis-btn:active {
    background-color: #465b89 !important;
    border-color: #4a5d89 !important;
}

.bluis-btn:focus {
    background-color: #465b89;
    border-color: #4a5d89;
}

@media screen and (max-width: 992px) {
    .act-card {
        margin-bottom: 30px;
    }
}

.stories-section, .members-section {
    position: relative;
}

.stories-section::after, .members-section::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../img/pattern.png);
    background-attachment: scroll;
    background-position: center top;
    opacity: 0.15;
    background-size: 350px;
    background-repeat: repeat;
}

.stories-section::before, .members-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F4F8F9;
    z-index: -2;
}

.section {
    padding: 70px 0;
}

.tag {
    padding: 14px 25px;
    background-color: #2E4471;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1.1em;
    display: inline-flex;
    line-height: 0.8;
}

.stories-main-wrapper {
    margin-top: 80px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.stories-person {
    margin-left: -65px;
}

.stories-person .image-wrapper img {
    width: 668px;
    height: 630px;
    object-fit: cover;
}

.people-video-section {
    background-color: #000000;
}

.video-wrapper {
    position: relative;
}

.video-wrapper iframe {
    width: 100%;
    height: 730px;
}

.video-inner-wrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    max-width: 389px;
}

.video-inner-wrap .video-title-wrapper .heading-title {
    font-size: 54px;
    color: #FFFFFF;
    font-family: "Lora";
    line-height: 120%;
    margin: 25px 0;
}

.video-inner-wrap .video-title-wrapper p {
    opacity: 0.8;
    font-size: 1.286em;
    color: #FFFFFF;
}

.overlay-image-placeholder {
    background-image: url(../img/old_women_unsplash.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-grident {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(258.38deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.697917) 46.88%, rgba(0, 0, 0, 0.961499) 78.13%, #000000 100%);
    mix-blend-mode: normal;
    z-index: 1;
}

.overlay-grident::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, #000000 1.34%, rgba(0, 0, 0, 0) 32.3%);
    mix-blend-mode: overlay;
    z-index: 2;
}

.overlay-grident::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(50% 243.11% at 50% 51.31%, rgba(0, 0, 0, 0.5) 44.23%, rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: overlay;
    z-index: 3;
}

.play-button-wrap .play-video-btn {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    cursor: pointer;
}

.play-button-wrap .play-video-btn i {
    color: #009D02;
    font-size: 50px;
}

.notice-section {
    background-color: #F4F8F9;
}

.item-notice-card {
    background-color: #FFFFFF;
    padding: 40px;
    cursor: pointer;
}

.item-notice-card .notice-card__head {
    margin-bottom: 1px;
    height: 110px;
    overflow: hidden;
}

.item-notice-card .notice-card__body {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100px;
}

.item-notice-card .notice-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-notice-card:hover {
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
    transform: translate3D(0, -1px, 0) scale(1.02);
    transition: transform .4s ease;
}

.notice-by {
    font-family: "Mukta-Bold";
}

.social-set {
    display: flex;
}

.social-set a {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: #F2FAF2;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    margin-left: 15px;
    color: #009D02;
    line-height: 0;
}

.social-set a:first-child {
    margin-left: 0;
}

.notice-carousel .owl-stage {
    padding-right: 0 !important;
}

.notice-carousel .owl-stage-outer {
    padding-bottom: 40px;
    padding-top: 20px;
}

.notice-carousel .owl-nav {
    display: none;
}

.notice-carousel .owl-dots {
    margin-top: 30px;
}

.map-section {
    /*background: linear-gradient(180deg, #F4F8F9 0%, #818387 100%);*/
    border: 10px solid #F0F0F0;
    box-sizing: border-box;
    position: relative;
    height: 1147px;
}

.map-section .map-wrapper {
    position: absolute;
    top: 0;
}

.map-section .map-wrapper svg {
    max-width: 100%;
}

.map-section .map-legend {
    background: rgba(255, 255, 255, 0.29);
    backdrop-filter: blur(10px);
    width: 280px;
    padding: 30px;
    margin-bottom: 90px;
}

.map-section .map-legend .list-item .rw-le {
    display: flex;
    align-items: center;
    color: #2E4471;
}

.map-section .map-legend .list-item .rw-le .legend-dot {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 15px;
}

.map-section .map-legend .list-item .rw-le .green-dot {
    background-color: #E1F7E1;
}

.map-section .map-legend .list-item .rw-le .green-dot:after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #009D02;
    position: absolute;
    z-index: 0;
    margin: auto;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.map-section .map-legend .list-item .rw-le .orange-dot {
    background-color: #FFEBCD;
}

.map-section .map-legend .list-item .rw-le .orange-dot:after {
    content: '';
    background-color: #FF9900;
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 0;
    margin: auto;
    border-radius: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.empty-container {
    height: 512px;
}

.txt-green {
    color: #009D02;
}

.news-card__full {
    cursor: pointer;
    position: relative;
    height: 666px;
    background-color: rgba(30, 30, 30, 0.97);
}

.news-card__full .news-img {
    position: absolute;
    left: 0;
    height: 100%;
}

.news-card__full .news-img::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.77%, rgba(0, 0, 0, 0.75) 60.82%, #000000 100%);
}

.news-card__full .news-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.news-card__full-body {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 35px;
}

.news-card__full-body .tag {
    margin-bottom: 15px;
}

.news-card__full-body .news-title h3 {
    line-height: 150%;
    height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tag.small-tag {
    font-size: 14px;
    padding: 15px;
    height: 36px;
    line-height: 0.5;
}

.social-set.transparent-bg a {
    background-color: rgba(225, 247, 225, 0.25);
}

.grey-txt {
    color: #575757;
}

.news-section h4, .members-section h4 {
    color: #2E4471;
}

.subscribe-section {
    background-color: #2E4471;
    padding: 50px 0;
}

.mv-subs__input {
    border-radius: 50px;
    height: 60px;
    padding: 0 35px;
    border: none;
}

.mv-subs__input:focus {
    border: none;
    box-shadow: none;
}

.mv-subs__input-wrapper {
    border: 4px solid #fff;
    border-radius: 50px;
}

.mv-subs__input-wrapper:hover, .mv-subs__input-wrapper:focus {
    border-color: #9ebbf1;
}

.bg-bluish {
    background-color: #2E4471 !important;
}

.contact-banner .bd-placeholder-img {
    height: 1000px;
}

.contact-banner .carousel-caption {
    top: 25%;
}

.contact-banner .inner-wrapper {
    max-width: 600px;
    max-height: 645px;
}

.need-txt {
    font-size: 18px;
}

.contact-bch-section .dark-cardview {
    color: #2c2c2c;
    padding: 0;
}

.contact-bch-section .contact-item.empty {
    background-color: transparent;
    padding: 0;
}

.contact-bch-section .contact-item.empty:hover::before {
    background-image: none;
}

.contact-bch-section .contact-item.empty::before {
    content: '';
    background-color: transparent;
}

.contact-bch-section .owl-nav, .contact-bch-section .owl-dots {
    display: none;
}

.donate-wrapper .inner-wrapper {
    height: 1225px;
}

.donate-wrapper .inner-wrapper .form-wrap h5 {
    font-family: "Lora";
    font-weight: 700;
    color: #009D02;
    margin-top: 25px;
}

.donate-wrapper .inner-wrapper .form-wrap .input-container label {
    color: #2c2c2c;
}

.donate-wrapper .inner-wrapper .form-wrap .amt-container {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
}

.donate-wrapper .inner-wrapper .form-wrap .amt-container input {
    background-color: #f9f9f9;
    font-size: 20px;
}

.donate-wrapper .carousel-caption {
    top: 15%;
}

.donate-wrapper a {
    color: #009D02;
}

.bg-dark__container {
    background-color: #101010;
}

.donate-section__wrapper p {
    line-height: 200%;
}

.donate-section__wrapper ul {
    list-style: none;
    padding: 0;
    line-height: 220%;
}

.payment-inner {
    border: 1px solid #e9e9e9;
    padding: 30px;
    width: 200px;
}

.payment-inner img {
    height: 100%;
    width: 128px;
}

.donation-total {
    background-color: #F4F8F9;
    padding: 15px;
    border-radius: 6px;
    width: 100%;
}

.amt-total__donate {
    font-size: 24px;
    font-family: "Mukta-Bold";
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #009D02 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #e9e9e9;
}

*::-webkit-scrollbar-thumb {
    background-color: #2c2c2c;
    border-radius: 2px;
    border: 1px solid #2c2c2c;
}

@media screen and (max-width: 1366px) {
    .section {
        padding: 80px 0;
    }

    .stories-main-wrapper {
        margin: 40px 0;
    }
}

@media screen and (max-width: 992px) {
    .section {
        padding: 60px 0;
    }

    .stories-main-wrapper {
        flex-direction: column-reverse;
        margin: 40px 0;
    }

    .stories-card {
        max-width: 100%;
        padding: 70px 50px;
    }

    .stories-person {
        width: 100%;
        margin: auto;
    }

    .stories-person .image-wrapper img {
        width: 100%;
        height: 450px;
    }

    .video-inner-wrap {
        left: 30px;
        max-width: 100%;
    }

    .video-inner-wrap .video-title-wrapper .heading-title {
        font-size: 32px;
    }

    .news-card__small {
        margin-bottom: 30px;
    }

    .subscribe-section .activities-title {
        margin-bottom: 30px;
    }

    .subscribe-section .d-flex.align-items-center {
        flex-direction: column;
    }

    .subscribe-section .mv-subs__input-wrapper {
        margin: auto !important;
    }

    .contact-banner .inner-wrapper {
        max-width: 100%;
        max-height: inherit;
    }

    .contact-banner .w-50 {
        width: 100% !important;
    }

    .contact-banner .carousel-caption {
        left: 0;
        right: 0;
    }

    .contact-banner .inner-warpper {
        margin-top: 100px;
    }

    .donate-wrapper .w-50 {
        width: 100% !important;
    }

    .donate-wrapper .carousel-caption {
        top: 100px;
        left: 0;
        right: 0;
        margin: auto;
        flex-direction: column !important;
    }

    .news-banner.donate-banner {
        height: 1650px;
        background-color: #101010;
    }
    @media (max-width: 767px) {
        .news-banner.donate-banner {
            height: 1350px;
            background-color: #101010;
        }


    }

    .news-banner.donate-banner .carousel-inner {
        overflow: initial;
    }

    .donation-total {
        margin-bottom: 25px !important;
    }

    .order-layout {
        flex-direction: column-reverse;
    }

    .order-layout button {
        margin-bottom: 15px;
    }
}

.team-card {
    background-color: #FFFFFF;
    box-shadow: 0 8px 90px 0 rgba(53, 68, 99, 0.02);
    max-height: 558px;
    padding: 24px;
    cursor: pointer;
    margin-bottom: 30px;
}

.team-card__head img {
    width: 100%;
    object-fit: cover;
    height: 320px;
}

.team-card__body .team-name {
    color: #2E4471;
}

.team-card__body .team-name h5 {
    font-weight: 700;
}

.team-card__body .designation {
    font-size: 18px;
    color: #2E4471;
    opacity: 0.8;
}

.team-card:hover {
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
    transform: translate3D(0, -1px, 0) scale(1.02);
    transition: transform .4s ease;
}

.team-hero .carousel-item img {
    height: 712px;
}

.team-hero .carousel-item .carousel-caption {
    left: inherit;
    right: inherit;
}

.banner-hero .breadcrumb {
    background-color: transparent;
    padding: 15px 0;
}

.banner-hero .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #FFFFFF;
    content: "/";
}

.banner-hero .breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}

.banner-hero .breadcrumb a.active {
    font-family: "Mukta-Bold";
}

.banner-hero .breadcrumb a:hover {
    color: #009D02;
}

.bg-0 {
    background-color: #FFFFFF;
}

.inner-wrapper {
    margin-bottom: -125px;
    padding: 60px;
    color: #2E4471;
    max-width: 550px;
}

.inner-wrapper h3 {
    margin-bottom: 15px;
}

.inner-wrapper p {
    line-height: 180%;
}

.intro-banner .carousel-inner {
    overflow: inherit;
}

.intro-banner .carousel-inner .carousel-caption {
    right: 20%;
}

.abs-tag {
    top: 0;
    left: 25%;
}

.bluish-bg {
    background-color: #2E4471;
}

.mission-section {
    overflow: hidden;
}

.mission-section h4 {
    margin-bottom: 15px;
}

.line-wrap svg {
    max-height: 400px;
}

.intro-background-section {
    max-height: 980px;
}

.intro-background-section .intro-image__wrapper {
    margin-top: -60px;
}

.intro-background-section .intro-image__wrapper img {
    height: 1000px;
    width: 100%;
    object-fit: cover;
}

.intro-background-section .intro-content__wrapper {
    color: #2E4471;
    width: 60%;
    padding: 100px 50px;
}

.intro-background-section .intro-content__wrapper h4 {
    line-height: 160%;
}

.intro-background-section .intro-content__wrapper p {
    margin-top: 25px;
    line-height: 180%;
}

.mv-panel {
    position: relative;
    background-color: #FFFFFF;
    padding: 20px 30px;
    color: #2E4471;
    margin-bottom: 20px;
    box-shadow: 0 8px 90px rgba(53, 68, 99, 0.02);
}

.mv-panel .panel-title {
    font-size: 1.3em;
}

.mv-panel .panel-title a {
    text-decoration: none;
    color: #2E4471;
    display: block;
    width: 100%;
}

.mv-panel .panel-title a i {
    position: absolute;
    right: 30px;
}

.mv-panel .panel-body {
    margin-top: 20px;
}

.mv-panel .panel-body ul {
    margin-top: 30px;
    padding-left: 25px;
}

.mv-panel .panel-body ul li {
    margin-top: 20px;
}

.message-section {
    background: #F4F8F9;
    border: 10px solid #EAEFF2;
}

.msg-card {
    display: flex;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 8px 90px rgba(53, 68, 99, 0.02);
}

.msg-card .founder-img {
    width: 50%;
}

.msg-card .founder-img img {
    width: 100%;
    object-fit: cover;
    height: 582px;
    padding-right: 50px;
}

.msg-card .founder-msg {
    color: #2E4471;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.msg-card .founder-msg .message-txt {
    font-family: "Lora";
    font-size: 20px;
    line-height: 160%;
    padding: 30px 0;
    max-width: 400px;
}

.msg-card .founder-msg .founder-d .f-name {
    font-family: "Mukta-Bold";
    font-size: 20px;
    text-transform: uppercase;
    color: #009D02;
}

.msg-card .founder-msg .founder-d .f-desg {
    opacity: 0.54;
}

.quotes-shape svg {
    height: 30px;
}

@media screen and (max-width: 1366px) {
    .intro-background-section {
        max-height: 1150px;
    }
}

@media screen and (max-width: 992px) {
    .intro-banner .carousel-inner .carousel-caption {
        right: 0%;
        left: 0;
        margin: auto;
    }

    .line-wrap svg {
        display: none;
    }

    .intro-background-section .intro-image__wrapper {
        margin: auto;
    }

    .inner-wrapper {
        margin: auto;
    }

    .intro-background-section {
        max-height: 100%;
    }

    .intro-background-section .intro-content__wrapper {
        width: 100%;
        padding: 30px;
    }

    .intro-background-section .intro-image__wrapper img {
        height: 400px;
    }

    .msg-card {
        flex-direction: column;
    }

    .msg-card .founder-img, .msg-card .founder-msg {
        width: 100%;
    }

    .msg-card .founder-img img {
        padding: 0;
    }

    .msg-card .founder-msg {
        margin-top: 25px;
    }

    .team-hero .carousel-item img {
        height: 100vh;
    }
}

.news-banner .carousel-inner {
    overflow: inherit;
}

.news-banner .by-name {
    opacity: 0.54;
}

.dark-txt-color {
    color: #2E4471 !important;
    font-size: 18px;
}

.bg-light-theme {
    background-color: #F4F8F9;
}

.post-wrapper {
    display: flex;
    align-items: center;
    opacity: 0.54;
    height: 46px;
}

.post-wrapper .bypost {
    margin-right: 20px;
}

.news-detail-section {
    padding: 30px 0;
    color: #2E4471;
}

.news-detail-section p {
    line-height: 160%;
}

.border-btm {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.news-card__small {
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}

.news-card__small-head img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.news-card__small-head__skip img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.news-card__small-body h5 {
    line-height: 140%;
}

.news-card__small:hover {
    color: #009D02;
}

.news-card__small:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #009D02;
    height: 1px;
}

@media screen and (max-width: 992px) {
    .news-card__small-head img {
        height: 320px;
    }

    .news-card__small-head__skip img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .news-banner .carousel-item .carousel-caption {
        left: 0;
        right: 0;
    }
    .donate-wrapper .inner-wrapper {
        height: 1375px;
    }
    .news-banner-detail .w-25 {
        width: 90% !important;
    }

    .news-detail-section .social-set {
        justify-content: flex-start !important;
    }
}

.sectionGallery-banner .carousel-item img {
    height: 543px;
}

.photo-gallery-section {
    padding: 30px 0;
}

.photo-gallery-section .nav-pills .nav-link {
    color: #2E4471;
}

.photo-gallery-section .nav-pills .nav-link.active, .photo-gallery-section .nav-pills .show > .nav-link {
    color: #009D02;
    background-color: transparent;
    border-bottom: 1px solid #009D02;
    border-radius: 0;
}

.gallery-item {
    max-width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.gallery-main .gallery-banner .w-25 {
    width: 100% !important;
}

@media (min-width: 576px) {
    .gallery-main .carousel-item img {
        height: 350px;
    }
}

@media (min-width: 768px) {
    .gallery-main #exampleModal.custom .modal-body::before {
        top: -15px;
        left: -15px;
    }
}

.gallery-main #exampleModal.custom .modal-body::after {
    bottom: -5px;
    right: -5px;
    z-index: -1;
}

@media (min-width: 768px) {
    .gallery-main #exampleModal.custom .modal-body::after {
        bottom: -15px;
        right: -15px;
    }
}

.gallery-main #exampleModal.custom .modal-footer {
    border: none;
    margin-top: 60px;
}

@media (min-width: 992px) {
    .gallery-main #exampleModal.custom .modal-footer {
        margin-top: 40px;
    }
}

.gallery-main #exampleModal.custom .modal-footer .btn {
    margin: auto;
    border: solid 2px white;
    background: none;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 0.2em 0.7em;
}

.gallery-main #exampleModal.custom .modal-footer .btn:hover {
    background: white;
    color: black;
}

.gallery-main #exampleModal.custom .carousel-control-prev, .gallery-main #exampleModal.custom .carousel-control-next {
    font-size: 2em;
    top: auto;
    opacity: 1;
    bottom: -52px;
}

@media (min-width: 768px) {
    .gallery-main #exampleModal.custom .carousel-control-prev, .gallery-main #exampleModal.custom .carousel-control-next {
        top: 0;
        opacity: 0.5;
        bottom: 0;
    }
}

.gallery-main #exampleModal.custom .carousel-control-next-icon, .gallery-main #exampleModal.custom .carousel-control-prev-icon {
    height: 30px;
    width: 30px;
}

@media (min-width: 768px) {
    .gallery-main #exampleModal.custom .carousel-control-prev {
        left: -90px;
    }
}

@media (min-width: 768px) {
    .gallery-main #exampleModal.custom .carousel-control-next {
        right: -90px;
    }
}

.gallery-main #exampleModal.custom .carousel-indicators {
    bottom: -60px;
}

@media (min-width: 992px) {
    .gallery-main #exampleModal.custom .carousel-indicators {
        bottom: -30px;
    }
}

.gallery-main #exampleModal.custom .carousel-indicators li {
    height: 30px;
    border-radius: 100px;
    background: none;
    border: solid 2px white;
}

@media (min-width: 992px) {
    .gallery-main #exampleModal.custom .carousel-indicators li {
        height: 10px;
    }
}

.gallery-main #exampleModal.custom .carousel-indicators li:hover {
    background: white;
}

.gallery-main #exampleModal.custom .carousel-indicators li.active {
    background: white;
}

.gallery-modal {
    z-index: 9999;
}

.gallery-modal .carousel-item img {
    max-width: 100%;
    height: 650px;
    object-fit: cover;
}

.modal-lg.gallery-modal {
    max-width: 1024px;
}

.custom-modal {
    z-index: 99990;
}

.modal-backdrop {
    /*z-index: 9999;*/
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-dialog {
    z-index: 1000;
}

.login-section::after {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../../assests/img/pattern.png);
    background-attachment: scroll;
    background-position: center top;
    opacity: 0.15;
    background-size: 350px;
    background-repeat: repeat;
}

.login-wrapper {
    width: 450px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
}

.login-wrapper .login-card {
    background-color: #FFFFFF;
    padding: 60px;
    display: block;
    box-shadow: 0px 8px 90px rgba(53, 68, 99, 0.08);
}

.login-wrapper .input-container label {
    color: #9A9A9A;
}

.login-wrapper .brand-image__wrapper {
    margin: 5px 15px;
    padding: 10px;
}

.login-wrapper .brand-image__wrapper img {
    width: 205px;
    border-bottom: 4px solid #009D02;
}

.l-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer.l-footer {
    margin-top: auto;
}

@media screen and (max-width: 767px) {
    .login-wrapper {
        width: 100%;
        padding: 0 15px;
    }
}

.footer-section__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.footer-section__top .brand-footer-wrapper {
    display: flex;
    align-items: center;
}

.footer-section__top .brand-footer-wrapper .brand-footer__img {
    width: 100px;
}

.footer-section__top .brand-footer-wrapper .brand-footer__img img {
    max-width: 100%;
}

.footer-section__top .brand-footer-wrapper .brand-name {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    color: #2E4471;
    margin-left: 15px;
}

.footer-section__middle {
    color: #2E4471;
    font-family: "Mukta";
    margin-top: 25px;
}

.footer-section__middle ul {
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Mukta-Bold";
    line-height: 40px;
}

.footer-section__middle ul li {
    font-size: 16px;
    font-family: "Mukta";
    text-transform: capitalize;
    line-height: 245%;
}

.footer-section__middle ul li a {
    color: #2E4471;
    text-decoration: none;
}

.footer-section__middle ul li a:hover {
    color: #009D02;
    transition: color 1.5ms ease-in;
}

.footer-section__middle .asram-service {
    line-height: 120%;
    font-family: "Mukta-Bold";
    font-size: 18px;
}

.footer-section__middle .ashram-contact {
    line-height: 10%;
    margin-top: 25px;
}

.footer-section__middle .ashram-contact label {
    margin-right: 15px;
    margin-top: 15px;
    opacity: 0.78;
}

.footer-section__middle .ashram-contact .number, .footer-section__middle .ashram-contact .email {
    font-family: "Mukta-Bold";
    font-size: 1.286em;
    line-height: 30px;
    text-transform: lowercase;
}

.footer-section__middle .ashram-contact .number span, .footer-section__middle .ashram-contact .email span {
    display: block;
}

.footer-section__bottom {
    text-align: center;
    color: #2E4471;
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    opacity: 0.87;
}

.footer-section__bottom span {
    font-weight: 700;
}

.social-inner a {
    color: #2E4471;
    font-size: 22px;
    padding: 0 15px;
}

.social-inner a:hover {
    color: #009D02;
}

.mkt-nepali {
    font-weight: normal;
}

@media screen and (max-width: 992px) {
    .footer-section__top {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .footer-section__top .brand-footer-wrapper {
        margin-bottom: 30px;
    }

    .footer-section__middle ul {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .footer-section__middle {
        text-align: center;
    }

    .footer-section__middle .ashram-contact {
        justify-content: center;
    }

    .footer-section__bottom .text-left,
    .footer-section__bottom .text-right {
        margin: 10px 0;
        text-align: center !important;
    }
}

.map-wrapper svg circle {
    cursor: pointer;
}

.map-wrapper svg svg#kathmandu {
    fill: #2CA8FF;
}

.container-map__inner {
    background: #1A1A1A;
    height: 380px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
}

.dark-wrapper {
    color: #FFFFFF;
    position: relative;
}

.dark-cardview {
    background-color: #1A1A1A;
    padding: 60px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 812px;
    margin: 0 15px;
}

.dark-card__header, .dark-card__body {
    width: 378px;
}

.dark-card__body {
    line-height: 180%;
    margin-top: 20px;
}

.dark-card__body p {
    opacity: 0.5;
}

.contact-carousel {
    /*padding-left: 400px;*/
}

.contact-carousel .owl-dots, .contact-carousel .owl-nav {
    display: none;
}

.contact-carousel .owl-stage-outer {
    padding-top: 40px;
}

.contact-carousel .empty {
    height: 234px;
    background-color: transparent !important;
}

.contact-carousel .empty::before {
    content: '';
    background-color: transparent;
}

.contact-carousel .empty:hover {
    background-color: transparent;
}

.contact-carousel .empty:hover::before {
    background: none;
}

.contact-item {
    padding: 30px;
    width: 440px;
    background-color: #FFFFFF;
    color: #2E4471;
    cursor: pointer;
}

.contact-item::before {
    content: '';
    background-color: #2c2c2c;
    width: 8px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 70px;
}

.contact-item .contact-label {
    font-family: "Mukta-Bold";
    opacity: 0.54;
    margin-bottom: 20px;
}

.contact-item .contact-quater, .contact-item .ph {
    font-family: "Mukta-Bold";
    font-size: 20px;
}

.contact-item .contact-address {
    opacity: 0.50;
    margin-bottom: 15px;
}

.contact-item:hover {
    box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.06);
    transform: translate3D(0, -1px, 0) scale(1.02);
    transition: transform .4s ease;
    z-index: 2;
}

.contact-item:hover::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../../assests/img/moroccan-flower.png);
    background-attachment: scroll;
    background-position: center top;
    opacity: 0.2;
    background-repeat: repeat;
}

.dark-wrapper .tag {
    position: relative;
    z-index: 2;
    margin: auto;
    margin-top: -16px;
}

.first-item {
    background-color: transparent;
    color: #FFFFFF;
}

.first-item::before {
    background-color: transparent;
}

.first-item:hover {
    transition: none;
    box-shadow: none;
    transform: none;
}

.first-item:hover::before {
    background-image: none;
    opacity: 0;
}

@media screen and (max-width: 1366px) {
    .contact-carousel {
        padding-left: 140px;
    }
}

@media screen and (max-width: 992px) {
    .map-section {
        height: 100%;
    }

    .contact-carousel {
        padding: 0;
    }
}
.text__40{
    font-size: 2.5rem!important;
}
.text__30 {
    font-size: 1.875rem!important;
}
.label__red {
    color: #80101b!important;
}
@media screen and (max-width: 1600px) {
    .text__40{
        font-size: 1.8rem!important;
    }
    .text__30 {
        font-size: 1.175rem!important;
    }
}

@media screen and (max-width: 1525px) {
    .navbar .nav-item .nav-link {
        font-size: 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1448px) {
    .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: 0rem;
         padding-left: 0rem;
    }
}

.testimonial_card{
    height: 16.5rem!important;
    background: #fff;
    text-align: justify;
    /*padding: 30px 30px 50px;*/
    padding: 1px 20px 0px;
    margin: 0 5px 108px;
    position: relative;
    font-size: 0.875rem;
    border-radius: 0.6rem;
}
.testimonial_card .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.testimonial_card .testimonial_card-content{
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5.875rem;
}
.testimonial_card .pic {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #daad86;
    overflow: hidden;
    z-index: 1;
    position: relative;
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.testimonial_card .pic img{
    width: 100%;
    height: 100%;
}
.testimonial_card .title{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial_card .post{
    display: block;
    font-size: 14px;
    color: #ffd9b8;
}
.description-card{
    display: inline-block;
}
/*--------------------------------------------------------------
# Gallery Section Start
--------------------------------------------------------------*/
.gallery {
    margin-top: 40px;
}

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    transition: 0.3s;
}

.gallery .gallery-links {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    /* background: rgba(0, 0, 0, 0.6); */
    z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    line-height: 1.2;
    margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
    color: #fff;
}

.gallery .gallery-links .details-link {
    font-size: 30px;
    line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
    opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
    margin-top: 0;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1);
}

.glightbox-clean .gslide-description {
    background: #222425;
}

.glightbox-clean .gslide-title {
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.gallery-single .portfolio-details-slider img {
    width: 100%;
}

.gallery-single .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.gallery-single .swiper-button-prev,
.gallery-single .swiper-button-next {
    width: 48px;
    height: 48px;
}

.gallery-single .swiper-button-prev:after,
.gallery-single .swiper-button-next:after {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.gallery-single .swiper-button-prev:hover:after,
.gallery-single .swiper-button-next:hover:after {
    background-color: rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 50px;
    z-index: 99999;
    background: rgba(39, 167, 118, 0.8);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: rgba(39, 167, 118, 0.8);
    color: #fff;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}
.album_card{
    border-radius: 10%;
    height: 80%!important;
    width: 80% !important;
    object-fit: fill;
}
.text-small{
    font-size: 0.85rem!important;
}
.section__contact{
    padding: 2rem;
}

.photo-link {
    position: relative;
    cursor: pointer;
}
.album-card-wrapper {
    position: relative;
    overflow: hidden;
}
.album-card-img {
    position: relative;
    object-fit:cover;
    transition: transform 0.3s ease-out;
    height: 21rem;
    /*height: 100%;*/
    width: 100%!important;
}
.album-card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}
.album-card-text p {
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.album-name {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
}
.photo-count {
    font-size: 0.8rem;
}
/*--------------------------------------------------------------
# Gallery Section Ended
--------------------------------------------------------------*/

/*@media only screen and (max-width: 650px) and (min-width: 400px){*/
/*    .testimonial:before{ border-right: 325px solid transparent; }*/
/*    .testimonial:after{ border-left: 325px solid transparent; }*/
/*}*/

@media only screen and (max-width: 1760px) and (min-width: 1481px){
    body {
        font-size: 0.98rem;
    }
    .navbar .nav-item {
        margin: 0px 19px;
    }
}

@media only screen and (max-width: 1480px) and (min-width: 1080px){
    h3{
        font-size: 1.4rem;
    }
    h4{
        font-size: 1.288rem;
    }
    .navbar .nav-item {
        margin: 0px 20px;
    }
    .video-inner-wrap .video-title-wrapper .heading-title {
        font-size: 3rem;
     }
    .label__red{
        font-size: 0.875rem;
    }
    .navbar .nav-item .nav-link {
        font-size: 0.969rem;
    }
}
@media only screen and (max-width: 1316px) and (min-width: 1080px){
    .navbar .nav-item {
        margin: 0px 18px;
    }
}
@media only screen and (max-width: 1316px) and (min-width: 1080px){
    .navbar .nav-item {
        margin: 0px 17px;
    }
}
@media (max-width: 1636px) {
    .custom-col {
        flex-basis: 50%;
        max-width: 50%;
    }
}
/* Active button style */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #2E4471;
    color: white;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:not(.active) {
    background-color: inherit!important;
    color: initial;
}
.table-white {
    background-color: #ffffff; /* Set the background color to white */
}
.text-weight-600 {
    font-weight: 600!important;
}
.select-container {
    width: 100%;
}

.custom-select {
    padding: 10px;
}

.image-container {
    position: relative;
}
.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
