/* Globals */

@font-face {
    src: url(../fonts/neo-sans-arabic-regular.ttf);
    font-family: 'neo';
}

@font-face {
    src: url(../fonts/SomarSans-SemiBold.ttf);
    font-family: 'somar';
}

:root {
    --primary: #0d7232;

    --color-primary: #0d7232;

    --secondary: #4e2a2a;
    --third: #1f8e83;
}


.center-block {
    display: block;
    text-align: center;
}
html,
body , label  , span{
    font-family: 'somar' !important;
    direction: rtl;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to top, #047230 ,var(--third) 110% );
    outline: 1px solid slategrey;
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    /* color: #fff; */
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 17px;
    line-height: 1.6;
}

a:hover {
    text-decoration: none;
}

.p-relative {
    position: relative;
}

.w-80 {
    width: 80%;
}

.text-darkBlue {
    color: #2e3c5d;
}

 

.main-btn {
    transition: 0.2s;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 22px;
    /* box-shadow: 0 0px 15px 0 rgba(46, 60, 93, 0.36); */
    /*    background-image: linear-gradient(to left, #d2a433 50%, #f1c560 110%);*/
    background-image: linear-gradient(to left, #047230 50%, #047230 110%);
    display: inline-block;
}

.main-btn:hover {
    color: #fff;
    box-shadow: 0 1px 15px 0 rgba(46, 60, 93, 0.36);
}

 
    .load-more-posts{
        display: block;
        max-width: 200px;
        margin: 1rem auto;
        text-align: center;
    }
.section {
    margin: 50px 0px;
}

/* ==== Loading Spinner Styls === */

.spin-wrapper {
    position: fixed;
    width: 100%;
    display: flex;
    height: 100vh;
    /*background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);*/
    z-index: 2000;
    top: 0;
    background-color: rgba(0, 0, 0, .4);
}

.spin-wrapper .spinner {
    margin: auto;
    height: 250px;
    width: 250px;
    /*background-color: #fff;*/
    background-image: url(../images/logo.png);
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 2.2s infinite ease-in-out;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

/*@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}*/

@keyframes sk-rotateplane {
    0% {
        opacity: .2;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

/*================================*/

/* magnific Styel */

.mfp-bottom-bar {
    display: none;
}

/* ==== NavBar ==== */

nav {
    background: transparent;
}

nav.bg-white {
    box-shadow: 0 32px 84px 0 rgba(14, 86, 124, 0.07);
    background-color: rgba(0, 0, 0, .6) !important;
}

nav img {
    max-width: 230px;
    max-height: 98px;
    object-fit: contain;
}

.nav-options {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.navs-btns span {
    width: 45px;
    height: 45px;
    border: solid 2px #047230;
    border-radius: 50%;
    text-align: center;
    font-size: 23px;
    color: #047230;
    padding: 6px 0px;
    cursor: pointer;
    display: inline-block;
    transition: .3s all ease-in-out;
}

.navs-btns span:hover {
    background-color: rgba(225, 225, 225, .4);
}

.nav-options .menu-btn {
    cursor: pointer;
    font-size: 15px;
    color: #047230;
    border-radius: 32px;
    padding: 8px 18px;
    border: 2px solid #047230;
    transition: .3s all ease-in-out;
    width: auto;
    text-align: center;
}

.nav-options .menu-btn p {
    color: #047230;
}

.nav-options .menu-btn:hover {
    background-color: rgba(225, 225, 225, .4);
}

.nav-options.scrolled .menu-btn {
    color: #047230;
}

.nav-options.scrolled .menu-btn p {
    color: #047230;
}

.nav-options.scrolled span,
.nav-options.scrolled>a {
    color: #047230;
    border: solid 2px #047230;
}

.navs-btns small {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    border-radius: 50%;
    font-size: 12px;
    top: -2px;
    right: -2px;
    background-image: linear-gradient(to left, var(--secondary) 50%, #439fb1 110%);
}

/* ================ */

/* ==== Menu ==== */

.menu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1200;
    display: none;
    overflow: auto;
}

#close-btn {
    cursor: pointer;
    margin: 70px 70px 0px 70px;
}

.back-btn {
    cursor: pointer;
    margin: 20px 0px;
}

.menu-wrapper .links {}

.menu-wrapper .links .link {
    font-size: 19px;
    text-align: center;
    padding: 30px 0px;
    border-radius: 13px;
    border: solid 2px #8e9bb6;
    color: #8d9ab6;
    margin: 10px;
    cursor: pointer;
}

.menu-wrapper .links .link:hover {
    background-color: #8e9bb6;
    color: #fff;
    border-color: #fff;
}

.menu-wrapper .links .link:hover img {
    filter: brightness(7);
}

.menu-wrapper .links .link.active {
    box-shadow: 0 8px 41px 0 rgba(0, 158, 253, 0.3);
    background-image: linear-gradient(313deg, #047230 0%, #d4af37 100%);
    border-color: #38aff2;
    color: #fff;
}

.menu-wrapper .links .link.active img {
    filter: invert(6) sepia(4) saturate(0) hue-rotate(360deg) brightness(6);
}

.menu-wrapper .links .link img {
    display: block;
    margin: auto;
    width: 40px;
}

.second-level-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.second-level-links p {
    text-align: center;
    padding: 20px 0px;
    width: 210px;
    margin: 25px 15px;
    border-radius: 32px;
    border: solid 2px #8e9bb6;
    color: #8e9bb6;
    cursor: pointer;
}

.menu-wrapper .nav-options span,
.menu-wrapper .nav-options .menu-btn {
    color: #425685;
    border: solid 2px #425685;
}

.menu-wrapper .nav-options a,
.menu-wrapper .nav-options .menu-btn p {
    color: #425685;
}

/* ============== */

/* ==== Menu ==== */

.social_links_bar {
    width: 50px;
    position: fixed;
    top: 31%;
    right: 0px;
    z-index: 1030;
    background-color: rgba(225, 225, 225, .2);
    text-align: center;
    padding: 5px 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 0 23px 0 rgba(46, 60, 93, 0.2);
}

.social_links_bar a {
    margin: 5px 0px;
    display: block;
    opacity: .7;
    transition: 0.2s all;
}

.social_links_bar a:hover {
    transform: scale(1.11);
    opacity: 1;
}

.social_links_bar img {
    width: 40px;
}

.social_links_bar .fast {
    /*transform: scale(1.3)translateX(-8px);*/
    transform: scale(2)translateX(-6px);
    margin: 15px 0px;
}

/* ============= */

/* Main Slider Section */

.page-container {
    /*margin-top: 88px;*/
}

.main_slider_home {
    overflow: hidden;
    /*padding-bottom: 200px;*/
}

.main_slider_home .item {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 77%;
    height: 100%;
    margin: auto;
    position: relative;
}

.yellow-overlay {
    background-color: rgba(210, 164, 51, 0.85);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.yellow-overlay.home {
    /*background-image:linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));*/
    background-color: transparent;
}

.blue-overlay {
    background-image: url(../images/blue-bg.svg);
    height: 100%;
    position: absolute;
    top: 0;
    left: 13%;
    width: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.85;
}

.gray-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgb(3 96 80 / 76%));
    width: 100%;
    z-index: 3;
}

.transparent-1-overlay {
    background-image: url(../images/transparent_bg_1.svg);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.85;
}

.transparent-2-overlay {
    background-image: url(../images/transparent_bg_2.svg);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: 60%;
    opacity: 0.85;
}

.transparent-3-overlay {
    background-image: url(../images/transparent_bg_3.svg);
    height: 100%;
    position: absolute;
    top: 0;
    right: -10%;
    width: 100%;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: 80%;
    opacity: 0.85;
}

.transparent-ball-overlay {
    background-image: url(../images/transparent_bg_ball.svg);
    height: 100%;
    position: absolute;
    top: 10%;
    right: 30%;
    width: 80px;
    z-index: 4;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.85;
}

.slider-section {
    height: 85vh;
    position: relative;
    overflow: hidden;
    /*  border-radius: 0 0 70% 70% / 320px;*/
    width: 135%;
    left: 16%;
}

/*.slider-section .item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 2;
}*/

.main-nav {
    background-color: rgba(0, 0, 0, .2);
}

.main-nav--primary {
    /*background: #047230;*/
    background-image: url(../images/pattern_2.png);
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-bottom: 4px solid #047230;
}

.main_slider_home .slider-section {
    height: 100vh;
}

.main_slider_home .slider,
.main_slider_home #main-carousel,
.main_slider_home .owl-stage-outer {
    height: 100%;
}

.inner-page {
    overflow: hidden;
}

.inner-page .slider-section {
    height: 400px;
}

.inner-page .slider-section>img {
    position: absolute;
    top: -70%;
    width: 100%;
}

.item img {
    width: 100%;
}

#main-carousel-dots {
    position: absolute;
    top: 50%;
    z-index: 12;
    transform: rotate(-90deg);
    left: 15%;
}

#main-carousel-dots .owl-dot {
    padding: 4px;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: #0000005d;
    margin: 0px 5px;
    cursor: pointer;
}

.owl-dot:focus {
    outline: none;
}

#main-carousel-dots .owl-dot.active {
    border-radius: 9px;
    background-color: #000;
    padding: 4px 12px;
}

.blue-side {
    background-image: url(../images/blue-side.svg);
    height: 100%;
    position: absolute;
    top: 15%;
    right: 0;
    width: 8%;
    z-index: 12;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-page .blue-side {
    top: 45px;
    width: 80px;
}

.blue-side div {
    cursor: pointer;
    color: #fff;
    text-align: center;
    position: relative;
    left: 30px;
}

.blue-side div:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 120px;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 255, 255, 0.6));
    top: -150px;
    left: 17px;
}

.blue-side span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.blue-top-bg {
    background-image: url(../images/blue-top-bg.svg);
    height: 60px;
    position: absolute;
    top: 0;
    right: 40%;
    width: 120px;
    z-index: 6;
    background-repeat: no-repeat;
    background-size: 100%;
}

.yellow-left-bg {
    background-image: url(../images/blue-top-bg.svg);
    height: 90px;
    position: absolute;
    top: 66vh;
    left: -45px;
    width: 180px;
    transform: rotate(-90deg);
    z-index: 6;
    background-repeat: no-repeat;
    background-size: 100%;
}

.inner-page .yellow-left-bg {
    top: 260px;
}

.caption-carousel {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
}

.caption-carousel .caption {
    margin: 20% auto;
    width: 50%;
}

.slider .caption-carousel .caption {
    margin: auto;
    width: 70%;
    text-align: initial;
}

@media (min-width: 786px) {
    .slider .caption-carousel .caption {
        margin: 15% 10%;
        width: 40%;
        text-align: initial;
    }
}

.caption-carousel .caption h4 {
    margin: 25px 0px;
    opacity: 0.5;
}

.inner-page .caption-carousel .caption {
    margin: 150px auto;
}

/* =================== */

/* Second Section */

.second-section {
    position: relative;
    z-index: 20;
    margin: 0px auto;
}

.home-menu-carousel .item {
    /*margin: 20px auto;*/
    transition: 0.2s;
    text-align: center;
    height: 160px;
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.home-menu-carousel .item:hover {
    /*transform: translateY(-15px);*/
}

/*.home-menu-carousel .item:hover h3, .home-menu-carousel .item:hover small{
    color:#fff;
}*/

.home-menu-carousel .item h3 {
    color: #fff;
    font-size: 18px;
}

.home-menu-carousel .item p {
    font-size: 12px;
}

.home-menu-carousel .item a {
    border-radius: 20px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    padding: 8px 20px;
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.home-menu-carousel .item img {
    width: auto;
}

/*
.menu-bg-carousel1{
  background: linear-gradient(235deg, #047230, #d4af37cc 0%), linear-gradient(235deg, #047230 196%, #d4af37cc -8%), url(../images/helping-slider.svg) no-repeat;
}
.menu-bg-carousel2{
  background: linear-gradient(235deg, #047230, #d4af37cc 0%), linear-gradient(235deg, #047230 196%, #d4af37cc -8%), url(../images/kfalat-slider.svg) no-repeat;
}
.menu-bg-carousel3 {
  background: linear-gradient(235deg, #047230, #d4af37cc 0%), linear-gradient(235deg, #047230 196%, #d4af37cc -8%), url(../images/family-slider.svg) no-repeat;
}
.menu-bg-carousel1:hover {
    background: linear-gradient(235deg, #047230, rgba(210, 164, 51, 0.8) 0%), linear-gradient(235deg, rgba(210, 164, 51, 0.95) 196%, #d4a636 -8%), url(../images/helping-slider.svg) no-repeat;
}

.menu-bg-carousel2:hover {
    background: linear-gradient(235deg, #047230, rgba(210, 164, 51, 0.8) 0%), linear-gradient(235deg, rgba(210, 164, 51, 0.95) 196%, #d4a636 -8%), url(../images/kfalat-slider.svg) no-repeat;
}

.menu-bg-carousel3:hover {
    background: linear-gradient(235deg, #047230, rgba(210, 164, 51, 0.8) 0%), linear-gradient(235deg, rgba(210, 164, 51, 0.95) 196%, #d4a636 -8%), url(../images/family-slider.svg) no-repeat;
}*/

.home-menu-carousel .owl-dot.active span {
    background-image: linear-gradient(to right, #047230, #d4af37);
    width: 30px;
}

.home-menu-carousel .inner_slide_menu {
    display: flex;
    padding: 0px 10px;
    border: 2px solid #fff;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    width: 90%;
    height: 90%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

/* =============== */

/* Third Section */

.third-section {
    background-image: linear-gradient(to bottom, #fff, #cccccc4d);
    position: relative;
    padding: 10px 0px;
}

.third-section::after {
    content: none;
    width: 100%;
    height: 200px;
    left: 0;
    position: absolute;
    background-image: url(../images/waves.png);
    bottom: -30px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.heading {
    text-align: center;
    width: 50%;
    margin: 20px auto 50px;
}

.heading>div {
    background-image: url(../images/circle_bg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px 0px;
}

.heading h2 {
    color: #047230;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    top: -20px;
}

.heading h2 span {
    color: var(--secondary);
}

.heading h4 {
    color: #b9c7d4;
    margin-top: -25px
}

.counters {
    margin: 0px 0px 100px 0px;
    /*background-image: url(../images/waves.png);*/
}

.counters .wrapper {
    display: flex;
    align-items: flex-end;
    position: relative;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.counters .count {
    font-size: 20px;
}

.top-100 {
    top: 100px;
}

.top-40 {
    top: 40px;
}

.counters .blue-first {
    background-image: url(../images/ballon-blue-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    width: 120px;
    height: 160px;
    padding: 25px 0px;
}

.counters .yellow-first {
    background-image: url(../images/ballon-yellow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 120px;
    color: #fff;
    padding: 30px 0px;
    text-align: center;
    color: #fff;
}

.counters .yellow-second {
    background-image: url(../images/ballon-yellow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    width: 90px;
    height: 120px;
    padding: 30px 0px;
    color: #fff;
}

.counters .blue-second {
    background-image: url(../images/ballon-blue-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 160px;
    color: #fff;
    padding: 25px 0px;
    text-align: center;
}

/* ======================= */

/* Fourth Section */

.helping-slider {
    margin: 0px 0px;
}

.helping-slider .item {
    position: relative;
    cursor: pointer;
    padding: 20px;
    transition: 0.2s;
    border-radius: 20px;
    /*overflow: hidden;*/
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 5px 7px 0px rgba(139, 163, 184, 0.14);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 80px;
}

.helping-slider .item div:first-child:not(.icon) {
    transition: 0.2s;
    position: absolute;
    top: -80px;
    right: 20px;
    left: 20px;
    box-shadow: 0px 0px 17px 7px rgba(139, 163, 184, 0.24);
    border-radius: 30px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    height: 260px;
}

.helping-slider .item .pic {
    width: 100%;
    height: 100%;
    /*border-radius: 30px;
        border-bottom-left-radius: 5px;*/
}

.helping-slider .item .caption-data {
    position: absolute;
    z-index: 1;
    padding: 0 20px;
    color: #fff;
    bottom: 5px;
}

#donations-section .item .caption-data {
    bottom: 15px;
    right: 50%;
    transform: translate(50%, 0px);
    border-radius: 15px 0px 15px 0px;
}

.helping-slider .item .caption-data p {
    color: #fff;
}

.helping-slider .item .caption-data p {
    font-size: 16px;
    margin: 0;
}

.helping-slider .item .caption-data small {
    font-size: 12px;
}

.helping-slider .item .targeted_price {}

.helping-slider .item .targeted_price small {
    font-size: 12px;
    color: #2e3c5d;
}

.helping-slider .item .targeted_price small span {
    color: var(--secondary);
}

.helping-slider .item .price {
    display: flex;
    justify-content: space-around;
    border: solid 2px #2e3c5d;
    border-radius: 30px;
    border-top-left-radius: 5px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding: 7px 5px;
    width: 170px;
    align-items: center;
}

.helping-slider .item .price p {
    color: var(--secondary);
}

.helping-slider .item .price input {
    height: calc(1.8rem + 2px);
    width: 55%;
    padding: 0px;
    text-align: center;
}

.helping-slider .item .price span {
    color: #8ba3b8;
}

.helping-slider .item .icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 44px;
    display: inline-block;
    z-index: 2;
}

.helping-slider .item .icon img:first-of-type {
    display: inline-block;
}

.helping-slider .item .icon img:last-of-type {
    display: none;
}

.helping-slider .item .options {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.helping-slider .item .options a {
    color: #fff;
    padding: 12px 0px;
    background-color: #2e3c5d;
    width: 110px;
    border-radius: 30px;
    font-size: 11px;
}

.helping-slider .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
    /*  border-radius: 30px;
  border-bottom-left-radius: 5px;*/
    z-index: 1;
}

.helping-slider .item:hover .p-relative {
    transform: translateY(-7px);
}

.helping-slider .item:hover .icon img:first-of-type {
    display: none;
}

.helping-slider .item:hover .icon img:last-of-type {
    display: inline-block;
}

.helping-slider .item:hover .overlay {
    background-image: linear-gradient(to left, rgba(43, 98, 253, 0.8), rgba(56, 178, 243, 0.8));
}

#helping-carousel .owl-dot.active span {
    background: #2e3c5d;
    width: 30px;
}

.fourth-section .main-btn {
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
}

/* ======================= */

/* Fifth Section */

.fifth-section {
    position: relative;
    padding: 35px 0;
    margin: 10px 0px 120px 0px;
}

.offers {
    color: #fff;
    text-align: center;
    z-index: 5;
    position: relative;
}

.offers h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0px;
}

.offers p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.69);
    margin: 0;
}

.offers .pic {
    background-image: url(../images/fifthsection-bg.svg);
    width: 100px;
    height: 100px;
    margin: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fifth-section::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 300px;
    top: -15%;
    left: 0;
    background-image: url(../images/yellow-slicer-emarats.png);
    display: block;
    background-size: 100% 100%;
    z-index: 2;
}

.fifth-section::before {
    content: ' ';
    position: absolute;
    height: 325px;
    width: 100%;
    top: 15%;
    left: 0;
    background-image: url(../images/tercaz-slicer.png);
    display: block;
    background-size: 100% 100%;
    z-index: 1;
}

/* ============== */

/* New Fifth Section */

.new-fifth-section {
    position: relative;
    /*padding: 20px 0px 150px 0px;*/
    margin: 20px 0px 0px 0px;
    background-color: #eee;
    background-image: url(../images/pattern_2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .new-fifth-section {
        padding: 0px 0px 30px 0px;
    }
}

.new-fifth-section .gate {
    display: flex;
    text-align: center;
    height: 260px;
    box-shadow: 10px 12px 64px 0 rgba(0, 0, 0, 0.25);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    max-width: 250px;
    margin: 10px auto;
    position: relative;
}

.new-fifth-section .gate img {}

.new-fifth-section .gate h2 {
    font-size: 20px;
    margin: 20px 0px;
}

.new-fifth-section .gate a {
    border-radius: 20px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    padding: 8px 10px;
    display: block;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.new-fifth-section .gate .inner_gate {
    margin: auto;
    padding: 30px 45px;
    border: 2px solid #fff;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.new-fifth-section::before {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/new-fifth-section-blue-slicer.png);
    display: block;
    background-size: 100% 100%;
    z-index: -1;
}

.new-fifth-section .gate .over,
.home-menu-carousel .item .over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/pattern_2.png);
}

.first_color_bg,
.menu-bg-carousel1 {
    background-image: linear-gradient(to left, #28a7a7 50%, #28a7a7 110%);
}

.second_color_bg,
.menu-bg-carousel2 {
    /* background-image: linear-gradient(225deg, #06659f 30%, #3393f7 110%)*/
    background-image: linear-gradient( 225deg, #7cbf1a 30%, #7cbf1a 110%);
}

.third_color_bg,
.menu-bg-carousel3 {
    background-image: linear-gradient(to left, #7328aa 50%, #57356f 110%);
}

.first_color {
    color: #fd891b;
}

.second_color {
    color: #0ab2df;
}

.third_color {
    color: #51820d;
}

}

/* ============== */

/* Sixth Section */

.sixth-section {
    /*margin: 100px 0px 50px 0px;*/
}

.success-slider {
    margin: 50px 0px;
}

.success-slider .item {
    width: 455px;
    height: 295px;
    margin: 20px auto;
    transition: 0.2s;
    border-radius: 45px;
}

.success-slider .item .pic {
    width: 100%;
    height: 100%;
    border-radius: 45px;
}

.success-slider .item .caption-data {
    color: #fff;
    position: absolute;
    bottom: 25px;
    width: 80%;
    right: 30px;
    z-index: 2;
}

.success-slider .item .caption-data a {
    display: inline-block;
    margin-top: 10px;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
}

.success-slider .item .caption-data p {
    font-size: 17px;
    margin: 5px 0px;
}

.success-slider .item .caption-data small {
    font-size: 11px;
    display: block;
}

.success-slider .item .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    z-index: 2;
}

.success-slider .item .icon img {
    margin: 0px 6px;
    cursor: pointer;
}

.success-slider .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 45px;
    z-index: 1;
    background-image: linear-gradient(to right, rgb(2 114 181 / 0.85), rgb(7 95 150 / 0.85));
}

.item .flag {
    display: flex;
    margin: 0;
}

.item .flag img {
    width: 28px;
    height: 15px !important;
}

.success-slider .item:hover .overlay {
    background-image: linear-gradient(to right, rgba(241, 197, 96, 0.8), rgba(210, 164, 51, 0.8));
}

.success-slider .item .overlay.blue {
    background-image: linear-gradient(to right, rgba(56, 178, 243, 0.8), var(--secondary));
}

#success-carousel .owl-dot.active span {
    background: #2e3c5d;
    width: 30px;
}

.sixth-section .main-btn {
    background: #fff;
    border: solid 2px #2e3c5d;
    color: #2e3c5d;
    font-weight: bold;
}

.international-slider {
    margin: auto;
}

.international-slider .item {
    margin: 20px auto;
    height: 125px;
}

.international-slider .item img {
    width: auto;
    margin: auto;
    height: 100%;
}

#international-carousel .owl-nav {
    position: absolute;
    top: 25px;
    margin: 0;
    width: 100%;
}

#international-carousel .owl-nav button {
    font-size: 40px;
    color: #8ba3b8;
    background: transparent;
    outline: none;
    position: absolute;
    padding: 0px 10px !important;
    margin: 0;
}

#international-carousel .owl-nav .owl-next {
    left: 0px;
}

#international-carousel .owl-nav .owl-prev {
    right: 0px;
}

#international-carousel .owl-dot.active span {
    width: 30px;
}

/* ============== */

/* Seventh Section */

.seventh-section {
    text-align: center;
    position: relative;
    margin-bottom: 200px;
}

.seventh-section::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 320px;
    top: 41%;
    left: 0;
    background-image: url(../images/yellow-slicer.png);
    transform: rotate(180deg);
    display: block;
    background-size: 100% 100%;
    z-index: -2;
}

.seventh-section::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 390px;
    top: 5%;
    left: 0;
    background-image: url(../images/new-fifth-section-blue-slicer.png);
    transform: rotate(180deg);
    display: block;
    background-size: 100% 100%;
    z-index: -1;
}

.seventh-section .chairman-head {
    display: inline-block;
    padding: 15px 67px;
    background-image: url(../images/man-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #fff;
    text-align: center;
}

.seventh-section .chairman-head div {
    position: relative;
    top: 38px;
}

.seventh-section .chairman-content {
    width: 60%;
    text-align: center;
    margin: 30px auto;
    color: #fff;
}

.seventh-section .chairman-content small {
    display: block;
    font-size: 17px;
    line-height: 1.8;
    opacity: 0.8;
}

.seventh-section .chairman-content a {
    background: transparent;
    border: solid 1px #ffffff;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 15px;
}

/* ============ */

/* Eighth Section */

.map {
    /*margin: 50px 0px 160px 0px;*/
}

.contact_us input {
    height: calc(2.25rem + 10px);
    padding: .375rem 1.5rem;
    border-width: 2px;
}

.contact_us textarea {
    padding: .375rem 1.5rem;
    border-width: 2px;
}

.contact_us input::placeholder,
.contact_us textarea::placeholder {
    color: rgb(206, 212, 218);
}

.contact_us button {
    background-image: linear-gradient(to left, #047230 , #32cccc );
    padding: 8px 50px;
    cursor: pointer;
    font-size: 18px;
}

.news-slider {
    margin: 50px 0px;
}

.news-slider .item {
    /*height: 420px;*/
    transition: 0.2s;
    /*border-radius: 45px;*/
    margin: 10px;
}

.news-carousel-body {
    border-radius: 5px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}

.news-slider .item .pic {
    width: 100%;
    height: 230px;
    /*border-radius: 5px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;*/
}

.news-slider .item .caption-data {
    /*position: absolute;*/
    padding: 25px 30px;
    /*right: 0;
    bottom: 0;
    z-index: 1;*/
    color: #000;
    display: flex;
    background-color: #f5f5f5;
    flex-direction: column;
    align-items: flex-start;
}

.news-slider .item .caption-data .info {}

.news-slider .item .caption-data .info p {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}

.news-slider .item .caption-data .info i {
    color: #000;
    font-size: 14px;
}

.news-slider .item .caption-data .info span {
    color: #000;
}

.news-slider .item .caption-data a {
    display: block;
    font-size: 10px;
    color: #2e3c5d;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    border: solid 1px #fff;
    border-radius: 0px;
    padding: 10px 25px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.news-slider .item .caption-data h4 {
    font-size: 17px;
    margin: 5px 0px;
    color: #000;
    font-weight: bold;
}

.news-slider .item .caption-data small {
    font-size: 11px;
    display: block;
    opacity: 0.5;
    line-height: 1.79;
    letter-spacing: 0.02px;
    color: #000;
    margin: 10px 0px;
}

.news-slider .item .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    z-index: 2;
}

.news-slider .item .icon img {
    margin: 0px 6px;
    cursor: pointer;
}

.news-slider .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
    top: 0;
    left: 0;
    border-radius: 5px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.news-slider .home_news .item .overlay {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.news-slider .home_news .item img {
    /*border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

.news-slider .home_news .item {
    height: 200px;
}

.gallery_slider-body {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    overflow: hidden;
    display: flex;
    /* align-items: center; */
}

.gallery_slider-body img {
    width: 50% !important;
}

.gallery_slider-body__text {
    background-color: #f5f5f5;
    width: 100%;
    /* height: 100%; */
    padding: 12px;
}

.gallery_slider-body__hint {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #047230;
    color: #fff;
    font-size: 12px;
    padding: 8px 15px;
    line-height: 1.4;
}

.gallery_slider-body__date i,
.gallery_slider-body__date span {
    color: #000;
    font-size: 10px;
}

.gallery_slider-body__date i {
    color: #000;
    font-size: 14px;
}

.news-slider .label_news {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #047230;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 2rem;
    padding: 8px 15px;
    right: 35px;
    z-index: 2;
    line-height: 1.4;
}

#news-carousel .owl-nav,
#videos-carousel .owl-nav,
#images-carousel .owl-nav {
    position: absolute;
    top: 15px;
    margin: 0px;
    right: 30px;
    font-size: 25px;
    color: #fff;
}

#news-carousel .owl-nav button,
#videos-carousel .owl-nav button,
#images-carousel .owl-nav button {
    outline: none;
}

#news-carousel .owl-dots,
#videos-carousel .owl-dots,
#images-carousel .owl-dots {
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0;
}

#news-carousel .owl-dot.active span,
#videos-carousel .owl-dot.active span,
#images-carousel .owl-dot.active span {
    background: #fff;
    width: 30px;
}

/* ============= */

/* Pages Bar  */

.pages-bar {
    margin: 0px 0px 0px 0px;
    position: relative;
    top: -70px;
    z-index: 16;
}

.pages-content {
    border-radius: 100px;
    background-image: linear-gradient(to left, #047230 50%, #f1c560 110%);
    width: 90%;
    padding: 20px 40px;
    margin: auto;
}

.pages-content .page {
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* width: 85px;
  height: 85px; */
    margin: auto;
    padding: 10px 0px;
}

.pages-content .page p {
    margin: 5px 0px 0px 0px;
}

.pages-content .page.active {
    background-color: #fff;
    border-radius: 13px;
    box-shadow: 0 1px 19px 0 rgba(0, 91, 234, 0.15);
}

.pages-content .page.active img {
    filter: invert(40%) sepia(81%) saturate(295%) hue-rotate(357deg) brightness(94%) contrast(94%);
}

.pages-content .page.active p {
    font-weight: bold;
    color: #e8be5c;
}

.responsive_submenu {
    text-align: center;
}

.responsive_submenu .dropdown-menu.show {
    text-align: center;
    left: 40px !important;
    max-height: 300px;
    overflow: auto;
}

#inner_menu .page img {
    max-width: 31px;
}

#inner_menu .owl-nav {
    margin: 0;
    position: absolute;
    top: -15px;
    width: 100%;
}

#inner_menu .owl-nav button {
    background: transparent;
    color: #fff;
    outline: none;
    font-size: 65px;
    position: absolute;
}

#inner_menu .owl-nav button.owl-prev,
#inner_menu .owl-nav button.owl-next {}

#inner_menu .owl-nav button.owl-prev {
    right: -55px;
}

#inner_menu .owl-nav button.owl-next {
    left: -55px;
}

/* ============ */

/* Gallery Section */

.gallery-section {
    margin-bottom: 100px;
}

.gallery-filter {
    padding: 5px 20px;
    border-radius: 26px;
    border: solid 2px #2e3c5d;
    display: inline-block;
}

.gallery-filter p {
    font-size: 13px;
    font-weight: bold;
    color: #2e3c5d;
    padding: 4px 10px;
    margin: 2px;
    cursor: pointer;
    border-radius: 13px;
    display: inline-block;
}

.gallery-filter p.active {
    background-color: #2e3c5d;
    color: #fff;
}

.grid-main {
    margin: 0px;
}

.grid-item {
    position: relative;
    border-radius: 15px;
    height: 250px;
    margin: 25px;
}

.grid-item .img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.grid-caption {
    position: absolute;
    bottom: 10px;
    padding: 0px 20px;
    z-index: 2;
}

.grid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
    z-index: 1;
    border-radius: 15px;
}

.grid-overlay-blue {
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgb(2 114 181 / 0.85), rgb(7 95 150 / 0.85));
    z-index: 3;
    border-radius: 15px;
    transform: scale(0);
}

.grid-overlay-blue a {
    margin: 0px 10px;
}

.grid-overlay-blue img {
    width: 45px;
    height: 45px;
    cursor: pointer;
}

.grid-item:hover .grid-overlay-blue {
    transform: scale(1);
}

.pagination {
    margin: 40px 0px 10px 0px;
    justify-content: center;
}

.pagination .page-link {
    border: 1px solid #fff;
    color: #2e3c5d;
    font-weight: bold;
    border-radius: 50%;
    margin: 0px 3px;
    box-shadow: none;
    cursor: pointer;
}

.pagination .page-link.next,
.pagination .page-link.prev {
    border-radius: 22.7px;
    background-image: linear-gradient(to right, rgba(56, 178, 243, 0.8), var(--secondary));
    color: #fff;
}

.pagination .disabled .page-link.next,
.pagination .disabled .page-link.prev {
    border-radius: 22.7px;
    background: rgba(46, 60, 93, 0.12);
    color: rgba(46, 60, 93, 0.14);
}

.pagination .page-link.num:hover {
    background-color: #fff;
    border: 1px solid #2e3c5d;
}

/*Pagination plug*/

.pajinatify__button {
    color: #2e3c5d;
    font-weight: bold;
    border-radius: 50%;
    margin: 0px 10px;
    box-shadow: none;
    cursor: pointer;
    padding: 4px 4px 0px 4px;
    text-align: center;
    min-width: 30px;
}

.pajinatify__current {
    color: #fff;
    background-color: var(--secondary);
}

.arrow__next,
.arrow__prev {
    width: auto;
    height: auto;
    padding: 3px 10px;
    border-radius: 22.7px;
    background-image: linear-gradient(to right, rgba(56, 178, 243, 0.8), var(--secondary));
    color: #fff;
}

/*Search area input inner pages*/

.search-area {
    border-radius: 75px;
    background-image: linear-gradient(to left, var(--secondary) 50%, #439fb1 110%);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-size: 100% 100%;
    display: flex;
}

.yellow_side {
    position: relative;
    display: inline-block
}

.yellow_side>div {
    position: absolute;
    top: 15%;
    right: 12%;
    text-align: center;
}

.yellow_side img {
    max-width: 200px;
}

.not_yellow_side {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: auto;
}

.not_yellow_side .search-by-name {
    position: relative;
    display: inline-block;
}

.not_yellow_side .search-by-name input,
.not_yellow_side .nationality {
    height: 50px;
    border-radius: 25px;
    border: solid 2px #ffffff;
    padding: 5px 20px 0px 20px;
    background: transparent;
    color: #fff;
    min-width: 190px;
    outline: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.not_yellow_side .search-by-name input::placeholder {
    color: #fff;
}

.not_yellow_side .search-by-name img {
    position: absolute;
    top: 16px;
    left: 20px;
}

.not_yellow_side button {
    height: 50px;
    color: #2e3c5d;
    border-radius: 25.5px;
    border: solid 2px #ffffff;
    background-color: #ffffff;
    padding: 0px 30px;
}

/* ============ */

/* New Section */

.news-wrapper {
    margin-bottom: 100px;
}

.news-main {
    margin: 200px 0px;
}

.news-wrapper .item {
    height: 270px;
    margin: 70px 20px;
    transition: 0.2s;
    border-radius: 15px;
}

.news-wrapper .item .pic {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.news-wrapper .item .caption-data {
    position: absolute;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 25px;
    width: 85%;
    right: 7%;
    bottom: -25%;
    z-index: 1;
    box-shadow: 9px 9px 42px 0 rgba(46, 60, 93, 0.11);
    color: #2e3c5d;
    height: 230px;
}

@media(max-width: 768px) {
    .news-wrapper .item .caption-data {
        padding: 10px 20px;
        height: 150px;
    }
}

.news-wrapper .item .caption-data .info {}

.news-wrapper .item .caption-data .info p {
    color: #047230;
    font-size: 7px;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}

.news-wrapper .item .caption-data .info i {
    font-size: 14px;
}

.news-wrapper .item .caption-data .info span {
    color: #2e3c5d;
}

.news-wrapper .item .caption-data a {
    display: inline-block;
    margin-top: 10px;
    font-size: 9px;
    color: #2e3c5d;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    border: solid 1px #2e3c5d;
    border-radius: 22px;
    padding: 10px 25px;
}

.news-wrapper .item .caption-data h4 {
    font-size: 15px;
    margin: 5px 0px;
    color: #2e3c5d;
    font-weight: bold;
}

.news-wrapper .item .caption-data small {
    font-size: 9px;
    display: block;
    opacity: 0.5;
    line-height: 1.79;
    letter-spacing: 0.02px;
    color: #2e3c5d;
    margin: 10px 0px;
}

.news-wrapper .item .icon {
    position: absolute;
    top: 20px;
    left: 15px;
    display: flex;
    z-index: 2;
}

.news-wrapper .item .icon img {
    margin: 0px 6px;
    cursor: pointer;
    width: 35px;
}

.news-wrapper .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
}

.news-wrapper .item .grid-overlay-blue {
    z-index: 1;
}

/* ============ */

/* About Us Section */

.aboutus-section {
    margin: 100px 0px;
}

.aboutus-content {
    display: flex;
    align-items: flex-start;
}

.aboutus-content h2 {
    color: #2e3c5d;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}

.aboutus-content span {
    color: #047230;
    font-size: 26px;
}

.aboutus-content p {
    opacity: 0.5;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.76;
    color: #2e3c5d;
    margin: 20px 0px;
}

.aboutus-content .main-btn {
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
}

.aboutus-service {
    padding: 80px 40px;
    margin: 30px;
    border-radius: 28px;
    box-shadow: 9px 9px 42px 0 rgba(46, 60, 93, 0.11);
    /*background-image: linear-gradient(to right, rgb(7dbf1c / 0.85),rgb(7 95 150 / 0.85));*/
    background-image: linear-gradient(to right, var(--secondary), var(--secondary));
}

.aboutus-service:hover {
    background-image: linear-gradient(to left, #047230 50%, #f1c560 110%);
}

.aboutus-service:hover h3,
.aboutus-service:hover small {
    color: #fff;
}

.aboutus-service h3 {
    color: #fff;
    margin-bottom: 14px;
}

.aboutus-service small {
    opacity: 0.5;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.76;
    color: #fff;
}

.aboutus-section .words p {
    font-size: 25px;
    opacity: 0.68;
    line-height: 1.67;
    text-align: center;
    color: #2e3c5d;
}

.move-top {
    top: -130px;
}

.aboutus-management-section {
    margin-bottom: 100px;
}

.aboutus-management-head {
    text-align: center;
}

.aboutus-management-head .grid-overlay {
    border-radius: 50px;
}

.aboutus-management-head img {
    border-radius: 50px;
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
}

.aboutus-management-head .blue-shape {
    background-image: url('../images/aboutus-management-blueshape.png');
    padding: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: relative;
    top: -65px;
    z-index: 2;
}

.aboutus-management-head h3 {
    font-size: 25px;
    opacity: 0.68;
    line-height: 1.67;
    text-align: center;
    color: #2e3c5d;
}

.aboutus-team {}

.team-wrapper .grid-item {
    height: 300px;
    border-radius: 8px;
    margin: 10px 0px;
}

.team-wrapper .grid-item img {
    border-radius: 8px;
}

.team-wrapper .grid-caption {
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 30px;
}

.team-wrapper .grid-overlay {
    border-radius: 8px;
}

.grid-overlay-white {
    transition: 0.2s;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #2e3c5d;
    z-index: 3;
    display: none;
    border: solid 1px #e8be5c;
    text-align: center;
    padding: 50px 10px;
}

.grid-overlay-white h3,
.grid-overlay-white p {
    color: #2e3c5d;
    display: block;
    font-size: 18px;
}

.grid-overlay-white small {
    font-size: 11px;
    opacity: 0.6;
}

.grid-item:hover .grid-overlay-white {
    display: flex;
}

.aboutus-message-section {
    margin: 0px 0px 100px 0px;
}

.our-message h1 {
    font-weight: bold;
    margin-bottom: 30px;
}

.our-message h4 {
    opacity: 0.68;
    line-height: 1.67;
    color: #2e3c5d;
}

.our-message .content span {
    color: #2e3c5d;
}

.accordion-item {
    border-radius: 13px;
    border: 2px solid rgba(176, 182, 194, 0.5);
    padding: 15px;
    margin-bottom: 15px;
}

.accordion-item .header {
    cursor: pointer;
    display: flex;
}

.accordion-item .header h4 {
    color: #2e3c5d;
    opacity: 1;
    margin: 0;
    display: inline-block;
}

.content p {
    opacity: 0.68;
    line-height: 1.67;
    color: #2e3c5d;
    font-size: 13px;
    margin: 15px 0px 0px 0px;
}

.accordion-item .header>img {
    transition: 0.2s;
    transform: rotate(-90deg);
    filter: invert(20%) sepia(37%) saturate(3855%) hue-rotate(185deg) brightness(50%) contrast(65%);
}

.accordion-item .header.collapsed h4 {
    opacity: 0.5;
}

.accordion1 .accordion-item .header.collapsed>div>img {
    filter: none;
}

.accordion1 .accordion-item .header>div>img {
    filter: invert(46%) sepia(80%) saturate(604%) hue-rotate(175deg) brightness(97%) contrast(101%);
}

.accordion2 .accordion-item .header.collapsed>div>img {
    filter: none;
}

.accordion2 .accordion-item .header>div>img {
    filter: invert(50%) sepia(40%) saturate(5194%) hue-rotate(395deg) brightness(103%) contrast(82%)
}

.accordion-item .header.collapsed>img {
    transform: rotate(0);
    filter: none;
}

.b-opend-blue {
    border: 2px solid #047230 !important;
}

.b-opend-yellow {
    border: 2px solid #047230 !important;
}

.donation-section {
    margin-bottom: 100px;
}

.donation-section .helping-slider .item {
    /*margin: 30px auto;*/
}

/*Inner pages Modal*/

.modal.sponsorship .modal-header,
.modal.sponsorship .modal-footer {
    border: none;
}

.modal.sponsorship .first_data img {
    width: 100%;
    border-radius: 30px;
    border-bottom-left-radius: 5px;
    height: 200px;
    margin: auto;
    display: block;
}

.modal.sponsorship h2,
.modal.sponsorship h4,
.modal.sponsorship p {
    color: #2e3c5d;
    margin-top: 10px;
}

.modal.sponsorship .first_data p {
    padding: 10px;
    border-radius: 25px;
    background-color: rgba(194, 210, 237, 0.16);
}

.modal.sponsorship .first_data .desc {
    color: #b0b6c2;
    font-size: 13px;
}

.modal.sponsorship .second_data {
    /*padding:15px;*/
}

.modal.sponsorship .second_data h4 {
    /*margin:22px 0px 0px 0px;*/
}

.modal.sponsorship .price {
    display: flex;
    justify-content: space-around;
    border: solid 1.5px #2e3c5d;
    border-radius: 30px;
    border-top-left-radius: 5px;
    padding: 5px;
    width: 170px;
    align-items: center;
    color: #5b6c94;
    margin-top: 5px;
}

.modal.sponsorship .price p {
    color: var(--secondary);
}

.modal.sponsorship .second_data .months select {
    border-radius: 19px;
    border: solid 1.5px #2e3c5d;
    padding: 10px 15px;
    outline: none;
    color: #2e3c5d;
}

.modal.sponsorship .second_data .months span {
    border-radius: 19px;
    background-color: #2e3c5d;
    padding: 14px 10px;
    font-size: 12px;
    color: #fff;
    margin: 0px 10px;
}

.modal.sponsorship .second_data input {
    border-radius: 19px;
    border: solid 1.5px #2e3c5d;
    height: 40px;
    text-align: center;
    outline: none;
    color: #2e3c5d;
}

.modal.sponsorship .second_data textarea {
    border-radius: 14px;
    border: solid 1.5px #2e3c5d;
    text-align: center;
    outline: none;
    color: #2e3c5d;
}

.modal.sponsorship .third_data small {
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 22px;
    margin: 3px;
    /*flex: 1*/
}

.modal.sponsorship .modal-footer {
    display: flex;
    justify-content: center;
}

.modal.sponsorship .modal-footer button {
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    margin: 0px 10px;
}

.modal.sponsorship .modal-footer .add_to_card {
    background-color: #2e3c5d;
}

.modal.sponsorship .modal-footer .pay_now {
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
}

/* ============== */

/* Login And Register */

.login-section,
.register-section {
    margin: 50px 0px 160px 0px;
}

.login,
.register {
    max-width: 550px;
    margin: auto;
    padding: 30px 50px;
    box-shadow: 0 2px 10px -2px #cccccc;
}

.login i {
    font-size: 145px;
    padding: 50px 0px;
    display: block;
    color: #fff;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    margin: auto;
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
}

.login .p-relative label,
.register .p-relative label {
    position: absolute;
    top: 20px;
    margin: 0px 25px;
    color: #ced4da;
    cursor: text;
    transition: 0.25s ease;
    background-color: #fff;
    padding: 0px 15px;
}

.login .p-relative input,
.register .p-relative input {
    height: calc(2.25rem + 30px);
    margin: 0px 0px 35px 0px;
    padding: .375rem 1.5rem;
    border-width: 2px;
}

.login .p-relative input::placeholder,
.register .p-relative input::placeholder {
    color: #ced4da;
}

.new-member-btn {
    font-size: 22px;
    display: block;
    width: 50%;
    text-align: center;
    margin: 25px auto 0px;
    border-radius: 40px;
    padding: 20px;
}

.login .main-btn,
.register .main-btn {
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 40px;
}

.datepicker {
    top: 60px !important;
    left: auto !important;
}

.datepicker-dropdown.datepicker-orient-bottom:before,
.datepicker-dropdown.datepicker-orient-bottom:after,
.datepicker-dropdown.datepicker-orient-top:before,
.datepicker-dropdown.datepicker-orient-top:after {
    content: none;
}

/* ============================== */

/* ======  Zakat ========== */

.zakat-section {
    margin: 0px 0px 160px 0px;
}

.zakat {
    margin: auto;
    padding: 30px 50px;
    box-shadow: 0 2px 10px -2px #cccccc;
}

.zakat i {
    font-size: 145px;
    padding: 50px 0px;
    display: block;
    color: #fff;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    margin: auto;
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
}

.zakat .p-relative label {
    position: absolute;
    top: 20px;
    margin: 0px 25px;
    color: #ced4da;
    cursor: text;
    transition: 0.25s ease;
    background-color: #fff;
    padding: 0px 15px;
}

.zakat .p-relative input {
    height: calc(2.25rem + 30px);
    margin: 0px 0px 35px 0px;
    padding: .375rem 1.5rem;
    border-width: 2px;
}

.zakat .p-relative input::placeholder {
    color: #ced4da;
}

.zakat .main-btn {
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    border-radius: 40px;
    width: auto;
    margin: auto;
    display: block;
    padding: 14px 60px;
}

.zakat .select2-container {
    width: 100% !important;
}

.zakat .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: calc(2.25rem + 30px);
    padding: 1.1rem 1.5rem;
    border-width: 2px;
}

.zakat .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    top: 15px;
}

.zakat .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 6px 0 6px;
}

.zakat .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 6px 10px 6px;
}

/* ============================== */

/* ====== helping gate ========== */

.helping-gate-section {
    margin-bottom: 110px;
}

.helping-gate-login {
    max-width: 600px;
    margin: auto;
    background-image: url(../images/helping-gate-login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 6%;
    border-radius: 30px;
    padding-top: 0;
}

.helping-gate-login .icon-wrapper {
    background-image: url(../images/helping-gate-login-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px 30px 30px 30px;
    text-align: center;
    margin-bottom: 40px;
}

.helping-gate-login .icon-wrapper i {
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.helping-gate-login input {
    border: solid 3px #ffffff;
    border-radius: 40px;
    width: 100%;
    padding: 15px 25px;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
}

.helping-gate-login input::placeholder,
.helping-gate-signup input::placeholder,
.helping-gate-signup select::placeholder {
    color: #fff;
}

.helping-gate-login #login {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 15px 25px;
    color: #124a6b;
    font-weight: bold;
    border-radius: 40px;
    cursor: pointer;
}

.helping-gate-login .forget-pass {
    color: #fff;
}

.helping-gate-new-user {
    display: block;
    background-image: url(../images/helping-gate-login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    background-position: center;
    margin: 25px auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.helping-gate-new-user:hover {
    color: #fff;
}

.helping-gate-new-user-bg1,
.helping-gate-new-user-bg2 {
    background-image: url(../images/helping-gate-new-user-bg.png);
    position: absolute;
    width: 83px;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.helping-gate-new-user-bg1 {
    background-position: right;
    z-index: 1;
}

.helping-gate-new-user-bg2 {
    background-position: left;
    z-index: 0;
    left: -1px;
    transform: rotateY(180deg);
}

.helping-gate-signup {
    margin: auto;
    /* background-image: url(../images/helping-gate-signup-bg.jpg);*/
    background: #047230;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 6%;
    border-radius: 30px;
    padding-top: 0;
}

.helping-gate-signup .icon-wrapper {
    display: flex;
    justify-content: center;
    font-size: 45px;
    color: #fff;
    align-items: center;
    padding: 20px 0px;
}

.helping-gate-signup input,
.helping-gate-signup select {
    border: solid 3px #ffffff;
    border-radius: 40px;
    width: 100%;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
    height: 58px;
    margin: 10px 0px;
    padding: 10px 20px;
}

.helping-gate-signup .action_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px;
}

.helping-gate-signup .action_btns a {
    border: solid 3px #ffffff;
    border-radius: 40px;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
    margin: 10px;
    padding: 15px 50px;
}

.helping-gate-signup .action_btns a#submit_signup {
    background-image: linear-gradient(to left, var(--secondary) 50%, #439fb1 110%);
    border: none;
    padding: 17px 50px;
}

.helping-gate-section .select2-selection.select2-selection--single {
    border: solid 3px #ffffff;
    border-radius: 40px;
    width: 100%;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
    height: 58px;
    margin: 10px 0px;
    padding: 10px 20px;
}

.helping-gate-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.helping-gate-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25px;
    width: 50px;
}

.helping-gate-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.helping-gate-section .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.nationality_wrapper .select2-selection.select2-selection--single {
    border: solid 3px #ffffff;
    border-radius: 40px;
    width: 100%;
    background: transparent;
    outline: none;
    text-align: center;
    color: #fff;
    height: 58px;
    margin: 10px 0px;
    padding: 10px 20px;
}

.nationality_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.nationality_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25px;
    width: 50px;
}

.nationality_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.nationality_wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

/*================================*/

/* ======== Inner Page ========== */

.inner_page h1 {
    color: #425685;
    margin-bottom: 30px;
}

.inner_page p {
    font-size: 25px;
    opacity: 0.68;
    line-height: 1.67;
    text-align: center;
    color: #2e3c5d;
}

.inner_page .flag {
    font-size: 18px;
}

.inner_page img {
    border-radius: 50px;
}

/* ============================== */

/* Cart Section */

.cart-section {
    margin: 50px 0px 220px 0px;
}

.items-head {
    border-radius: 40px;
    background-color: rgba(185, 199, 212, 0.14);
    padding: 10px 0px;
    text-align: center;
}

.items-head p {
    color: #5b6c94;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: rgba(91, 108, 148, 0.09);
}

.items-body {
    text-align: center;
}

.items-body p {
    margin: 0;
    display: inline-block;
    margin: 10px 0px 0px 0px;
}

.del-icon {
    cursor: pointer;
}

.cart-item {
    margin: 10px 0px;
    padding: 10px 0px;
    border-radius: 40px;
}

.cart-item.even {
    background-color: #f5f7f9;
}

.cart-item .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item .item-img {
    width: 95px;
    border-radius: 10px;
    max-height: 75px;
}

.cart-item .item-name {
    color: #2e3c5d;
    font-size: 17px;
}

.cart-item .item-price {
    border-radius: 17px;
    border: solid 1px #2e3c5d;
    background-color: #ffffff;
    color: #2e3c5d;
    font-size: 11px;
    padding: 10px 20px;
}

.cart-item .item-amount {
    color: #2e3c5d;
    border: solid 1px #2e3c5d;
    border-radius: 50%;
    padding: 2px 10px;
}

.cart-item .item-total {
    border-radius: 17px;
    border: solid 1px #2e3c5d;
    background-color: #2e3c5d;
    color: #fff;
    font-size: 11px;
    padding: 10px 20px;
}

.total-items {
    margin-top: 40px;
}

.total-items p {
    color: #2e3c5d;
    border-radius: 34.5px;
    background-color: #f5f7f9;
    display: inline-block;
    margin: auto;
    padding: 20px 85px;
    font-size: 20px;
}

.total-items p span {
    color: #b9c7d4;
}

.cart-options {
    text-align: center;
    margin: 20px 0px;
}

.cart-options a {
    display: inline-block;
    padding: 15px 20px;
    font-size: 13px;
    color: #fff;
    background-color: #2e3c5d;
    width: 180px;
    margin: 10px;
    border-radius: 25px;
}

.main-btn.pay-btn {
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
    margin: auto;
    width: 250px;
    padding: 20px 30px;
    border-radius: 30px;
}

.cart-info {
    display: none;
    position: absolute;
    cursor: auto;
    width: 320px;
    top: 55px;
    left: 0px;
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
    text-align: right;
    box-shadow: 9px 9px 42px 0 rgba(46, 60, 93, 0.2);
    border-top-left-radius: 0;
    z-index: 1040;
}

.cart-info .head {
    color: #2e3c5d;
    font-size: 15px;
    margin: 0;
    background: #2e3c5d1c;
    border-radius: 5px;
    padding: 5px 20px;
    font-weight: bold;
}

.cart-info .head span {
    color: #2e3c5d;
    font-size: 15px;
    border: 1px solid #2e3c5d;
    width: 35px;
    height: 35px;
    padding: 8px 0px;
    margin: 0px 5px;
    cursor: auto;
}

.cart-info .cart_icon_items_show {
    max-height: 180px;
    overflow: auto;
    margin: 10px 0px;
}

.cart-info .total {
    color: #2e3c5d;
    font-size: 15px;
    text-align: center;
    width: 80%;
    margin: 15px auto;
    border: 2px solid #2e3c5d;
    border-radius: 40px;
    padding: 10px;
    font-weight: bold;
}

.cart-info>a {
    margin: auto;
    display: block;
    width: 80%;
    text-align: center;
    padding: 10px;
    background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
}

.one-item {
    margin: 15px 0px;
    display: flex;
    align-items: center;
}

.one-item img {
    width: 95px;
    border-radius: 10px;
    height: 70px;
}

.one-item-data {
    padding: 0px 10px;
    display: flex;
}

.one-item-data span {
    color: #2e3c5d;
    font-size: 15px;
    border: 1px solid #2e3c5d;
    width: 35px;
    height: 35px;
    padding: 8px 0px;
    margin: 0px 10px;
    font-weight: bold;
    cursor: auto;
    border-radius: 6px;
}

.one-item-data h5 {
    color: #2e3c5d;
    font-size: 13px;
}

.one-item-data p {
    color: #b9c7d4;
    margin: 0;
    font-size: 11px;
}

/* ============================== */

.eighth-section {
    /*margin-top: -140px;*/
}

/* Ninth Section */

.ninth-section {
    margin-top: 80px;
}

.ninth-section::before {
    content: ' ';
    position: absolute;
    width: 100%;
    top: -110px;
    height: 250px;
    left: 0;
    background-image: url(../images/yellowCarve.png);
    display: block;
    background-size: 100% 100%;
    z-index: -1;
}

.subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.subscribe h2 {
    margin: 0px 20px !important;
}

.subscribe-form input {
    border-radius: 23px;
    border: solid 2px #ffffff;
    padding: 13px 20px;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 13px;
    width: 300px;
}

.subscribe-form input::placeholder {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.subscribe-form button {
    border-radius: 23px;
    background: #fff;
    font-size: 13px;
    color: #2e3c5d;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 79px;
    height: 38px;
    border: none;
    outline: none;
    cursor: pointer;
}

.join-us {
    display: flex;
    padding: 10px;
    background-image: linear-gradient(to left, var(--secondary) 50%, #439fb1 110%);
    border-radius: 100px;
    margin: 25px 0px;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}

.join-us .pic {
    background-image: url(../images/fifthsection-bg.svg);
    width: 115px;
    height: 115px;
    margin: auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-us .data {
    /*width: 60%;*/
    display: flex;
    align-items: center;
}

.join-us .data .pic-wrapper {
    margin: 0px 15px;
}

.join-us .data h2 {}

.join-us .data p {
    margin: 10px 0px;
    line-height: 1.56;
    letter-spacing: 0.03px;
    opacity: 0.5;
}

.download-file {
    display: flex;
    margin: 0px 30px;
    min-width: 170px;
}

.download-file a {
    padding: 12px 25px;
    color: #047230;
    background: #fff;
    border-radius: 25px;
    display: inline-block;
    margin: auto;
}

/*SMS Page*/

.sms_wrapper {
    margin-bottom: 150px;
}

.sms_wrapper .sms_item {
    /*background: #e2b54a;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 12px;
    margin: 10px;
    cursor: pointer;
    font-size: 22px;
    min-width: 200px;*/
}

.sms_wrapper .sms_item.active {
    background-color: #453715;
}

.sms_wrapper .options_wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
}

.sms_wrapper .sms_price {
    background: #00abe4;
    color: #fff;
    padding: 10px 20px;
    margin: 10px;
    min-width: 130px;
    font-size: 22px;
    border-radius: 12px;
}

.sms_wrapper .sms_price.dis {
    background-color: gray;
}

.sms_wrapper img {
    max-width: 100%;
    border-radius: 50px;
}

/*=====================================*/

/* Footer Section  */

.footer {
    padding: 50px 0px 50px 0px;
    background-image: linear-gradient(to bottom, #21a89c, #095349);
    /* border-image: linear-gradient(to bottom, #03604f03, #a7cec7); */
    /* background: #eee; */
}

.footer .first .links-wrapper h3 {
    color: #fff;
    margin: 0px 10px;
    vertical-align: bottom;
    display: inline-block;
    text-align: right !important;
    !i;
    !;
}

.footer .first .links-wrapper h3 span {
    color: #ccc;
}

.footer .first .links-wrapper .links {
    margin-right: 10px;
}

.footer .first .links-wrapper .links a {
    display: block;
    margin: 10px 0px;
    color: #fff;
}

.footer .first .links-wrapper .links a:hover {
    /* color: #5b6c94; */
}
img.img-footer {
    filter: brightness(100);
    max-height: 128px;
    margin-right: auto !important;
    
    margin-left: auto !important;
    display: block;
}


.footer .footer-logo p {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.footer .first {
    text-align: center;
}

.footer .second {}

.social-circle-icons a {
    color: rgba(91, 108, 148, 0.64);
    display: inline-block;
    width: 40px;
    margin: 10px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    padding: 7px 0px;
    background: #fff;
    /* box-shadow: 15px 15px 31px 0 #d3dbe6, -15px -15px 31px 0 #ffffff, -1px -1px 1px 0 rgba(255, 255, 255, 0.6); */
}

.footer .second .footer-social {
    text-align: center;
    margin-top: 20px;
}


.social-circle-icons a.whatsapp:hover  , .social-circle-icons.bg a.whatsapp {
    color: #fff;
    background-image: linear-gradient(to top, #4CAF50, #4CAF50);
}
.social-circle-icons a.x:hover  ,  .social-circle-icons.bg a.x {
    color: #fff;
    background-image: linear-gradient(to top, #03A9F4, #03a9c4);
}


.social-circle-icons a.instagram:hover  ,  .social-circle-icons.bg a.instagram {
    color: #fff;
    background-image: linear-gradient(to top, #E91E63, #E91E63);
}
.social-circle-icons a.email:hover  ,  .social-circle-icons.bg a.email {
    color: #fff;
    background-image: linear-gradient(to top, #E91E63, #E91E63);
}
.social-circle-icons a:hover  , .social-circle-icons.bg a{
    color: #fff;
    background-image: linear-gradient(to top, #188643, #188673);
}

.footer .second .cards img {
    margin: 0px 5px;
}

.footer .second .footer-social .cards {
    margin-top: 30px;
}

/* From 992px To 1200px */

@media only screen and (min-width: 600px) {
    .footer .footer-logo p {
        /* margin-right: 25%; */
    }
    .footer .footer-logo img {
        margin-right: 25%;
    }
}

@media only screen and (max-width: 1200px) {
    .join-us {
        justify-content: center;
    }
}

/* From 768px To 991px */

@media only screen and (max-width: 991px) {
    .caption-carousel .caption {
        margin: 50% auto;
    }
    .top-100 {
        top: auto;
    }
    .top-40 {
        top: auto;
    }
    .move-top {
        top: auto;
    }
    .inner-page .slider-section {
        border-radius: 0;
        left: 20%;
        height: 50vh;
    }
    .main_slider_home .item {
        height: 100vh;
    }
    .fifth-section {
        background-image: linear-gradient(to left, #047230 50%, var(--secondary) 110%);
    }
    .fifth-section::before,
    .fifth-section::after {
        content: none;
    }
    .new-fifth-section::before {
        background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
    }
    .yellow_side {
        display: none;
    }
    .join-us .data p {
        display: none;
    }
    .join-us {
        text-align: center;
        border-radius: 10px;
        padding: 30px 0px;
    }
    .join-us .data {
        flex-direction: column;
    }
    .aboutus-section {
        margin: 0px;
    }
    .aboutus-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .search-area {
        /*border-radius: 10px;
        background-image: url(../images/searchareabg_responsive.jpg);
        background-attachment: fixed;*/
    }
    .not_yellow_side {}
}

/* From 576px To 767px */

@media only screen and (max-width: 767px) {
    .cart-info {
        left: auto;
        border-top-left-radius: 10px;
    }
    .nav-options {
        justify-content: center;
    }
    .menu-wrapper .links .link {
        padding: 5px 20px;
        margin: 5px;
        border-radius: 27px;
        border: none;
        text-align: initial;
        font-size: 16px;
    }
    .menu-wrapper .links .link img {
        display: inline-block;
        width: 25px;
    }
    #close-btn {
        margin: 10px 0px 10px 10px;
        width: 50px;
    }
    .login i {
        font-size: 90px;
        padding: 25px 0px;
        max-width: 150px;
        height: auto;
    }
    .ninth-section::before {
        top: -65px;
        background-image: linear-gradient(to left, #047230 50%, #d4af37 110%);
    }
    .blue-side,
    .yellow-left-bg,
    .blue-top-bg,
    .transparent-1-overlay,
    .transparent-3-overlay,
    .transparent-ball-overlay,
    .social_links_bar {
        display: none;
    }
    .pages-content {
        /*border-radius:10px;*/
        padding: 20px 40px;
    }
    .pages-bar {
        top: -40px;
    }
    .inner-page .slider-section>img {
        top: 0px;
        height: 100%
    }
    .modal.sponsorship .modal-footer button {
        font-size: 14px;
    }
    .modal.sponsorship .first_data img {
        width: 80%;
    }
    .new-member-btn {
        width: auto;
    }
    .footer {
        padding: 0px 0px 50px 0px;
    }
}

@media only screen and (max-width: 991px) {
    .main_slider_home .slider-section {
        height: 100vh;
    }
    .nav-options {
        justify-content: center;
    }
}

/* Phones Width */

@media only screen and (max-width: 575px) {

    body .file-cat-item a {
        font-size: 14px;
        /* overflow-x: scroll; */
        flex: 0 0 auto;
        display: block;
    }
    
    body .attachment-item h3 {
        font-size: 15px;
        margin-top: 10px;
    }
    
    body .actions-links {
        margin-bottom: 0px;
    }
    
    body .file-cat-item {
        flex: 1 0 auto;
    }
    .international-slider .item img {
        object-fit: contain;
    }
    .success-slider .item {
        width: 100%;
    }
    .main_slider_home .slider-section {
        border-radius: 0 0 80% 90% / 120px;
        left: 20%;
        height: 55vh;
    }
    .main_slider_home .item {
        height: 55vh;
        overflow: hidden;
        width: 78%;
    }
}

@media only screen and (max-width: 991px) {
    .inner-page .caption-carousel .caption {
        margin: 100px auto;
        /*width: 70%;*/
    }
}

@media only screen and (min-width: 576px) {
    .fourth-section .modal-dialog {
        max-width: 535px;
    }
    .sponsorship .modal-dialog {
        max-width: 535px;
    }
}

@media only screen and (max-width: 576px) {
    body .attachment-item {
        display: grid;
        grid-template-columns: auto 1fr;
        text-align: right;
        gap: 1rem;
        align-items: center;
        padding: 16px;
    }
    
    body .attachment-item img {
        width: 48px;
        margin: 0px;
    }
    
    body .attachment-item h3 {
        margin: 0px;
        font-size: 20px;
    }
    
    h3 {}

    body .membership-item .member-role {
        font-size: 12px;
        max-width: 160px;
    }
    
    body .membership-item .member-name {
        font-size: 14px;
    }


    .fourth-section .modal-dialog {
        max-width: 535px;
    }
    .careers .helping-slider .careers-body {
        width: 80%;
    }
    .careers .icofont-ui-user {
        font-size: 90px;
        width: 190px;
        height: 190px;
    }
    #main-carousel-dots {
        position: absolute;
        top: 85%;
        z-index: 12;
        transform: translate(-50%, 0);
        left: 50%;
    }
    .caption-carousel .caption {
        margin: auto;
        width: 90%;
    }
    /*.caption__title{
        font-size:30px;
    }
    .caption__text {
        font-size: 14px;
    }*/
}

.owl-carousel .owl-item img {
    height: 100%;
}

@media (max-width: 786px) {
    .owl-carousel .owl-item img {
        width: 100%;
    }
}

.card-story {
    position: relative;
    border-radius: 0px 40px;
    overflow: hidden;
    height: 320px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 8px 8px 38px 0 rgba(139, 163, 184, 0.14);
    display: block;
    color: #000;
}

.card-story:hover {
    text-decoration: none;
    color: #fff;
}

.card-story:hover img {
    transform: scale(1.1);
}

.card-story--full-h {
    height: 210px;
    border-radius: 60px 20px;
}

@media (min-width: 768px) {
    .card-story--full-h {
        height: 100%;
    }
}

.card-story--slide {
    border-radius: 20px 60px;
    height: 210px;
}

.card-story__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: .3s all ease-in-out;
}

.card-story__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    color: #fff;
    padding: 20px;
    text-align: initial;
}

/*.card-story__content--secondary {
    background: linear-gradient(0deg, rgba(210, 164, 51, 0.9) 35%, rgba(241, 197, 96, 0.7) 64%, rgba(210, 164, 51, 0.4) 100%);
}
*/

#donations-section .fadeInUp:nth-child(1) .card-story__content {
    background: linear-gradient(0deg, rgba(210, 164, 51, 0.9) 35%, rgba(241, 197, 96, 0.7) 64%, rgba(210, 164, 51, 0.4) 100%);
}

/*.card-story__content--primary {
    background: linear-gradient(0deg, rgba(43, 98, 253, 0.9) 35%, rgba(56, 178, 243, 0.7) 64%, rgba(43, 98, 253, 0.4) 100%);
}*/

#donations-section .fadeInUp:nth-child(2) .card-story__content {
    background: linear-gradient(0deg, rgba(43, 98, 253, 0.9) 35%, rgba(56, 178, 243, 0.7) 64%, rgba(43, 98, 253, 0.4) 100%);
}

/*.card-story__content--green {
    background: linear-gradient(0deg, rgba(60, 213, 0, 0.9) 35%, rgb(60 213 0 / 43%) 64%, rgb(60 213 0 / 35%) 100%);
}*/

#donations-section .fadeInUp:nth-child(3) .card-story__content {
    background: linear-gradient(0deg, rgba(60, 213, 0, 0.9) 35%, rgb(60 213 0 / 43%) 64%, rgb(60 213 0 / 35%) 100%);
}

.card-story__content--dark {
    background-image: linear-gradient(to bottom, rgba(46, 60, 93, 0), rgba(46, 60, 93, 0.87));
}

.card-story__title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 13px;
}

.card-story__text {
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
}

.card-story__country img {
    width: 82px;
    height: 32px;
    margin-bottom: 20px;
}

.card-story__more {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.card-story__more--curve {
    color: #2e3c5d;
    border-radius: 0 30px;
    background-color: #fff;
    padding: 8px 10px;
    width: 140px;
    justify-content: center;
}

.card-story__more:hover {
    color: #318af8;
}

.card-story__more:hover svg {
    fill: #318af8;
}

.card-story__more svg {
    width: 12px;
    height: 12px;
    fill: #fff;
}

#goTop {
    display: inline-block;
    background-color: #047230;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    left: 30px;
    transition: .2s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#goTop:hover {
    cursor: pointer;
    background-color: #439fb1;
}

#goTop:active {
    background-color: #555;
}

#goTop.show {
    opacity: 1;
    visibility: visible;
}

/* ======== Inner Page ========== */

.inner_item {
    margin-top: 7em;
}

.inner_item h1 {
    color: #425685;
}

.inner_item p {
    font-size: 22px;
    opacity: 0.68;
    line-height: 1.67;
    color: #2e3c5d;
}

.inner_item .flag {
    font-size: 18px;
}

.inner_item img {
    border-radius: 15px;
    width: 100%;
}

.inner_item .price {
    display: flex;
    align-items: center;
}

.inner_item .price p {
    color: var(--secondary);
}

.inner_item .options {
    text-align: center;
    margin-top: 30px;
}

.inner_item .options a {
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    margin: 0px 10px;
    background-color: #2e3c5d;
    display: inline-block;
}

.inner_item .info input {
    height: 40px;
}

.inner_item .info input,
.inner_item .info textarea {
    border-radius: 14px;
    border: solid 1.5px #2e3c5d;
    text-align: center;
    outline: none;
    color: #2e3c5d;
}

.inner_item #months {
    border-radius: 19px;
    border: solid 1.5px #2e3c5d;
    padding: 8px;
    outline: none;
    color: #2e3c5d;
}

.inner_item #val_num {
    outline: none;
    color: #2e3c5d;
    width: 100%;
    height: 40px;
    border-radius: 14px;
    border: solid 1.5px #2e3c5d;
    text-align: center;
    padding: 10px 15px;
}

.inner_item .campains_numbers p {
    opacity: 1;
    display: inline-block;
    margin: 0px 0px 30px 0px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 22px;
    text-align: center;
}

#helping-carousel .owl-stage {
    margin: auto;
}

#map_canvas {
    width: 980px;
    height: 500px;
}

#current {
    padding-top: 25px;
}

.is-invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
}

.gallery_videos svg {
    position: absolute;
    top: 50%;
    right: 25%;
    z-index: 1;
    transform: translate(50%, -50%);
    transition: .2s all ease-in-out;
}

.gallery_videos:hover svg {
    fill: #fa2f2f;
}

.bg--primary {
    background-image: linear-gradient(to left, var(--secondary) 50%, #439fb1 110%);
}

.bg--secondary {
    background-color: #047230;
}

.bg--pattern {
    background-image: url(../images/pattern_2.png);
}

.box {
    background-color: rgba(255, 255, 255, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 13px 29px 0 rgba(19, 58, 81, 0.05);
    width: 164px;
    height: 164px;
}

.box:not(.box--active):hover {
    background-color: rgba(255, 255, 255, .3);
}

.box--active {
    background-color: rgba(255, 255, 255, 1);
}

.box__icon {
    width: 70px;
    height: 70px;
    margin-bottom: 4px;
}

.box--active .box__icon {
    filter: invert(68%) sepia(12%) saturate(2637%) hue-rotate(184deg) brightness(94%) contrast(83%);
}

.box__title {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.box--active .box__title {
    color: var(--secondary);
}

.bg--black-transparent {
    background-color: rgba(0, 0, 0, .1);
}

.custom-nav-link {
    color: #fff;
    border-radius: 28px !important;
    box-shadow: 0 2px 66px 0 rgba(0, 91, 234, 0.33);
    margin: 0 12.5px;
    background-color: rgba(0, 0, 0, .18);
    padding: .7rem 3rem;
}

span#menu-btn i {
    position: relative;
    top: 2px;
}

@media (max-width: 768px) {
    .custom-nav-link {
        padding: .5rem 1.5rem;
    }
    .main-nav--primary {
        min-height: 76px;
        padding-top: 7px;
    }
    .nav-options.scrolled .menu-btn {
        font-size: 10px;
        position: relative;
        /* top: 0px; */
    }
    #logoutBtn .dropdown #user-tag {
        font-size: 10px !important;
    }
}

@media (min-width: 768px) {
    .main-nav--primary {
        min-height: 130px;
    }
}

.custom-nav-link:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
}

.custom-nav-link.active {
    background-image: linear-gradient(84deg, #047230 49%, var(--secondary) 98%);
}

.round-input {
    border: solid 3px #acbbd0;
    border-radius: 40px;
    width: 100%;
    background: transparent;
    outline: none;
    text-align: center;
    color: #000;
    height: 58px;
    margin: 10px 0px;
    padding: 10px 20px;
}

.round-input:focus {
    border: solid 3px var(--secondary);
}

.form-dashed {
    padding: 3em 2em;
    border: 2px dashed #acbbd0;
    border-radius: 12px;
}

.icon--30 {
    width: 30px;
    height: 30px;
}

.icon--24 {
    width: 24px;
    height: 24px;
}

.icon--dark {
    fill: #343a40;
}

.icon--secondary {
    fill: var(--secondary);
}

.table td,
.table th {
    max-width: 100px;
}

.round-select .select2-container {
    width: 100% !important;
}

.round-select .select2-container .select2-selection--single {
    border: solid 3px #acbbd0;
    border-radius: 40px;
    width: 100%;
    background: transparent;
    outline: none;
    text-align: center;
    color: #acbbd0;
    height: 58px;
    margin: 10px 0px;
    padding: 10px 20px;
}

.round-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 35%;
}

.round-select .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 12px;
}

.round-select .select2-container--default[dir="ltr"] .select2-selection--single .select2-selection__arrow {
    right: 12px;
}

.sp-select .select2-container {
    width: 100% !important;
}

.sp-select .select2-container .select2-selection--single {
    width: 100%;
    background: transparent;
    outline: none;
    height: calc(2.25rem + 2px);
    border-color: #ced4da;
    padding: .375rem .75rem;
}

.accordion .card .card-header {
    background-color: var(--secondary);
    opacity: .7;
    padding: .3rem 1.25rem;
}

.accordion .card .card-header:not(.collapsed) {
    opacity: 1;
}

.accordion .card .card-header .btn-link {
    color: #fff;
    opacity: 1;
}

.round-shape {
    height: 90px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .round-shape {
        height: 50px;
        width: 100%;
        display: none
    }
}

/* ============================== */

/* ============EDITE 4/5=========== */

#logoutBtn .dropdown #user-tag {
    cursor: pointer;
    border-radius: 32px;
    padding: 8px 25px;
    font-size: 15px;
    transition: .3s all ease-in-out;
    border: solid 2px #047230;
    color: #047230;
    background: TRANSPARENT;
    outline: none;
    max-width: 100%;
    margin-bottom: .4em;
    white-space: nowrap;
}

#logoutBtn {
    margin-left: 5%;
}

.aboutAuE {
    margin-top: 50px;
}

.aboutAuE a:hover {
    background: #c38800;
    transform: scale(1.1);
    opacity: 1;
}

/* ============================== */

/* ============EDITE 4/6=========== */

@media only screen and (min-width: 992px) {
    .aboutus-contentParent {
        margin-top: -12%;
    }
    .no-guttersParent {
        margin-top: 3%;
    }
    .aboutus-contentParent img {
        margin-top: -12px;
    }
    .sponsorshipH2 {
        font-size: 20px !important;
    }
}

/* =============end Media============ */

.sponsorshipH2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 0px !important;
}

.sponsorship .modal-body {
    padding: 0rem 1rem 1rem 1rem;
}

.modal.sponsorship .first_data img {
    object-fit: contain;
}

.modal-dialogedite {
    max-width: 412px;
}

.modal-dialogedite .col-md-3 {
    padding-left: 0px;
    padding-right: 30px;
}

/* ============================== */

/* ============EDITE 4/7=========== */

/*.aboutAuE {
    position: fixed;
    bottom: 43%;
    z-index: 99;
    left: 0;
}
    .aboutAuE .main-btn {
        border-radius: 0px 22px 22px 0px;
        padding: 13px 10px;
        opacity: 0.68;

    }*/

.aboutusedite {
    display: inline-block !important;
    padding: 20px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #047230;
    border-radius: 35px 0px 0px 35px;
    opacity: 0.68;
    color: white;
    margin: 5px -5px !important;
}

.aboutusedite:hover {
    padding: 20px 10px;
    color: white !important;
}

/*
    @media only screen and (max-width: 776px) {
        .aboutAuE {
        bottom: 43%;
        right: 0;
    }

        .main-btn {
            border-radius: 22px 0px 0px 22px;
            
        }
  
}*/

/* ============================== */

/* ============EDITE 4/7=========== */

.eighth-section .news-carousel-body img {
    object-fit: cover;
}

/*.eighth-section .owl-stage-outer .owl-stage .owl-item
{
    width: 590px !important;
}*/

/* ============================== */


.membership-item img {
    width: auto;
    margin: 0px auto;
    display: block;
    height: 200px;
    /* object-fit: contain; */
    background-color: white;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    background-color: white;
}

.membership-item .member-name {
    background: #097837;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 22px;
    margin: 0px;
    color: #fff;
}

.membership-item .member-role {
    background: #4c2a2a;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
    max-width: 220px;
    margin: 0px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

.membership-item {
    margin: 1rem;
}

.new-fifth-section .heading h2 {
    color: #333 !important;
}

.footer-social i:before {
    position: relative;
    top: 4px;
}
.attachment-item.file-item {
    display: block;
    text-align: center;
}

.attachment-item.file-item img {
    margin-bottom: 1rem;
}
.attachment-item {
    border: 1px solid #f8f8f8;
    box-shadow: 1px 2px 10px #eeeeeea1;
    border-radius: 10px;
    text-align: center;
    padding: 12px;
    margin: .8rem;
    margin-bottom: 1rem;
}

.attachment-item img {
    width: 32px48px;
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
}

.attachment-item h3 {
    color: #333;
    font-size: 20px;
}


.type h1{
    /* letter-spacing: 0.1rem; */
    font-weight: 600;
  }
  
  .type p{
    /* width: 45ch; */
    margin: 1em auto 2em;
  }
  
  .type button{
    outline: none;
    border: none;
    background: var(--bg-clr-button);
    color: var(--text-clr);
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.2ch;
    padding: 1em 2em;
    border-radius: 2px;
    transition: all 150ms;
  }
  
  .type button:hover{
    transform: translateY(-10%);
    background: #382f60;
  }
  
  .stats{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5em;
    position: relative;
    text-align: center;
  }
  
  .stats span{
    font-weight: 600;
    font-size: 3rem;
  }
  
  .stats p{
    font-size: 1.0rem;
    /* margin-right: 1em; */
    text-transform: uppercase;
    color: var(--text-clr-light);
  }
  
  .stats::before, .stats::after{
    content: '';
    position: absolute;
  }
  
  .stats::before{
    top: 50%;
    left: -5%;
    width: 110%;
    height: 1px;
    background: var(--text-clr-light);
  }
  
  .stats::after{
    left: 50%;
    top: -5%;
    width: 0.8px;
    height: 110%;
    background: var(--text-clr-light);
  }
  
  .sta-intro {
    text-align: center;
}

.sta-intro img {
    margin-right: auto;
    margin-left: auto;
}
.sta-intro img {
    margin-bottom: 1rem;
}

.first-section {
    margin-top: 13rem;
    margin-bottom: 3rem;
}

.files-cats {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: nowrap;
    overflow: auto;
    /* height: 40px; */
}

.file-cat-item a {box-shadow: 0px 5px 7px 0px rgba(139, 163, 184, 0.14);padding: 8px 16px;border: 2px solid var(--primary);border-radius: 20px;transition: all 0.3s ease 0s;font-size: 18px;}

.files-cats {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.file-cat-item a:hover {
    background: #f1f1f1;
}

.file-cat-item a.active {
    background: var(--primary);
    color: #fff !important;
    border-radius: 10px;
}



.actions-links {
    display: flex;
    justify-content: space-between;
    margin: 1rem 1rem;
}

.hr-dashed-custom {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='4' stroke-dasharray='2, 8'/%3E%3C/svg%3E");
    height: 1px;
    width: 100%
}


.attachment-item .actions-links i {
    position: relative;
    top: 3px;
    margin-left: .4rem;
}

.attachment-item .actions-links a {
    /* border: 1px solid #f5f5f5; */
    padding: 6px 12px;
    border-radius: 4px;
}

.responsive-map{
    overflow: hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

    .pre-footer {
        width: 100%;
        height: 100px;
        background-image: url(../images/main-pattern-coulored.png);
        background-repeat: repeat;
        position: relative;
        bottom: 0px;
        /* border-bottom: 1px solid #c9c7b200; */
        background-size: contain;
        overflow: hidden;
    }
    
    .pre-footer:after {
        content: "";
        position: absolute;
        width: 102%;
        height: 16px;
        background: #20a498;
        bottom: -6px;
        box-shadow: -20px 0px 30px #1f9c91 , -20px 0px 30px #1f9c91,-20px 0px 30px #1f9c91;
        /* opacity: 0; */
        filter: blur(1px);
        right: -1%;
        opacity: 0;
    }
    
    




img.news-page-main-image {
    margin: 1rem auto;
    border-radius: 20px;
    max-width: 80%;
    display:block;
}

.progress-bar {
    text-align: center !important;
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
    overflow: visible !important;
    color: black;
}

.main_slider_home {
    margin-top: 110px;
}

@media only screen and (max-width: 768px) {
    .main_slider_home {
        margin-top: 55px;
    }
}


.heading img {
    margin: 0px auto;
    right: auto;
    left: auto;
}


.main-info-item {
    background: #f8f8f8;
    text-align: center;
    padding: 1rem;
    border-radius: 40px 0px 40px 0px;
    position: relative;
    padding-top: 38px;
    box-shadow: 2px 2px 30px #eee3;
    border: 1px solid #dddeee;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  
  .main-info-item  > i {
    font-size: 25px;
    background: var(--color-primary);
    padding: 1rem;
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 3px;
    color: #fff;
    padding-bottom: .4rem;
    /* box-shadow: 2px 2px 30px #eee; */
    border-radius: 10px 0px 10px 0px;
  }
  
  .main-info-item h3 {
    color: #333;
  }
  
  .main-info-item p {
    color: #555;
    font-size: 14px;
    line-height: 26px;
  }
  
  .main-info-item  
 p i {
    margin-left: .25rem;
}

  .main-info-container{
    margin-top: 4em;
  }
  img.news-thumbnail {
    /* max-width: 50%; */
    display: block;
    margin:1rem auto;
    border-radius: 16px;
}

.news-page .news-images {
    display: flex;
    grid-template-columns: 1fr  1fr 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0px;
}

.news-page .news-images img {
    aspect-ratio: 1;
    border-radius: 16px;
    width: 128px;
    /* margin: 2rem 0px; */
    object-fit: cover;
    object-position: center;
}

.section-title {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: .75rem;
    color: #333;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}


.similar-news-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    /* padding: 8px; */
    border: 1px solid #eee;
    box-shadow: 1px 3px 10px #f6f6f6;
}

.similar-news-item img {
    /* border-radius: 16px; */
    height: 100%;
    object-fit: cover;
}

.similar-news-item > div {
    padding: 8px;
}

.similar-news-item p {
    display: flex;
    font-size: 14px;
    margin: 0px;
}

.similar-news-item a {
    color: #333;
}


a.circle.snapchat:hover, .bg a.circle.snapchat {
    background: #fffc00 !important;
    color: #333 !important;
    

}
.input-item {
    margin: 1em 0px;
}

.contact-info-card {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    gap: 1rem;
    box-shadow: 1px 2px 3px #eee;
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 8px;
    margin: 1rem 0px;
}

.contact-info-card i {
    color: var(--color-primary);
    background: #ddd;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}

.contact-info-card p {
    margin-top: 0px;
}

.contact-info-card h4 {
    margin-bottom: 0px;
    font-size: 13px;
    color: #555;
}
.form-control textarea {
    height: auto !important;
  
}


.footer-social .contact-info-card {
    border: 0px;
    box-shadow: 0px 0px !important;
    text-align: right;
    color: white;
    padding: 0px;

}
.footer-social .contact-info-card h4{
    color:#eee
}
 .footer-social .contact-info-card a {
    color: white;
}

.footer-social .contact-info-card i {
    background: #fff;
}

.footer .links-wrapper {
    text-align: right;
}

.footer-social .social-circle-icons {
    display: flex;
}

.footer-social .social-circle-icons .circle {
    margin: auto;
}






.hamburger {
    cursor: pointer;
    position: fixed;
    left: 30px;
    z-index: 110;
    top: 24px;
  }
  
  .hamburger input {
    display: none;
  }
  
  .hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 2em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .line {
    fill: none;
    stroke: #136573;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
                stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .line-top-bottom {
    stroke-dasharray: 12 63;
  }
  
  .hamburger input:checked + svg {
    transform: rotate(-45deg);
  }
  
  .hamburger input:checked + svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
  }




.main-overlay-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #ffffff5c;
    /* border-radius: 16px; */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    }


  .main-overlay-menu.visible {
    opacity: 1;
    visibility: visible;
    top: 0px;
    left: 0px;
  }
.main-overlay-menu ul li {
    margin: 1.5em 0px;
    overflow: hidden;
}

.main-overlay-menu.visible ul li a{
    
    top: 0px;
    filter: blur(0px);
} 
.main-overlay-menu ul li a {
    font-size: 2em;
    transition: all .3s ease 0.4s;
    position: relative;
    top: 40px;
    filter: blur(10px);

}



.main-overlay-menu.visible  .fade-last{
    opacity: 1;
    filter: blur(0px);
}
.main-overlay-menu  .fade-last {
    /* transition-delay: 0.6s; */
    transition: all .5s linear 0.8s;
    opacity: 0;
    /* filter: blur(10px); */
}
.main-overlay-menu ul li:nth-child(1) a {
    transition-delay: 0.4s;
}



.main-overlay-menu ul li:nth-child(2) a {
  transition-delay: 0.45s;
}


.main-overlay-menu ul li:nth-child(3) a {
  transition-delay: 0.5s;
}


.dotlottie-container {}

dotlottie-player {
    margin: 1rem auto;
}