@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
    --red : #CF1E25;
    --yellow : #F5A32D;
    --black : #161616;
    --white : #fff;
    --grey : #CCCCCC;
    --dark-grey : #9D9D9D;
    --another-grey : #535353;
    --light-grey: #434343;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6,p,a{
    font-family: 'Poppins', sans-serif;
}
body{
    background-color: var(--white);
    overflow-x: hidden !important;
}
.my-100{margin-top: 100px;margin-bottom: 100px;}
.font-italic{font-style: italic;}
.text-red{color: var(--red);}
.bg-red{background-color: var(--red);}
.fs-17{font-size: 17px;}
.fs-40{font-size: 40px;}
.fs-46{font-size: 46px;}
.fs-30{font-size: 30px;}
.mx-150{margin: 0px 150px;}
.bg-yellow{background-color: var(--yellow);}
.text-yellow{color: var(--yellow);}
.fw-400{font-weight: 400;}
.text-capitalize{text-transform: capitalize;}
.p-6{padding: 3.5rem;}
.fs-16{font-size: 16px;}
.fs-26{font-size: 26px;}
.fs-24{font-size: 24px;}
.fs-22{font-size: 22px;}
.fs-20{font-size: 20px;}
.fs-18{font-size: 18px;}
.fs-15{font-size: 15px;}
.fs-14{font-size: 14px;}
.fs-12{font-size: 12px;}
.fs-11{font-size: 11px;}
.fw-300{font-weight: 300;}
.fs-50{font-size: 50px;}
.text-grey{color: var(--light-grey);}
.border-top-left-radius{

    border-top-left-radius: 20px;
}
.border-top-right-radius{

    border-top-right-radius: 20px;
}
.z-9999{z-index: 99999;}.z-1{z-index: 1;}
/* header  */
#top_bar{
    background-color: var(--red);

}
#top_bar .form-select{
    background-image: url(../assets/images/icon.svg) !important ;
}
#top_bar p{font-size: 15px;}
#Navigation .nav-link{color: #000 !important;}
.btn-donor{
    background-color: var(--yellow);
    color: var(--white);
    border-radius: 27px ;
}
#Navigation .seperator{
    border-left: 1px solid var(--grey);
}
#Navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.9rem;
    padding-right: 0.9rem ;
}
#Navigation .nav-item .nav-link{position: relative;}
#Navigation .nav-item .nav-link.active::after{
    content: "";
    position: absolute;
    width: 21px;
    height: 5px;
    display: flex;
    background-color: var(--red);
    border-radius: 21px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
}


/* end header  */


/* footer  */
#footer{background-color: var(--black);}
.list-style-none{list-style: none;}
.footer_menu h2{
    font-size: 28px;
}
#footer .footer_menu::before {
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    width: 5px;
    height: 32px;
    background-color: var(--red);
    margin-left: -5%;
}
#footer .list_contact span{
    color: var(--dark-grey);
    font-size: 17px;
}
#footer .para_detail p{
    font-size: 17px;
    position: relative;
}
#footer .para_detail p::before {
    content: url(../images/pin.png);
    position: absolute;
    transform: scale(0.6) translateY(-50%);
    top: 50%;
    left: -40px;
    margin-top: -6px !important;
}
/* footer  */

/* attr classes */
:focus-visible {
outline: unset !important;
}
:focus{
    outline: unset !important;
    border: 0 !important;
    box-shadow: unset !important;
}

/* attr classes end*/


/* main site started */
#home_slider{position: relative;}
.btn-donate{
    background-color: transparent;
    border: 1px solid var(--another-grey);
    border-radius: 27px;
    color: var(--another-grey);
    width: 165px;
    display: block;
    margin: auto;

}
.btn-donate:hover{
    background-color: var(--red);
    border: 1px solid var(--red);
    color: var(--white) !important;
    transition: 0.3s ease-in-out;
}

/* .img_banner{
    background-image: url(../images/main_banner.png);
    background-position: center;
    background-size: cover;
    height: 750px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
} */
.btn-sponsor{
    border-radius: 34.5px;
    border: 1.5px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(2px);
}
#section_2 img{width: 75px;}
#section_3,#section_6{
    background: linear-gradient(147deg, #F5F5F5 28.11%, #E9E9E9 152.47%);
}
#section_3 h2{
    word-spacing: 1.5px;
}
#section_5{
    background-image: url(../assets/images/innerbanner.png);
    height: 700px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#section_5::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 0.7;
}
#section_6 .vl::before {
    content: "";
    position: absolute !important;
    width: 4px;
    height: 34px;
    background: var(--red);
    top: 0;
    left: 0;
    transform: translate(-15px, -5px);
}
#section_7 .testi_content{
    border: 0.75px solid #CBCBCB;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
    margin-top: -70px;
}
#section_7 .slick-slider .img{
    display: block;
    margin: 0 auto;
    margin-left: 200px;
}
#section_7 .slick-dots{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-left: -30px;
}
#section_7 .slick-dots li{
    display: block !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0px 0px;
}
#section_8{
    background-image: url(../assets/images/Rectangle184.png);
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#section_8::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.05) 0.01%, rgba(0, 0, 0, 0.30) 100%);
    opacity: 1;
}
/* #section_8 .input_testi{
    border-radius: 27.5px;
    border: 1px solid #8E7E77;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2.5px);

} */
#section_8 input{
    /* background: transparent; */
    border: 0;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2.5px);
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    padding: 10px;

}
.btn-subscribe{
    background-color: var(--red);
    color: var(--white);
    border-radius: 27px;
}
#section_10{
    background-color: var(--red);
}
#section_10 .next{
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%) translateX(10%);
}
#section_10 .prev{
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%) translateX(10%);

}
/* main site ended */
/* Wave Button  */


.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
  }

  .video-main {
    position: relative;
    display: inline-block;
  }

  .video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: var(--red);
    z-index: 999;
  }

  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }

  .fa-play:before {
    content: "\f04b";
  }

  .waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: var(--red);
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
     -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
  }

  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }

  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
/* Wave Button end */


ul.slick-dots {
    display: flex;
    gap: 15px;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-5%);
    bottom: 5%;
}

ul.slick-dots button {
    display: none;
}

ul.slick-dots li {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    list-style: none;
}

ul.slick-dots li.slick-active {
    background: var(--yellow);
    box-shadow: 0 0 0 5px #000000d1, 0 0 0 6px var(--yellow);
}
.content_about h2{
    position: relative;
    color: var(--red);
}
.content_about p{
    position: relative;
    color: var(--black) !important;
    font-size: 14px;

}
.content_about h2::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 38px;
    left: 0;
    background-color: var(--red);
    margin-left: -24px;
}
.content_about a{
    color: var(--light-grey);
}
a.page-link{
    background-color: var(--red) !important;
}
.active>.page-link, .page-link.active{background-color: var(--black) !important; color: var(--white) !important;}
section#uplicft12 ul#icon-x:after
{background-color: var(--red);}
li.location:before,li.number:before,li.email:before{
    filter: invert(22%) sepia(50%) saturate(5566%) hue-rotate(346deg) brightness(82%) contrast(98%);

}
.icon-x li a,
.icon-x li a p{
    margin: 0px !important;
}
#forms input[type="submit"]{
    background-color: var(--red);
}
.check_p strong{font-weight: 200 !important;}

/* nodes page */

.tree {
    margin: 18px;
    padding: 0;
}
.tree:not(:empty):before, .tree:not(:empty):after, .tree ul:not(:empty):before, .tree ul:not(:empty):after, .tree li:not(:empty):before, .tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}
.tree ul, .tree li {
    position: relative;
    margin: 0;
    padding: 0;
}
.tree li {
    list-style: none;
}
.tree li > div {
    background-color: #eee;
    color: #222;
    padding: 5px;
    display: inline-block;
}
.tree.cascade li {
    margin-left: 24px;
}
.tree.cascade li div {
    margin-top: 12px;
}
.tree.cascade li:before {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}
.tree.cascade li:after {
    border-top: 1px solid #ddd;
    width: 12px;
    left: -12px;
    top: 24px;
}
.tree.cascade li:last-child:before {
    height: 24px;
    top: 0;
}
.tree.cascade > li:first-child:before {
    top: 24px;
}
.tree.cascade > li:only-child {
    margin-left: 0;
}
.tree.cascade > li:only-child:before, .tree.cascade > li:only-child:after {
    content: none;
}
.tree.horizontal li {
    display: flex;
    align-items: center;
    margin-left: 24px;
}
.tree.horizontal li div {
    margin: 6px 0;
}
.tree.horizontal li:before {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}
.tree.horizontal li:first-child:before {
    height: 50%;
    top: 50%;
}
.tree.horizontal li:last-child:before {
    height: 50%;
    bottom: 50%;
    top: auto;
}
.tree.horizontal li:after, .tree.horizontal li ul:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 12px;
    top: 50%;
    left: -12px;
}
.tree.horizontal li:only-child:before {
    content: none;
}
.tree.horizontal li ul:after {
    left: 0;
}
.tree.horizontal > li:only-child {
    margin-left: 0;
}
.tree.horizontal > li:only-child:before, .tree.horizontal > li:only-child:after {
    content: none;
}
.tree.vertical {
    display: flex;
}
.tree.vertical ul {
    display: flex;
    justify-content: center;
}
.tree.vertical li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tree.vertical li div {
    margin: 12px 6px;
}
.tree.vertical li:before {
    border-left: 1px solid #ddd;
    height: 12px;
    width: 0;
    top: 0;
}
.tree.vertical li:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 100%;
}
.tree.vertical li:first-child:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 50%;
    left: 50%;
}
.tree.vertical li:last-child:after {
    border-top: 1px solid #ddd;
    height: 0;
    width: 50%;
    right: 50%;
}
.tree.vertical li:only-child:after {
    content: none;
}
.tree.vertical li ul:before {
    border-left: 1px solid #ddd;
    height: 12px;
    width: 0;
    top: -12px;
}
.tree.vertical > li:only-child:before, .tree.vertical > li:only-child:after {
    content: none;
}
.tree .tree.vertical .cascade, .tree.vertical .tree .cascade, .tree .tree.vertical.cascade-1 > li, .tree .tree.vertical.cascade-2 > li > ul > li, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li {
    flex-direction: column;
    align-items: start;
    padding: 0 12px;
}
.tree .tree.vertical .cascade:before, .tree.vertical .tree .cascade:before, .tree .tree.vertical.cascade-1 > li:before, .tree .tree.vertical.cascade-2 > li > ul > li:before, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li:before, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li:before {
    left: 24px;
}
.tree .tree.vertical .cascade:after, .tree.vertical .tree .cascade:after, .tree .tree.vertical.cascade-1 > li:after, .tree .tree.vertical.cascade-2 > li > ul > li:after, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li:after, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li:after {
    left: 0;
}
.tree .tree.vertical .cascade:first-child:after, .tree.vertical .tree .cascade:first-child:after, .tree .tree.vertical.cascade-1 > li:first-child:after, .tree .tree.vertical.cascade-2 > li > ul > li:first-child:after, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li:first-child:after, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li:first-child:after {
    left: 24px;
    width: 100%;
}
.tree .tree.vertical .cascade:last-child:after, .tree.vertical .tree .cascade:last-child:after, .tree .tree.vertical.cascade-1 > li:last-child:after, .tree .tree.vertical.cascade-2 > li > ul > li:last-child:after, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li:last-child:after, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li:last-child:after {
    left: 0;
    width: 24px;
}
.tree .tree.vertical .cascade ul, .tree.vertical .tree .cascade ul, .tree .tree.vertical.cascade-1 > li ul, .tree .tree.vertical.cascade-2 > li > ul > li ul, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li ul, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li ul, .tree .tree.vertical .cascade li, .tree.vertical .tree .cascade li, .tree .tree.vertical.cascade-1 > li li, .tree .tree.vertical.cascade-2 > li > ul > li li, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li li, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li li {
    display: block;
}
.tree .tree.vertical .cascade ul:before, .tree.vertical .tree .cascade ul:before, .tree .tree.vertical.cascade-1 > li ul:before, .tree .tree.vertical.cascade-2 > li > ul > li ul:before, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li ul:before, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li ul:before, .tree .tree.vertical .cascade ul:after, .tree.vertical .tree .cascade ul:after, .tree .tree.vertical.cascade-1 > li ul:after, .tree .tree.vertical.cascade-2 > li > ul > li ul:after, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li ul:after, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li ul:after, .tree .tree.vertical .cascade li:before, .tree.vertical .tree .cascade li:before, .tree .tree.vertical.cascade-1 > li li:before, .tree .tree.vertical.cascade-2 > li > ul > li li:before, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li li:before, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li li:before, .tree .tree.vertical .cascade li:after, .tree.vertical .tree .cascade li:after, .tree .tree.vertical.cascade-1 > li li:after, .tree .tree.vertical.cascade-2 > li > ul > li li:after, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li li:after, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li li:after {
    border: none;
}
.tree .tree.vertical .cascade div, .tree.vertical .tree .cascade div, .tree .tree.vertical.cascade-1 > li div, .tree .tree.vertical.cascade-2 > li > ul > li div, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li div, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li div {
    margin: 0;
    margin-top: 12px;
}
.tree .tree.vertical .cascade li, .tree.vertical .tree .cascade li, .tree .tree.vertical.cascade-1 > li li, .tree .tree.vertical.cascade-2 > li > ul > li li, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li li, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li li {
    margin-left: 24px;
}
.tree .tree.vertical .cascade li:before, .tree.vertical .tree .cascade li:before, .tree .tree.vertical.cascade-1 > li li:before, .tree .tree.vertical.cascade-2 > li > ul > li li:before, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li li:before, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li li:before {
    border-left: 1px solid #ddd;
    height: 100%;
    width: 0;
    top: 0;
    left: -12px;
}
.tree .tree.vertical .cascade li:after, .tree.vertical .tree .cascade li:after, .tree .tree.vertical.cascade-1 > li li:after, .tree .tree.vertical.cascade-2 > li > ul > li li:after, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li li:after, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li li:after {
    border-top: 1px solid #ddd;
    width: 12px;
    height: 0;
    left: -12px;
    top: 24px;
    content: "";
}
.tree .tree.vertical .cascade li:last-child:before, .tree.vertical .tree .cascade li:last-child:before, .tree .tree.vertical.cascade-1 > li li:last-child:before, .tree .tree.vertical.cascade-2 > li > ul > li li:last-child:before, .tree .tree.vertical.cascade-3 > li > ul > li > ul > li li:last-child:before, .tree .tree.vertical.cascade-4 > li > ul > li > ul > li > ul > li li:last-child:before {
    height: 24px;
    top: 0;
}

/* end  */


.vl_ammbass p {
    position: relative;
}
.vl_ammbass p:nth-child(odd):before{
    content: "";
    position: absolute;
    margin-left: -40px;
    width: 5px;
    height: 40px;
    background-color: var(--red);
}

.img_adjustment {
    height: 350px !important;
    width: 100% !important;
    object-fit: contain !important;
}
/* gallery */

@media(max-width : 1150px){
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

}
@media(max-width : 1560px){
    #Navigation .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
}
}
